01K7FXAHN7RXQ9T58DFFDA89H9: 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: 01K7FXAVFV36XBHRBHHJ1F366B

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-10-13T23:09:15.562Zjob assigned to worker 01K7FXAVXSWWXWQ3Y2ESWE40BH [factory gimlet-EVT22200007-propolis, EVT22200007/44909] (queued for 25 s)
 
22025-10-13T23:09:24.153Zstarting task 0: "setup"
32025-10-13T23:09:24.178Z++ uname -s
42025-10-13T23:09:24.178Z+ kern=SunOS
52025-10-13T23:09:24.179Z+ build_user=build
62025-10-13T23:09:24.179Z+ build_uid=12345
72025-10-13T23:09:24.179Z+ work_dir=/work
82025-10-13T23:09:24.179Z+ input_dir=/input
92025-10-13T23:09:24.179Z+ [[ 0 == 12345 ]]
102025-10-13T23:09:24.179Z+ case "$kern" in
112025-10-13T23:09:24.179Z+ groupadd -g 12345 build
122025-10-13T23:09:24.179Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-10-13T23:09:26.181Z+ zfs create -o mountpoint=/work rpool/work
142025-10-13T23:09:26.226Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-10-13T23:09:26.251Z+ home_fs=zfs
162025-10-13T23:09:26.251Z+ [[ zfs == autofs ]]
172025-10-13T23:09:26.251Z+ mkdir -p /home/build
182025-10-13T23:09:26.251Z+ chown build:build /home/build /work
192025-10-13T23:09:27.234Z+ chmod 0700 /home/build /work
202025-10-13T23:09:27.259Zprocess exited: duration 3084 ms, exit code 0
 
212025-10-13T23:09:27.311Zstarting task 1: "rust-toolchain"
222025-10-13T23:09:27.336Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-10-13T23:09:27.336Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-10-13T23:09:27.336Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252025-10-13T23:09:27.336Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-10-13T23:09:27.336Z * rust toolchain channel = "1.89.0"
272025-10-13T23:09:27.337Z * rust toolchain profile = "default"
282025-10-13T23:09:27.337Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-10-13T23:09:27.337Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-10-13T23:09:27.444Zinfo: downloading installer
312025-10-13T23:09:27.909Zwarn: It looks like you have an existing installation of Rust at:
322025-10-13T23:09:27.909Zwarn: /opt/ooce/bin
332025-10-13T23:09:27.909Zwarn: It is recommended that rustup be the primary Rust installation.
342025-10-13T23:09:27.909Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-10-13T23:09:27.909Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-10-13T23:09:27.909Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-10-13T23:09:27.909Zwarn: or pass `-y' to ignore all ignorable checks.
382025-10-13T23:09:27.909Zerror: cannot install while Rust is installed
392025-10-13T23:09:27.909Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-10-13T23:09:27.935Zinfo: profile set to 'default'
412025-10-13T23:09:27.935Zinfo: default host triple is x86_64-unknown-illumos
422025-10-13T23:09:27.935Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-10-13T23:09:28.041Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-10-13T23:09:28.041Zinfo: downloading component 'cargo'
452025-10-13T23:09:28.262Zinfo: downloading component 'clippy'
462025-10-13T23:09:28.337Zinfo: downloading component 'rust-docs'
472025-10-13T23:09:28.595Zinfo: downloading component 'rust-std'
482025-10-13T23:09:28.927Zinfo: downloading component 'rustc'
492025-10-13T23:09:30.186Zinfo: downloading component 'rustfmt'
502025-10-13T23:09:30.274Zinfo: installing component 'cargo'
512025-10-13T23:09:31.538Zinfo: installing component 'clippy'
522025-10-13T23:09:32.003Zinfo: installing component 'rust-docs'
532025-10-13T23:09:35.089Zinfo: installing component 'rust-std'
542025-10-13T23:09:37.341Zinfo: installing component 'rustc'
552025-10-13T23:09:45.679Zinfo: installing component 'rustfmt'
562025-10-13T23:09:46.088Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-10-13T23:09:46.088Z
582025-10-13T23:09:46.273Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-10-13T23:09:46.273Z
602025-10-13T23:09:46.305Z
612025-10-13T23:09:46.305ZRust is installed now. Great!
622025-10-13T23:09:46.305Z
632025-10-13T23:09:46.305ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-10-13T23:09:46.305Zenvironment variable. This has not been done automatically.
652025-10-13T23:09:46.306Z
662025-10-13T23:09:46.306ZTo configure your current shell, you need to source
672025-10-13T23:09:46.306Zthe corresponding env file under $HOME/.cargo.
682025-10-13T23:09:46.306Z
692025-10-13T23:09:46.306ZThis is usually done by running one of the following (note the leading DOT):
702025-10-13T23:09:46.306Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-10-13T23:09:46.306Zsource "$HOME/.cargo/env.fish" # For fish
722025-10-13T23:09:46.306Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-10-13T23:09:46.375Z+ rustup --version
742025-10-13T23:09:46.402Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-10-13T23:09:46.402Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-10-13T23:09:46.548Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-10-13T23:09:46.576Z+ cargo --version
782025-10-13T23:09:46.713Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-10-13T23:09:46.742Z+ rustc --version
802025-10-13T23:09:46.829Zrustc 1.89.0 (29483883e 2025-08-04)
812025-10-13T23:09:46.855Zprocess exited: duration 19523 ms, exit code 0
 
822025-10-13T23:09:46.914Zstarting task 2: "authentication"
832025-10-13T23:09:46.976Zprocess exited: duration 62 ms, exit code 0
 
842025-10-13T23:09:47.030Zstarting task 3: "clone repository"
852025-10-13T23:09:47.056Z+ mkdir -p /work/oxidecomputer/omicron
862025-10-13T23:09:47.056Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-10-13T23:09:47.097ZCloning into '/work/oxidecomputer/omicron'...
882025-10-13T23:09:57.607Z+ cd /work/oxidecomputer/omicron
892025-10-13T23:09:57.607Z+ git fetch origin 6e328ac74a8d5057eb2211cc5583369f2c46678c
902025-10-13T23:09:58.144ZFrom https://github.com/oxidecomputer/omicron
912025-10-13T23:09:58.144Z * branch 6e328ac74a8d5057eb2211cc5583369f2c46678c -> FETCH_HEAD
922025-10-13T23:09:58.170Z+ [[ -n ixi/bump-propolis-crucible ]]
932025-10-13T23:09:58.171Z++ git branch --show-current
942025-10-13T23:09:58.171Z+ current=main
952025-10-13T23:09:58.171Z+ [[ main != ixi/bump-propolis-crucible ]]
962025-10-13T23:09:58.171Z+ git branch -f ixi/bump-propolis-crucible 6e328ac74a8d5057eb2211cc5583369f2c46678c
972025-10-13T23:09:58.199Z+ git checkout -f ixi/bump-propolis-crucible
982025-10-13T23:09:58.493ZSwitched to branch 'ixi/bump-propolis-crucible'
992025-10-13T23:09:58.520Z+ git reset --hard 6e328ac74a8d5057eb2211cc5583369f2c46678c
1002025-10-13T23:09:58.546ZHEAD is now at 6e328ac74 actually bump Crucible in the Crucible bump PR..
1012025-10-13T23:09:58.546Zprocess exited: duration 11499 ms, exit code 0
 
1022025-10-13T23:09:58.597Zstarting task 4: "build"
1032025-10-13T23:09:58.624Z+ source ./env.sh
1042025-10-13T23:09:58.624Z++ OLD_SHELL_OPTS=ehxB
1052025-10-13T23:09:58.624Z++ set -o xtrace
1062025-10-13T23:09:58.624Z++++ dirname ./env.sh
1072025-10-13T23:09:58.624Z+++ readlink -f .
1082025-10-13T23:09:58.625Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092025-10-13T23:09:58.625Z++ 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-13T23:09:58.625Z++ 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-13T23:09:58.625Z++ 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-13T23:09:58.625Z++ 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-13T23:09:58.625Z++ 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-13T23:09:58.625Z++ 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-13T23:09:58.625Z++ 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-13T23:09:58.625Z++ 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-13T23:09:58.625Z++ case $OLD_SHELL_OPTS in
1182025-10-13T23:09:58.626Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192025-10-13T23:09:58.626Z+ source .github/buildomat/ci-env.sh
1202025-10-13T23:09:58.626Z++ export CARGO_TERM_COLOR=always
1212025-10-13T23:09:58.626Z++ CARGO_TERM_COLOR=always
1222025-10-13T23:09:58.626Z+ target_os=illumos
1232025-10-13T23:09:58.626Z+ NEXTEST_VERSION=0.9.98
1242025-10-13T23:09:58.626Z+ cargo --version
1252025-10-13T23:09:58.697Zcargo 1.89.0 (c24e10642 2025-06-23)
1262025-10-13T23:09:58.724Z+ rustc --version
1272025-10-13T23:09:58.794Zrustc 1.89.0 (29483883e 2025-08-04)
1282025-10-13T23:09:58.820Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.98/illumos
1292025-10-13T23:09:58.821Z+ gunzip
1302025-10-13T23:09:58.821Z+ tar -xvf - -C /home/build/.cargo/bin
1312025-10-13T23:09:59.838Zx cargo-nextest, 18644352 bytes, 36415 tape blocks
1322025-10-13T23:09:59.864Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332025-10-13T23:09:59.864Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342025-10-13T23:09:59.864Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352025-10-13T23:09:59.864Z+ mkdir /var/tmp/omicron_tmp
1362025-10-13T23:09:59.864Z+ OUTPUT_DIR=/work
1372025-10-13T23:09:59.864Z+ echo 'tests will store non-ephemeral output in /work'
1382025-10-13T23:09:59.864Ztests will store non-ephemeral output in /work
1392025-10-13T23:09:59.864Z+ mkdir -p /work
1402025-10-13T23:09:59.864Z+ banner prerequisites
1412025-10-13T23:09:59.864Z
1422025-10-13T23:09:59.864Z ##### ##### ###### ##### ###### #### # # # #### #
1432025-10-13T23:09:59.864Z # # # # # # # # # # # # # # #
1442025-10-13T23:09:59.865Z # # # # ##### # # ##### # # # # # #### #
1452025-10-13T23:09:59.865Z ##### ##### # ##### # # # # # # # # #
1462025-10-13T23:09:59.865Z # # # # # # # # # # # # # # #
1472025-10-13T23:09:59.865Z # # # ###### # # ###### ### # #### # #### #
1482025-10-13T23:09:59.865Z
1492025-10-13T23:09:59.865Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502025-10-13T23:10:19.251Z Startup: Refreshing catalog 'helios-dev' ... Done
1512025-10-13T23:10:29.209Z Startup: Caching catalogs ... Done
1522025-10-13T23:10:43.107ZPlanning: Solver setup ... Done (12.142s)
1532025-10-13T23:10:43.208ZPlanning: Running solver ... Done (0.101s)
1542025-10-13T23:10:43.315ZPlanning: Finding local manifests ... Done (0.002s)
1552025-10-13T23:10:43.393ZPlanning: Fetching manifests: 0/4 0% complete
1562025-10-13T23:10:43.780ZPlanning: Fetching manifests: 4/4 100% complete
1572025-10-13T23:10:43.842ZPlanning: Package planning ... Done (0.062s)
1582025-10-13T23:10:43.903ZPlanning: Merging actions ... Done (0.061s)
1592025-10-13T23:10:44.240ZPlanning: Checking for conflicting actions ... Done (0.337s)
1602025-10-13T23:10:44.265ZPlanning: Consolidating action changes ... Done (0.013s)
1612025-10-13T23:10:44.925ZPlanning: Evaluating mediators ... Done (0.670s)
1622025-10-13T23:10:44.951ZPlanning: Planning completed in 15.61 seconds
1632025-10-13T23:10:44.977Z Packages to install: 4
1642025-10-13T23:10:44.977Z Mediators to change: 2
1652025-10-13T23:10:44.977Z Services to change: 1
1662025-10-13T23:10:44.977Z Estimated space available: 154.99 GB
1672025-10-13T23:10:44.977ZEstimated space to be consumed: 1.74 GB
1682025-10-13T23:10:44.977Z Create boot environment: No
1692025-10-13T23:10:44.977ZCreate backup boot environment: No
1702025-10-13T23:10:44.977Z Rebuild boot archive: No
1712025-10-13T23:10:44.977Z
1722025-10-13T23:10:44.977ZChanged mediators:
1732025-10-13T23:10:44.978Z mediator clang:
1742025-10-13T23:10:44.978Z version: None -> 15 (system default)
1752025-10-13T23:10:44.978Z
1762025-10-13T23:10:44.978Z mediator llvm:
1772025-10-13T23:10:44.978Z version: 14 (system default) -> 15 (system default)
1782025-10-13T23:10:44.978Z
1792025-10-13T23:10:44.978ZChanged packages:
1802025-10-13T23:10:44.978Zhelios-dev
1812025-10-13T23:10:44.978Z developer/build-essential
1822025-10-13T23:10:44.978Z None -> 11-2.0
1832025-10-13T23:10:44.978Z library/libxmlsec1
1842025-10-13T23:10:44.978Z None -> 1.2.35-2.0
1852025-10-13T23:10:44.978Z ooce/developer/clang-15
1862025-10-13T23:10:44.978Z None -> 15.0.7-2.0
1872025-10-13T23:10:44.978Z ooce/developer/llvm-15
1882025-10-13T23:10:44.978Z None -> 15.0.7-2.0
1892025-10-13T23:10:44.978Z
1902025-10-13T23:10:44.978ZServices:
1912025-10-13T23:10:44.978Z restart_fmri:
1922025-10-13T23:10:44.978Z svc:/system/update-man-index:default
1932025-10-13T23:10:45.015Z
1942025-10-13T23:10:45.015ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1952025-10-13T23:10:50.623ZDownload: 1196/3290 items 83.5/212.6MB 39% complete (17.0M/s)
1962025-10-13T23:10:55.622ZDownload: 3175/3290 items 157.5/212.6MB 74% complete (16.5M/s)
1972025-10-13T23:10:59.178ZDownload: Completed 212.60 MB in 14.15 seconds (15.0M/s)
1982025-10-13T23:10:59.342Z Actions: 1/3689 actions (Installing new actions)
1992025-10-13T23:11:04.343Z Actions: 3379/3689 actions (Installing new actions)
2002025-10-13T23:11:05.316Z Actions: Completed 3689 actions in 5.97 seconds.
2012025-10-13T23:11:05.968Z Done (0.647s)
2022025-10-13T23:11:05.968Z Done (0.000s)
2032025-10-13T23:11:07.131Z Done (1.162s)
2042025-10-13T23:11:12.323Z Done (4.933s)
2052025-10-13T23:11:12.424Z Done (0.023s)
2062025-10-13T23:11:12.450Z Done (0.000s)
2072025-10-13T23:11:12.612Z Done (0.000s)
2082025-10-13T23:11:13.570ZPlanning: Evaluating mediator changes ... Done
2092025-10-13T23:11:13.777ZPlanning: Checking for conflicting actions ... Done
2102025-10-13T23:11:13.803ZPlanning: Consolidating action changes ... Done
2112025-10-13T23:11:14.108ZPlanning: Evaluating mediators ... Done
2122025-10-13T23:11:14.134ZPlanning: Planning completed in 0.54 seconds
2132025-10-13T23:11:14.187Z Mediators to change: 2
2142025-10-13T23:11:14.187Z Create boot environment: No
2152025-10-13T23:11:14.187ZCreate backup boot environment: No
2162025-10-13T23:11:14.212Z Done
2172025-10-13T23:11:14.213Z Done
2182025-10-13T23:11:14.999Z Done
2192025-10-13T23:11:19.514Z Done
2202025-10-13T23:11:19.609Z Done
2212025-10-13T23:11:19.609Z Done
2222025-10-13T23:11:19.672Z Done
2232025-10-13T23:11:20.418ZPlanning: Evaluating mediator changes ... Done
2242025-10-13T23:11:20.935ZPlanning: Merging actions ... Done
2252025-10-13T23:11:20.935ZPlanning: Checking for conflicting actions ... Done
2262025-10-13T23:11:20.935ZPlanning: Consolidating action changes ... Done
2272025-10-13T23:11:20.994ZPlanning: Evaluating mediators ... Done
2282025-10-13T23:11:21.064ZPlanning: Planning completed in 0.94 seconds
2292025-10-13T23:11:21.104Z Packages to change: 1
2302025-10-13T23:11:21.104Z Mediators to change: 1
2312025-10-13T23:11:21.104Z Services to change: 1
2322025-10-13T23:11:21.104Z Create boot environment: No
2332025-10-13T23:11:21.104ZCreate backup boot environment: Yes
2342025-10-13T23:11:22.986Z Actions: 1/6 actions (Updating modified actions)
2352025-10-13T23:11:23.011Z Actions: Completed 6 actions in 0.00 seconds.
2362025-10-13T23:11:23.011Z Done
2372025-10-13T23:11:23.011Z Done
2382025-10-13T23:11:23.235Z Done
2392025-10-13T23:11:27.898Z Done
2402025-10-13T23:11:28.026Z Done
2412025-10-13T23:11:28.050Z Done
2422025-10-13T23:11:28.075Z Done
2432025-10-13T23:11:28.636ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2442025-10-13T23:11:28.636Zclang system 15 system
2452025-10-13T23:11:28.636Zcsh system system illumos
2462025-10-13T23:11:28.636Zctags system system illumos
2472025-10-13T23:11:28.636Zfile system system illumos
2482025-10-13T23:11:28.636Zgcc vendor 12 vendor
2492025-10-13T23:11:28.636Zgcc system 10 system
2502025-10-13T23:11:28.636Zgcc system 7 system
2512025-10-13T23:11:28.636Zgo system 1.20 system
2522025-10-13T23:11:28.636Zgo system 1.19 system
2532025-10-13T23:11:28.636Zllvm system 15 system
2542025-10-13T23:11:28.636Zllvm system 14 system
2552025-10-13T23:11:28.636Zmariadb system 10.6 system
2562025-10-13T23:11:28.637Zmta vendor vendor dma
2572025-10-13T23:11:28.637Zopenjdk system 17 system
2582025-10-13T23:11:28.637Zopenjdk system 11 system
2592025-10-13T23:11:28.637Zopenjdk system 1.8 system
2602025-10-13T23:11:28.637Zopenssl vendor 3 vendor
2612025-10-13T23:11:28.637Zperl system 5.36 system
2622025-10-13T23:11:28.637Zpostgresql system 15 system
2632025-10-13T23:11:28.637Zpostgresql system 13 system
2642025-10-13T23:11:28.637Zpython vendor 3 vendor
2652025-10-13T23:11:28.637Zpython system 2 system
2662025-10-13T23:11:28.637Zpython3 system 3.11 system
2672025-10-13T23:11:28.637Zruby system 3.0 system
2682025-10-13T23:11:28.637Zwords vendor vendor american-english
2692025-10-13T23:11:28.637Zwords system system australian-english
2702025-10-13T23:11:28.637Zwords system system british-english
2712025-10-13T23:11:28.637Zwords system system canadian-english
2722025-10-13T23:11:28.637Zwords system system french
2732025-10-13T23:11:28.637Zwords system system italian
2742025-10-13T23:11:28.637Zwords system system ngerman
2752025-10-13T23:11:28.637Zwords system system ogerman
2762025-10-13T23:11:28.637Zwords system system spanish
2772025-10-13T23:11:29.051ZPUBLISHER TYPE STATUS P LOCATION
2782025-10-13T23:11:29.051Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2792025-10-13T23:11:35.527ZFMRI IFO
2802025-10-13T23:11:35.527Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2812025-10-13T23:11:35.527Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2822025-10-13T23:11:35.527Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2832025-10-13T23:11:35.527Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2842025-10-13T23:11:35.527Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2852025-10-13T23:11:35.527Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2862025-10-13T23:11:35.527Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2872025-10-13T23:11:35.527Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2882025-10-13T23:11:35.527Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2892025-10-13T23:11:35.527Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2902025-10-13T23:11:35.527Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2912025-10-13T23:11:35.527Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2922025-10-13T23:11:35.527Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2932025-10-13T23:11:35.527Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2942025-10-13T23:11:35.527Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2952025-10-13T23:11:35.527Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2962025-10-13T23:11:36.738Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2972025-10-13T23:11:37.136Z Updating crates.io index
2982025-10-13T23:11:37.189Z Updating git repository `https://github.com/oxidecomputer/lldp`
2992025-10-13T23:11:37.711Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3002025-10-13T23:11:38.700Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3012025-10-13T23:11:39.037Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3022025-10-13T23:11:39.400Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3032025-10-13T23:11:39.839Z Updating git repository `https://github.com/oxidecomputer/propolis`
3042025-10-13T23:11:41.278Z Updating git repository `https://github.com/oxidecomputer/crucible`
3052025-10-13T23:11:44.094Z Updating git repository `https://github.com/oxidecomputer/opte`
3062025-10-13T23:11:45.313Z Updating git repository `https://github.com/oxidecomputer/falcon`
3072025-10-13T23:11:46.140Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3082025-10-13T23:11:46.944Z Updating git repository `https://github.com/oxidecomputer/clickward`
3092025-10-13T23:11:47.510Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3102025-10-13T23:11:47.929Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3112025-10-13T23:11:48.683Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3122025-10-13T23:11:49.389Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132025-10-13T23:11:49.766Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3142025-10-13T23:11:50.347Z Updating git repository `https://github.com/oxidecomputer/tofino`
3152025-10-13T23:11:50.700Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3162025-10-13T23:11:51.042Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3172025-10-13T23:11:51.431Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3182025-10-13T23:11:51.832Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3192025-10-13T23:11:52.351Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3202025-10-13T23:11:52.852Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3212025-10-13T23:11:53.523Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3222025-10-13T23:11:54.008Z Updating git repository `https://github.com/oxidecomputer/ispf`
3232025-10-13T23:11:54.564Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3242025-10-13T23:11:55.219Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3252025-10-13T23:11:55.873Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3262025-10-13T23:11:56.227Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3272025-10-13T23:11:56.701Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3282025-10-13T23:11:57.302Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3292025-10-13T23:11:57.702Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3302025-10-13T23:11:58.138Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3312025-10-13T23:11:58.556Z Updating git repository `https://github.com/oxidecomputer/omicron`
3322025-10-13T23:12:18.765Z Updating git repository `https://github.com/illumos/smf-rs`
3332025-10-13T23:12:20.501Z Downloading crates ...
3342025-10-13T23:12:20.650Z Downloaded thiserror v2.0.17
3352025-10-13T23:12:20.674Z Downloaded zerocopy-derive v0.7.35
3362025-10-13T23:12:20.674Z Downloaded zerovec v0.10.4
3372025-10-13T23:12:20.674Z Downloaded unicode-ident v1.0.19
3382025-10-13T23:12:20.699Z Downloaded tempfile v3.20.0
3392025-10-13T23:12:20.699Z Downloaded zerofrom v0.1.4
3402025-10-13T23:12:20.699Z Downloaded terminal_size v0.4.0
3412025-10-13T23:12:20.699Z Downloaded write16 v1.0.0
3422025-10-13T23:12:20.699Z Downloaded yoke-derive v0.7.4
3432025-10-13T23:12:20.699Z Downloaded zerovec-derive v0.10.3
3442025-10-13T23:12:20.699Z Downloaded syn v2.0.106
3452025-10-13T23:12:20.724Z Downloaded zerofrom-derive v0.1.4
3462025-10-13T23:12:20.724Z Downloaded tinystr v0.7.6
3472025-10-13T23:12:20.724Z Downloaded writeable v0.5.5
3482025-10-13T23:12:20.724Z Downloaded usdt-macro v0.5.0
3492025-10-13T23:12:20.724Z Downloaded zerocopy v0.7.35
3502025-10-13T23:12:20.748Z Downloaded heck v0.4.1
3512025-10-13T23:12:20.748Z Downloaded clap_derive v4.5.47
3522025-10-13T23:12:20.748Z Downloaded icu_locid v1.5.0
3532025-10-13T23:12:20.748Z Downloaded hashbrown v0.16.0
3542025-10-13T23:12:20.773Z Downloaded smawk v0.3.2
3552025-10-13T23:12:20.773Z Downloaded proc-macro-error-attr v1.0.4
3562025-10-13T23:12:20.773Z Downloaded itoa v1.0.11
3572025-10-13T23:12:20.773Z Downloaded pest_meta v2.8.2
3582025-10-13T23:12:20.773Z Downloaded serde v1.0.226
3592025-10-13T23:12:20.773Z Downloaded memmap v0.7.0
3602025-10-13T23:12:20.773Z Downloaded unicode-width v0.2.0
3612025-10-13T23:12:20.773Z Downloaded unicode-width v0.1.14
3622025-10-13T23:12:20.799Z Downloaded swrite v0.1.0
3632025-10-13T23:12:20.799Z Downloaded scroll v0.12.0
3642025-10-13T23:12:20.799Z Downloaded scroll_derive v0.12.0
3652025-10-13T23:12:20.799Z Downloaded serde_tokenstream v0.2.2
3662025-10-13T23:12:20.799Z Downloaded icu_normalizer_data v1.5.0
3672025-10-13T23:12:20.799Z Downloaded proc-macro-error v1.0.4
3682025-10-13T23:12:20.799Z Downloaded serde_json v1.0.145
3692025-10-13T23:12:20.825Z Downloaded num-traits v0.2.19
3702025-10-13T23:12:20.825Z Downloaded pest v2.8.2
3712025-10-13T23:12:20.825Z Downloaded memchr v2.7.4
3722025-10-13T23:12:20.825Z Downloaded serde_derive v1.0.226
3732025-10-13T23:12:20.825Z Downloaded idna v1.0.3
3742025-10-13T23:12:20.825Z Downloaded proc-macro2 v1.0.101
3752025-10-13T23:12:20.825Z Downloaded clap_builder v4.5.48
3762025-10-13T23:12:20.851Z Downloaded pest_generator v2.8.2
3772025-10-13T23:12:20.851Z Downloaded icu_properties_data v1.5.0
3782025-10-13T23:12:20.851Z Downloaded syn v1.0.109
3792025-10-13T23:12:20.877Z Downloaded once_cell v1.21.3
3802025-10-13T23:12:20.877Z Downloaded icu_provider v1.5.0
3812025-10-13T23:12:20.878Z Downloaded plain v0.2.3
3822025-10-13T23:12:20.878Z Downloaded rustix v1.0.7
3832025-10-13T23:12:20.903Z Downloaded litemap v0.7.3
3842025-10-13T23:12:20.903Z Downloaded icu_normalizer v1.5.0
3852025-10-13T23:12:20.903Z Downloaded rustix v0.38.37
3862025-10-13T23:12:20.931Z Downloaded smallvec v1.15.1
3872025-10-13T23:12:20.931Z Downloaded serde_core v1.0.226
3882025-10-13T23:12:20.931Z Downloaded ryu v1.0.18
3892025-10-13T23:12:20.931Z Downloaded quote v1.0.40
3902025-10-13T23:12:20.955Z Downloaded displaydoc v0.2.5
3912025-10-13T23:12:20.956Z Downloaded ordered-float v2.10.1
3922025-10-13T23:12:20.956Z Downloaded anstyle-query v1.1.1
3932025-10-13T23:12:20.956Z Downloaded synstructure v0.13.1
3942025-10-13T23:12:20.956Z Downloaded stable_deref_trait v1.2.0
3952025-10-13T23:12:20.956Z Downloaded log v0.4.27
3962025-10-13T23:12:20.956Z Downloaded idna_adapter v1.2.0
3972025-10-13T23:12:20.956Z Downloaded cargo_metadata v0.21.0
3982025-10-13T23:12:20.956Z Downloaded bitflags v2.9.4
3992025-10-13T23:12:20.956Z Downloaded icu_provider_macros v1.5.0
4002025-10-13T23:12:20.956Z Downloaded byteorder v1.5.0
4012025-10-13T23:12:20.956Z Downloaded errno v0.3.12
4022025-10-13T23:12:20.956Z Downloaded clap_lex v0.7.4
4032025-10-13T23:12:20.956Z Downloaded icu_collections v1.5.0
4042025-10-13T23:12:20.981Z Downloaded generic-array v0.14.7
4052025-10-13T23:12:20.981Z Downloaded colorchoice v1.0.2
4062025-10-13T23:12:20.981Z Downloaded autocfg v1.4.0
4072025-10-13T23:12:20.981Z Downloaded anstream v0.6.18
4082025-10-13T23:12:20.981Z Downloaded sha2 v0.10.9
4092025-10-13T23:12:20.981Z Downloaded libc v0.2.174
4102025-10-13T23:12:21.006Z Downloaded serde-untagged v0.1.7
4112025-10-13T23:12:21.006Z Downloaded pretty-hex v0.4.1
4122025-10-13T23:12:21.006Z Downloaded percent-encoding v2.3.2
4132025-10-13T23:12:21.006Z Downloaded is_terminal_polyfill v1.70.1
4142025-10-13T23:12:21.006Z Downloaded icu_properties v1.5.1
4152025-10-13T23:12:21.006Z Downloaded icu_locid_transform_data v1.5.0
4162025-10-13T23:12:21.006Z Downloaded cargo-util-schemas v0.8.2
4172025-10-13T23:12:21.006Z Downloaded bytecount v0.6.8
4182025-10-13T23:12:21.031Z Downloaded form_urlencoded v1.2.2
4192025-10-13T23:12:21.031Z Downloaded cpufeatures v0.2.14
4202025-10-13T23:12:21.032Z Downloaded equivalent v1.0.2
4212025-10-13T23:12:21.032Z Downloaded dtrace-parser v0.2.0
4222025-10-13T23:12:21.032Z Downloaded clap v4.5.48
4232025-10-13T23:12:21.032Z Downloaded camino-tempfile v1.4.1
4242025-10-13T23:12:21.032Z Downloaded anstyle-parse v0.2.5
4252025-10-13T23:12:21.032Z Downloaded getrandom v0.3.1
4262025-10-13T23:12:21.032Z Downloaded fnv v1.0.7
4272025-10-13T23:12:21.032Z Downloaded digest v0.10.7
4282025-10-13T23:12:21.032Z Downloaded cfg-if v1.0.1
4292025-10-13T23:12:21.057Z Downloaded utf8_iter v1.0.4
4302025-10-13T23:12:21.057Z Downloaded url v2.5.4
4312025-10-13T23:12:21.057Z Downloaded unicode-xid v0.2.6
4322025-10-13T23:12:21.057Z Downloaded unicode-linebreak v0.1.5
4332025-10-13T23:12:21.057Z Downloaded ucd-trie v0.1.7
4342025-10-13T23:12:21.057Z Downloaded version_check v0.9.5
4352025-10-13T23:12:21.057Z Downloaded usdt-impl v0.5.0
4362025-10-13T23:12:21.057Z Downloaded usdt v0.5.0
4372025-10-13T23:12:21.057Z Downloaded toml_write v0.1.2
4382025-10-13T23:12:21.057Z Downloaded thread-id v4.2.2
4392025-10-13T23:12:21.057Z Downloaded thiserror-impl v2.0.17
4402025-10-13T23:12:21.057Z Downloaded thiserror-impl v1.0.69
4412025-10-13T23:12:21.057Z Downloaded thiserror v1.0.69
4422025-10-13T23:12:21.057Z Downloaded textwrap v0.16.2
4432025-10-13T23:12:21.082Z Downloaded macaddr v1.0.1
4442025-10-13T23:12:21.082Z Downloaded utf8parse v0.2.2
4452025-10-13T23:12:21.082Z Downloaded toml_edit v0.22.27
4462025-10-13T23:12:21.082Z Downloaded toml_datetime v0.6.11
4472025-10-13T23:12:21.082Z Downloaded goblin v0.8.2
4482025-10-13T23:12:21.082Z Downloaded tabled_derive v0.7.0
4492025-10-13T23:12:21.082Z Downloaded tabled v0.15.0
4502025-10-13T23:12:21.107Z Downloaded indexmap v2.11.4
4512025-10-13T23:12:21.107Z Downloaded utf16_iter v1.0.5
4522025-10-13T23:12:21.107Z Downloaded usdt-attr-macro v0.5.0
4532025-10-13T23:12:21.107Z Downloaded typenum v1.17.0
4542025-10-13T23:12:21.107Z Downloaded typeid v1.0.3
4552025-10-13T23:12:21.107Z Downloaded toml v0.8.23
4562025-10-13T23:12:21.107Z Downloaded pest_derive v2.8.2
4572025-10-13T23:12:21.107Z Downloaded dof v0.3.0
4582025-10-13T23:12:21.107Z Downloaded semver v1.0.27
4592025-10-13T23:12:21.107Z Downloaded papergrid v0.11.0
4602025-10-13T23:12:21.132Z Downloaded anyhow v1.0.99
4612025-10-13T23:12:21.132Z Downloaded strsim v0.11.1
4622025-10-13T23:12:21.132Z Downloaded serde-value v0.7.0
4632025-10-13T23:12:21.132Z Downloaded fastrand v2.1.1
4642025-10-13T23:12:21.132Z Downloaded cargo_toml v0.21.0
4652025-10-13T23:12:21.132Z Downloaded camino v1.2.0
4662025-10-13T23:12:21.132Z Downloaded winnow v0.7.13
4672025-10-13T23:12:21.133Z Downloaded serde_spanned v0.6.9
4682025-10-13T23:12:21.158Z Downloaded icu_locid_transform v1.5.0
4692025-10-13T23:12:21.158Z Downloaded erased-serde v0.4.6
4702025-10-13T23:12:21.158Z Downloaded anstyle v1.0.11
4712025-10-13T23:12:21.158Z Downloaded yoke v0.7.4
4722025-10-13T23:12:21.158Z Downloaded heck v0.5.0
4732025-10-13T23:12:21.158Z Downloaded fs-err v3.1.1
4742025-10-13T23:12:21.158Z Downloaded crypto-common v0.1.6
4752025-10-13T23:12:21.158Z Downloaded cargo-platform v0.2.0
4762025-10-13T23:12:21.158Z Downloaded block-buffer v0.10.4
4772025-10-13T23:12:21.229Z Compiling proc-macro2 v1.0.101
4782025-10-13T23:12:21.229Z Compiling unicode-ident v1.0.19
4792025-10-13T23:12:21.229Z Compiling serde_core v1.0.226
4802025-10-13T23:12:21.229Z Compiling serde v1.0.226
4812025-10-13T23:12:21.229Z Compiling version_check v0.9.5
4822025-10-13T23:12:21.254Z Compiling libc v0.2.174
4832025-10-13T23:12:21.254Z Compiling memchr v2.7.4
4842025-10-13T23:12:21.254Z Compiling stable_deref_trait v1.2.0
4852025-10-13T23:12:21.596Z Compiling thiserror v2.0.17
4862025-10-13T23:12:21.623Z Compiling autocfg v1.4.0
4872025-10-13T23:12:22.121Z Compiling ryu v1.0.18
4882025-10-13T23:12:22.147Z Compiling thiserror v1.0.69
4892025-10-13T23:12:22.465Z Compiling ucd-trie v0.1.7
4902025-10-13T23:12:22.508Z Compiling litemap v0.7.3
4912025-10-13T23:12:22.584Z Compiling itoa v1.0.11
4922025-10-13T23:12:22.800Z Compiling writeable v0.5.5
4932025-10-13T23:12:22.924Z Compiling byteorder v1.5.0
4942025-10-13T23:12:23.345Z Compiling bitflags v2.9.4
4952025-10-13T23:12:23.465Z Compiling errno v0.3.12
4962025-10-13T23:12:23.528Z Compiling icu_locid_transform_data v1.5.0
4972025-10-13T23:12:23.560Z Compiling quote v1.0.40
4982025-10-13T23:12:23.686Z Compiling icu_properties_data v1.5.0
4992025-10-13T23:12:23.755Z Compiling serde_json v1.0.145
5002025-10-13T23:12:23.786Z Compiling num-traits v0.2.19
5012025-10-13T23:12:23.940Z Compiling syn v2.0.106
5022025-10-13T23:12:24.136Z Compiling hashbrown v0.16.0
5032025-10-13T23:12:24.175Z Compiling typeid v1.0.3
5042025-10-13T23:12:24.200Z Compiling utf8_iter v1.0.4
5052025-10-13T23:12:24.200Z Compiling rustix v0.38.37
5062025-10-13T23:12:24.565Z Compiling equivalent v1.0.2
5072025-10-13T23:12:24.697Z Compiling smallvec v1.15.1
5082025-10-13T23:12:24.728Z Compiling icu_normalizer_data v1.5.0
5092025-10-13T23:12:24.876Z Compiling utf16_iter v1.0.5
5102025-10-13T23:12:24.902Z Compiling write16 v1.0.0
5112025-10-13T23:12:25.155Z Compiling proc-macro-error-attr v1.0.4
5122025-10-13T23:12:25.180Z Compiling usdt-impl v0.5.0
5132025-10-13T23:12:25.297Z Compiling indexmap v2.11.4
5142025-10-13T23:12:25.408Z Compiling toml_write v0.1.2
5152025-10-13T23:12:25.455Z Compiling syn v1.0.109
5162025-10-13T23:12:25.537Z Compiling winnow v0.7.13
5172025-10-13T23:12:25.767Z Compiling thread-id v4.2.2
5182025-10-13T23:12:26.486Z Compiling proc-macro-error v1.0.4
5192025-10-13T23:12:26.690Z Compiling log v0.4.27
5202025-10-13T23:12:26.799Z Compiling getrandom v0.3.1
5212025-10-13T23:12:27.047Z Compiling utf8parse v0.2.2
5222025-10-13T23:12:27.233Z Compiling plain v0.2.3
5232025-10-13T23:12:27.460Z Compiling camino v1.2.0
5242025-10-13T23:12:27.492Z Compiling percent-encoding v2.3.2
5252025-10-13T23:12:27.518Z Compiling rustix v1.0.7
5262025-10-13T23:12:27.834Z Compiling form_urlencoded v1.2.2
5272025-10-13T23:12:27.927Z Compiling ordered-float v2.10.1
5282025-10-13T23:12:28.230Z Compiling anstyle-parse v0.2.5
5292025-10-13T23:12:28.256Z Compiling terminal_size v0.4.0
5302025-10-13T23:12:28.697Z Compiling is_terminal_polyfill v1.70.1
5312025-10-13T23:12:28.795Z Compiling cfg-if v1.0.1
5322025-10-13T23:12:28.824Z Compiling anstyle-query v1.1.1
5332025-10-13T23:12:28.890Z Compiling colorchoice v1.0.2
5342025-10-13T23:12:28.941Z Compiling anstyle v1.0.11
5352025-10-13T23:12:29.069Z Compiling pretty-hex v0.4.1
5362025-10-13T23:12:29.419Z Compiling anstream v0.6.18
5372025-10-13T23:12:29.455Z Compiling semver v1.0.27
5382025-10-13T23:12:30.042Z Compiling fs-err v3.1.1
5392025-10-13T23:12:30.094Z Compiling heck v0.4.1
5402025-10-13T23:12:30.170Z Compiling once_cell v1.21.3
5412025-10-13T23:12:30.200Z Compiling anyhow v1.0.99
5422025-10-13T23:12:30.370Z Compiling synstructure v0.13.1
5432025-10-13T23:12:30.501Z Compiling fnv v1.0.7
5442025-10-13T23:12:30.579Z Compiling unicode-width v0.1.14
5452025-10-13T23:12:30.674Z Compiling bytecount v0.6.8
5462025-10-13T23:12:30.746Z Compiling heck v0.5.0
5472025-10-13T23:12:30.907Z Compiling fastrand v2.1.1
5482025-10-13T23:12:31.198Z Compiling unicode-xid v0.2.6
5492025-10-13T23:12:31.226Z Compiling strsim v0.11.1
5502025-10-13T23:12:31.413Z Compiling clap_lex v0.7.4
5512025-10-13T23:12:31.440Z Compiling tempfile v3.20.0
5522025-10-13T23:12:31.648Z Compiling papergrid v0.11.0
5532025-10-13T23:12:31.873Z Compiling clap_builder v4.5.48
5542025-10-13T23:12:32.054Z Compiling memmap v0.7.0
5552025-10-13T23:12:32.109Z Compiling unicode-linebreak v0.1.5
5562025-10-13T23:12:32.194Z Compiling smawk v0.3.2
5572025-10-13T23:12:32.377Z Compiling unicode-width v0.2.0
5582025-10-13T23:12:32.870Z Compiling textwrap v0.16.2
5592025-10-13T23:12:32.951Z Compiling camino-tempfile v1.4.1
5602025-10-13T23:12:33.337Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5612025-10-13T23:12:33.364Z Compiling tabled_derive v0.7.0
5622025-10-13T23:12:33.437Z Compiling swrite v0.1.0
5632025-10-13T23:12:34.223Z Compiling serde_derive v1.0.226
5642025-10-13T23:12:34.249Z Compiling zerofrom-derive v0.1.4
5652025-10-13T23:12:34.313Z Compiling yoke-derive v0.7.4
5662025-10-13T23:12:34.356Z Compiling thiserror-impl v2.0.17
5672025-10-13T23:12:34.387Z Compiling zerovec-derive v0.10.3
5682025-10-13T23:12:34.713Z Compiling displaydoc v0.2.5
5692025-10-13T23:12:36.094Z Compiling thiserror-impl v1.0.69
5702025-10-13T23:12:36.541Z Compiling icu_provider_macros v1.5.0
5712025-10-13T23:12:36.691Z Compiling zerocopy-derive v0.7.35
5722025-10-13T23:12:37.417Z Compiling pest v2.8.2
5732025-10-13T23:12:37.465Z Compiling zerofrom v0.1.4
5742025-10-13T23:12:37.565Z Compiling scroll_derive v0.12.0
5752025-10-13T23:12:37.715Z Compiling yoke v0.7.4
5762025-10-13T23:12:38.135Z Compiling zerovec v0.10.4
5772025-10-13T23:12:38.710Z Compiling zerocopy v0.7.35
5782025-10-13T23:12:38.880Z Compiling scroll v0.12.0
5792025-10-13T23:12:39.148Z Compiling clap_derive v4.5.47
5802025-10-13T23:12:39.249Z Compiling tabled v0.15.0
5812025-10-13T23:12:39.440Z Compiling goblin v0.8.2
5822025-10-13T23:12:39.823Z Compiling pest_meta v2.8.2
5832025-10-13T23:12:40.028Z Compiling tinystr v0.7.6
5842025-10-13T23:12:40.147Z Compiling icu_collections v1.5.0
5852025-10-13T23:12:40.355Z Compiling icu_locid v1.5.0
5862025-10-13T23:12:41.373Z Compiling pest_generator v2.8.2
5872025-10-13T23:12:41.741Z Compiling icu_provider v1.5.0
5882025-10-13T23:12:41.789Z Compiling serde_spanned v0.6.9
5892025-10-13T23:12:42.063Z Compiling toml_datetime v0.6.11
5902025-10-13T23:12:42.256Z Compiling dof v0.3.0
5912025-10-13T23:12:42.604Z Compiling icu_locid_transform v1.5.0
5922025-10-13T23:12:42.710Z Compiling toml_edit v0.22.27
5932025-10-13T23:12:43.069Z Compiling serde_tokenstream v0.2.2
5942025-10-13T23:12:43.147Z Compiling erased-serde v0.4.6
5952025-10-13T23:12:43.180Z Compiling serde-value v0.7.0
5962025-10-13T23:12:43.650Z Compiling cargo-platform v0.2.0
5972025-10-13T23:12:43.948Z Compiling icu_properties v1.5.1
5982025-10-13T23:12:44.007Z Compiling pest_derive v2.8.2
5992025-10-13T23:12:44.175Z Compiling serde-untagged v0.1.7
6002025-10-13T23:12:44.258Z Compiling clap v4.5.48
6012025-10-13T23:12:44.398Z Compiling macaddr v1.0.1
6022025-10-13T23:12:44.776Z Compiling dtrace-parser v0.2.0
6032025-10-13T23:12:46.101Z Compiling toml v0.8.23
6042025-10-13T23:12:46.858Z Compiling usdt-macro v0.5.0
6052025-10-13T23:12:46.901Z Compiling usdt-attr-macro v0.5.0
6062025-10-13T23:12:46.943Z Compiling cargo_toml v0.21.0
6072025-10-13T23:12:47.457Z Compiling icu_normalizer v1.5.0
6082025-10-13T23:12:48.077Z Compiling usdt v0.5.0
6092025-10-13T23:12:48.321Z Compiling idna_adapter v1.2.0
6102025-10-13T23:12:48.516Z Compiling idna v1.0.3
6112025-10-13T23:12:49.052Z Compiling url v2.5.4
6122025-10-13T23:12:49.983Z Compiling cargo-util-schemas v0.8.2
6132025-10-13T23:12:51.986Z Compiling cargo_metadata v0.21.0
6142025-10-13T23:12:54.124Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6152025-10-13T23:12:58.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
6162025-10-13T23:12:59.333Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6172025-10-13T23:13:00.358Z Downloading crates ...
6182025-10-13T23:13:00.545Z Downloaded ascii-canvas v3.0.0
6192025-10-13T23:13:00.571Z Downloaded bitfield-macros v0.19.2
6202025-10-13T23:13:00.571Z Downloaded allocator-api2 v0.2.21
6212025-10-13T23:13:00.572Z Downloaded atty v0.2.14
6222025-10-13T23:13:00.572Z Downloaded async-trait v0.1.89
6232025-10-13T23:13:00.572Z Downloaded bit-vec v0.6.3
6242025-10-13T23:13:00.572Z Downloaded bcrypt-pbkdf v0.10.0
6252025-10-13T23:13:00.572Z Downloaded crc8 v0.1.1
6262025-10-13T23:13:00.572Z Downloaded bytes v1.10.1
6272025-10-13T23:13:00.598Z Downloaded cobs v0.2.3
6282025-10-13T23:13:00.598Z Downloaded gethostname v0.5.0
6292025-10-13T23:13:00.598Z Downloaded adler2 v2.0.0
6302025-10-13T23:13:00.598Z Downloaded addr2line v0.24.2
6312025-10-13T23:13:00.598Z Downloaded aead v0.5.2
6322025-10-13T23:13:00.598Z Downloaded cookie v0.18.1
6332025-10-13T23:13:00.598Z Downloaded console v0.15.10
6342025-10-13T23:13:00.598Z Downloaded atomicwrites v0.4.4
6352025-10-13T23:13:00.624Z Downloaded async-stream-impl v0.3.6
6362025-10-13T23:13:00.624Z Downloaded atomic-waker v1.1.2
6372025-10-13T23:13:00.624Z Downloaded base16ct v0.2.0
6382025-10-13T23:13:00.624Z Downloaded async-stream v0.3.6
6392025-10-13T23:13:00.624Z Downloaded bitflags v1.3.2
6402025-10-13T23:13:00.624Z Downloaded bit-set v0.5.3
6412025-10-13T23:13:00.624Z Downloaded cfg_aliases v0.1.1
6422025-10-13T23:13:00.624Z Downloaded assert_matches v1.5.0
6432025-10-13T23:13:00.624Z Downloaded ciborium-io v0.2.2
6442025-10-13T23:13:00.651Z Downloaded arrayvec v0.7.6
6452025-10-13T23:13:00.651Z Downloaded arc-swap v1.7.1
6462025-10-13T23:13:00.651Z Downloaded ahash v0.8.12
6472025-10-13T23:13:00.651Z Downloaded bitfield-struct v0.6.2
6482025-10-13T23:13:00.651Z Downloaded aes-gcm v0.10.3
6492025-10-13T23:13:00.651Z Downloaded cfg_aliases v0.2.1
6502025-10-13T23:13:00.651Z Downloaded bb8 v0.8.5
6512025-10-13T23:13:00.651Z Downloaded cbc v0.1.2
6522025-10-13T23:13:00.651Z Downloaded argon2 v0.5.3
6532025-10-13T23:13:00.678Z Downloaded cargo-platform v0.1.8
6542025-10-13T23:13:00.678Z Downloaded ciborium-ll v0.2.2
6552025-10-13T23:13:00.678Z Downloaded convert_case v0.4.0
6562025-10-13T23:13:00.678Z Downloaded cexpr v0.6.0
6572025-10-13T23:13:00.678Z Downloaded castaway v0.2.3
6582025-10-13T23:13:00.678Z Downloaded cassowary v0.3.0
6592025-10-13T23:13:00.678Z Downloaded critical-section v1.1.3
6602025-10-13T23:13:00.678Z Downloaded crossbeam-deque v0.8.5
6612025-10-13T23:13:00.678Z Downloaded base64 v0.13.1
6622025-10-13T23:13:00.678Z Downloaded backoff v0.4.0
6632025-10-13T23:13:00.678Z Downloaded crc-catalog v2.4.0
6642025-10-13T23:13:00.704Z Downloaded convert_case v0.7.1
6652025-10-13T23:13:00.704Z Downloaded hash32 v0.2.1
6662025-10-13T23:13:00.704Z Downloaded hubpack_derive v0.1.1
6672025-10-13T23:13:00.704Z Downloaded cargo_metadata v0.19.2
6682025-10-13T23:13:00.704Z Downloaded bzip2 v0.5.2
6692025-10-13T23:13:00.704Z Downloaded hostname v0.4.0
6702025-10-13T23:13:00.704Z Downloaded cookie_store v0.21.1
6712025-10-13T23:13:00.704Z Downloaded bzip2 v0.4.4
6722025-10-13T23:13:00.704Z Downloaded md5 v0.7.0
6732025-10-13T23:13:00.704Z Downloaded crc32fast v1.4.2
6742025-10-13T23:13:00.729Z Downloaded glob v0.3.2
6752025-10-13T23:13:00.730Z Downloaded const_format_proc_macros v0.2.34
6762025-10-13T23:13:00.730Z Downloaded path-slash v0.1.5
6772025-10-13T23:13:00.730Z Downloaded console v0.16.0
6782025-10-13T23:13:00.730Z Downloaded hubpack v0.1.2
6792025-10-13T23:13:00.730Z Downloaded hostname v0.3.1
6802025-10-13T23:13:00.730Z Downloaded colored v2.2.0
6812025-10-13T23:13:00.730Z Downloaded cancel-safe-futures v0.1.5
6822025-10-13T23:13:00.730Z Downloaded ciborium v0.2.2
6832025-10-13T23:13:00.756Z Downloaded bcs v0.1.6
6842025-10-13T23:13:00.756Z Downloaded array-init v0.0.4
6852025-10-13T23:13:00.756Z Downloaded base64ct v1.6.0
6862025-10-13T23:13:00.756Z Downloaded new_debug_unreachable v1.0.6
6872025-10-13T23:13:00.756Z Downloaded number_prefix v0.4.0
6882025-10-13T23:13:00.756Z Downloaded normalize-line-endings v0.3.0
6892025-10-13T23:13:00.756Z Downloaded managed v0.8.0
6902025-10-13T23:13:00.756Z Downloaded oso-derive v0.27.3
6912025-10-13T23:13:00.756Z Downloaded internet-checksum v0.2.1
6922025-10-13T23:13:00.756Z Downloaded lazycell v1.3.0
6932025-10-13T23:13:00.756Z Downloaded linked-hash-map v0.5.6
6942025-10-13T23:13:00.756Z Downloaded globset v0.4.15
6952025-10-13T23:13:00.782Z Downloaded crossbeam-epoch v0.9.18
6962025-10-13T23:13:00.782Z Downloaded opaque-debug v0.3.1
6972025-10-13T23:13:00.782Z Downloaded highway v1.3.0
6982025-10-13T23:13:00.782Z Downloaded const-oid v0.9.6
6992025-10-13T23:13:00.782Z Downloaded crc-any v2.5.0
7002025-10-13T23:13:00.782Z Downloaded pbkdf2 v0.11.0
7012025-10-13T23:13:00.782Z Downloaded libefi-sys v0.1.0
7022025-10-13T23:13:00.782Z Downloaded newline-converter v0.3.0
7032025-10-13T23:13:00.782Z Downloaded lazy_static v1.5.0
7042025-10-13T23:13:00.782Z Downloaded aes v0.8.4
7052025-10-13T23:13:00.807Z Downloaded quick-error v1.2.3
7062025-10-13T23:13:00.807Z Downloaded chacha20poly1305 v0.10.1
7072025-10-13T23:13:00.807Z Downloaded blake2 v0.10.6
7082025-10-13T23:13:00.807Z Downloaded oxide-tokio-rt v0.1.2
7092025-10-13T23:13:00.807Z Downloaded bumpalo v3.16.0
7102025-10-13T23:13:00.833Z Downloaded backtrace v0.3.74
7112025-10-13T23:13:00.833Z Downloaded serde-big-array v0.5.1
7122025-10-13T23:13:00.833Z Downloaded primeorder v0.13.6
7132025-10-13T23:13:00.833Z Downloaded phf_shared v0.12.1
7142025-10-13T23:13:00.833Z Downloaded polyval v0.6.2
7152025-10-13T23:13:00.833Z Downloaded try-lock v0.2.5
7162025-10-13T23:13:00.834Z Downloaded nodrop v0.1.14
7172025-10-13T23:13:00.834Z Downloaded litrs v0.4.1
7182025-10-13T23:13:00.859Z Downloaded rustc_version v0.4.1
7192025-10-13T23:13:00.860Z Downloaded sqlparser_derive v0.2.2
7202025-10-13T23:13:00.860Z Downloaded want v0.3.1
7212025-10-13T23:13:00.860Z Downloaded ipnet v2.11.0
7222025-10-13T23:13:00.860Z Downloaded serde_repr v0.1.19
7232025-10-13T23:13:00.860Z Downloaded rustc_version v0.1.7
7242025-10-13T23:13:00.860Z Downloaded serde_bytes v0.11.19
7252025-10-13T23:13:00.860Z Downloaded topological-sort v0.2.2
7262025-10-13T23:13:00.886Z Downloaded russh-keys v0.45.0
7272025-10-13T23:13:00.886Z Downloaded postgres-protocol v0.6.8
7282025-10-13T23:13:00.886Z Downloaded usdt v0.6.0
7292025-10-13T23:13:00.886Z Downloaded http-body v1.0.1
7302025-10-13T23:13:00.886Z Downloaded wyz v0.5.1
7312025-10-13T23:13:00.886Z Downloaded untrusted v0.7.1
7322025-10-13T23:13:00.886Z Downloaded rand_core v0.9.3
7332025-10-13T23:13:00.886Z Downloaded unit-prefix v0.5.1
7342025-10-13T23:13:00.886Z Downloaded ident_case v1.0.1
7352025-10-13T23:13:00.913Z Downloaded supports-color v3.0.2
7362025-10-13T23:13:00.913Z Downloaded unarray v0.1.4
7372025-10-13T23:13:00.913Z Downloaded zone v0.1.8
7382025-10-13T23:13:00.913Z Downloaded instant v0.1.13
7392025-10-13T23:13:00.913Z Downloaded tower-layer v0.3.3
7402025-10-13T23:13:00.913Z Downloaded tap v1.0.1
7412025-10-13T23:13:00.913Z Downloaded vergen-lib v0.1.6
7422025-10-13T23:13:00.913Z Downloaded xshell v0.2.7
7432025-10-13T23:13:00.913Z Downloaded toml_parser v1.0.2
7442025-10-13T23:13:00.939Z Downloaded newtype_derive v0.1.6
7452025-10-13T23:13:00.939Z Downloaded csv-core v0.1.11
7462025-10-13T23:13:00.939Z Downloaded whoami v1.5.2
7472025-10-13T23:13:00.939Z Downloaded home v0.5.9
7482025-10-13T23:13:00.939Z Downloaded vte_generate_state_changes v0.1.2
7492025-10-13T23:13:00.939Z Downloaded crucible-workspace-hack v0.1.0
7502025-10-13T23:13:00.939Z Downloaded waitgroup v0.1.2
7512025-10-13T23:13:00.939Z Downloaded cstr-argument v0.1.2
7522025-10-13T23:13:00.965Z Downloaded impl-trait-for-tuples v0.2.2
7532025-10-13T23:13:00.965Z Downloaded openssl-macros v0.1.1
7542025-10-13T23:13:00.965Z Downloaded md-5 v0.10.6
7552025-10-13T23:13:00.965Z Downloaded num v0.4.3
7562025-10-13T23:13:00.966Z Downloaded usdt-attr-macro v0.6.0
7572025-10-13T23:13:00.966Z Downloaded zone v0.3.1
7582025-10-13T23:13:00.992Z Downloaded wait-timeout v0.2.0
7592025-10-13T23:13:00.992Z Downloaded zeroize_derive v1.4.2
7602025-10-13T23:13:00.992Z Downloaded untrusted v0.9.0
7612025-10-13T23:13:00.992Z Downloaded progenitor v0.10.0
7622025-10-13T23:13:00.992Z Downloaded sync_wrapper v1.0.1
7632025-10-13T23:13:00.992Z Downloaded peg-macros v0.8.5
7642025-10-13T23:13:00.992Z Downloaded take_mut v0.2.2
7652025-10-13T23:13:00.992Z Downloaded slog v2.7.0
7662025-10-13T23:13:01.019Z Downloaded shell-words v1.1.0
7672025-10-13T23:13:01.019Z Downloaded vsss-rs v3.3.4
7682025-10-13T23:13:01.019Z Downloaded rustc-hash v2.1.1
7692025-10-13T23:13:01.019Z Downloaded phf v0.11.2
7702025-10-13T23:13:01.019Z Downloaded rustls-pemfile v1.0.4
7712025-10-13T23:13:01.019Z Downloaded scopeguard v1.2.0
7722025-10-13T23:13:01.045Z Downloaded spki v0.7.3
7732025-10-13T23:13:01.045Z Downloaded slog-stdlog v4.1.1
7742025-10-13T23:13:01.045Z Downloaded fxhash v0.2.1
7752025-10-13T23:13:01.045Z Downloaded postgres-types v0.2.9
7762025-10-13T23:13:01.045Z Downloaded time-core v0.1.6
7772025-10-13T23:13:01.045Z Downloaded tower-http v0.6.6
7782025-10-13T23:13:01.070Z Downloaded openssl-probe v0.1.5
7792025-10-13T23:13:01.070Z Downloaded match_cfg v0.1.0
7802025-10-13T23:13:01.070Z Downloaded dunce v1.0.5
7812025-10-13T23:13:01.070Z Downloaded dyn-clone v1.0.20
7822025-10-13T23:13:01.070Z Downloaded lalrpop-util v0.19.12
7832025-10-13T23:13:01.070Z Downloaded maplit v1.0.2
7842025-10-13T23:13:01.096Z Downloaded pretty-hex v0.2.1
7852025-10-13T23:13:01.096Z Downloaded nibble_vec v0.1.0
7862025-10-13T23:13:01.096Z Downloaded predicates-core v1.0.8
7872025-10-13T23:13:01.096Z Downloaded proc-macro-crate v1.3.1
7882025-10-13T23:13:01.096Z Downloaded secrecy v0.10.3
7892025-10-13T23:13:01.096Z Downloaded packed_struct_codegen v0.10.1
7902025-10-13T23:13:01.096Z Downloaded smf v0.2.3
7912025-10-13T23:13:01.121Z Downloaded simd-adler32 v0.3.7
7922025-10-13T23:13:01.121Z Downloaded smallvec v0.6.14
7932025-10-13T23:13:01.121Z Downloaded darling_macro v0.20.10
7942025-10-13T23:13:01.121Z Downloaded subtle v2.6.1
7952025-10-13T23:13:01.121Z Downloaded newtype-uuid v1.3.1
7962025-10-13T23:13:01.121Z Downloaded psl-types v2.0.11
7972025-10-13T23:13:01.121Z Downloaded quinn-udp v0.5.5
7982025-10-13T23:13:01.147Z Downloaded darling_macro v0.21.0
7992025-10-13T23:13:01.147Z Downloaded globwalk v0.9.1
8002025-10-13T23:13:01.147Z Downloaded humantime v2.2.0
8012025-10-13T23:13:01.147Z Downloaded mime v0.3.17
8022025-10-13T23:13:01.147Z Downloaded memoffset v0.9.1
8032025-10-13T23:13:01.147Z Downloaded inout v0.1.3
8042025-10-13T23:13:01.147Z Downloaded darling v0.21.0
8052025-10-13T23:13:01.173Z Downloaded derive_builder_macro v0.20.2
8062025-10-13T23:13:01.173Z Downloaded ssh-encoding v0.2.0
8072025-10-13T23:13:01.173Z Downloaded memmap2 v0.9.8
8082025-10-13T23:13:01.173Z Downloaded proc-macro-error-attr2 v2.0.0
8092025-10-13T23:13:01.198Z Downloaded float-cmp v0.10.0
8102025-10-13T23:13:01.198Z Downloaded num-derive v0.3.3
8112025-10-13T23:13:01.198Z Downloaded strum v0.26.3
8122025-10-13T23:13:01.198Z Downloaded foreign-types-macros v0.2.3
8132025-10-13T23:13:01.198Z Downloaded phf v0.12.1
8142025-10-13T23:13:01.225Z Downloaded num-conv v0.1.0
8152025-10-13T23:13:01.225Z Downloaded difflib v0.4.0
8162025-10-13T23:13:01.225Z Downloaded hyper-rustls v0.27.7
8172025-10-13T23:13:01.225Z Downloaded progenitor-client v0.8.0
8182025-10-13T23:13:01.225Z Downloaded libsw-core v0.3.1
8192025-10-13T23:13:01.225Z Downloaded progenitor-client v0.11.2
8202025-10-13T23:13:01.251Z Downloaded num-derive v0.4.2
8212025-10-13T23:13:01.251Z Downloaded foreign-types-shared v0.3.1
8222025-10-13T23:13:01.251Z Downloaded ref-cast-impl v1.0.24
8232025-10-13T23:13:01.251Z Downloaded endian-type v0.1.2
8242025-10-13T23:13:01.251Z Downloaded progenitor v0.11.2
8252025-10-13T23:13:01.251Z Downloaded tagptr v0.2.0
8262025-10-13T23:13:01.251Z Downloaded peg-runtime v0.8.5
8272025-10-13T23:13:01.251Z Downloaded drift v0.1.0
8282025-10-13T23:13:01.277Z Downloaded pin-utils v0.1.0
8292025-10-13T23:13:01.277Z Downloaded futures-sink v0.3.31
8302025-10-13T23:13:01.277Z Downloaded thiserror-impl-no-std v2.0.2
8312025-10-13T23:13:01.277Z Downloaded slog-bunyan v2.5.0
8322025-10-13T23:13:01.277Z Downloaded pem v3.0.5
8332025-10-13T23:13:01.277Z Downloaded tinyvec_macros v0.1.1
8342025-10-13T23:13:01.277Z Downloaded multimap v0.10.1
8352025-10-13T23:13:01.277Z Downloaded siphasher v1.0.1
8362025-10-13T23:13:01.302Z Downloaded thread-id v5.0.0
8372025-10-13T23:13:01.302Z Downloaded lockfree-object-pool v0.1.6
8382025-10-13T23:13:01.302Z Downloaded thread_local v1.1.8
8392025-10-13T23:13:01.302Z Downloaded lru v0.12.5
8402025-10-13T23:13:01.302Z Downloaded ena v0.14.3
8412025-10-13T23:13:01.302Z Downloaded futures-core v0.3.31
8422025-10-13T23:13:01.302Z Downloaded futures-executor v0.3.31
8432025-10-13T23:13:01.302Z Downloaded pin-project-lite v0.2.14
8442025-10-13T23:13:01.328Z Downloaded tokio-tungstenite v0.21.0
8452025-10-13T23:13:01.328Z Downloaded futures-channel v0.3.31
8462025-10-13T23:13:01.328Z Downloaded pkcs5 v0.7.1
8472025-10-13T23:13:01.353Z Downloaded steno v0.4.1
8482025-10-13T23:13:01.353Z Downloaded rusty-fork v0.3.0
8492025-10-13T23:13:01.353Z Downloaded headers v0.4.1
8502025-10-13T23:13:01.353Z Downloaded hashbrown v0.12.3
8512025-10-13T23:13:01.378Z Downloaded expectorate v1.2.0
8522025-10-13T23:13:01.379Z Downloaded hyper-util v0.1.17
8532025-10-13T23:13:01.379Z Downloaded hashbrown v0.13.2
8542025-10-13T23:13:01.404Z Downloaded iddqd v0.3.13
8552025-10-13T23:13:01.404Z Downloaded goblin v0.10.2
8562025-10-13T23:13:01.429Z Downloaded reqwest v0.12.22
8572025-10-13T23:13:01.429Z Downloaded gimli v0.31.1
8582025-10-13T23:13:01.455Z Downloaded rustls-webpki v0.101.7
8592025-10-13T23:13:01.455Z Downloaded tabled v0.20.0
8602025-10-13T23:13:01.480Z Downloaded nix v0.29.0
8612025-10-13T23:13:01.505Z Downloaded smoltcp v0.11.0
8622025-10-13T23:13:01.505Z Downloaded moka v0.12.10
8632025-10-13T23:13:01.530Z Downloaded dropshot v0.16.4
8642025-10-13T23:13:01.555Z Downloaded regress v0.10.4
8652025-10-13T23:13:01.555Z Downloaded rustls v0.23.19
8662025-10-13T23:13:01.581Z Downloaded rustls v0.22.4
8672025-10-13T23:13:01.606Z Downloaded typify-impl v0.4.3
8682025-10-13T23:13:01.607Z Downloaded nix v0.30.1
8692025-10-13T23:13:01.632Z Downloaded typify-impl v0.2.0
8702025-10-13T23:13:01.657Z Downloaded bzip2-sys v0.1.13+1.0.8
8712025-10-13T23:13:01.657Z Downloaded object v0.36.5
8722025-10-13T23:13:01.683Z Downloaded ratatui v0.29.0
8732025-10-13T23:13:01.708Z Downloaded zerocopy-derive v0.6.6
8742025-10-13T23:13:01.708Z Downloaded sled v0.34.7
8752025-10-13T23:13:01.733Z Downloaded nix v0.28.0
8762025-10-13T23:13:01.733Z Downloaded regex-automata v0.4.11
8772025-10-13T23:13:01.758Z Downloaded chrono-tz v0.10.4
8782025-10-13T23:13:01.783Z Downloaded petgraph v0.6.5
8792025-10-13T23:13:01.808Z Downloaded diesel v2.2.12
8802025-10-13T23:13:01.833Z Downloaded petgraph v0.8.2
8812025-10-13T23:13:01.833Z Downloaded jiff v0.2.15
8822025-10-13T23:13:01.858Z Downloaded lzma-sys v0.1.20
8832025-10-13T23:13:01.888Z Downloaded libz-sys v1.1.20
8842025-10-13T23:13:01.914Z Downloaded tokio v1.47.0
8852025-10-13T23:13:01.955Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
8862025-10-13T23:13:01.980Z Downloaded openapiv3 v2.2.0
8872025-10-13T23:13:02.006Z Downloaded csv v1.3.1
8882025-10-13T23:13:02.031Z Downloaded sha3 v0.10.8
8892025-10-13T23:13:02.031Z Downloaded object v0.30.4
8902025-10-13T23:13:02.031Z Downloaded tabled v0.18.0
8912025-10-13T23:13:02.056Z Downloaded hickory-proto v0.24.4
8922025-10-13T23:13:02.081Z Downloaded hickory-proto v0.25.2
8932025-10-13T23:13:02.106Z Downloaded nix v0.27.1
8942025-10-13T23:13:02.106Z Downloaded lalrpop v0.19.12
8952025-10-13T23:13:02.131Z Downloaded hashbrown v0.15.4
8962025-10-13T23:13:02.131Z Downloaded h2 v0.4.6
8972025-10-13T23:13:02.131Z Downloaded smoltcp v0.9.1
8982025-10-13T23:13:02.157Z Downloaded radix_trie v0.2.1
8992025-10-13T23:13:02.157Z Downloaded curve25519-dalek v4.1.3
9002025-10-13T23:13:02.157Z Downloaded webpki-roots v1.0.1
9012025-10-13T23:13:02.182Z Downloaded regex-syntax v0.8.5
9022025-10-13T23:13:02.182Z Downloaded rustyline v14.0.0
9032025-10-13T23:13:02.182Z Downloaded itertools v0.13.0
9042025-10-13T23:13:02.182Z Downloaded vcpkg v0.2.15
9052025-10-13T23:13:02.229Z Downloaded reedline v0.40.0
9062025-10-13T23:13:02.254Z Downloaded rayon v1.10.0
9072025-10-13T23:13:02.254Z Downloaded p384 v0.13.0
9082025-10-13T23:13:02.279Z Downloaded futures-util v0.3.31
9092025-10-13T23:13:02.279Z Downloaded polar-core v0.27.3
9102025-10-13T23:13:02.279Z Downloaded zerocopy v0.8.27
9112025-10-13T23:13:02.304Z Downloaded itertools v0.14.0
9122025-10-13T23:13:02.330Z Downloaded hyper v1.7.0
9132025-10-13T23:13:02.330Z Downloaded proptest v1.7.0
9142025-10-13T23:13:02.330Z Downloaded openssl v0.10.73
9152025-10-13T23:13:02.355Z Downloaded progenitor v0.8.0
9162025-10-13T23:13:02.355Z Downloaded libxml v0.3.3
9172025-10-13T23:13:02.355Z Downloaded itertools v0.10.5
9182025-10-13T23:13:02.380Z Downloaded russh v0.45.0
9192025-10-13T23:13:02.380Z Downloaded sqlparser v0.45.0
9202025-10-13T23:13:02.380Z Downloaded encoding_rs v0.8.34
9212025-10-13T23:13:02.405Z Downloaded zlib-rs v0.5.1
9222025-10-13T23:13:02.405Z Downloaded regex-syntax v0.6.29
9232025-10-13T23:13:02.405Z Downloaded quinn-proto v0.11.8
9242025-10-13T23:13:02.431Z Downloaded hickory-server v0.25.2
9252025-10-13T23:13:02.431Z Downloaded winnow v0.6.26
9262025-10-13T23:13:02.431Z Downloaded rustls v0.21.12
9272025-10-13T23:13:02.456Z Downloaded tokio-rustls v0.26.0
9282025-10-13T23:13:02.456Z Downloaded slog-dtrace v0.3.0
9292025-10-13T23:13:02.456Z Downloaded rustls-native-certs v0.8.1
9302025-10-13T23:13:02.456Z Downloaded pkcs8 v0.10.2
9312025-10-13T23:13:02.456Z Downloaded pkcs1 v0.7.5
9322025-10-13T23:13:02.456Z Downloaded iana-time-zone v0.1.63
9332025-10-13T23:13:02.456Z Downloaded ring v0.17.14
9342025-10-13T23:13:02.500Z Downloaded test-strategy v0.4.3
9352025-10-13T23:13:02.525Z Downloaded ssh-key v0.6.6
9362025-10-13T23:13:02.525Z Downloaded libgit2-sys v0.18.2+1.9.1
9372025-10-13T23:13:02.577Z Downloaded openssl-sys v0.9.109
9382025-10-13T23:13:02.603Z Downloaded pem-rfc7468 v0.7.0
9392025-10-13T23:13:02.603Z Downloaded password-hash v0.4.2
9402025-10-13T23:13:02.603Z Downloaded indexmap v1.9.3
9412025-10-13T23:13:02.603Z Downloaded diff v0.1.13
9422025-10-13T23:13:02.603Z Downloaded winnow v0.5.40
9432025-10-13T23:13:02.628Z Downloaded embedded-io v0.6.1
9442025-10-13T23:13:02.628Z Downloaded paste v1.0.15
9452025-10-13T23:13:02.628Z Downloaded miniz_oxide v0.8.5
9462025-10-13T23:13:02.628Z Downloaded num-bigint-dig v0.8.4
9472025-10-13T23:13:02.628Z Downloaded tokio-native-tls v0.3.1
9482025-10-13T23:13:02.628Z Downloaded rustc-hash v1.1.0
9492025-10-13T23:13:02.628Z Downloaded rfc6979 v0.4.0
9502025-10-13T23:13:02.628Z Downloaded peg v0.8.5
9512025-10-13T23:13:02.628Z Downloaded password-hash v0.5.0
9522025-10-13T23:13:02.628Z Downloaded env_logger v0.11.5
9532025-10-13T23:13:02.653Z Downloaded indicatif v0.18.0
9542025-10-13T23:13:02.654Z Downloaded elliptic-curve v0.13.8
9552025-10-13T23:13:02.654Z Downloaded tokio-util v0.7.15
9562025-10-13T23:13:02.654Z Downloaded secrecy v0.8.0
9572025-10-13T23:13:02.654Z Downloaded resolv-conf v0.7.0
9582025-10-13T23:13:02.654Z Downloaded der v0.7.9
9592025-10-13T23:13:02.679Z Downloaded p521 v0.13.3
9602025-10-13T23:13:02.679Z Downloaded itertools v0.12.1
9612025-10-13T23:13:02.679Z Downloaded dropshot-api-manager v0.2.2
9622025-10-13T23:13:02.679Z Downloaded futures-task v0.3.31
9632025-10-13T23:13:02.679Z Downloaded rustversion v1.0.22
9642025-10-13T23:13:02.679Z Downloaded rpassword v7.4.0
9652025-10-13T23:13:02.679Z Downloaded lock_api v0.4.12
9662025-10-13T23:13:02.679Z Downloaded indicatif v0.17.11
9672025-10-13T23:13:02.704Z Downloaded dropshot_endpoint v0.16.4
9682025-10-13T23:13:02.704Z Downloaded petname v2.0.2
9692025-10-13T23:13:02.704Z Downloaded serde_with v3.14.0
9702025-10-13T23:13:02.704Z Downloaded similar v2.7.0
9712025-10-13T23:13:02.730Z Downloaded p256 v0.13.2
9722025-10-13T23:13:02.730Z Downloaded half v1.8.3
9732025-10-13T23:13:02.730Z Downloaded rand v0.8.5
9742025-10-13T23:13:02.730Z Downloaded shlex v1.3.0
9752025-10-13T23:13:02.730Z Downloaded num-integer v0.1.46
9762025-10-13T23:13:02.730Z Downloaded fs-err v2.11.0
9772025-10-13T23:13:02.730Z Downloaded fallible-iterator v0.2.0
9782025-10-13T23:13:02.730Z Downloaded env_filter v0.1.2
9792025-10-13T23:13:02.730Z Downloaded termios v0.3.3
9802025-10-13T23:13:02.755Z Downloaded tabled_derive v0.10.0
9812025-10-13T23:13:02.755Z Downloaded strum_macros v0.27.2
9822025-10-13T23:13:02.755Z Downloaded proc-macro-error2 v2.0.1
9832025-10-13T23:13:02.755Z Downloaded jiff-static v0.2.15
9842025-10-13T23:13:02.755Z Downloaded slog-envlogger v2.2.0
9852025-10-13T23:13:02.755Z Downloaded futures-macro v0.3.31
9862025-10-13T23:13:02.755Z Downloaded multer v3.1.0
9872025-10-13T23:13:02.756Z Downloaded termtree v0.5.1
9882025-10-13T23:13:02.756Z Downloaded ghash v0.5.1
9892025-10-13T23:13:02.756Z Downloaded num-iter v0.1.45
9902025-10-13T23:13:02.756Z Downloaded nanorand v0.7.0
9912025-10-13T23:13:02.781Z Downloaded siphasher v0.3.11
9922025-10-13T23:13:02.781Z Downloaded progenitor-macro v0.10.0
9932025-10-13T23:13:02.781Z Downloaded ed25519-dalek v2.1.1
9942025-10-13T23:13:02.781Z Downloaded diesel_derives v2.2.3
9952025-10-13T23:13:02.781Z Downloaded signal-hook-tokio v0.3.1
9962025-10-13T23:13:02.781Z Downloaded enum-as-inner v0.6.1
9972025-10-13T23:13:02.781Z Downloaded futures v0.3.31
9982025-10-13T23:13:02.781Z Downloaded regex v1.11.3
9992025-10-13T23:13:02.806Z Downloaded crossterm v0.28.1
10002025-10-13T23:13:02.806Z Downloaded unicode-segmentation v1.12.0
10012025-10-13T23:13:02.806Z Downloaded derive-where v1.5.0
10022025-10-13T23:13:02.806Z Downloaded schemars v0.8.22
10032025-10-13T23:13:02.831Z Downloaded prefix-trie v0.7.0
10042025-10-13T23:13:02.831Z Downloaded libz-rs-sys v0.5.1
10052025-10-13T23:13:02.831Z Downloaded dropshot-api-manager-types v0.2.2
10062025-10-13T23:13:02.831Z Downloaded publicsuffix v2.3.0
10072025-10-13T23:13:02.831Z Downloaded predicates v3.1.3
10082025-10-13T23:13:02.831Z Downloaded rayon-core v1.12.1
10092025-10-13T23:13:02.832Z Downloaded tabwriter v1.4.0
10102025-10-13T23:13:02.857Z Downloaded tokio-macros v2.5.0
10112025-10-13T23:13:02.857Z Downloaded derive_more v0.99.20
10122025-10-13T23:13:02.857Z Downloaded tough v0.20.0
10132025-10-13T23:13:02.857Z Downloaded libsw v3.5.0
10142025-10-13T23:13:02.857Z Downloaded string_cache v0.8.9
10152025-10-13T23:13:02.857Z Downloaded derive_builder_core v0.20.2
10162025-10-13T23:13:02.857Z Downloaded rcgen v0.12.1
10172025-10-13T23:13:02.882Z Downloaded ingot v0.1.1
10182025-10-13T23:13:02.882Z Downloaded document-features v0.2.11
10192025-10-13T23:13:02.882Z Downloaded display-error-chain v0.2.2
10202025-10-13T23:13:02.882Z Downloaded dirs-next v2.0.0
10212025-10-13T23:13:02.882Z Downloaded curve25519-dalek-derive v0.1.1
10222025-10-13T23:13:02.882Z Downloaded sct v0.7.1
10232025-10-13T23:13:02.882Z Downloaded signal-hook v0.3.18
10242025-10-13T23:13:02.882Z Downloaded rustc-demangle v0.1.24
10252025-10-13T23:13:02.882Z Downloaded derive_builder v0.20.2
10262025-10-13T23:13:02.882Z Downloaded flate2 v1.1.2
10272025-10-13T23:13:02.908Z Downloaded time v0.3.43
10282025-10-13T23:13:02.908Z Downloaded crossterm v0.29.0
10292025-10-13T23:13:02.908Z Downloaded zip v4.2.0
10302025-10-13T23:13:02.933Z Downloaded unicode-normalization v0.1.24
10312025-10-13T23:13:02.933Z Downloaded bstr v1.10.0
10322025-10-13T23:13:02.933Z Downloaded dof v0.4.0
10332025-10-13T23:13:02.933Z Downloaded dirs-sys-next v0.1.2
10342025-10-13T23:13:02.933Z Downloaded kstat-rs v0.2.4
10352025-10-13T23:13:02.933Z Downloaded embedded-io v0.4.0
10362025-10-13T23:13:02.933Z Downloaded defmt-macros v0.3.9
10372025-10-13T23:13:02.958Z Downloaded strum_macros v0.24.3
10382025-10-13T23:13:02.958Z Downloaded strum v0.27.2
10392025-10-13T23:13:02.959Z Downloaded sec1 v0.7.3
10402025-10-13T23:13:02.959Z Downloaded scrypt v0.11.0
10412025-10-13T23:13:02.959Z Downloaded salsa20 v0.10.2
10422025-10-13T23:13:02.959Z Downloaded phf_shared v0.11.2
10432025-10-13T23:13:02.959Z Downloaded num-complex v0.4.6
10442025-10-13T23:13:02.959Z Downloaded hyper-staticfile v0.10.1
10452025-10-13T23:13:02.959Z Downloaded rustls-webpki v0.102.8
10462025-10-13T23:13:02.985Z Downloaded hkdf v0.12.4
10472025-10-13T23:13:02.985Z Downloaded structmeta-derive v0.3.0
10482025-10-13T23:13:02.985Z Downloaded progenitor-macro v0.11.2
10492025-10-13T23:13:02.985Z Downloaded ppv-lite86 v0.2.20
10502025-10-13T23:13:02.985Z Downloaded hyper-tls v0.6.0
10512025-10-13T23:13:02.985Z Downloaded tls_codec_derive v0.4.1
10522025-10-13T23:13:02.985Z Downloaded oxnet v0.1.3
10532025-10-13T23:13:02.985Z Downloaded hash32 v0.3.1
10542025-10-13T23:13:02.985Z Downloaded flume v0.11.1
10552025-10-13T23:13:03.010Z Downloaded darling_core v0.21.0
10562025-10-13T23:13:03.010Z Downloaded foreign-types v0.5.0
10572025-10-13T23:13:03.010Z Downloaded foreign-types v0.3.2
10582025-10-13T23:13:03.010Z Downloaded either v1.15.0
10592025-10-13T23:13:03.010Z Downloaded bindgen v0.71.1
10602025-10-13T23:13:03.010Z Downloaded diesel_table_macro_syntax v0.2.0
10612025-10-13T23:13:03.010Z Downloaded funty v2.0.0
10622025-10-13T23:13:03.010Z Downloaded der_derive v0.7.3
10632025-10-13T23:13:03.035Z Downloaded rsa v0.9.6
10642025-10-13T23:13:03.035Z Downloaded tower v0.5.2
10652025-10-13T23:13:03.035Z Downloaded git2 v0.20.2
10662025-10-13T23:13:03.061Z Downloaded chrono v0.4.42
10672025-10-13T23:13:03.061Z Downloaded foreign-types-shared v0.1.1
10682025-10-13T23:13:03.061Z Downloaded tokio-stream v0.1.17
10692025-10-13T23:13:03.061Z Downloaded hickory-resolver v0.25.2
10702025-10-13T23:13:03.061Z Downloaded hickory-resolver v0.24.4
10712025-10-13T23:13:03.094Z Downloaded unicode_categories v0.1.1
10722025-10-13T23:13:03.119Z Downloaded typed-path v0.9.3
10732025-10-13T23:13:03.119Z Downloaded quick-xml v0.37.2
10742025-10-13T23:13:03.119Z Downloaded foldhash v0.2.0
10752025-10-13T23:13:03.145Z Downloaded structmeta v0.3.0
10762025-10-13T23:13:03.145Z Downloaded russh-cryptovec v0.7.3
10772025-10-13T23:13:03.146Z Downloaded float-ord v0.3.2
10782025-10-13T23:13:03.146Z Downloaded zerocopy-derive v0.8.27
10792025-10-13T23:13:03.146Z Downloaded x509-cert v0.2.5
10802025-10-13T23:13:03.172Z Downloaded portable-atomic v1.11.0
10812025-10-13T23:13:03.172Z Downloaded daft v0.1.4
10822025-10-13T23:13:03.172Z Downloaded tls_codec v0.4.1
10832025-10-13T23:13:03.172Z Downloaded defmt-parser v0.3.4
10842025-10-13T23:13:03.172Z Downloaded darling_core v0.20.10
10852025-10-13T23:13:03.200Z Downloaded salty v0.3.0
10862025-10-13T23:13:03.200Z Downloaded ingot-macros v0.1.1
10872025-10-13T23:13:03.200Z Downloaded foldhash v0.1.5
10882025-10-13T23:13:03.200Z Downloaded httparse v1.9.5
10892025-10-13T23:13:03.200Z Downloaded half v2.4.1
10902025-10-13T23:13:03.226Z Downloaded bindgen v0.69.5
10912025-10-13T23:13:03.226Z Downloaded signal-hook-registry v1.4.2
10922025-10-13T23:13:03.226Z Downloaded signal-hook-mio v0.2.4
10932025-10-13T23:13:03.226Z Downloaded scroll_derive v0.13.1
10942025-10-13T23:13:03.226Z Downloaded same-file v1.0.6
10952025-10-13T23:13:03.226Z Downloaded num_threads v0.1.7
10962025-10-13T23:13:03.226Z Downloaded num_enum v0.5.11
10972025-10-13T23:13:03.226Z Downloaded fs_extra v1.3.0
10982025-10-13T23:13:03.252Z Downloaded darling v0.20.10
10992025-10-13T23:13:03.252Z Downloaded papergrid v0.14.0
11002025-10-13T23:13:03.252Z Downloaded static_assertions v1.1.0
11012025-10-13T23:13:03.252Z Downloaded slog-json v2.6.1
11022025-10-13T23:13:03.252Z Downloaded rtoolbox v0.0.2
11032025-10-13T23:13:03.252Z Downloaded is_ci v1.2.0
11042025-10-13T23:13:03.279Z Downloaded ingot-types v0.1.2
11052025-10-13T23:13:03.279Z Downloaded defmt v0.3.8
11062025-10-13T23:13:03.279Z Downloaded daft-derive v0.1.4
11072025-10-13T23:13:03.279Z Downloaded tinyvec v1.8.0
11082025-10-13T23:13:03.279Z Downloaded derive_more-impl v2.0.1
11092025-10-13T23:13:03.279Z Downloaded libm v0.2.8
11102025-10-13T23:13:03.305Z Downloaded bitvec v1.0.1
11112025-10-13T23:13:03.331Z Downloaded subprocess v0.2.9
11122025-10-13T23:13:03.331Z Downloaded slog-term v2.9.2
11132025-10-13T23:13:03.331Z Downloaded quinn v0.11.5
11142025-10-13T23:13:03.356Z Downloaded progenitor-impl v0.10.0
11152025-10-13T23:13:03.356Z Downloaded is-terminal v0.4.13
11162025-10-13T23:13:03.356Z Downloaded instability v0.3.2
11172025-10-13T23:13:03.356Z Downloaded group v0.13.0
11182025-10-13T23:13:03.356Z Downloaded maybe-uninit v2.0.0
11192025-10-13T23:13:03.356Z Downloaded serde_spanned v1.0.0
11202025-10-13T23:13:03.356Z Downloaded scheduled-thread-pool v0.2.7
11212025-10-13T23:13:03.356Z Downloaded rand_xorshift v0.4.0
11222025-10-13T23:13:03.356Z Downloaded derive_more v2.0.1
11232025-10-13T23:13:03.382Z Downloaded nom v7.1.3
11242025-10-13T23:13:03.407Z Downloaded predicates-tree v1.0.12
11252025-10-13T23:13:03.407Z Downloaded getrandom v0.2.15
11262025-10-13T23:13:03.407Z Downloaded term v1.1.0
11272025-10-13T23:13:03.407Z Downloaded parse-size v1.1.0
11282025-10-13T23:13:03.407Z Downloaded parse-display-derive v0.10.0
11292025-10-13T23:13:03.407Z Downloaded hickory-client v0.25.2
11302025-10-13T23:13:03.432Z Downloaded http v1.3.1
11312025-10-13T23:13:03.432Z Downloaded precomputed-hash v0.1.1
11322025-10-13T23:13:03.432Z Downloaded fatfs v0.3.6
11332025-10-13T23:13:03.432Z Downloaded num-bigint v0.4.6
11342025-10-13T23:13:03.458Z Downloaded libscf-sys v1.1.0
11352025-10-13T23:13:03.458Z Downloaded fixedbitset v0.5.7
11362025-10-13T23:13:03.458Z Downloaded ecdsa v0.16.9
11372025-10-13T23:13:03.459Z Downloaded diesel-dtrace v0.4.2
11382025-10-13T23:13:03.459Z Downloaded minimal-lexical v0.2.1
11392025-10-13T23:13:03.484Z Downloaded socket2 v0.5.10
11402025-10-13T23:13:03.484Z Downloaded serde_yaml v0.9.34+deprecated
11412025-10-13T23:13:03.484Z Downloaded rustls-pki-types v1.10.0
11422025-10-13T23:13:03.484Z Downloaded tokio-dtrace v0.1.0
11432025-10-13T23:13:03.484Z Downloaded testing_table v0.3.0
11442025-10-13T23:13:03.484Z Downloaded socket2 v0.6.0
11452025-10-13T23:13:03.484Z Downloaded tracing-core v0.1.32
11462025-10-13T23:13:03.484Z Downloaded http-body-util v0.1.3
11472025-10-13T23:13:03.510Z Downloaded sigpipe v0.1.3
11482025-10-13T23:13:03.510Z Downloaded signature v2.2.0
11492025-10-13T23:13:03.510Z Downloaded radium v0.7.0
11502025-10-13T23:13:03.510Z Downloaded r2d2 v0.8.10
11512025-10-13T23:13:03.510Z Downloaded des v0.8.1
11522025-10-13T23:13:03.510Z Downloaded packed_struct v0.10.1
11532025-10-13T23:13:03.510Z Downloaded aws-lc-rs v1.12.4
11542025-10-13T23:13:03.510Z Downloaded parse-display v0.10.0
11552025-10-13T23:13:03.510Z Downloaded debug-ignore v1.0.5
11562025-10-13T23:13:03.510Z Downloaded unsafe-libyaml v0.2.11
11572025-10-13T23:13:03.536Z Downloaded rand v0.9.2
11582025-10-13T23:13:03.536Z Downloaded lru-cache v0.1.2
11592025-10-13T23:13:03.536Z Downloaded papergrid v0.17.0
11602025-10-13T23:13:03.536Z Downloaded zopfli v0.8.1
11612025-10-13T23:13:03.536Z Downloaded uuid v1.18.1
11622025-10-13T23:13:03.536Z Downloaded futures-io v0.3.31
11632025-10-13T23:13:03.536Z Downloaded flagset v0.4.6
11642025-10-13T23:13:03.536Z Downloaded fixedbitset v0.4.2
11652025-10-13T23:13:03.536Z Downloaded filetime v0.2.25
11662025-10-13T23:13:03.536Z Downloaded ed25519 v2.2.3
11672025-10-13T23:13:03.562Z Downloaded blake3 v1.5.4
11682025-10-13T23:13:03.562Z Downloaded derive-ex v0.1.8
11692025-10-13T23:13:03.562Z Downloaded deranged v0.5.3
11702025-10-13T23:13:03.562Z Downloaded tokio-tungstenite v0.23.1
11712025-10-13T23:13:03.562Z Downloaded sqlformat v0.3.5
11722025-10-13T23:13:03.562Z Downloaded hex-literal v0.4.1
11732025-10-13T23:13:03.562Z Downloaded ff v0.13.0
11742025-10-13T23:13:03.562Z Downloaded fd-lock v4.0.2
11752025-10-13T23:13:03.562Z Downloaded progenitor-impl v0.8.0
11762025-10-13T23:13:03.562Z Downloaded qorb v0.4.1
11772025-10-13T23:13:03.587Z Downloaded term v0.7.0
11782025-10-13T23:13:03.587Z Downloaded snafu-derive v0.8.5
11792025-10-13T23:13:03.587Z Downloaded scroll v0.13.0
11802025-10-13T23:13:03.587Z Downloaded poly1305 v0.8.0
11812025-10-13T23:13:03.587Z Downloaded tungstenite v0.21.0
11822025-10-13T23:13:03.587Z Downloaded iri-string v0.7.8
11832025-10-13T23:13:03.587Z Downloaded toml_edit v0.19.15
11842025-10-13T23:13:03.613Z Downloaded tokio-postgres v0.7.13
11852025-10-13T23:13:03.613Z Downloaded dtrace-parser v0.3.0
11862025-10-13T23:13:03.613Z Downloaded dsl_auto_type v0.1.2
11872025-10-13T23:13:03.613Z Downloaded http-range v0.1.5
11882025-10-13T23:13:03.613Z Downloaded hex v0.4.3
11892025-10-13T23:13:03.613Z Downloaded headers-core v0.3.0
11902025-10-13T23:13:03.613Z Downloaded data-encoding v2.9.0
11912025-10-13T23:13:03.638Z Downloaded tokio-rustls v0.25.0
11922025-10-13T23:13:03.638Z Downloaded tiny-keccak v2.0.2
11932025-10-13T23:13:03.639Z Downloaded serde_with_macros v3.14.0
11942025-10-13T23:13:03.639Z Downloaded rustls-pemfile v2.2.0
11952025-10-13T23:13:03.639Z Downloaded parking_lot v0.11.2
11962025-10-13T23:13:03.639Z Downloaded ignore v0.4.23
11972025-10-13T23:13:03.639Z Downloaded hmac v0.12.1
11982025-10-13T23:13:03.639Z Downloaded crypto-bigint v0.5.5
11992025-10-13T23:13:03.664Z Downloaded zerocopy v0.6.6
12002025-10-13T23:13:03.664Z Downloaded yansi v1.0.1
12012025-10-13T23:13:03.664Z Downloaded pretty_assertions v1.4.1
12022025-10-13T23:13:03.664Z Downloaded slog-scope v4.4.0
12032025-10-13T23:13:03.664Z Downloaded serde_urlencoded v0.7.1
12042025-10-13T23:13:03.665Z Downloaded schemars_derive v0.8.22
12052025-10-13T23:13:03.665Z Downloaded tungstenite v0.23.0
12062025-10-13T23:13:03.665Z Downloaded zstd v0.13.3
12072025-10-13T23:13:03.665Z Downloaded unicode-properties v0.1.3
12082025-10-13T23:13:03.690Z Downloaded ctr v0.9.2
12092025-10-13T23:13:03.690Z Downloaded tracing-attributes v0.1.27
12102025-10-13T23:13:03.690Z Downloaded rand_core v0.6.4
12112025-10-13T23:13:03.690Z Downloaded rand_chacha v0.9.0
12122025-10-13T23:13:03.690Z Downloaded yasna v0.5.2
12132025-10-13T23:13:03.690Z Downloaded vergen-git2 v1.0.7
12142025-10-13T23:13:03.690Z Downloaded vergen v9.0.6
12152025-10-13T23:13:03.690Z Downloaded value-bag v1.9.0
12162025-10-13T23:13:03.690Z Downloaded typify v0.2.0
12172025-10-13T23:13:03.690Z Downloaded tui-tree-widget v0.23.1
12182025-10-13T23:13:03.690Z Downloaded samael v0.0.19
12192025-10-13T23:13:03.716Z Downloaded vergen-gitcl v1.0.8
12202025-10-13T23:13:03.716Z Downloaded usdt-impl v0.6.0
12212025-10-13T23:13:03.716Z Downloaded twox-hash v2.1.0
12222025-10-13T23:13:03.716Z Downloaded tar v0.4.44
12232025-10-13T23:13:03.716Z Downloaded rand_chacha v0.3.1
12242025-10-13T23:13:03.716Z Downloaded powerfmt v0.2.0
12252025-10-13T23:13:03.716Z Downloaded mime_guess v2.0.5
12262025-10-13T23:13:03.716Z Downloaded snafu v0.8.5
12272025-10-13T23:13:03.716Z Downloaded progenitor-impl v0.11.2
12282025-10-13T23:13:03.716Z Downloaded mio v1.0.2
12292025-10-13T23:13:03.742Z Downloaded cc v1.2.30
12302025-10-13T23:13:03.742Z Downloaded sync-ptr v0.1.4
12312025-10-13T23:13:03.742Z Downloaded pkg-config v0.3.31
12322025-10-13T23:13:03.742Z Downloaded parking_lot_core v0.9.10
12332025-10-13T23:13:03.742Z Downloaded utf-8 v0.7.6
12342025-10-13T23:13:03.742Z Downloaded walkdir v2.5.0
12352025-10-13T23:13:03.742Z Downloaded toml v0.9.5
12362025-10-13T23:13:03.742Z Downloaded toml v0.7.8
12372025-10-13T23:13:03.742Z Downloaded sha1 v0.10.6
12382025-10-13T23:13:03.742Z Downloaded tracing v0.1.40
12392025-10-13T23:13:03.767Z Downloaded num_enum_derive v0.5.11
12402025-10-13T23:13:03.767Z Downloaded libloading v0.8.5
12412025-10-13T23:13:03.768Z Downloaded jobserver v0.1.32
12422025-10-13T23:13:03.768Z Downloaded zip v0.6.6
12432025-10-13T23:13:03.768Z Downloaded vte v0.11.1
12442025-10-13T23:13:03.768Z Downloaded unicode-bidi v0.3.17
12452025-10-13T23:13:03.768Z Downloaded unicase v2.8.1
12462025-10-13T23:13:03.768Z Downloaded typify v0.4.3
12472025-10-13T23:13:03.768Z Downloaded serde_derive_internals v0.29.1
12482025-10-13T23:13:03.768Z Downloaded aho-corasick v1.1.3
12492025-10-13T23:13:03.793Z Downloaded newtype-uuid-macros v0.1.0
12502025-10-13T23:13:03.793Z Downloaded lzss v0.8.2
12512025-10-13T23:13:03.793Z Downloaded zstd-safe v7.2.3
12522025-10-13T23:13:03.793Z Downloaded xz2 v0.1.7
12532025-10-13T23:13:03.793Z Downloaded xattr v1.3.1
12542025-10-13T23:13:03.793Z Downloaded unicode-truncate v1.1.0
12552025-10-13T23:13:03.793Z Downloaded ron v0.8.1
12562025-10-13T23:13:03.793Z Downloaded which v4.4.2
12572025-10-13T23:13:03.793Z Downloaded usdt-macro v0.6.0
12582025-10-13T23:13:03.793Z Downloaded universal-hash v0.5.1
12592025-10-13T23:13:03.793Z Downloaded toml_writer v1.0.2
12602025-10-13T23:13:03.793Z Downloaded prettyplease v0.2.36
12612025-10-13T23:13:03.819Z Downloaded olpc-cjson v0.1.4
12622025-10-13T23:13:03.819Z Downloaded linear-map v1.2.0
12632025-10-13T23:13:03.819Z Downloaded crunchy v0.2.2
12642025-10-13T23:13:03.819Z Downloaded zone_cfg_derive v0.1.2
12652025-10-13T23:13:03.819Z Downloaded tokio-rustls v0.24.1
12662025-10-13T23:13:03.819Z Downloaded serde_cbor v0.11.2
12672025-10-13T23:13:03.819Z Downloaded zone_cfg_derive v0.3.0
12682025-10-13T23:13:03.819Z Downloaded ron v0.7.1
12692025-10-13T23:13:03.819Z Downloaded xshell-macros v0.2.7
12702025-10-13T23:13:03.819Z Downloaded time-macros v0.2.24
12712025-10-13T23:13:03.819Z Downloaded parking_lot v0.12.3
12722025-10-13T23:13:03.819Z Downloaded crossbeam-channel v0.5.15
12732025-10-13T23:13:03.844Z Downloaded strum_macros v0.26.4
12742025-10-13T23:13:03.844Z Downloaded heck v0.3.3
12752025-10-13T23:13:03.844Z Downloaded void v1.0.2
12762025-10-13T23:13:03.845Z Downloaded spin v0.9.8
12772025-10-13T23:13:03.845Z Downloaded owo-colors v4.2.2
12782025-10-13T23:13:03.845Z Downloaded crossbeam-utils v0.8.21
12792025-10-13T23:13:03.845Z Downloaded pin-project v1.1.6
12802025-10-13T23:13:03.870Z Downloaded uzers v0.12.1
12812025-10-13T23:13:03.870Z Downloaded typify-macro v0.2.0
12822025-10-13T23:13:03.870Z Downloaded postcard v1.0.10
12832025-10-13T23:13:03.870Z Downloaded oso v0.27.3
12842025-10-13T23:13:03.870Z Downloaded omicron-zone-package v0.12.2
12852025-10-13T23:13:03.870Z Downloaded num-rational v0.4.2
12862025-10-13T23:13:03.870Z Downloaded typify-macro v0.4.3
12872025-10-13T23:13:03.870Z Downloaded thiserror-no-std v2.0.2
12882025-10-13T23:13:03.870Z Downloaded semver v0.1.20
12892025-10-13T23:13:03.870Z Downloaded zeroize v1.8.1
12902025-10-13T23:13:03.870Z Downloaded tabled_derive v0.11.0
12912025-10-13T23:13:03.870Z Downloaded support-bundle-viewer v0.1.2
12922025-10-13T23:13:03.896Z Downloaded heapless v0.7.17
12932025-10-13T23:13:03.896Z Downloaded toml_datetime v0.7.0
12942025-10-13T23:13:03.896Z Downloaded heapless v0.8.0
12952025-10-13T23:13:03.896Z Downloaded strip-ansi-escapes v0.2.0
12962025-10-13T23:13:03.896Z Downloaded stringprep v0.1.5
12972025-10-13T23:13:03.896Z Downloaded ssh-cipher v0.2.0
12982025-10-13T23:13:03.896Z Downloaded serde_plain v1.0.2
12992025-10-13T23:13:03.896Z Downloaded slab v0.4.9
13002025-10-13T23:13:03.896Z Downloaded serde_path_to_error v0.1.17
13012025-10-13T23:13:03.896Z Downloaded tower-service v0.3.3
13022025-10-13T23:13:03.896Z Downloaded rand_seeder v0.4.0
13032025-10-13T23:13:03.896Z Downloaded pin-project-internal v1.1.6
13042025-10-13T23:13:03.896Z Downloaded parking_lot_core v0.8.6
13052025-10-13T23:13:03.896Z Downloaded nu-ansi-term v0.50.1
13062025-10-13T23:13:03.923Z Downloaded slog-async v2.8.0
13072025-10-13T23:13:03.923Z Downloaded serde-hex v0.1.0
13082025-10-13T23:13:03.923Z Downloaded progenitor-client v0.10.0
13092025-10-13T23:13:03.923Z Downloaded progenitor-macro v0.8.0
13102025-10-13T23:13:03.923Z Downloaded ref-cast v1.0.24
13112025-10-13T23:13:03.923Z Downloaded pbkdf2 v0.12.2
13122025-10-13T23:13:03.923Z Downloaded native-tls v0.2.12
13132025-10-13T23:13:03.923Z Downloaded const_format v0.2.34
13142025-10-13T23:13:03.923Z Downloaded base64 v0.21.7
13152025-10-13T23:13:03.923Z Downloaded compact_str v0.8.0
13162025-10-13T23:13:03.923Z Downloaded keccak v0.1.5
13172025-10-13T23:13:03.948Z Downloaded ipnetwork v0.21.1
13182025-10-13T23:13:03.949Z Downloaded indoc v2.0.6
13192025-10-13T23:13:03.949Z Downloaded indoc v1.0.9
13202025-10-13T23:13:03.949Z Downloaded indent_write v2.2.0
13212025-10-13T23:13:03.949Z Downloaded httpdate v1.0.3
13222025-10-13T23:13:03.949Z Downloaded clang-sys v1.8.1
13232025-10-13T23:13:03.949Z Downloaded base64 v0.22.1
13242025-10-13T23:13:03.949Z Downloaded cmake v0.1.51
13252025-10-13T23:13:03.974Z Downloaded cipher v0.4.4
13262025-10-13T23:13:03.974Z Downloaded constant_time_eq v0.3.1
13272025-10-13T23:13:03.974Z Downloaded aws-lc-sys v0.26.0
13282025-10-13T23:13:04.174Z Downloaded chacha20 v0.9.1
13292025-10-13T23:13:04.175Z Downloaded buf-list v1.0.3
13302025-10-13T23:13:04.175Z Downloaded async-bb8-diesel v0.2.1
13312025-10-13T23:13:04.175Z Downloaded crc v3.2.1
13322025-10-13T23:13:04.175Z Downloaded bit-vec v0.8.0
13332025-10-13T23:13:04.175Z Downloaded camino-tempfile-ext v0.3.2
13342025-10-13T23:13:04.175Z Downloaded block-padding v0.3.3
13352025-10-13T23:13:04.175Z Downloaded bitfield v0.19.2
13362025-10-13T23:13:04.200Z Downloaded blowfish v0.9.1
13372025-10-13T23:13:04.200Z Downloaded bit-set v0.8.0
13382025-10-13T23:13:04.200Z Downloaded arrayref v0.3.9
13392025-10-13T23:13:04.200Z Downloaded async-recursion v1.1.1
13402025-10-13T23:13:04.375Z Compiling value-bag v1.9.0
13412025-10-13T23:13:04.375Z Compiling lock_api v0.4.12
13422025-10-13T23:13:04.375Z Compiling scopeguard v1.2.0
13432025-10-13T23:13:04.401Z Compiling shlex v1.3.0
13442025-10-13T23:13:04.401Z Compiling smallvec v1.15.1
13452025-10-13T23:13:04.401Z Compiling syn v2.0.106
13462025-10-13T23:13:04.426Z Compiling getrandom v0.2.15
13472025-10-13T23:13:04.426Z Compiling jobserver v0.1.32
13482025-10-13T23:13:04.617Z Compiling typenum v1.17.0
13492025-10-13T23:13:04.872Z Compiling log v0.4.27
13502025-10-13T23:13:04.965Z Compiling cc v1.2.30
13512025-10-13T23:13:04.994Z Compiling rand_core v0.6.4
13522025-10-13T23:13:05.019Z Compiling generic-array v0.14.7
13532025-10-13T23:13:05.320Z Compiling subtle v2.6.1
13542025-10-13T23:13:05.405Z Compiling portable-atomic v1.11.0
13552025-10-13T23:13:05.447Z Compiling critical-section v1.1.3
13562025-10-13T23:13:05.551Z Compiling const-oid v0.9.6
13572025-10-13T23:13:05.628Z Compiling pkg-config v0.3.31
13582025-10-13T23:13:05.654Z Compiling spin v0.9.8
13592025-10-13T23:13:05.709Z Compiling regex-syntax v0.8.5
13602025-10-13T23:13:06.063Z Compiling serde_json v1.0.145
13612025-10-13T23:13:06.410Z Compiling pin-project-lite v0.2.14
13622025-10-13T23:13:06.571Z Compiling parking_lot_core v0.9.10
13632025-10-13T23:13:06.765Z Compiling getrandom v0.3.1
13642025-10-13T23:13:06.894Z Compiling rustix v0.38.37
13652025-10-13T23:13:07.442Z Compiling once_cell v1.21.3
13662025-10-13T23:13:07.696Z Compiling signal-hook-registry v1.4.2
13672025-10-13T23:13:07.787Z Compiling libm v0.2.8
13682025-10-13T23:13:07.905Z Compiling parking_lot v0.12.3
13692025-10-13T23:13:08.098Z Compiling mio v1.0.2
13702025-10-13T23:13:08.444Z Compiling num-traits v0.2.19
13712025-10-13T23:13:08.634Z Compiling allocator-api2 v0.2.21
13722025-10-13T23:13:08.810Z Compiling futures-core v0.3.31
13732025-10-13T23:13:09.130Z Compiling lazy_static v1.5.0
13742025-10-13T23:13:09.303Z Compiling aho-corasick v1.1.3
13752025-10-13T23:13:09.344Z Compiling socket2 v0.6.0
13762025-10-13T23:13:09.390Z Compiling slab v0.4.9
13772025-10-13T23:13:09.416Z Compiling percent-encoding v2.3.2
13782025-10-13T23:13:09.821Z Compiling cpufeatures v0.2.14
13792025-10-13T23:13:09.993Z Compiling futures-sink v0.3.31
13802025-10-13T23:13:10.188Z Compiling glob v0.3.2
13812025-10-13T23:13:10.277Z Compiling either v1.15.0
13822025-10-13T23:13:10.302Z Compiling futures-channel v0.3.31
13832025-10-13T23:13:10.636Z Compiling pin-utils v0.1.0
13842025-10-13T23:13:10.691Z Compiling futures-io v0.3.31
13852025-10-13T23:13:10.716Z Compiling prettyplease v0.2.36
13862025-10-13T23:13:10.759Z Compiling futures-task v0.3.31
13872025-10-13T23:13:10.971Z Compiling hashbrown v0.16.0
13882025-10-13T23:13:10.995Z Compiling clang-sys v1.8.1
13892025-10-13T23:13:11.079Z Compiling minimal-lexical v0.2.1
13902025-10-13T23:13:11.109Z Compiling libloading v0.8.5
13912025-10-13T23:13:11.504Z Compiling regex-automata v0.4.11
13922025-10-13T23:13:11.606Z Compiling nom v7.1.3
13932025-10-13T23:13:11.657Z Compiling base64ct v1.6.0
13942025-10-13T23:13:11.723Z Compiling bindgen v0.69.5
13952025-10-13T23:13:11.756Z Compiling home v0.5.9
13962025-10-13T23:13:11.994Z Compiling synstructure v0.13.1
13972025-10-13T23:13:12.193Z Compiling pem-rfc7468 v0.7.0
13982025-10-13T23:13:12.295Z Compiling indexmap v2.11.4
13992025-10-13T23:13:13.391Z Compiling itertools v0.12.1
14002025-10-13T23:13:13.490Z Compiling rustc-hash v1.1.0
14012025-10-13T23:13:13.665Z Compiling flagset v0.4.6
14022025-10-13T23:13:13.808Z Compiling lazycell v1.3.0
14032025-10-13T23:13:13.915Z Compiling form_urlencoded v1.2.2
14042025-10-13T23:13:14.012Z Compiling rand_core v0.9.3
14052025-10-13T23:13:14.266Z Compiling cmake v0.1.51
14062025-10-13T23:13:14.577Z Compiling dunce v1.0.5
14072025-10-13T23:13:14.726Z Compiling cexpr v0.6.0
14082025-10-13T23:13:14.879Z Compiling paste v1.0.15
14092025-10-13T23:13:15.083Z Compiling fs_extra v1.3.0
14102025-10-13T23:13:15.430Z Compiling rustc_version v0.4.1
14112025-10-13T23:13:15.486Z Compiling rustversion v1.0.22
14122025-10-13T23:13:15.602Z Compiling vcpkg v0.2.15
14132025-10-13T23:13:16.064Z Compiling iana-time-zone v0.1.63
14142025-10-13T23:13:16.101Z Compiling foldhash v0.1.5
14152025-10-13T23:13:16.426Z Compiling hashbrown v0.15.4
14162025-10-13T23:13:16.452Z Compiling ring v0.17.14
14172025-10-13T23:13:16.484Z Compiling serde_derive v1.0.226
14182025-10-13T23:13:17.154Z Compiling zeroize_derive v1.4.2
14192025-10-13T23:13:17.259Z Compiling zerofrom-derive v0.1.4
14202025-10-13T23:13:17.361Z Compiling yoke-derive v0.7.4
14212025-10-13T23:13:17.484Z Compiling zerovec-derive v0.10.3
14222025-10-13T23:13:17.670Z Compiling zerocopy-derive v0.7.35
14232025-10-13T23:13:18.501Z Compiling zeroize v1.8.1
14242025-10-13T23:13:19.533Z Compiling zerocopy v0.7.35
14252025-10-13T23:13:19.811Z Compiling displaydoc v0.2.5
14262025-10-13T23:13:19.884Z Compiling icu_provider_macros v1.5.0
14272025-10-13T23:13:20.213Z Compiling crypto-common v0.1.6
14282025-10-13T23:13:20.429Z Compiling block-buffer v0.10.4
14292025-10-13T23:13:20.464Z Compiling zerofrom v0.1.4
14302025-10-13T23:13:20.716Z Compiling digest v0.10.7
14312025-10-13T23:13:20.743Z Compiling yoke v0.7.4
14322025-10-13T23:13:20.858Z Compiling tokio-macros v2.5.0
14332025-10-13T23:13:20.888Z Compiling thiserror-impl v2.0.17
14342025-10-13T23:13:21.126Z Compiling zerovec v0.10.4
14352025-10-13T23:13:21.218Z Compiling hmac v0.12.1
14362025-10-13T23:13:21.277Z Compiling block-padding v0.3.3
14372025-10-13T23:13:21.337Z Compiling futures-macro v0.3.31
14382025-10-13T23:13:21.517Z Compiling ppv-lite86 v0.2.20
14392025-10-13T23:13:21.648Z Compiling inout v0.1.3
14402025-10-13T23:13:21.952Z Compiling regex v1.11.3
14412025-10-13T23:13:22.316Z Compiling cipher v0.4.4
14422025-10-13T23:13:22.344Z Compiling sha2 v0.10.9
14432025-10-13T23:13:22.449Z Compiling der_derive v0.7.3
14442025-10-13T23:13:22.880Z Compiling salsa20 v0.10.2
14452025-10-13T23:13:22.964Z Compiling tinystr v0.7.6
14462025-10-13T23:13:23.007Z Compiling icu_collections v1.5.0
14472025-10-13T23:13:23.237Z Compiling futures-util v0.3.31
14482025-10-13T23:13:23.316Z Compiling pbkdf2 v0.12.2
14492025-10-13T23:13:23.473Z Compiling icu_locid v1.5.0
14502025-10-13T23:13:23.519Z Compiling scrypt v0.11.0
14512025-10-13T23:13:23.596Z Compiling serde v1.0.226
14522025-10-13T23:13:23.895Z Compiling thiserror v2.0.17
14532025-10-13T23:13:24.017Z Compiling aes v0.8.4
14542025-10-13T23:13:24.070Z Compiling pest v2.8.2
14552025-10-13T23:13:24.304Z Compiling cbc v0.1.2
14562025-10-13T23:13:24.570Z Compiling icu_provider v1.5.0
14572025-10-13T23:13:24.604Z Compiling der v0.7.9
14582025-10-13T23:13:24.771Z Compiling bitflags v2.9.4
14592025-10-13T23:13:25.219Z Compiling bytes v1.10.1
14602025-10-13T23:13:25.375Z Compiling icu_locid_transform v1.5.0
14612025-10-13T23:13:25.550Z Compiling uuid v1.18.1
14622025-10-13T23:13:26.277Z Compiling tokio v1.47.0
14632025-10-13T23:13:26.557Z Compiling spki v0.7.3
14642025-10-13T23:13:26.798Z Compiling icu_properties v1.5.1
14652025-10-13T23:13:26.919Z Compiling pest_meta v2.8.2
14662025-10-13T23:13:26.944Z Compiling http v1.3.1
14672025-10-13T23:13:27.343Z Compiling chrono v0.4.42
14682025-10-13T23:13:27.605Z Compiling rand_chacha v0.9.0
14692025-10-13T23:13:28.429Z Compiling openssl-sys v0.9.109
14702025-10-13T23:13:28.948Z Compiling which v4.4.2
14712025-10-13T23:13:29.504Z Compiling pest_generator v2.8.2
14722025-10-13T23:13:29.531Z Compiling rand v0.9.2
14732025-10-13T23:13:29.574Z Compiling pkcs5 v0.7.1
14742025-10-13T23:13:30.469Z Compiling icu_normalizer v1.5.0
14752025-10-13T23:13:30.611Z Compiling tracing-attributes v0.1.27
14762025-10-13T23:13:30.826Z Compiling tracing-core v0.1.32
14772025-10-13T23:13:31.060Z Compiling ident_case v1.0.1
14782025-10-13T23:13:31.085Z Compiling rustix v1.0.7
14792025-10-13T23:13:31.252Z Compiling adler2 v2.0.0
14802025-10-13T23:13:31.279Z Compiling aws-lc-rs v1.12.4
14812025-10-13T23:13:31.496Z Compiling idna_adapter v1.2.0
14822025-10-13T23:13:31.728Z Compiling idna v1.0.3
14832025-10-13T23:13:31.779Z Compiling miniz_oxide v0.8.5
14842025-10-13T23:13:31.917Z Compiling darling_core v0.20.10
14852025-10-13T23:13:31.969Z Compiling pest_derive v2.8.2
14862025-10-13T23:13:32.130Z Compiling pkcs8 v0.10.2
14872025-10-13T23:13:32.743Z Compiling url v2.5.4
14882025-10-13T23:13:32.785Z Compiling http-body v1.0.1
14892025-10-13T23:13:33.193Z Compiling scroll_derive v0.12.0
14902025-10-13T23:13:33.238Z Compiling thiserror-impl v1.0.69
14912025-10-13T23:13:33.621Z Compiling tracing v0.1.40
14922025-10-13T23:13:34.143Z Compiling serde_derive_internals v0.29.1
14932025-10-13T23:13:34.489Z Compiling rustls-pki-types v1.10.0
14942025-10-13T23:13:34.524Z Compiling zerocopy v0.8.27
14952025-10-13T23:13:35.335Z Compiling tokio-util v0.7.15
14962025-10-13T23:13:35.485Z Compiling httparse v1.9.5
14972025-10-13T23:13:36.141Z Compiling schemars v0.8.22
14982025-10-13T23:13:36.198Z Compiling tinyvec_macros v0.1.1
14992025-10-13T23:13:36.341Z Compiling base64 v0.22.1
15002025-10-13T23:13:36.452Z Compiling schemars_derive v0.8.22
15012025-10-13T23:13:36.631Z Compiling tinyvec v1.8.0
15022025-10-13T23:13:37.240Z Compiling thiserror v1.0.69
15032025-10-13T23:13:37.495Z Compiling darling_macro v0.20.10
15042025-10-13T23:13:37.564Z Compiling scroll v0.12.0
15052025-10-13T23:13:38.244Z Compiling zerocopy-derive v0.8.27
15062025-10-13T23:13:38.269Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15072025-10-13T23:13:38.295Z Compiling bzip2-sys v0.1.13+1.0.8
15082025-10-13T23:13:38.468Z Compiling untrusted v0.7.1
15092025-10-13T23:13:38.695Z Compiling time-core v0.1.6
15102025-10-13T23:13:38.777Z Compiling tower-service v0.3.3
15112025-10-13T23:13:38.952Z Compiling powerfmt v0.2.0
15122025-10-13T23:13:39.006Z Compiling atomic-waker v1.1.2
15132025-10-13T23:13:39.032Z Compiling untrusted v0.9.0
15142025-10-13T23:13:39.248Z Compiling openssl-probe v0.1.5
15152025-10-13T23:13:39.278Z Compiling openssl v0.10.73
15162025-10-13T23:13:39.368Z Compiling dyn-clone v1.0.20
15172025-10-13T23:13:39.394Z Compiling try-lock v0.2.5
15182025-10-13T23:13:39.596Z Compiling foreign-types-shared v0.1.1
15192025-10-13T23:13:39.622Z Compiling num-conv v0.1.0
15202025-10-13T23:13:39.651Z Compiling want v0.3.1
15212025-10-13T23:13:39.748Z Compiling foreign-types v0.3.2
15222025-10-13T23:13:39.773Z Compiling deranged v0.5.3
15232025-10-13T23:13:39.940Z Compiling time-macros v0.2.24
15242025-10-13T23:13:39.965Z Compiling h2 v0.4.6
15252025-10-13T23:13:40.612Z Compiling tempfile v3.20.0
15262025-10-13T23:13:42.472Z Compiling darling v0.20.10
15272025-10-13T23:13:42.614Z Compiling goblin v0.8.2
15282025-10-13T23:13:43.903Z Compiling ipnet v2.11.0
15292025-10-13T23:13:44.035Z Compiling openssl-macros v0.1.1
15302025-10-13T23:13:44.621Z Compiling wait-timeout v0.2.0
15312025-10-13T23:13:44.708Z Compiling num_threads v0.1.7
15322025-10-13T23:13:44.792Z Compiling quick-error v1.2.3
15332025-10-13T23:13:44.867Z Compiling syn v1.0.109
15342025-10-13T23:13:44.979Z Compiling native-tls v0.2.12
15352025-10-13T23:13:45.010Z Compiling crossbeam-utils v0.8.21
15362025-10-13T23:13:45.154Z Compiling httpdate v1.0.3
15372025-10-13T23:13:45.344Z Compiling rustls v0.23.19
15382025-10-13T23:13:45.434Z Compiling gimli v0.31.1
15392025-10-13T23:13:45.529Z Compiling bit-vec v0.8.0
15402025-10-13T23:13:45.704Z Compiling rusty-fork v0.3.0
15412025-10-13T23:13:45.731Z Compiling time v0.3.43
15422025-10-13T23:13:45.993Z Compiling bit-set v0.8.0
15432025-10-13T23:13:46.558Z Compiling derive_builder_core v0.20.2
15442025-10-13T23:13:48.535Z Compiling dof v0.3.0
15452025-10-13T23:13:49.387Z Compiling addr2line v0.24.2
15462025-10-13T23:13:49.412Z Compiling hyper v1.7.0
15472025-10-13T23:13:49.857Z Compiling unicode-normalization v0.1.24
15482025-10-13T23:13:50.064Z Compiling dtrace-parser v0.2.0
15492025-10-13T23:13:50.171Z Compiling signature v2.2.0
15502025-10-13T23:13:50.490Z Compiling scroll_derive v0.13.1
15512025-10-13T23:13:50.855Z Compiling heapless v0.7.17
15522025-10-13T23:13:51.306Z Compiling rand_xorshift v0.4.0
15532025-10-13T23:13:51.332Z Compiling cookie v0.18.1
15542025-10-13T23:13:51.604Z Compiling crc32fast v1.4.2
15552025-10-13T23:13:51.652Z Compiling object v0.36.5
15562025-10-13T23:13:51.824Z Compiling zstd-safe v7.2.3
15572025-10-13T23:13:51.952Z Compiling unicode-properties v0.1.3
15582025-10-13T23:13:52.159Z Compiling slog v2.7.0
15592025-10-13T23:13:52.184Z Compiling signal-hook v0.3.18
15602025-10-13T23:13:52.323Z Compiling siphasher v0.3.11
15612025-10-13T23:13:52.492Z Compiling zlib-rs v0.5.1
15622025-10-13T23:13:52.644Z Compiling rustc-demangle v0.1.24
15632025-10-13T23:13:52.717Z Compiling unicode-bidi v0.3.17
15642025-10-13T23:13:52.923Z Compiling anyhow v1.0.99
15652025-10-13T23:13:53.543Z Compiling unarray v0.1.4
15662025-10-13T23:13:53.594Z Compiling stringprep v0.1.5
15672025-10-13T23:13:53.778Z Compiling proptest v1.7.0
15682025-10-13T23:13:53.897Z Compiling phf_shared v0.11.2
15692025-10-13T23:13:54.032Z Compiling scroll v0.13.0
15702025-10-13T23:13:54.061Z Compiling hyper-util v0.1.17
15712025-10-13T23:13:54.582Z Compiling usdt-impl v0.5.0
15722025-10-13T23:13:54.737Z Compiling derive_builder_macro v0.20.2
15732025-10-13T23:13:55.881Z Compiling ipnetwork v0.21.1
15742025-10-13T23:13:56.677Z Compiling serde_spanned v0.6.9
15752025-10-13T23:13:56.755Z Compiling serde_tokenstream v0.2.2
15762025-10-13T23:13:56.944Z Compiling toml_datetime v0.6.11
15772025-10-13T23:13:57.346Z Compiling rand_chacha v0.3.1
15782025-10-13T23:13:57.469Z Compiling md-5 v0.10.6
15792025-10-13T23:13:57.708Z Compiling vergen-lib v0.1.6
15802025-10-13T23:13:57.773Z Compiling curve25519-dalek v4.1.3
15812025-10-13T23:13:58.028Z Compiling backtrace v0.3.74
15822025-10-13T23:13:58.426Z Compiling libz-rs-sys v0.5.1
15832025-10-13T23:13:58.627Z Compiling num-integer v0.1.46
15842025-10-13T23:13:58.738Z Compiling sync_wrapper v1.0.1
15852025-10-13T23:13:58.936Z Compiling ff v0.13.0
15862025-10-13T23:13:59.179Z Compiling hash32 v0.2.1
15872025-10-13T23:13:59.266Z Compiling memoffset v0.9.1
15882025-10-13T23:13:59.328Z Compiling smoltcp v0.9.1
15892025-10-13T23:13:59.462Z Compiling psl-types v2.0.11
15902025-10-13T23:13:59.587Z Compiling fallible-iterator v0.2.0
15912025-10-13T23:13:59.623Z Compiling cfg_aliases v0.2.1
15922025-10-13T23:13:59.712Z Compiling num-bigint-dig v0.8.4
15932025-10-13T23:13:59.753Z Compiling ref-cast v1.0.24
15942025-10-13T23:13:59.968Z Compiling base16ct v0.2.0
15952025-10-13T23:14:00.035Z Compiling litrs v0.4.1
15962025-10-13T23:14:00.248Z Compiling tower-layer v0.3.3
15972025-10-13T23:14:00.300Z Compiling sec1 v0.7.3
15982025-10-13T23:14:00.364Z Compiling postgres-protocol v0.6.8
15992025-10-13T23:14:00.537Z Compiling tower v0.5.2
16002025-10-13T23:14:00.845Z Compiling nix v0.29.0
16012025-10-13T23:14:00.873Z Compiling publicsuffix v2.3.0
16022025-10-13T23:14:01.063Z Compiling document-features v0.2.11
16032025-10-13T23:14:01.381Z Compiling newtype-uuid v1.3.1
16042025-10-13T23:14:01.476Z Compiling group v0.13.0
16052025-10-13T23:14:01.578Z Compiling num-iter v0.1.45
16062025-10-13T23:14:01.818Z Compiling flate2 v1.1.2
16072025-10-13T23:14:02.187Z Compiling rand v0.8.5
16082025-10-13T23:14:02.212Z Compiling oxnet v0.1.3
16092025-10-13T23:14:02.335Z Compiling derive_builder v0.20.2
16102025-10-13T23:14:02.518Z Compiling tokio-native-tls v0.3.1
16112025-10-13T23:14:02.710Z Compiling goblin v0.10.2
16122025-10-13T23:14:03.712Z Compiling rustls-native-certs v0.8.1
16132025-10-13T23:14:03.825Z Compiling webpki-roots v1.0.1
16142025-10-13T23:14:05.021Z Compiling http-body-util v0.1.3
16152025-10-13T23:14:05.047Z Compiling terminal_size v0.4.0
16162025-10-13T23:14:05.047Z Compiling cargo-platform v0.1.8
16172025-10-13T23:14:05.047Z Compiling hkdf v0.12.4
16182025-10-13T23:14:05.047Z Compiling crypto-bigint v0.5.5
16192025-10-13T23:14:05.047Z Compiling vergen v9.0.6
16202025-10-13T23:14:05.047Z Compiling daft-derive v0.1.4
16212025-10-13T23:14:05.047Z Compiling ref-cast-impl v1.0.24
16222025-10-13T23:14:05.047Z Compiling async-trait v0.1.89
16232025-10-13T23:14:05.661Z Compiling curve25519-dalek-derive v0.1.1
16242025-10-13T23:14:05.872Z Compiling hubpack_derive v0.1.1
16252025-10-13T23:14:06.067Z Compiling strum_macros v0.27.2
16262025-10-13T23:14:06.664Z Compiling ahash v0.8.12
16272025-10-13T23:14:06.976Z Compiling fs-err v3.1.1
16282025-10-13T23:14:07.038Z Compiling usdt-impl v0.6.0
16292025-10-13T23:14:07.070Z Compiling iri-string v0.7.8
16302025-10-13T23:14:07.317Z Compiling bitflags v1.3.2
16312025-10-13T23:14:07.410Z Compiling lockfree-object-pool v0.1.6
16322025-10-13T23:14:07.453Z Compiling simd-adler32 v0.3.7
16332025-10-13T23:14:07.686Z Compiling managed v0.8.0
16342025-10-13T23:14:07.975Z Compiling bumpalo v3.16.0
16352025-10-13T23:14:08.184Z Compiling winnow v0.5.40
16362025-10-13T23:14:08.504Z Compiling buf-list v1.0.3
16372025-10-13T23:14:09.244Z Compiling clap_builder v4.5.48
16382025-10-13T23:14:09.544Z Compiling zopfli v0.8.1
16392025-10-13T23:14:10.752Z Compiling strum v0.27.2
16402025-10-13T23:14:10.797Z Compiling tower-http v0.6.6
16412025-10-13T23:14:11.012Z Compiling dof v0.4.0
16422025-10-13T23:14:11.548Z Compiling toml_edit v0.19.15
16432025-10-13T23:14:11.925Z Compiling elliptic-curve v0.13.8
16442025-10-13T23:14:12.979Z Compiling hubpack v0.1.2
16452025-10-13T23:14:13.249Z Compiling daft v0.1.4
16462025-10-13T23:14:13.477Z Compiling cargo_metadata v0.19.2
16472025-10-13T23:14:13.503Z Compiling hyper-tls v0.6.0
16482025-10-13T23:14:13.824Z Compiling zstd v0.13.3
16492025-10-13T23:14:14.346Z Compiling signal-hook-mio v0.2.4
16502025-10-13T23:14:14.536Z Compiling cookie_store v0.21.1
16512025-10-13T23:14:16.742Z Compiling postgres-types v0.2.9
16522025-10-13T23:14:16.774Z Compiling usdt-attr-macro v0.5.0
16532025-10-13T23:14:16.802Z Compiling usdt-macro v0.5.0
16542025-10-13T23:14:17.922Z Compiling phf v0.11.2
16552025-10-13T23:14:17.975Z Compiling ed25519 v2.2.3
16562025-10-13T23:14:18.001Z Compiling bzip2 v0.5.2
16572025-10-13T23:14:18.130Z Compiling bzip2 v0.4.4
16582025-10-13T23:14:18.262Z Compiling dtrace-parser v0.3.0
16592025-10-13T23:14:18.309Z Compiling pkcs1 v0.7.5
16602025-10-13T23:14:18.430Z Compiling serde_urlencoded v0.7.1
16612025-10-13T23:14:18.521Z Compiling serde-big-array v0.5.1
16622025-10-13T23:14:18.763Z Compiling rfc6979 v0.4.0
16632025-10-13T23:14:18.923Z Compiling strum_macros v0.26.4
16642025-10-13T23:14:18.975Z Compiling bstr v1.10.0
16652025-10-13T23:14:19.205Z Compiling serde_repr v0.1.19
16662025-10-13T23:14:19.452Z Compiling enum-as-inner v0.6.1
16672025-10-13T23:14:19.798Z Compiling clap_derive v4.5.47
16682025-10-13T23:14:20.090Z Compiling float-cmp v0.10.0
16692025-10-13T23:14:20.285Z Compiling env_filter v0.1.2
16702025-10-13T23:14:20.368Z Compiling thread-id v5.0.0
16712025-10-13T23:14:20.437Z Compiling socket2 v0.5.10
16722025-10-13T23:14:20.478Z Compiling encoding_rs v0.8.34
16732025-10-13T23:14:20.525Z Compiling new_debug_unreachable v1.0.6
16742025-10-13T23:14:20.655Z Compiling unicode-segmentation v1.12.0
16752025-10-13T23:14:20.900Z Compiling predicates-core v1.0.8
16762025-10-13T23:14:21.221Z Compiling rustc-hash v2.1.1
16772025-10-13T23:14:21.341Z Compiling fixedbitset v0.4.2
16782025-10-13T23:14:21.426Z Compiling normalize-line-endings v0.3.0
16792025-10-13T23:14:21.451Z Compiling mime v0.3.17
16802025-10-13T23:14:21.589Z Compiling precomputed-hash v0.1.1
16812025-10-13T23:14:21.736Z Compiling whoami v1.5.2
16822025-10-13T23:14:21.763Z Compiling data-encoding v2.9.0
16832025-10-13T23:14:21.949Z Compiling static_assertions v1.1.0
16842025-10-13T23:14:22.073Z Compiling difflib v0.4.0
16852025-10-13T23:14:22.283Z Compiling foldhash v0.2.0
16862025-10-13T23:14:22.675Z Compiling iddqd v0.3.13
16872025-10-13T23:14:22.825Z Compiling strum v0.26.3
16882025-10-13T23:14:23.053Z Compiling predicates v3.1.3
16892025-10-13T23:14:23.326Z Compiling hickory-proto v0.25.2
16902025-10-13T23:14:23.377Z Compiling tokio-postgres v0.7.13
16912025-10-13T23:14:23.717Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
16922025-10-13T23:14:23.886Z Compiling clap v4.5.48
16932025-10-13T23:14:24.023Z Compiling toml_edit v0.22.27
16942025-10-13T23:14:24.512Z Compiling string_cache v0.8.9
16952025-10-13T23:14:24.942Z Compiling petgraph v0.6.5
16962025-10-13T23:14:24.971Z Compiling similar v2.7.0
16972025-10-13T23:14:25.913Z Compiling env_logger v0.11.5
16982025-10-13T23:14:26.857Z Compiling usdt v0.5.0
16992025-10-13T23:14:27.362Z Compiling ecdsa v0.16.9
17002025-10-13T23:14:27.897Z Compiling rsa v0.9.6
17012025-10-13T23:14:28.182Z Compiling zip v0.6.6
17022025-10-13T23:14:28.207Z Compiling ed25519-dalek v2.1.1
17032025-10-13T23:14:28.410Z Compiling zip v4.2.0
17042025-10-13T23:14:30.186Z Compiling toml v0.7.8
17052025-10-13T23:14:30.404Z Compiling crossterm v0.28.1
17062025-10-13T23:14:31.332Z Compiling crossbeam-epoch v0.9.18
17072025-10-13T23:14:31.376Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
17082025-10-13T23:14:31.465Z Compiling tokio-stream v0.1.17
17092025-10-13T23:14:31.552Z Compiling x509-cert v0.2.5
17102025-10-13T23:14:31.800Z Compiling openapiv3 v2.2.0
17112025-10-13T23:14:32.016Z Compiling sha1 v0.10.6
17122025-10-13T23:14:32.416Z Compiling itertools v0.13.0
17132025-10-13T23:14:32.443Z Compiling itertools v0.10.5
17142025-10-13T23:14:33.439Z Compiling winnow v0.6.26
17152025-10-13T23:14:34.259Z Compiling peg-runtime v0.8.5
17162025-10-13T23:14:34.835Z Compiling lalrpop-util v0.19.12
17172025-10-13T23:14:34.860Z Compiling thread_local v1.1.8
17182025-10-13T23:14:34.907Z Compiling slog-async v2.8.0
17192025-10-13T23:14:35.192Z Compiling crossbeam-channel v0.5.15
17202025-10-13T23:14:35.230Z Compiling xattr v1.3.1
17212025-10-13T23:14:35.332Z Compiling futures-executor v0.3.31
17222025-10-13T23:14:35.412Z Compiling is-terminal v0.4.13
17232025-10-13T23:14:35.504Z Compiling filetime v0.2.25
17242025-10-13T23:14:35.536Z Compiling term v1.1.0
17252025-10-13T23:14:35.562Z Compiling take_mut v0.2.2
17262025-10-13T23:14:35.755Z Compiling tar v0.4.44
17272025-10-13T23:14:35.809Z Compiling futures v0.3.31
17282025-10-13T23:14:36.187Z Compiling slog-term v2.9.2
17292025-10-13T23:14:39.173Z Compiling aws-lc-sys v0.26.0
17302025-10-13T23:15:12.723Z Compiling rustls-webpki v0.102.8
17312025-10-13T23:15:18.844Z Compiling tokio-rustls v0.26.0
17322025-10-13T23:15:19.171Z Compiling hyper-rustls v0.27.7
17332025-10-13T23:15:19.512Z Compiling reqwest v0.12.22
17342025-10-13T23:15:23.916Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17352025-10-13T23:15:24.318Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17362025-10-13T23:15:29.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s
17372025-10-13T23:15:30.075Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17382025-10-13T23:15:30.160ZOct 13 23:15:29.954 INFO Starting download, target: DendriteStub
17392025-10-13T23:15:30.186ZOct 13 23:15:29.956 INFO Starting download, target: Console
17402025-10-13T23:15:30.186ZOct 13 23:15:29.956 INFO Starting download, target: MaghemiteMgd
17412025-10-13T23:15:30.186ZOct 13 23:15:29.956 INFO Starting download, target: Cockroach
17422025-10-13T23:15:30.186ZOct 13 23:15:29.956 INFO Starting download, target: Clickhouse
17432025-10-13T23:15:30.186ZOct 13 23:15:29.956 INFO Starting download, target: TransceiverControl
17442025-10-13T23:15:30.186ZOct 13 23:15:29.956 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17452025-10-13T23:15:30.186ZOct 13 23:15:29.956 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17462025-10-13T23:15:30.186ZOct 13 23:15:29.956 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17472025-10-13T23:15:30.186ZOct 13 23:15:29.957 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17482025-10-13T23:15:30.186ZOct 13 23:15:29.957 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17492025-10-13T23:15:30.186ZOct 13 23:15:29.957 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17502025-10-13T23:15:30.557ZOct 13 23:15:30.341 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17512025-10-13T23:15:30.954ZOct 13 23:15:30.748 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17522025-10-13T23:15:30.981ZOct 13 23:15:30.766 INFO Download complete, target: Console
17532025-10-13T23:15:31.368ZOct 13 23:15:31.160 INFO Download complete, target: TransceiverControl
17542025-10-13T23:15:33.473ZOct 13 23:15:33.268 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17552025-10-13T23:15:38.267ZOct 13 23:15:38.063 INFO Download complete, target: MaghemiteMgd
17562025-10-13T23:15:38.771ZOct 13 23:15:38.567 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17572025-10-13T23:15:41.115ZOct 13 23:15:40.910 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17582025-10-13T23:15:41.115ZOct 13 23:15:40.911 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17592025-10-13T23:15:43.630ZOct 13 23:15:43.426 INFO Download complete, target: DendriteStub
17602025-10-13T23:15:49.547ZOct 13 23:15:49.343 INFO Checking that binary works, target: Cockroach
17612025-10-13T23:15:49.733ZOct 13 23:15:49.529 INFO Download complete, target: Cockroach
17622025-10-13T23:15:58.710ZOct 13 23:15:58.506 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17632025-10-13T23:16:11.020ZOct 13 23:16:10.816 INFO Checking that binary works, target: Clickhouse
17642025-10-13T23:16:11.158ZOct 13 23:16:10.955 INFO Download complete, target: Clickhouse
17652025-10-13T23:16:11.184ZAll builder prerequisites installed successfully, and PATH looks valid
17662025-10-13T23:16:11.210Z
17672025-10-13T23:16:11.210Zreal 6:11.344761458
17682025-10-13T23:16:11.210Zuser 17:09.483911453
17692025-10-13T23:16:11.210Zsys 2:52.669600008
17702025-10-13T23:16:11.210Ztrap 0.678214429
17712025-10-13T23:16:11.210Ztflt 0.492974819
17722025-10-13T23:16:11.210Zdflt 1.220893003
17732025-10-13T23:16:11.210Zkflt 0.010417450
17742025-10-13T23:16:11.210Zlock 48:39.141188278
17752025-10-13T23:16:11.210Zslp 1:04:53.618006628
17762025-10-13T23:16:11.210Zlat 1:21.759256791
17772025-10-13T23:16:11.210Zstop 3:11.023024406
17782025-10-13T23:16:11.210Z++ bmat factory name
17792025-10-13T23:16:11.210Z++ bmat factory private
17802025-10-13T23:16:11.211Z+ jq --null-input --arg bmat_factory_name gimlet-EVT22200007-propolis --arg bmat_factory_private EVT22200007/44909 '{
17812025-10-13T23:16:11.211Z buildomat: {
17822025-10-13T23:16:11.211Z factory: {
17832025-10-13T23:16:11.211Z name: $bmat_factory_name,
17842025-10-13T23:16:11.211Z private: $bmat_factory_private,
17852025-10-13T23:16:11.211Z },
17862025-10-13T23:16:11.211Z },
17872025-10-13T23:16:11.211Z }'
17882025-10-13T23:16:11.240Z+ banner ls-apis
17892025-10-13T23:16:11.266Z
17902025-10-13T23:16:11.266Z # #### ## ##### # ####
17912025-10-13T23:16:11.266Z # # # # # # # #
17922025-10-13T23:16:11.266Z # #### ##### # # # # # ####
17932025-10-13T23:16:11.266Z # # ###### ##### # #
17942025-10-13T23:16:11.266Z # # # # # # # # #
17952025-10-13T23:16:11.266Z ###### #### # # # # ####
17962025-10-13T23:16:11.266Z
17972025-10-13T23:16:11.266Z+ source ./tools/include/force-git-over-https.sh
17982025-10-13T23:16:11.266Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17992025-10-13T23:16:11.266Z++ (( i = 0 ))
18002025-10-13T23:16:11.266Z++ (( i < 5 ))
18012025-10-13T23:16:11.266Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18022025-10-13T23:16:11.266Z++ (( i++ ))
18032025-10-13T23:16:11.266Z++ (( i < 5 ))
18042025-10-13T23:16:11.266Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18052025-10-13T23:16:11.266Z++ (( i++ ))
18062025-10-13T23:16:11.266Z++ (( i < 5 ))
18072025-10-13T23:16:11.266Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18082025-10-13T23:16:11.266Z++ (( i++ ))
18092025-10-13T23:16:11.267Z++ (( i < 5 ))
18102025-10-13T23:16:11.267Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18112025-10-13T23:16:11.267Z++ (( i++ ))
18122025-10-13T23:16:11.267Z++ (( i < 5 ))
18132025-10-13T23:16:11.267Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18142025-10-13T23:16:11.267Z++ (( i++ ))
18152025-10-13T23:16:11.267Z++ (( i < 5 ))
18162025-10-13T23:16:11.267Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18172025-10-13T23:16:11.267Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18182025-10-13T23:16:11.267Z+ ptime -m cargo xtask ls-apis apis
18192025-10-13T23:16:12.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
18202025-10-13T23:16:12.348Z Running `target/debug/xtask ls-apis apis`
18212025-10-13T23:16:13.893Z Compiling semver v0.1.20
18222025-10-13T23:16:13.919Z Compiling erased-serde v0.4.6
18232025-10-13T23:16:13.919Z Compiling ordered-float v2.10.1
18242025-10-13T23:16:13.945Z Compiling structmeta-derive v0.3.0
18252025-10-13T23:16:13.970Z Compiling toml v0.8.23
18262025-10-13T23:16:13.970Z Compiling cargo-platform v0.2.0
18272025-10-13T23:16:13.970Z Compiling fixedbitset v0.5.7
18282025-10-13T23:16:14.274Z Compiling rustc_version v0.1.7
18292025-10-13T23:16:14.481Z Compiling serde-value v0.7.0
18302025-10-13T23:16:14.537Z Compiling petgraph v0.8.2
18312025-10-13T23:16:14.685Z Compiling newtype_derive v0.1.6
18322025-10-13T23:16:14.852Z Compiling serde-untagged v0.1.7
18332025-10-13T23:16:15.231Z Compiling cargo-util-schemas v0.8.2
18342025-10-13T23:16:15.597Z Compiling structmeta v0.3.0
18352025-10-13T23:16:15.917Z Compiling parse-display-derive v0.10.0
18362025-10-13T23:16:17.017Z Compiling cargo_metadata v0.21.0
18372025-10-13T23:16:18.060Z Compiling parse-display v0.10.0
18382025-10-13T23:16:18.717Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18392025-10-13T23:16:24.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.65s
18402025-10-13T23:16:24.219Z Running `target/debug/ls-apis apis`
18412025-10-13T23:16:24.281Zloading metadata for workspace omicron from current workspace
18422025-10-13T23:16:29.375Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
18432025-10-13T23:16:29.400Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
18442025-10-13T23:16:29.400Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
18452025-10-13T23:16:29.400Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/8e92529/Cargo.toml
18462025-10-13T23:16:29.400Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/102b0bb/Cargo.toml
18472025-10-13T23:16:50.717Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
18482025-10-13T23:16:53.254Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18492025-10-13T23:16:53.280Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18502025-10-13T23:16:53.556ZBootstrap Agent (client: bootstrap-agent-client)
18512025-10-13T23:16:53.556Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18522025-10-13T23:16:53.556Z consumed by: wicketd (omicron/wicketd) via 2 paths
18532025-10-13T23:16:53.556Z
18542025-10-13T23:16:53.556ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18552025-10-13T23:16:53.556Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18562025-10-13T23:16:53.556Z
18572025-10-13T23:16:53.556ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18582025-10-13T23:16:53.556Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18592025-10-13T23:16:53.556Z
18602025-10-13T23:16:53.556ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18612025-10-13T23:16:53.556Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18622025-10-13T23:16:53.556Z
18632025-10-13T23:16:53.556ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18642025-10-13T23:16:53.556Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18652025-10-13T23:16:53.557Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18662025-10-13T23:16:53.557Z
18672025-10-13T23:16:53.557ZCrucible Agent (client: crucible-agent-client)
18682025-10-13T23:16:53.583Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18692025-10-13T23:16:53.583Z
18702025-10-13T23:16:53.583ZCrucible Control (for testing only) (client: crucible-control-client)
18712025-10-13T23:16:53.583Z
18722025-10-13T23:16:53.583ZCrucible Pantry (client: crucible-pantry-client)
18732025-10-13T23:16:53.583Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18742025-10-13T23:16:53.583Z
18752025-10-13T23:16:53.583ZMaghemite DDM Admin (client: ddm-admin-client)
18762025-10-13T23:16:53.583Z consumed by: installinator (omicron/installinator) via 1 path
18772025-10-13T23:16:53.583Z consumed by: mgd (maghemite/mgd) via 1 path
18782025-10-13T23:16:53.583Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18792025-10-13T23:16:53.584Z consumed by: wicketd (omicron/wicketd) via 1 path
18802025-10-13T23:16:53.584Z
18812025-10-13T23:16:53.584ZDNS Server (client: dns-service-client)
18822025-10-13T23:16:53.584Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18832025-10-13T23:16:53.584Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18842025-10-13T23:16:53.584Z
18852025-10-13T23:16:53.584ZDendrite DPD (client: dpd-client)
18862025-10-13T23:16:53.584Z consumed by: ddmd (maghemite/ddmd) via 2 paths
18872025-10-13T23:16:53.584Z consumed by: lldpd (lldp/lldpd) via 2 paths
18882025-10-13T23:16:53.584Z consumed by: mgd (maghemite/mgd) via 1 path
18892025-10-13T23:16:53.584Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18902025-10-13T23:16:53.584Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18912025-10-13T23:16:53.584Z consumed by: tfportd (dendrite/tfportd) via 2 paths
18922025-10-13T23:16:53.584Z consumed by: wicketd (omicron/wicketd) via 2 paths
18932025-10-13T23:16:53.584Z
18942025-10-13T23:16:53.584ZDownstairs Controller (debugging only) (client: dsc-client)
18952025-10-13T23:16:53.584Z
18962025-10-13T23:16:53.584ZManagement Gateway Service (client: gateway-client)
18972025-10-13T23:16:53.584Z consumed by: dpd (dendrite/dpd) via 1 path
18982025-10-13T23:16:53.584Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
18992025-10-13T23:16:53.584Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19002025-10-13T23:16:53.584Z consumed by: wicketd (omicron/wicketd) via 3 paths
19012025-10-13T23:16:53.584Z
19022025-10-13T23:16:53.584ZWicketd Installinator (client: installinator-client)
19032025-10-13T23:16:53.584Z consumed by: installinator (omicron/installinator) via 1 path
19042025-10-13T23:16:53.584Z
19052025-10-13T23:16:53.584ZLLDP daemon (client: lldpd-client)
19062025-10-13T23:16:53.584Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19072025-10-13T23:16:53.584Z consumed by: tfportd (dendrite/tfportd) via 1 path
19082025-10-13T23:16:53.584Z
19092025-10-13T23:16:53.585ZMaghemite MG Admin (client: mg-admin-client)
19102025-10-13T23:16:53.611Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19112025-10-13T23:16:53.611Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19122025-10-13T23:16:53.611Z
19132025-10-13T23:16:53.611ZNexus Internal API (client: nexus-client)
19142025-10-13T23:16:53.611Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19152025-10-13T23:16:53.611Z consumed by: dpd (dendrite/dpd) via 1 path
19162025-10-13T23:16:53.611Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19172025-10-13T23:16:53.611Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19182025-10-13T23:16:53.611Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19192025-10-13T23:16:53.611Z
19202025-10-13T23:16:53.611ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19212025-10-13T23:16:53.611Z
19222025-10-13T23:16:53.611ZNTP Admin (client: ntp-admin-client)
19232025-10-13T23:16:53.611Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19242025-10-13T23:16:53.611Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19252025-10-13T23:16:53.611Z
19262025-10-13T23:16:53.611ZExternal API (client: oxide-client)
19272025-10-13T23:16:53.611Z
19282025-10-13T23:16:53.611ZOximeter (client: oximeter-client)
19292025-10-13T23:16:53.611Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19302025-10-13T23:16:53.611Z
19312025-10-13T23:16:53.611ZPropolis (client: propolis-client)
19322025-10-13T23:16:53.611Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19332025-10-13T23:16:53.611Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19342025-10-13T23:16:53.611Z
19352025-10-13T23:16:53.611ZCrucible Repair (client: repair-client)
19362025-10-13T23:16:53.611Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19372025-10-13T23:16:53.611Z
19382025-10-13T23:16:53.611ZRepo Depot API (client: repo-depot-client)
19392025-10-13T23:16:53.611Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19402025-10-13T23:16:53.611Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19412025-10-13T23:16:53.611Z
19422025-10-13T23:16:53.611ZSled Agent (client: sled-agent-client)
19432025-10-13T23:16:53.612Z consumed by: omicron-nexus (omicron/nexus) via 8 paths
19442025-10-13T23:16:53.612Z
19452025-10-13T23:16:53.612ZWicketd (client: wicketd-client)
19462025-10-13T23:16:53.612Z
19472025-10-13T23:16:53.726Z
19482025-10-13T23:16:53.726Zreal 42.430302458
19492025-10-13T23:16:53.726Zuser 41.875389770
19502025-10-13T23:16:53.726Zsys 17.663986032
19512025-10-13T23:16:53.726Ztrap 0.026243546
19522025-10-13T23:16:53.726Ztflt 0.040917795
19532025-10-13T23:16:53.726Zdflt 0.260569797
19542025-10-13T23:16:53.726Zkflt 0.000006793
19552025-10-13T23:16:53.726Zlock 1:09.584140186
19562025-10-13T23:16:53.726Zslp 4:32.274841502
19572025-10-13T23:16:53.726Zlat 1.735379854
19582025-10-13T23:16:53.726Zstop 2.590232037
19592025-10-13T23:16:53.752Z+ ptime -m cargo xtask ls-apis deployment-units
19602025-10-13T23:16:55.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
19612025-10-13T23:16:55.057Z Running `target/debug/xtask ls-apis deployment-units`
19622025-10-13T23:16:56.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
19632025-10-13T23:16:56.810Z Running `target/debug/ls-apis deployment-units`
19642025-10-13T23:16:56.886Zloading metadata for workspace omicron from current workspace
19652025-10-13T23:16:58.955Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
19662025-10-13T23:16:58.981Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
19672025-10-13T23:16:58.981Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
19682025-10-13T23:16:58.981Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/8e92529/Cargo.toml
19692025-10-13T23:16:58.981Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/102b0bb/Cargo.toml
19702025-10-13T23:17:03.313Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
19712025-10-13T23:17:04.602Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19722025-10-13T23:17:04.631Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19732025-10-13T23:17:04.912ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
19742025-10-13T23:17:04.912Z omicron-clickhouse-admin (omicron/clickhouse-admin)
19752025-10-13T23:17:04.912Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19762025-10-13T23:17:04.912Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19772025-10-13T23:17:04.912Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19782025-10-13T23:17:04.961Z
19792025-10-13T23:17:04.961Z
19802025-10-13T23:17:04.961ZCockroach
19812025-10-13T23:17:04.961Z omicron-cockroach-admin (omicron/cockroach-admin)
19822025-10-13T23:17:04.961Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19832025-10-13T23:17:04.961Z
19842025-10-13T23:17:04.961Z
19852025-10-13T23:17:04.961ZCrucible
19862025-10-13T23:17:04.961Z crucible-agent (crucible/agent)
19872025-10-13T23:17:04.961Z exposes: Crucible Agent (client = crucible-agent-client)
19882025-10-13T23:17:04.961Z
19892025-10-13T23:17:04.961Z crucible-downstairs (crucible/downstairs)
19902025-10-13T23:17:04.961Z exposes: Crucible Repair (client = repair-client)
19912025-10-13T23:17:04.961Z consumes: repair-client
19922025-10-13T23:17:04.961Z
19932025-10-13T23:17:04.961Z
19942025-10-13T23:17:04.961ZCrucible Pantry
19952025-10-13T23:17:04.961Z crucible-pantry (crucible/pantry)
19962025-10-13T23:17:04.961Z exposes: Crucible Pantry (client = crucible-pantry-client)
19972025-10-13T23:17:04.961Z consumes: nexus-client
19982025-10-13T23:17:04.961Z
19992025-10-13T23:17:04.961Z
20002025-10-13T23:17:04.961ZDNS Server
20012025-10-13T23:17:04.961Z dns-server (omicron/dns-server)
20022025-10-13T23:17:04.961Z exposes: DNS Server (client = dns-service-client)
20032025-10-13T23:17:04.961Z
20042025-10-13T23:17:04.961Z
20052025-10-13T23:17:04.961ZHost OS
20062025-10-13T23:17:04.961Z ddmd (maghemite/ddmd)
20072025-10-13T23:17:04.961Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20082025-10-13T23:17:04.961Z consumes: dpd-client
20092025-10-13T23:17:04.961Z
20102025-10-13T23:17:04.961Z dpd (dendrite/dpd)
20112025-10-13T23:17:04.961Z exposes: Dendrite DPD (client = dpd-client)
20122025-10-13T23:17:04.961Z consumes: gateway-client
20132025-10-13T23:17:04.961Z consumes: nexus-client
20142025-10-13T23:17:04.962Z
20152025-10-13T23:17:04.962Z lldpd (lldp/lldpd)
20162025-10-13T23:17:04.962Z exposes: LLDP daemon (client = lldpd-client)
20172025-10-13T23:17:04.962Z consumes: dpd-client
20182025-10-13T23:17:04.962Z
20192025-10-13T23:17:04.962Z mgd (maghemite/mgd)
20202025-10-13T23:17:04.962Z exposes: Maghemite MG Admin (client = mg-admin-client)
20212025-10-13T23:17:04.962Z consumes: ddm-admin-client
20222025-10-13T23:17:04.962Z consumes: dpd-client
20232025-10-13T23:17:04.962Z
20242025-10-13T23:17:04.962Z omicron-gateway (omicron/gateway)
20252025-10-13T23:17:04.962Z exposes: Management Gateway Service (client = gateway-client)
20262025-10-13T23:17:04.962Z
20272025-10-13T23:17:04.962Z omicron-sled-agent (omicron/sled-agent)
20282025-10-13T23:17:04.962Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20292025-10-13T23:17:04.962Z exposes: Repo Depot API (client = repo-depot-client)
20302025-10-13T23:17:04.962Z exposes: Sled Agent (client = sled-agent-client)
20312025-10-13T23:17:04.962Z consumes: bootstrap-agent-client
20322025-10-13T23:17:04.962Z consumes: cockroach-admin-client
20332025-10-13T23:17:04.962Z consumes: ddm-admin-client
20342025-10-13T23:17:04.962Z consumes: dns-service-client
20352025-10-13T23:17:04.962Z consumes: dpd-client
20362025-10-13T23:17:04.962Z consumes: gateway-client
20372025-10-13T23:17:04.962Z consumes: mg-admin-client
20382025-10-13T23:17:04.962Z consumes: nexus-client
20392025-10-13T23:17:04.962Z consumes: ntp-admin-client
20402025-10-13T23:17:04.962Z consumes: propolis-client
20412025-10-13T23:17:04.962Z consumes: repo-depot-client
20422025-10-13T23:17:04.962Z
20432025-10-13T23:17:04.962Z propolis-server (propolis/bin/propolis-server)
20442025-10-13T23:17:04.962Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20452025-10-13T23:17:04.962Z exposes: Propolis (client = propolis-client)
20462025-10-13T23:17:04.962Z consumes: nexus-client
20472025-10-13T23:17:04.962Z
20482025-10-13T23:17:04.962Z tfportd (dendrite/tfportd)
20492025-10-13T23:17:04.962Z consumes: dpd-client
20502025-10-13T23:17:04.962Z consumes: lldpd-client
20512025-10-13T23:17:04.962Z
20522025-10-13T23:17:04.962Z wicketd (omicron/wicketd)
20532025-10-13T23:17:04.962Z exposes: Wicketd Installinator (client = installinator-client)
20542025-10-13T23:17:04.963Z exposes: Wicketd (client = wicketd-client)
20552025-10-13T23:17:04.963Z consumes: bootstrap-agent-client
20562025-10-13T23:17:04.963Z consumes: ddm-admin-client
20572025-10-13T23:17:04.963Z consumes: dpd-client
20582025-10-13T23:17:04.963Z consumes: gateway-client
20592025-10-13T23:17:04.963Z
20602025-10-13T23:17:04.963Z
20612025-10-13T23:17:04.963ZInstallinator
20622025-10-13T23:17:04.963Z installinator (omicron/installinator)
20632025-10-13T23:17:04.963Z consumes: ddm-admin-client
20642025-10-13T23:17:04.963Z consumes: installinator-client
20652025-10-13T23:17:04.963Z
20662025-10-13T23:17:04.963Z
20672025-10-13T23:17:04.963ZNTP
20682025-10-13T23:17:04.963Z omicron-ntp-admin (omicron/ntp-admin)
20692025-10-13T23:17:04.963Z exposes: NTP Admin (client = ntp-admin-client)
20702025-10-13T23:17:04.989Z
20712025-10-13T23:17:04.989Z
20722025-10-13T23:17:04.989ZNexus
20732025-10-13T23:17:04.989Z omicron-nexus (omicron/nexus)
20742025-10-13T23:17:04.989Z exposes: Nexus Internal API (client = nexus-client)
20752025-10-13T23:17:04.989Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
20762025-10-13T23:17:04.989Z exposes: External API (client = oxide-client)
20772025-10-13T23:17:04.989Z consumes: clickhouse-admin-keeper-client
20782025-10-13T23:17:04.989Z consumes: clickhouse-admin-server-client
20792025-10-13T23:17:04.989Z consumes: clickhouse-admin-single-client
20802025-10-13T23:17:04.989Z consumes: cockroach-admin-client
20812025-10-13T23:17:04.989Z consumes: crucible-agent-client
20822025-10-13T23:17:04.989Z consumes: crucible-pantry-client
20832025-10-13T23:17:04.989Z consumes: dns-service-client
20842025-10-13T23:17:04.989Z consumes: dpd-client
20852025-10-13T23:17:04.989Z consumes: gateway-client
20862025-10-13T23:17:04.989Z consumes: lldpd-client
20872025-10-13T23:17:04.989Z consumes: mg-admin-client
20882025-10-13T23:17:04.989Z consumes: ntp-admin-client
20892025-10-13T23:17:04.989Z consumes: oximeter-client
20902025-10-13T23:17:04.989Z consumes: propolis-client
20912025-10-13T23:17:04.989Z consumes: repo-depot-client
20922025-10-13T23:17:04.989Z consumes: sled-agent-client
20932025-10-13T23:17:04.989Z
20942025-10-13T23:17:04.989Z
20952025-10-13T23:17:04.989ZOximeter
20962025-10-13T23:17:04.989Z oximeter-collector (omicron/oximeter/collector)
20972025-10-13T23:17:04.989Z exposes: Oximeter (client = oximeter-client)
20982025-10-13T23:17:04.989Z consumes: nexus-client
20992025-10-13T23:17:04.989Z
21002025-10-13T23:17:04.989Z
21012025-10-13T23:17:05.068Z
21022025-10-13T23:17:05.068Zreal 11.302314993
21032025-10-13T23:17:05.068Zuser 8.795387157
21042025-10-13T23:17:05.068Zsys 4.236477139
21052025-10-13T23:17:05.068Ztrap 0.005359298
21062025-10-13T23:17:05.068Ztflt 0.000130614
21072025-10-13T23:17:05.068Zdflt 0.000300834
21082025-10-13T23:17:05.068Zkflt 0.000000000
21092025-10-13T23:17:05.068Zlock 0.673515491
21102025-10-13T23:17:05.068Zslp 36.943189848
21112025-10-13T23:17:05.068Zlat 0.084977577
21122025-10-13T23:17:05.068Zstop 0.012934363
21132025-10-13T23:17:05.093Z+ ptime -m cargo xtask ls-apis servers
21142025-10-13T23:17:06.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
21152025-10-13T23:17:06.182Z Running `target/debug/xtask ls-apis servers`
21162025-10-13T23:17:07.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
21172025-10-13T23:17:07.810Z Running `target/debug/ls-apis servers`
21182025-10-13T23:17:07.886Zloading metadata for workspace omicron from current workspace
21192025-10-13T23:17:10.106Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
21202025-10-13T23:17:10.132Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
21212025-10-13T23:17:10.132Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
21222025-10-13T23:17:10.132Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/8e92529/Cargo.toml
21232025-10-13T23:17:10.132Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/102b0bb/Cargo.toml
21242025-10-13T23:17:14.445Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
21252025-10-13T23:17:15.763Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21262025-10-13T23:17:15.792Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21272025-10-13T23:17:16.094Zomicron-clickhouse-admin (omicron/clickhouse-admin)
21282025-10-13T23:17:16.094Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21292025-10-13T23:17:16.094Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21302025-10-13T23:17:16.094Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21312025-10-13T23:17:16.143Z
21322025-10-13T23:17:16.143Zomicron-cockroach-admin (omicron/cockroach-admin)
21332025-10-13T23:17:16.143Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21342025-10-13T23:17:16.143Z
21352025-10-13T23:17:16.143Zcrucible-agent (crucible/agent)
21362025-10-13T23:17:16.143Z exposes: Crucible Agent (client = crucible-agent-client)
21372025-10-13T23:17:16.143Z
21382025-10-13T23:17:16.143Zcrucible-downstairs (crucible/downstairs)
21392025-10-13T23:17:16.143Z exposes: Crucible Repair (client = repair-client)
21402025-10-13T23:17:16.143Z consumes: repair-client
21412025-10-13T23:17:16.143Z
21422025-10-13T23:17:16.143Zcrucible-pantry (crucible/pantry)
21432025-10-13T23:17:16.144Z exposes: Crucible Pantry (client = crucible-pantry-client)
21442025-10-13T23:17:16.144Z consumes: nexus-client
21452025-10-13T23:17:16.144Z
21462025-10-13T23:17:16.144Zdns-server (omicron/dns-server)
21472025-10-13T23:17:16.144Z exposes: DNS Server (client = dns-service-client)
21482025-10-13T23:17:16.144Z
21492025-10-13T23:17:16.144Zomicron-sled-agent (omicron/sled-agent)
21502025-10-13T23:17:16.144Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
21512025-10-13T23:17:16.144Z exposes: Repo Depot API (client = repo-depot-client)
21522025-10-13T23:17:16.144Z exposes: Sled Agent (client = sled-agent-client)
21532025-10-13T23:17:16.144Z consumes: bootstrap-agent-client
21542025-10-13T23:17:16.144Z consumes: cockroach-admin-client
21552025-10-13T23:17:16.144Z consumes: ddm-admin-client
21562025-10-13T23:17:16.144Z consumes: dns-service-client
21572025-10-13T23:17:16.144Z consumes: dpd-client
21582025-10-13T23:17:16.144Z consumes: gateway-client
21592025-10-13T23:17:16.144Z consumes: mg-admin-client
21602025-10-13T23:17:16.144Z consumes: nexus-client
21612025-10-13T23:17:16.144Z consumes: ntp-admin-client
21622025-10-13T23:17:16.144Z consumes: propolis-client
21632025-10-13T23:17:16.144Z consumes: repo-depot-client
21642025-10-13T23:17:16.144Z
21652025-10-13T23:17:16.144Zpropolis-server (propolis/bin/propolis-server)
21662025-10-13T23:17:16.144Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
21672025-10-13T23:17:16.145Z exposes: Propolis (client = propolis-client)
21682025-10-13T23:17:16.145Z consumes: nexus-client
21692025-10-13T23:17:16.145Z
21702025-10-13T23:17:16.145Zddmd (maghemite/ddmd)
21712025-10-13T23:17:16.145Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
21722025-10-13T23:17:16.145Z consumes: dpd-client
21732025-10-13T23:17:16.145Z
21742025-10-13T23:17:16.145Zdpd (dendrite/dpd)
21752025-10-13T23:17:16.145Z exposes: Dendrite DPD (client = dpd-client)
21762025-10-13T23:17:16.145Z consumes: gateway-client
21772025-10-13T23:17:16.145Z consumes: nexus-client
21782025-10-13T23:17:16.145Z
21792025-10-13T23:17:16.145Zlldpd (lldp/lldpd)
21802025-10-13T23:17:16.145Z exposes: LLDP daemon (client = lldpd-client)
21812025-10-13T23:17:16.145Z consumes: dpd-client
21822025-10-13T23:17:16.145Z
21832025-10-13T23:17:16.145Zmgd (maghemite/mgd)
21842025-10-13T23:17:16.145Z exposes: Maghemite MG Admin (client = mg-admin-client)
21852025-10-13T23:17:16.145Z consumes: ddm-admin-client
21862025-10-13T23:17:16.145Z consumes: dpd-client
21872025-10-13T23:17:16.145Z
21882025-10-13T23:17:16.145Zomicron-gateway (omicron/gateway)
21892025-10-13T23:17:16.145Z exposes: Management Gateway Service (client = gateway-client)
21902025-10-13T23:17:16.145Z
21912025-10-13T23:17:16.145Ztfportd (dendrite/tfportd)
21922025-10-13T23:17:16.145Z consumes: dpd-client
21932025-10-13T23:17:16.146Z consumes: lldpd-client
21942025-10-13T23:17:16.146Z
21952025-10-13T23:17:16.146Zwicketd (omicron/wicketd)
21962025-10-13T23:17:16.146Z exposes: Wicketd Installinator (client = installinator-client)
21972025-10-13T23:17:16.146Z exposes: Wicketd (client = wicketd-client)
21982025-10-13T23:17:16.146Z consumes: bootstrap-agent-client
21992025-10-13T23:17:16.146Z consumes: ddm-admin-client
22002025-10-13T23:17:16.146Z consumes: dpd-client
22012025-10-13T23:17:16.146Z consumes: gateway-client
22022025-10-13T23:17:16.146Z
22032025-10-13T23:17:16.146Zinstallinator (omicron/installinator)
22042025-10-13T23:17:16.146Z consumes: ddm-admin-client
22052025-10-13T23:17:16.146Z consumes: installinator-client
22062025-10-13T23:17:16.146Z
22072025-10-13T23:17:16.146Zomicron-ntp-admin (omicron/ntp-admin)
22082025-10-13T23:17:16.146Z exposes: NTP Admin (client = ntp-admin-client)
22092025-10-13T23:17:16.146Z
22102025-10-13T23:17:16.146Zomicron-nexus (omicron/nexus)
22112025-10-13T23:17:16.146Z exposes: Nexus Internal API (client = nexus-client)
22122025-10-13T23:17:16.146Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22132025-10-13T23:17:16.146Z exposes: External API (client = oxide-client)
22142025-10-13T23:17:16.173Z consumes: clickhouse-admin-keeper-client
22152025-10-13T23:17:16.173Z consumes: clickhouse-admin-server-client
22162025-10-13T23:17:16.173Z consumes: clickhouse-admin-single-client
22172025-10-13T23:17:16.173Z consumes: cockroach-admin-client
22182025-10-13T23:17:16.173Z consumes: crucible-agent-client
22192025-10-13T23:17:16.173Z consumes: crucible-pantry-client
22202025-10-13T23:17:16.173Z consumes: dns-service-client
22212025-10-13T23:17:16.173Z consumes: dpd-client
22222025-10-13T23:17:16.173Z consumes: gateway-client
22232025-10-13T23:17:16.173Z consumes: lldpd-client
22242025-10-13T23:17:16.173Z consumes: mg-admin-client
22252025-10-13T23:17:16.173Z consumes: ntp-admin-client
22262025-10-13T23:17:16.173Z consumes: oximeter-client
22272025-10-13T23:17:16.173Z consumes: propolis-client
22282025-10-13T23:17:16.173Z consumes: repo-depot-client
22292025-10-13T23:17:16.173Z consumes: sled-agent-client
22302025-10-13T23:17:16.173Z
22312025-10-13T23:17:16.173Zoximeter-collector (omicron/oximeter/collector)
22322025-10-13T23:17:16.173Z exposes: Oximeter (client = oximeter-client)
22332025-10-13T23:17:16.173Z consumes: nexus-client
22342025-10-13T23:17:16.173Z
22352025-10-13T23:17:16.248Z
22362025-10-13T23:17:16.248Zreal 11.142454671
22372025-10-13T23:17:16.248Zuser 9.087425392
22382025-10-13T23:17:16.248Zsys 3.871551080
22392025-10-13T23:17:16.248Ztrap 0.002853708
22402025-10-13T23:17:16.248Ztflt 0.000174663
22412025-10-13T23:17:16.248Zdflt 0.000084283
22422025-10-13T23:17:16.248Zkflt 0.000003116
22432025-10-13T23:17:16.274Zlock 0.551694659
22442025-10-13T23:17:16.274Zslp 37.074243046
22452025-10-13T23:17:16.274Zlat 0.036153833
22462025-10-13T23:17:16.274Zstop 0.013142793
22472025-10-13T23:17:16.274Z+ ptime -m cargo xtask ls-apis check
22482025-10-13T23:17:17.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
22492025-10-13T23:17:17.327Z Running `target/debug/xtask ls-apis check`
22502025-10-13T23:17:18.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
22512025-10-13T23:17:18.949Z Running `target/debug/ls-apis check`
22522025-10-13T23:17:19.026Zloading metadata for workspace omicron from current workspace
22532025-10-13T23:17:21.104Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
22542025-10-13T23:17:21.130Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
22552025-10-13T23:17:21.130Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
22562025-10-13T23:17:21.130Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/8e92529/Cargo.toml
22572025-10-13T23:17:21.130Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/102b0bb/Cargo.toml
22582025-10-13T23:17:25.444Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
22592025-10-13T23:17:26.762Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22602025-10-13T23:17:26.790Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22612025-10-13T23:17:27.236Z
22622025-10-13T23:17:27.236Z
22632025-10-13T23:17:27.236ZServer-managed APIs:
22642025-10-13T23:17:27.236Z
22652025-10-13T23:17:27.236Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
22662025-10-13T23:17:27.236Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
22672025-10-13T23:17:27.236Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
22682025-10-13T23:17:27.236Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
22692025-10-13T23:17:27.236Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
22702025-10-13T23:17:27.236Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
22712025-10-13T23:17:27.236Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
22722025-10-13T23:17:27.236Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
22732025-10-13T23:17:27.237Z DNS Server (dns-service-client, exposed by dns-server)
22742025-10-13T23:17:27.237Z Dendrite DPD (dpd-client, exposed by dpd)
22752025-10-13T23:17:27.237Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
22762025-10-13T23:17:27.237Z LLDP daemon (lldpd-client, exposed by lldpd)
22772025-10-13T23:17:27.237Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
22782025-10-13T23:17:27.237Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
22792025-10-13T23:17:27.237Z External API (oxide-client, exposed by omicron-nexus)
22802025-10-13T23:17:27.237Z Oximeter (oximeter-client, exposed by oximeter-collector)
22812025-10-13T23:17:27.237Z Propolis (propolis-client, exposed by propolis-server)
22822025-10-13T23:17:27.237Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
22832025-10-13T23:17:27.237Z Wicketd (wicketd-client, exposed by wicketd)
22842025-10-13T23:17:27.237Z
22852025-10-13T23:17:27.237Z
22862025-10-13T23:17:27.237ZClient-managed API:
22872025-10-13T23:17:27.237Z
22882025-10-13T23:17:27.237Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
22892025-10-13T23:17:27.237Z reason: depends on itself (i.e., instances call each other)
22902025-10-13T23:17:27.237Z Wicketd Installinator (installinator-client, exposed by wicketd)
22912025-10-13T23:17:27.237Z reason: client is provided implicitly by the operator
22922025-10-13T23:17:27.237Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
22932025-10-13T23:17:27.237Z reason: Circular dependencies between Nexus and other services
22942025-10-13T23:17:27.237Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
22952025-10-13T23:17:27.237Z reason: Circular dependencies between Nexus and other services
22962025-10-13T23:17:27.237Z Crucible Repair (repair-client, exposed by crucible-downstairs)
22972025-10-13T23:17:27.237Z reason: depends on itself (i.e., instances call each other)
22982025-10-13T23:17:27.237Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
22992025-10-13T23:17:27.237Z reason: depends on itself (i.e., instances call each other)
23002025-10-13T23:17:27.237Z
23012025-10-13T23:17:27.237Z
23022025-10-13T23:17:27.237ZAPIs with unknown version management: none
23032025-10-13T23:17:27.335Z
23042025-10-13T23:17:27.335Zreal 11.047497147
23052025-10-13T23:17:27.335Zuser 9.066957193
23062025-10-13T23:17:27.335Zsys 3.827070221
23072025-10-13T23:17:27.335Ztrap 0.002133186
23082025-10-13T23:17:27.335Ztflt 0.000138261
23092025-10-13T23:17:27.335Zdflt 0.000134243
23102025-10-13T23:17:27.335Zkflt 0.000000000
23112025-10-13T23:17:27.335Zlock 0.485450399
23122025-10-13T23:17:27.335Zslp 36.858409755
23132025-10-13T23:17:27.335Zlat 0.037328724
23142025-10-13T23:17:27.335Zstop 0.015712763
23152025-10-13T23:17:27.361Z+ ptime -m cargo xtask ls-apis adoc
23162025-10-13T23:17:28.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
23172025-10-13T23:17:28.433Z Running `target/debug/xtask ls-apis adoc`
23182025-10-13T23:17:29.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
23192025-10-13T23:17:30.006Z Running `target/debug/ls-apis adoc`
23202025-10-13T23:17:30.087Zloading metadata for workspace omicron from current workspace
23212025-10-13T23:17:32.201Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
23222025-10-13T23:17:32.227Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
23232025-10-13T23:17:32.227Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/8e92529/Cargo.toml
23242025-10-13T23:17:32.227Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
23252025-10-13T23:17:32.227Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/102b0bb/Cargo.toml
23262025-10-13T23:17:36.526Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
23272025-10-13T23:17:37.934Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23282025-10-13T23:17:37.963Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23292025-10-13T23:17:38.418Z
23302025-10-13T23:17:38.418Zreal 11.046230269
23312025-10-13T23:17:38.418Zuser 9.061689167
23322025-10-13T23:17:38.418Zsys 3.862347007
23332025-10-13T23:17:38.419Ztrap 0.002148965
23342025-10-13T23:17:38.444Ztflt 0.000087349
23352025-10-13T23:17:38.444Zdflt 0.000183139
23362025-10-13T23:17:38.444Zkflt 0.000002915
23372025-10-13T23:17:38.444Zlock 0.546009482
23382025-10-13T23:17:38.444Zslp 37.063803664
23392025-10-13T23:17:38.444Zlat 0.035549799
23402025-10-13T23:17:38.444Zstop 0.014393108
23412025-10-13T23:17:38.444Z+ banner build
23422025-10-13T23:17:38.444Z
23432025-10-13T23:17:38.444Z ##### # # # # #####
23442025-10-13T23:17:38.445Z # # # # # # # #
23452025-10-13T23:17:38.445Z ##### # # # # # #
23462025-10-13T23:17:38.445Z # # # # # # # #
23472025-10-13T23:17:38.445Z # # # # # # # #
23482025-10-13T23:17:38.445Z ##### #### # ###### #####
23492025-10-13T23:17:38.445Z
23502025-10-13T23:17:38.445Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
23512025-10-13T23:17:38.445Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
23522025-10-13T23:17:38.445Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
23532025-10-13T23:17:38.445Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
23542025-10-13T23:17:38.445Z+ [[ illumos == \i\l\l\u\m\o\s ]]
23552025-10-13T23:17:38.445Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
23562025-10-13T23:17:38.445Z+ export TMPDIR=/var/tmp/omicron_tmp
23572025-10-13T23:17:38.445Z+ TMPDIR=/var/tmp/omicron_tmp
23582025-10-13T23:17:38.445Z+ export RUST_BACKTRACE=1
23592025-10-13T23:17:38.445Z+ RUST_BACKTRACE=1
23602025-10-13T23:17:38.445Z+ export CARGO_INCREMENTAL=0
23612025-10-13T23:17:38.445Z+ CARGO_INCREMENTAL=0
23622025-10-13T23:17:38.445Z+ export RUSTC_BOOTSTRAP=1
23632025-10-13T23:17:38.445Z+ RUSTC_BOOTSTRAP=1
23642025-10-13T23:17:38.445Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
23652025-10-13T23:17:42.832Z Compiling proc-macro2 v1.0.101
23662025-10-13T23:17:42.832Z Compiling unicode-ident v1.0.19
23672025-10-13T23:17:42.832Z Compiling libc v0.2.174
23682025-10-13T23:17:42.832Z Compiling serde_core v1.0.226
23692025-10-13T23:17:42.858Z Compiling cfg-if v1.0.1
23702025-10-13T23:17:42.858Z Compiling serde v1.0.226
23712025-10-13T23:17:42.858Z Compiling autocfg v1.4.0
23722025-10-13T23:17:42.858Z Compiling memchr v2.7.4
23732025-10-13T23:17:42.858Z 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`
23742025-10-13T23:17:42.959Z 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`
23752025-10-13T23:17:43.006Z 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`
23762025-10-13T23:17:43.006Z 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`
23772025-10-13T23:17:43.006Z 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`
23782025-10-13T23:17:43.032Z 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`
23792025-10-13T23:17:43.032Z 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`
23802025-10-13T23:17:43.032Z 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`
23812025-10-13T23:17:43.264Z Compiling value-bag v1.9.0
23822025-10-13T23:17:43.313Z Compiling smallvec v1.15.1
23832025-10-13T23:17:43.338Z 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`
23842025-10-13T23:17:43.338Z 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`
23852025-10-13T23:17:43.721Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-cc8cb5d9a5af991c/build-script-build`
23862025-10-13T23:17:43.746Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-e970df53828233ea/build-script-build`
23872025-10-13T23:17:43.849Z 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)'`
23882025-10-13T23:17:43.875Z Compiling log v0.4.27
23892025-10-13T23:17:43.875Z 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`
23902025-10-13T23:17:43.908Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-9ace2eb27fda07f3/build-script-build`
23912025-10-13T23:17:43.962Z Compiling version_check v0.9.5
23922025-10-13T23:17:43.962Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-83fec2aa8f7e5f73/build-script-build`
23932025-10-13T23:17:43.987Z 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`
23942025-10-13T23:17:44.116Z 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"))'`
23952025-10-13T23:17:44.167Z Compiling lock_api v0.4.12
23962025-10-13T23:17:44.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/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`
23972025-10-13T23:17:44.193Z Compiling scopeguard v1.2.0
23982025-10-13T23:17:44.193Z 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`
23992025-10-13T23:17:44.250Z 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)'`
24002025-10-13T23:17:44.407Z Compiling itoa v1.0.11
24012025-10-13T23:17:44.433Z 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`
24022025-10-13T23:17:44.567Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-bc94ad7b51a5ac2d/build-script-build`
24032025-10-13T23:17:44.659Z Compiling ryu v1.0.18
24042025-10-13T23:17:44.684Z 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`
24052025-10-13T23:17:44.712Z Compiling libm v0.2.8
24062025-10-13T23:17:44.738Z Compiling num-traits v0.2.19
24072025-10-13T23:17:44.764Z Compiling serde_json v1.0.145
24082025-10-13T23:17:44.765Z 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`
24092025-10-13T23:17:44.765Z 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`
24102025-10-13T23:17:44.765Z 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`
24112025-10-13T23:17:44.865Z 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`
24122025-10-13T23:17:45.060Z Compiling quote v1.0.40
24132025-10-13T23:17:45.086Z 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`
24142025-10-13T23:17:45.236Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-5bb591e0d2e2589c/build-script-build`
24152025-10-13T23:17:45.262Z Compiling getrandom v0.2.15
24162025-10-13T23:17:45.288Z 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`
24172025-10-13T23:17:45.313Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-56b5b61900717c15/build-script-build`
24182025-10-13T23:17:45.346Z 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`
24192025-10-13T23:17:45.371Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-80edec1695bd0e62/build-script-build`
24202025-10-13T23:17:45.445Z Compiling stable_deref_trait v1.2.0
24212025-10-13T23:17:45.472Z 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`
24222025-10-13T23:17:45.516Z Compiling syn v2.0.106
24232025-10-13T23:17:45.541Z 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`
24242025-10-13T23:17:45.615Z Compiling portable-atomic v1.11.0
24252025-10-13T23:17:45.659Z 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`
24262025-10-13T23:17:45.684Z Compiling pin-project-lite v0.2.14
24272025-10-13T23:17:45.720Z Compiling critical-section v1.1.3
24282025-10-13T23:17:45.720Z 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`
24292025-10-13T23:17:45.745Z 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`
24302025-10-13T23:17:45.771Z Compiling fnv v1.0.7
24312025-10-13T23:17:45.771Z 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`
24322025-10-13T23:17:45.821Z Compiling shlex v1.3.0
24332025-10-13T23:17:45.821Z 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`
24342025-10-13T23:17:45.889Z Compiling regex-syntax v0.8.5
24352025-10-13T23:17:45.914Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=4df2cf5286049e34 -C extra-filename=-ea2fa3130f21e300 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24362025-10-13T23:17:45.969Z Compiling parking_lot_core v0.9.10
24372025-10-13T23:17:45.994Z 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`
24382025-10-13T23:17:46.022Z Compiling allocator-api2 v0.2.21
24392025-10-13T23:17:46.047Z 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`
24402025-10-13T23:17:46.305Z 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)'`
24412025-10-13T23:17:46.494Z Compiling getrandom v0.3.1
24422025-10-13T23:17:46.519Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=490ea06192687952 -C extra-filename=-f614163d8e5b83ff --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-f614163d8e5b83ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24432025-10-13T23:17:46.612Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ee9c711cc0d452e7/build-script-build`
24442025-10-13T23:17:46.659Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-1640517f1a139279/build-script-build`
24452025-10-13T23:17:46.715Z Compiling rand_core v0.6.4
24462025-10-13T23:17:46.740Z 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`
24472025-10-13T23:17:46.770Z Compiling percent-encoding v2.3.2
24482025-10-13T23:17:46.796Z 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`
24492025-10-13T23:17:46.796Z 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"))'`
24502025-10-13T23:17:47.174Z Compiling writeable v0.5.5
24512025-10-13T23:17:47.199Z 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`
24522025-10-13T23:17:47.238Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-f614163d8e5b83ff/build-script-build`
24532025-10-13T23:17:47.300Z Compiling equivalent v1.0.2
24542025-10-13T23:17:47.325Z 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`
24552025-10-13T23:17:47.350Z Compiling litemap v0.7.3
24562025-10-13T23:17:47.351Z 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`
24572025-10-13T23:17:47.488Z Compiling byteorder v1.5.0
24582025-10-13T23:17:47.513Z 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`
24592025-10-13T23:17:47.746Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=d86023ced5d0dc74 -C extra-filename=-710e91481cd0b98a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24602025-10-13T23:17:47.797Z 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`
24612025-10-13T23:17:48.003Z 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"))'`
24622025-10-13T23:17:48.053Z Compiling once_cell v1.21.3
24632025-10-13T23:17:48.053Z Compiling jobserver v0.1.32
24642025-10-13T23:17:48.078Z 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`
24652025-10-13T23:17:48.078Z 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`
24662025-10-13T23:17:48.149Z Compiling icu_locid_transform_data v1.5.0
24672025-10-13T23:17:48.200Z 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`
24682025-10-13T23:17:48.262Z Compiling parking_lot v0.12.3
24692025-10-13T23:17:48.287Z 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`
24702025-10-13T23:17:48.320Z Compiling semver v1.0.27
24712025-10-13T23:17:48.384Z 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`
24722025-10-13T23:17:48.422Z Compiling errno v0.3.12
24732025-10-13T23:17:48.422Z 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`
24742025-10-13T23:17:48.540Z Compiling cc v1.2.30
24752025-10-13T23:17:48.566Z 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`
24762025-10-13T23:17:48.686Z Compiling icu_properties_data v1.5.0
24772025-10-13T23:17:48.711Z 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`
24782025-10-13T23:17:48.828Z Compiling utf16_iter v1.0.5
24792025-10-13T23:17:48.858Z 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`
24802025-10-13T23:17:48.974Z Compiling utf8_iter v1.0.4
24812025-10-13T23:17:48.999Z 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`
24822025-10-13T23:17:49.025Z Compiling icu_normalizer_data v1.5.0
24832025-10-13T23:17:49.025Z 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`
24842025-10-13T23:17:49.077Z Compiling write16 v1.0.0
24852025-10-13T23:17:49.102Z 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-13T23:17:49.130Z Compiling form_urlencoded v1.2.2
24872025-10-13T23:17:49.155Z 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`
24882025-10-13T23:17:49.205Z Compiling subtle v2.6.1
24892025-10-13T23:17:49.250Z 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`
24902025-10-13T23:17:49.288Z Compiling signal-hook-registry v1.4.2
24912025-10-13T23:17:49.312Z 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`
24922025-10-13T23:17:49.337Z Compiling aho-corasick v1.1.3
24932025-10-13T23:17:49.337Z 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`
24942025-10-13T23:17:49.478Z Compiling mio v1.0.2
24952025-10-13T23:17:49.503Z 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`
24962025-10-13T23:17:49.625Z Compiling futures-core v0.3.31
24972025-10-13T23:17:49.650Z 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`
24982025-10-13T23:17:49.918Z Compiling typenum v1.17.0
24992025-10-13T23:17:49.943Z 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`
25002025-10-13T23:17:49.968Z Compiling generic-array v0.14.7
25012025-10-13T23:17:49.968Z 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`
25022025-10-13T23:17:50.421Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-5b73b6a89f1b8521/build-script-build`
25032025-10-13T23:17:50.509Z Compiling heck v0.5.0
25042025-10-13T23:17:50.534Z 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`
25052025-10-13T23:17:50.559Z Compiling rustix v0.38.37
25062025-10-13T23:17:50.584Z Compiling hashbrown v0.16.0
25072025-10-13T23:17:50.584Z 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`
25082025-10-13T23:17:50.584Z 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`
25092025-10-13T23:17:50.962Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-c43bcef096a5d052/build-script-main`
25102025-10-13T23:17:51.086Z Compiling socket2 v0.6.0
25112025-10-13T23:17:51.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.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`
25122025-10-13T23:17:51.148Z Compiling either v1.15.0
25132025-10-13T23:17:51.172Z 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`
25142025-10-13T23:17:51.232Z 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`
25152025-10-13T23:17:51.487Z Compiling regex-automata v0.4.11
25162025-10-13T23:17:51.512Z 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`
25172025-10-13T23:17:51.690Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-ca08b9b2809b9498/build-script-build`
25182025-10-13T23:17:51.827Z Compiling indexmap v2.11.4
25192025-10-13T23:17:51.852Z 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`
25202025-10-13T23:17:52.071Z Compiling thiserror v2.0.17
25212025-10-13T23:17:52.096Z 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`
25222025-10-13T23:17:52.123Z Compiling iana-time-zone v0.1.63
25232025-10-13T23:17:52.148Z Compiling spin v0.9.8
25242025-10-13T23:17:52.148Z 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`
25252025-10-13T23:17:52.173Z 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`
25262025-10-13T23:17:52.473Z Compiling synstructure v0.13.1
25272025-10-13T23:17:52.498Z 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`
25282025-10-13T23:17:52.605Z Compiling thiserror v1.0.69
25292025-10-13T23:17:52.629Z 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`
25302025-10-13T23:17:52.677Z Compiling futures-io v0.3.31
25312025-10-13T23:17:52.701Z 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`
25322025-10-13T23:17:52.913Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-9ad14d18b067c448/build-script-build`
25332025-10-13T23:17:52.995Z Compiling slab v0.4.9
25342025-10-13T23:17:53.019Z 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`
25352025-10-13T23:17:53.273Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-723bb18637d6ca27/build-script-build`
25362025-10-13T23:17:53.347Z Compiling lazy_static v1.5.0
25372025-10-13T23:17:53.372Z 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`
25382025-10-13T23:17:53.414Z Compiling pkg-config v0.3.31
25392025-10-13T23:17:53.439Z 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`
25402025-10-13T23:17:53.464Z Compiling const-oid v0.9.6
25412025-10-13T23:17:53.464Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-f8ac1c2de96c373a/build-script-build`
25422025-10-13T23:17:53.464Z 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`
25432025-10-13T23:17:53.556Z Compiling pin-utils v0.1.0
25442025-10-13T23:17:53.580Z 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`
25452025-10-13T23:17:53.676Z 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`
25462025-10-13T23:17:53.734Z Compiling futures-sink v0.3.31
25472025-10-13T23:17:53.782Z 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`
25482025-10-13T23:17:53.782Z Compiling serde_derive_internals v0.29.1
25492025-10-13T23:17:53.807Z 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`
25502025-10-13T23:17:53.853Z Compiling dyn-clone v1.0.20
25512025-10-13T23:17:53.878Z 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`
25522025-10-13T23:17:53.970Z Compiling schemars v0.8.22
25532025-10-13T23:17:53.995Z 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`
25542025-10-13T23:17:54.021Z Compiling futures-channel v0.3.31
25552025-10-13T23:17:54.080Z 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`
25562025-10-13T23:17:54.137Z Compiling futures-task v0.3.31
25572025-10-13T23:17:54.161Z 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`
25582025-10-13T23:17:54.413Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-e4f5a7e6a3c63bac/build-script-build`
25592025-10-13T23:17:54.479Z Compiling foldhash v0.1.5
25602025-10-13T23:17:54.520Z 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`
25612025-10-13T23:17:54.544Z Compiling cpufeatures v0.2.14
25622025-10-13T23:17:54.544Z Compiling strsim v0.11.1
25632025-10-13T23:17:54.545Z 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`
25642025-10-13T23:17:54.545Z 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`
25652025-10-13T23:17:54.624Z Compiling syn v1.0.109
25662025-10-13T23:17:54.649Z 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`
25672025-10-13T23:17:54.703Z Compiling tracing-core v0.1.32
25682025-10-13T23:17:54.728Z 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`
25692025-10-13T23:17:54.847Z Compiling hashbrown v0.15.4
25702025-10-13T23:17:54.887Z 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`
25712025-10-13T23:17:55.203Z Compiling adler2 v2.0.0
25722025-10-13T23:17:55.228Z 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`
25732025-10-13T23:17:55.287Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-2c13866819a9a00a/build-script-build`
25742025-10-13T23:17:55.331Z Compiling glob v0.3.2
25752025-10-13T23:17:55.356Z 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`
25762025-10-13T23:17:55.396Z 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`
25772025-10-13T23:17:55.474Z Compiling miniz_oxide v0.8.5
25782025-10-13T23:17:55.499Z 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`
25792025-10-13T23:17:55.900Z Compiling paste v1.0.15
25802025-10-13T23:17:55.927Z 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`
25812025-10-13T23:17:55.972Z Compiling minimal-lexical v0.2.1
25822025-10-13T23:17:55.997Z 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`
25832025-10-13T23:17:56.095Z Compiling prettyplease v0.2.36
25842025-10-13T23:17:56.120Z 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`
25852025-10-13T23:17:56.211Z Compiling clang-sys v1.8.1
25862025-10-13T23:17:56.235Z 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`
25872025-10-13T23:17:56.506Z Compiling crossbeam-utils v0.8.21
25882025-10-13T23:17:56.551Z 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`
25892025-10-13T23:17:56.576Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-30da2474664d5b61/build-script-build`
25902025-10-13T23:17:56.610Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-933590c57889fcaf/build-script-build`
25912025-10-13T23:17:56.693Z Compiling serde_derive v1.0.226
25922025-10-13T23:17:56.718Z Compiling zeroize_derive v1.4.2
25932025-10-13T23:17:56.718Z Compiling zerofrom-derive v0.1.4
25942025-10-13T23:17:56.718Z 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`
25952025-10-13T23:17:56.718Z 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`
25962025-10-13T23:17:56.718Z 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`
25972025-10-13T23:17:56.921Z Compiling yoke-derive v0.7.4
25982025-10-13T23:17:56.921Z 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`
25992025-10-13T23:17:56.991Z Compiling zerovec-derive v0.10.3
26002025-10-13T23:17:57.016Z 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`
26012025-10-13T23:17:57.134Z Compiling displaydoc v0.2.5
26022025-10-13T23:17:57.160Z 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`
26032025-10-13T23:17:58.432Z Compiling zeroize v1.8.1
26042025-10-13T23:17:58.457Z 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`
26052025-10-13T23:17:58.776Z Compiling icu_provider_macros v1.5.0
26062025-10-13T23:17:58.801Z 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`
26072025-10-13T23:17:58.882Z 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`
26082025-10-13T23:17:59.381Z Compiling regex v1.11.3
26092025-10-13T23:17:59.405Z 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`
26102025-10-13T23:17:59.584Z Compiling tokio-macros v2.5.0
26112025-10-13T23:17:59.609Z 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`
26122025-10-13T23:18:00.049Z Compiling thiserror-impl v2.0.17
26132025-10-13T23:18:00.074Z 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`
26142025-10-13T23:18:00.105Z Compiling zerofrom v0.1.4
26152025-10-13T23:18:00.165Z 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`
26162025-10-13T23:18:00.247Z Compiling crypto-common v0.1.6
26172025-10-13T23:18:00.272Z 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`
26182025-10-13T23:18:00.360Z Compiling yoke v0.7.4
26192025-10-13T23:18:00.402Z 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`
26202025-10-13T23:18:00.440Z Compiling zerocopy-derive v0.7.35
26212025-10-13T23:18:00.440Z 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`
26222025-10-13T23:18:00.546Z Compiling thiserror-impl v1.0.69
26232025-10-13T23:18:00.581Z 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`
26242025-10-13T23:18:00.778Z Compiling zerovec v0.10.4
26252025-10-13T23:18:00.804Z 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`
26262025-10-13T23:18:01.245Z Compiling block-buffer v0.10.4
26272025-10-13T23:18:01.270Z 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`
26282025-10-13T23:18:01.319Z Compiling schemars_derive v0.8.22
26292025-10-13T23:18:01.343Z 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`
26302025-10-13T23:18:01.601Z Compiling digest v0.10.7
26312025-10-13T23:18:01.625Z 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`
26322025-10-13T23:18:02.159Z Compiling futures-macro v0.3.31
26332025-10-13T23:18:02.184Z 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`
26342025-10-13T23:18:02.513Z Compiling zerocopy v0.7.35
26352025-10-13T23:18:02.538Z 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`
26362025-10-13T23:18:02.868Z Compiling tinystr v0.7.6
26372025-10-13T23:18:02.893Z 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`
26382025-10-13T23:18:03.273Z Compiling icu_locid v1.5.0
26392025-10-13T23:18:03.298Z 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`
26402025-10-13T23:18:03.330Z Compiling icu_collections v1.5.0
26412025-10-13T23:18:03.355Z 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`
26422025-10-13T23:18:03.504Z 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)'`
26432025-10-13T23:18:03.559Z 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)'`
26442025-10-13T23:18:03.810Z 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)'`
26452025-10-13T23:18:03.907Z Compiling ppv-lite86 v0.2.20
26462025-10-13T23:18:03.932Z 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`
26472025-10-13T23:18:04.046Z Compiling tracing-attributes v0.1.27
26482025-10-13T23:18:04.070Z 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`
26492025-10-13T23:18:04.110Z Compiling futures-util v0.3.31
26502025-10-13T23:18:04.197Z 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`
26512025-10-13T23:18:04.309Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-d9e88792650f3b5c/build-script-build`
26522025-10-13T23:18:04.376Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-d4f1989dbec52f0d/build-script-build`
26532025-10-13T23:18:04.443Z Compiling icu_provider v1.5.0
26542025-10-13T23:18:04.467Z 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`
26552025-10-13T23:18:04.617Z Compiling bitflags v2.9.4
26562025-10-13T23:18:04.642Z 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`
26572025-10-13T23:18:04.722Z Compiling bytes v1.10.1
26582025-10-13T23:18:04.747Z 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`
26592025-10-13T23:18:04.772Z Compiling chrono v0.4.42
26602025-10-13T23:18:04.772Z 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`
26612025-10-13T23:18:05.106Z 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`
26622025-10-13T23:18:05.220Z Compiling icu_locid_transform v1.5.0
26632025-10-13T23:18:05.245Z 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`
26642025-10-13T23:18:05.412Z Compiling uuid v1.18.1
26652025-10-13T23:18:05.438Z 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=4b891136992800ca -C extra-filename=-f600ce30a4f63004 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-710e91481cd0b98a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662025-10-13T23:18:06.288Z Compiling tokio v1.47.0
26672025-10-13T23:18:06.312Z 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`
26682025-10-13T23:18:06.528Z Compiling http v1.3.1
26692025-10-13T23:18:06.553Z 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`
26702025-10-13T23:18:06.918Z Compiling icu_properties v1.5.1
26712025-10-13T23:18:06.943Z 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`
26722025-10-13T23:18:07.216Z Compiling tracing v0.1.40
26732025-10-13T23:18:07.242Z 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`
26742025-10-13T23:18:07.496Z Compiling serde_tokenstream v0.2.2
26752025-10-13T23:18:07.522Z 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`
26762025-10-13T23:18:07.762Z Compiling nom v7.1.3
26772025-10-13T23:18:07.786Z 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`
26782025-10-13T23:18:08.072Z 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)'`
26792025-10-13T23:18:08.129Z 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"))'`
26802025-10-13T23:18:08.674Z Compiling libloading v0.8.5
26812025-10-13T23:18:08.698Z 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`
26822025-10-13T23:18:09.101Z Compiling gimli v0.31.1
26832025-10-13T23:18:09.126Z 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`
26842025-10-13T23:18:09.282Z 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`
26852025-10-13T23:18:09.308Z 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)'`
26862025-10-13T23:18:09.492Z Compiling object v0.36.5
26872025-10-13T23:18:09.517Z 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`
26882025-10-13T23:18:09.553Z Compiling home v0.5.9
26892025-10-13T23:18:09.578Z 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`
26902025-10-13T23:18:09.841Z Compiling powerfmt v0.2.0
26912025-10-13T23:18:09.884Z 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`
26922025-10-13T23:18:10.289Z Compiling num-conv v0.1.0
26932025-10-13T23:18:10.314Z 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`
26942025-10-13T23:18:10.632Z Compiling icu_normalizer v1.5.0
26952025-10-13T23:18:10.657Z 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`
26962025-10-13T23:18:10.931Z Compiling cexpr v0.6.0
26972025-10-13T23:18:11.035Z 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`
26982025-10-13T23:18:11.311Z Compiling rustc-demangle v0.1.24
26992025-10-13T23:18:11.336Z 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`
27002025-10-13T23:18:12.115Z Compiling idna_adapter v1.2.0
27012025-10-13T23:18:12.140Z 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`
27022025-10-13T23:18:12.197Z Compiling anyhow v1.0.99
27032025-10-13T23:18:12.222Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=ed225afd82fee87e -C extra-filename=-a16e563cbf5da838 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-a16e563cbf5da838 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27042025-10-13T23:18:12.349Z Compiling time-core v0.1.6
27052025-10-13T23:18:12.375Z 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`
27062025-10-13T23:18:12.439Z Compiling idna v1.0.3
27072025-10-13T23:18:12.468Z 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`
27082025-10-13T23:18:12.535Z Compiling deranged v0.5.3
27092025-10-13T23:18:12.560Z 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`
27102025-10-13T23:18:12.742Z Compiling time-macros v0.2.24
27112025-10-13T23:18:12.767Z 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`
27122025-10-13T23:18:12.925Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-a16e563cbf5da838/build-script-build`
27132025-10-13T23:18:13.496Z Compiling url v2.5.4
27142025-10-13T23:18:13.536Z 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`
27152025-10-13T23:18:13.610Z Compiling addr2line v0.24.2
27162025-10-13T23:18:13.635Z 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`
27172025-10-13T23:18:13.993Z Compiling ring v0.17.14
27182025-10-13T23:18:14.019Z 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`
27192025-10-13T23:18:14.317Z Compiling vcpkg v0.2.15
27202025-10-13T23:18:14.343Z 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`
27212025-10-13T23:18:15.084Z 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=870703335ce0d858 -C extra-filename=-5abc6f59dc903098 --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-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
27222025-10-13T23:18:15.130Z Compiling num_threads v0.1.7
27232025-10-13T23:18:15.155Z 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`
27242025-10-13T23:18:15.281Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-9f63f4ec416bcf25/build-script-build`
27252025-10-13T23:18:15.332Z Compiling block-padding v0.3.3
27262025-10-13T23:18:15.358Z Compiling time v0.3.43
27272025-10-13T23:18:15.358Z 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`
27282025-10-13T23:18:15.358Z 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`
27292025-10-13T23:18:15.654Z Compiling backtrace v0.3.74
27302025-10-13T23:18:15.681Z 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`
27312025-10-13T23:18:16.053Z Compiling itertools v0.12.1
27322025-10-13T23:18:16.078Z 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`
27332025-10-13T23:18:16.254Z Compiling bindgen v0.69.5
27342025-10-13T23:18:16.279Z 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`
27352025-10-13T23:18:17.244Z 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)'`
27362025-10-13T23:18:18.139Z Compiling base64 v0.22.1
27372025-10-13T23:18:18.165Z 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`
27382025-10-13T23:18:18.233Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-8b11b984ce953e99/build-script-build`
27392025-10-13T23:18:18.296Z Compiling inout v0.1.3
27402025-10-13T23:18:18.321Z 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`
27412025-10-13T23:18:18.406Z Compiling tokio-util v0.7.15
27422025-10-13T23:18:18.431Z 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`
27432025-10-13T23:18:18.646Z Compiling which v4.4.2
27442025-10-13T23:18:18.671Z 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`
27452025-10-13T23:18:18.843Z Compiling ipnet v2.11.0
27462025-10-13T23:18:18.869Z 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`
27472025-10-13T23:18:18.895Z Compiling httparse v1.9.5
27482025-10-13T23:18:18.920Z 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`
27492025-10-13T23:18:18.967Z Compiling lazycell v1.3.0
27502025-10-13T23:18:18.992Z 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`
27512025-10-13T23:18:19.117Z Compiling rustc-hash v1.1.0
27522025-10-13T23:18:19.142Z 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`
27532025-10-13T23:18:19.245Z Compiling atomic-waker v1.1.2
27542025-10-13T23:18:19.271Z 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`
27552025-10-13T23:18:19.303Z Compiling cipher v0.4.4
27562025-10-13T23:18:19.328Z 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`
27572025-10-13T23:18:19.358Z 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`
27582025-10-13T23:18:19.453Z Compiling cmake v0.1.51
27592025-10-13T23:18:19.478Z 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`
27602025-10-13T23:18:19.511Z Compiling untrusted v0.9.0
27612025-10-13T23:18:19.536Z 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`
27622025-10-13T23:18:19.700Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-c82a386cce90bda1/build-script-build`
27632025-10-13T23:18:19.778Z Compiling fs_extra v1.3.0
27642025-10-13T23:18:19.803Z 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`
27652025-10-13T23:18:19.832Z Compiling dunce v1.0.5
27662025-10-13T23:18:19.857Z 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`
27672025-10-13T23:18:19.857Z 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`
27682025-10-13T23:18:19.942Z 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`
27692025-10-13T23:18:20.050Z Compiling sha2 v0.10.9
27702025-10-13T23:18:20.075Z 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`
27712025-10-13T23:18:20.101Z Compiling rustversion v1.0.22
27722025-10-13T23:18:20.127Z 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`
27732025-10-13T23:18:20.338Z Compiling fastrand v2.1.1
27742025-10-13T23:18:20.363Z 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`
27752025-10-13T23:18:20.389Z Compiling base64ct v1.6.0
27762025-10-13T23:18:20.389Z 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`
27772025-10-13T23:18:20.656Z Compiling ident_case v1.0.1
27782025-10-13T23:18:20.681Z 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`
27792025-10-13T23:18:20.706Z Compiling hmac v0.12.1
27802025-10-13T23:18:20.706Z 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`
27812025-10-13T23:18:20.886Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-8c0338daea1d2e80/build-script-build`
27822025-10-13T23:18:20.971Z Compiling rustls-pki-types v1.10.0
27832025-10-13T23:18:21.046Z 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`
27842025-10-13T23:18:21.072Z Compiling aws-lc-rs v1.12.4
27852025-10-13T23:18:21.072Z 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`
27862025-10-13T23:18:21.136Z Compiling http-body v1.0.1
27872025-10-13T23:18:21.161Z Compiling rand_chacha v0.3.1
27882025-10-13T23:18:21.161Z 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`
27892025-10-13T23:18:21.190Z 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"))'`
27902025-10-13T23:18:21.238Z 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`
27912025-10-13T23:18:21.490Z Compiling utf8parse v0.2.2
27922025-10-13T23:18:21.515Z 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`
27932025-10-13T23:18:21.620Z Compiling try-lock v0.2.5
27942025-10-13T23:18:21.645Z 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`
27952025-10-13T23:18:21.739Z Compiling rand v0.8.5
27962025-10-13T23:18:21.764Z 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`
27972025-10-13T23:18:21.845Z Compiling httpdate v1.0.3
27982025-10-13T23:18:21.870Z 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`
27992025-10-13T23:18:21.974Z Compiling untrusted v0.7.1
28002025-10-13T23:18:21.999Z 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`
28012025-10-13T23:18:22.249Z Compiling want v0.3.1
28022025-10-13T23:18:22.274Z 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`
28032025-10-13T23:18:22.371Z Compiling h2 v0.4.6
28042025-10-13T23:18:22.397Z 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`
28052025-10-13T23:18:22.497Z Compiling serde_spanned v0.6.9
28062025-10-13T23:18:22.522Z 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`
28072025-10-13T23:18:22.609Z Compiling toml_datetime v0.6.11
28082025-10-13T23:18:22.634Z 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`
28092025-10-13T23:18:22.825Z Compiling tower-service v0.3.3
28102025-10-13T23:18:22.850Z 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`
28112025-10-13T23:18:22.909Z Compiling pem-rfc7468 v0.7.0
28122025-10-13T23:18:22.934Z 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`
28132025-10-13T23:18:23.059Z Compiling openssl-sys v0.9.109
28142025-10-13T23:18:23.084Z 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`
28152025-10-13T23:18:23.208Z Compiling async-trait v0.1.89
28162025-10-13T23:18:23.234Z 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`
28172025-10-13T23:18:23.394Z Compiling anstyle v1.0.11
28182025-10-13T23:18:23.419Z 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`
28192025-10-13T23:18:23.608Z Compiling slog v2.7.0
28202025-10-13T23:18:23.633Z 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`
28212025-10-13T23:18:23.723Z Compiling rand_core v0.9.3
28222025-10-13T23:18:23.748Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=bb8f6a41b19793d0 -C extra-filename=-3708ad563010fdb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-710e91481cd0b98a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232025-10-13T23:18:23.884Z Compiling camino v1.2.0
28242025-10-13T23:18:23.909Z 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`
28252025-10-13T23:18:24.224Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-0b04305fec5a44d6/build-script-build`
28262025-10-13T23:18:24.273Z Compiling mime v0.3.17
28272025-10-13T23:18:24.298Z 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`
28282025-10-13T23:18:24.298Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-c21fb4d41b021f4b/build-script-main`
28292025-10-13T23:18:24.373Z Compiling ucd-trie v0.1.7
28302025-10-13T23:18:24.399Z 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`
28312025-10-13T23:18:24.428Z 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`
28322025-10-13T23:18:24.485Z Compiling anstyle-parse v0.2.5
28332025-10-13T23:18:24.511Z 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`
28342025-10-13T23:18:24.596Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-2b336f4361ad40a4/build-script-build`
28352025-10-13T23:18:24.716Z Compiling pest v2.8.2
28362025-10-13T23:18:24.741Z 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`
28372025-10-13T23:18:24.835Z Compiling der_derive v0.7.3
28382025-10-13T23:18:24.860Z 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`
28392025-10-13T23:18:24.890Z Compiling anstyle-query v1.1.1
28402025-10-13T23:18:24.915Z 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`
28412025-10-13T23:18:24.950Z Compiling flagset v0.4.6
28422025-10-13T23:18:25.021Z 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`
28432025-10-13T23:18:25.136Z Compiling is_terminal_polyfill v1.70.1
28442025-10-13T23:18:25.163Z 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`
28452025-10-13T23:18:25.201Z Compiling colorchoice v1.0.2
28462025-10-13T23:18:25.226Z 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`
28472025-10-13T23:18:25.271Z 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)'`
28482025-10-13T23:18:25.351Z Compiling http-body-util v0.1.3
28492025-10-13T23:18:25.376Z 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`
28502025-10-13T23:18:25.459Z Compiling anstream v0.6.18
28512025-10-13T23:18:25.484Z 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`
28522025-10-13T23:18:25.618Z Compiling pbkdf2 v0.12.2
28532025-10-13T23:18:25.643Z 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`
28542025-10-13T23:18:25.857Z Compiling aes v0.8.4
28552025-10-13T23:18:25.882Z 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`
28562025-10-13T23:18:25.915Z Compiling rustc_version v0.4.1
28572025-10-13T23:18:25.915Z 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`
28582025-10-13T23:18:26.162Z Compiling rustix v1.0.7
28592025-10-13T23:18:26.187Z 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`
28602025-10-13T23:18:26.222Z Compiling plain v0.2.3
28612025-10-13T23:18:26.247Z 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`
28622025-10-13T23:18:26.468Z Compiling rand_chacha v0.9.0
28632025-10-13T23:18:26.494Z 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=65cad8270c429f83 -C extra-filename=-deabff44a5f88e6e --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-3708ad563010fdb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642025-10-13T23:18:26.619Z Compiling salsa20 v0.10.2
28652025-10-13T23:18:26.645Z 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`
28662025-10-13T23:18:26.944Z Compiling cbc v0.1.2
28672025-10-13T23:18:26.989Z 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`
28682025-10-13T23:18:27.014Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-14b27fbe90121ef1/build-script-build`
28692025-10-13T23:18:27.072Z Compiling der v0.7.9
28702025-10-13T23:18:27.098Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.7.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=9830c9e0f83443c0 -C extra-filename=-ca963994358ae4f8 --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`
28712025-10-13T23:18:27.308Z Compiling pest_meta v2.8.2
28722025-10-13T23:18:27.333Z 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`
28732025-10-13T23:18:27.371Z Compiling openssl-probe v0.1.5
28742025-10-13T23:18:27.396Z 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`
28752025-10-13T23:18:27.726Z Compiling openssl v0.10.73
28762025-10-13T23:18:27.750Z 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`
28772025-10-13T23:18:27.776Z Compiling zerocopy v0.8.27
28782025-10-13T23:18:27.776Z 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`
28792025-10-13T23:18:28.289Z Compiling foreign-types-shared v0.1.1
28802025-10-13T23:18:28.314Z 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`
28812025-10-13T23:18:28.409Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-8fdddfab2c328ffa/build-script-build`
28822025-10-13T23:18:28.434Z 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`
28832025-10-13T23:18:28.467Z Compiling foreign-types v0.3.2
28842025-10-13T23:18:28.492Z 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`
28852025-10-13T23:18:28.522Z Compiling rand v0.9.2
28862025-10-13T23:18:28.547Z 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=983394ac84930f1d -C extra-filename=-2e0e85019f9cd98f --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-deabff44a5f88e6e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3708ad563010fdb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28872025-10-13T23:18:28.647Z Compiling pest_generator v2.8.2
28882025-10-13T23:18:28.672Z 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`
28892025-10-13T23:18:28.706Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-c845b03df373e7e9/build-script-build`
28902025-10-13T23:18:28.818Z Compiling scrypt v0.11.0
28912025-10-13T23:18:28.859Z 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`
28922025-10-13T23:18:29.357Z Compiling hyper v1.7.0
28932025-10-13T23:18:29.382Z 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-13T23:18:29.988Z Compiling spki v0.7.3
28952025-10-13T23:18:30.014Z 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=3966630442179770 -C extra-filename=-c649c2f9da1ef23c --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-ca963994358ae4f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962025-10-13T23:18:30.211Z 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)'`
28972025-10-13T23:18:30.315Z Compiling terminal_size v0.4.0
28982025-10-13T23:18:30.342Z 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`
28992025-10-13T23:18:30.425Z Compiling serde_urlencoded v0.7.1
29002025-10-13T23:18:30.467Z 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`
29012025-10-13T23:18:30.616Z Compiling openssl-macros v0.1.1
29022025-10-13T23:18:30.658Z 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`
29032025-10-13T23:18:31.026Z Compiling zerocopy-derive v0.8.27
29042025-10-13T23:18:31.052Z 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`
29052025-10-13T23:18:31.207Z Compiling encoding_rs v0.8.34
29062025-10-13T23:18:31.232Z 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`
29072025-10-13T23:18:31.350Z Compiling pest_derive v2.8.2
29082025-10-13T23:18:31.376Z 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`
29092025-10-13T23:18:31.471Z Compiling pretty-hex v0.4.1
29102025-10-13T23:18:31.497Z 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`
29112025-10-13T23:18:31.551Z Compiling rustls v0.23.19
29122025-10-13T23:18:31.576Z 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`
29132025-10-13T23:18:31.744Z 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)'`
29142025-10-13T23:18:31.792Z Compiling hyper-util v0.1.17
29152025-10-13T23:18:31.818Z 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`
29162025-10-13T23:18:31.960Z Compiling pkcs5 v0.7.1
29172025-10-13T23:18:31.985Z 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=d65f549dbe4565d9 -C extra-filename=-2a792808c28152aa --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-ca963994358ae4f8.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-c649c2f9da1ef23c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29182025-10-13T23:18:32.380Z Compiling darling_core v0.20.10
29192025-10-13T23:18:32.406Z 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`
29202025-10-13T23:18:32.954Z Compiling openapiv3 v2.2.0
29212025-10-13T23:18:32.979Z 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`
29222025-10-13T23:18:33.044Z Compiling clap_lex v0.7.4
29232025-10-13T23:18:33.069Z 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`
29242025-10-13T23:18:33.553Z Compiling native-tls v0.2.12
29252025-10-13T23:18:33.578Z 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`
29262025-10-13T23:18:34.012Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-0ccc1ed03eaf0acb/build-script-build`
29272025-10-13T23:18:34.090Z Compiling clap_builder v4.5.48
29282025-10-13T23:18:34.116Z 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`
29292025-10-13T23:18:34.164Z 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)'`
29302025-10-13T23:18:34.571Z Compiling pkcs8 v0.10.2
29312025-10-13T23:18:34.596Z 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=baca547d78e674ad -C extra-filename=-012c98008c7e3a3a --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-ca963994358ae4f8.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-2a792808c28152aa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-c649c2f9da1ef23c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322025-10-13T23:18:35.320Z Compiling tempfile v3.20.0
29332025-10-13T23:18:35.345Z 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=7b4ab58e6f71737b -C extra-filename=-b5013a1c5083beb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-3a04019b393c03e6.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-710e91481cd0b98a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-35ed5f6aa8705f66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342025-10-13T23:18:35.576Z Compiling clap_derive v4.5.47
29352025-10-13T23:18:35.601Z 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`
29362025-10-13T23:18:36.326Z Compiling cookie v0.18.1
29372025-10-13T23:18:36.351Z 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`
29382025-10-13T23:18:36.688Z Compiling litrs v0.4.1
29392025-10-13T23:18:36.712Z 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`
29402025-10-13T23:18:36.807Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-447e460f7e8c9cfc/build-script-build`
29412025-10-13T23:18:36.932Z Compiling sync_wrapper v1.0.1
29422025-10-13T23:18:36.957Z 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`
29432025-10-13T23:18:37.188Z Compiling winnow v0.7.13
29442025-10-13T23:18:37.213Z 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`
29452025-10-13T23:18:37.830Z Compiling document-features v0.2.11
29462025-10-13T23:18:37.855Z 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`
29472025-10-13T23:18:37.883Z 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`
29482025-10-13T23:18:38.066Z Compiling darling_macro v0.20.10
29492025-10-13T23:18:38.090Z 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`
29502025-10-13T23:18:38.541Z Compiling tower-layer v0.3.3
29512025-10-13T23:18:38.565Z 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`
29522025-10-13T23:18:38.899Z Compiling psl-types v2.0.11
29532025-10-13T23:18:38.923Z 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`
29542025-10-13T23:18:38.962Z Compiling tower v0.5.2
29552025-10-13T23:18:38.987Z 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`
29562025-10-13T23:18:39.136Z Compiling publicsuffix v2.3.0
29572025-10-13T23:18:39.160Z 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`
29582025-10-13T23:18:39.187Z Compiling tokio-native-tls v0.3.1
29592025-10-13T23:18:39.212Z Compiling darling v0.20.10
29602025-10-13T23:18:39.212Z 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`
29612025-10-13T23:18:39.212Z 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`
29622025-10-13T23:18:39.415Z 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`
29632025-10-13T23:18:39.505Z Compiling rustls-native-certs v0.8.1
29642025-10-13T23:18:39.530Z 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`
29652025-10-13T23:18:39.555Z Compiling webpki-roots v1.0.1
29662025-10-13T23:18:39.555Z 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`
29672025-10-13T23:18:39.777Z Compiling ipnetwork v0.21.1
29682025-10-13T23:18:39.819Z 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=503290ef79b64908 -C extra-filename=-ac0e33b2af33f733 --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-5abc6f59dc903098.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`
29692025-10-13T23:18:39.863Z Compiling scroll_derive v0.12.0
29702025-10-13T23:18:39.919Z 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`
29712025-10-13T23:18:40.032Z Compiling clap v4.5.48
29722025-10-13T23:18:40.057Z 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`
29732025-10-13T23:18:40.098Z Compiling iri-string v0.7.8
29742025-10-13T23:18:40.163Z 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`
29752025-10-13T23:18:40.232Z Compiling cookie_store v0.21.1
29762025-10-13T23:18:40.256Z 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`
29772025-10-13T23:18:40.544Z Compiling hyper-tls v0.6.0
29782025-10-13T23:18:40.569Z 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`
29792025-10-13T23:18:40.594Z Compiling unicode-segmentation v1.12.0
29802025-10-13T23:18:40.643Z 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`
29812025-10-13T23:18:40.678Z Compiling data-encoding v2.9.0
29822025-10-13T23:18:40.678Z 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`
29832025-10-13T23:18:41.058Z Compiling usdt-impl v0.5.0
29842025-10-13T23:18:41.083Z 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`
29852025-10-13T23:18:41.314Z Compiling scroll v0.12.0
29862025-10-13T23:18:41.339Z 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`
29872025-10-13T23:18:41.469Z Compiling tinyvec_macros v0.1.1
29882025-10-13T23:18:41.494Z 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`
29892025-10-13T23:18:41.552Z Compiling winnow v0.5.40
29902025-10-13T23:18:41.577Z 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`
29912025-10-13T23:18:41.602Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-d2c79a1024e32865/build-script-build`
29922025-10-13T23:18:41.656Z Compiling tinyvec v1.8.0
29932025-10-13T23:18:41.656Z 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`
29942025-10-13T23:18:41.777Z Compiling dtrace-parser v0.2.0
29952025-10-13T23:18:41.802Z 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`
29962025-10-13T23:18:41.840Z Compiling goblin v0.8.2
29972025-10-13T23:18:41.865Z 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`
29982025-10-13T23:18:41.913Z Compiling signature v2.2.0
29992025-10-13T23:18:41.937Z 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`
30002025-10-13T23:18:42.302Z Compiling thread-id v4.2.2
30012025-10-13T23:18:42.327Z 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`
30022025-10-13T23:18:42.386Z Compiling quick-error v1.2.3
30032025-10-13T23:18:42.411Z 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`
30042025-10-13T23:18:42.511Z Compiling sha1 v0.10.6
30052025-10-13T23:18:42.536Z 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`
30062025-10-13T23:18:42.626Z Compiling bit-vec v0.8.0
30072025-10-13T23:18:42.651Z 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`
30082025-10-13T23:18:42.993Z Compiling num-integer v0.1.46
30092025-10-13T23:18:43.018Z 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`
30102025-10-13T23:18:43.053Z Compiling tower-http v0.6.6
30112025-10-13T23:18:43.100Z 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`
30122025-10-13T23:18:43.149Z Compiling bit-set v0.8.0
30132025-10-13T23:18:43.174Z 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`
30142025-10-13T23:18:43.481Z Compiling wait-timeout v0.2.0
30152025-10-13T23:18:43.506Z 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`
30162025-10-13T23:18:43.560Z Compiling memmap v0.7.0
30172025-10-13T23:18:43.585Z 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`
30182025-10-13T23:18:43.726Z Compiling crc32fast v1.4.2
30192025-10-13T23:18:43.751Z 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`
30202025-10-13T23:18:43.864Z Compiling toml_write v0.1.2
30212025-10-13T23:18:43.889Z 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`
30222025-10-13T23:18:43.940Z Compiling heck v0.4.1
30232025-10-13T23:18:43.964Z 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`
30242025-10-13T23:18:43.989Z Compiling static_assertions v1.1.0
30252025-10-13T23:18:43.989Z 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`
30262025-10-13T23:18:44.065Z Compiling oxnet v0.1.3
30272025-10-13T23:18:44.089Z 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=e55b07c1a270803e -C extra-filename=-f36c95c1bf93e1c3 --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-ac0e33b2af33f733.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
30282025-10-13T23:18:44.136Z Compiling crossbeam-epoch v0.9.18
30292025-10-13T23:18:44.161Z 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`
30302025-10-13T23:18:44.187Z Compiling bstr v1.10.0
30312025-10-13T23:18:44.252Z 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`
30322025-10-13T23:18:44.309Z Compiling toml_edit v0.22.27
30332025-10-13T23:18:44.334Z 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`
30342025-10-13T23:18:44.444Z Compiling itertools v0.13.0
30352025-10-13T23:18:44.469Z 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`
30362025-10-13T23:18:44.888Z Compiling toml_edit v0.19.15
30372025-10-13T23:18:44.912Z 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`
30382025-10-13T23:18:44.937Z Compiling base16ct v0.2.0
30392025-10-13T23:18:44.937Z Compiling rusty-fork v0.3.0
30402025-10-13T23:18:44.937Z 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`
30412025-10-13T23:18:44.937Z 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=c71df78c10c21de1 -C extra-filename=-4de7a5311fe026ec --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-b5013a1c5083beb9.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`
30422025-10-13T23:18:45.324Z Compiling sec1 v0.7.3
30432025-10-13T23:18:45.349Z 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=580fd7e6f8aa58d7 -C extra-filename=-0d1bdc8690659954 --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-ca963994358ae4f8.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-012c98008c7e3a3a.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`
30442025-10-13T23:18:45.679Z Compiling rand_xorshift v0.4.0
30452025-10-13T23:18:45.723Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_xorshift-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=fd73f2105887365e -C extra-filename=-5b0fcd20ae91f9d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3708ad563010fdb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462025-10-13T23:18:45.748Z Compiling hubpack_derive v0.1.1
30472025-10-13T23:18:45.784Z 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`
30482025-10-13T23:18:45.941Z Compiling ff v0.13.0
30492025-10-13T23:18:46.023Z 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`
30502025-10-13T23:18:46.087Z Compiling unarray v0.1.4
30512025-10-13T23:18:46.112Z 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`
30522025-10-13T23:18:46.235Z Compiling zlib-rs v0.5.1
30532025-10-13T23:18:46.259Z 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`
30542025-10-13T23:18:46.340Z Compiling proptest v1.7.0
30552025-10-13T23:18:46.365Z 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=5ee1bb3771d053c0 -C extra-filename=-2541dcd2e83056ae --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-2e0e85019f9cd98f.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-deabff44a5f88e6e.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-5b0fcd20ae91f9d4.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-4de7a5311fe026ec.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.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`
30562025-10-13T23:18:46.798Z Compiling hubpack v0.1.2
30572025-10-13T23:18:46.823Z 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`
30582025-10-13T23:18:47.252Z Compiling group v0.13.0
30592025-10-13T23:18:47.253Z 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`
30602025-10-13T23:18:47.304Z Compiling num-iter v0.1.45
30612025-10-13T23:18:47.329Z 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`
30622025-10-13T23:18:47.586Z Compiling dof v0.3.0
30632025-10-13T23:18:47.611Z 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`
30642025-10-13T23:18:47.649Z Compiling strum_macros v0.26.4
30652025-10-13T23:18:47.713Z 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`
30662025-10-13T23:18:49.240Z 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`
30672025-10-13T23:18:50.287Z Compiling hkdf v0.12.4
30682025-10-13T23:18:50.311Z 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`
30692025-10-13T23:18:50.502Z Compiling usdt-macro v0.5.0
30702025-10-13T23:18:50.570Z 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`
30712025-10-13T23:18:50.599Z Compiling usdt-attr-macro v0.5.0
30722025-10-13T23:18:50.624Z 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`
30732025-10-13T23:18:50.755Z Compiling crypto-bigint v0.5.5
30742025-10-13T23:18:50.780Z 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`
30752025-10-13T23:18:51.148Z Compiling bzip2-sys v0.1.13+1.0.8
30762025-10-13T23:18:51.173Z 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`
30772025-10-13T23:18:51.600Z Compiling bitflags v1.3.2
30782025-10-13T23:18:51.625Z 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`
30792025-10-13T23:18:51.754Z Compiling num-bigint-dig v0.8.4
30802025-10-13T23:18:51.795Z 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`
30812025-10-13T23:18:51.820Z Compiling libz-rs-sys v0.5.1
30822025-10-13T23:18:51.890Z 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`
30832025-10-13T23:18:52.133Z Compiling flate2 v1.1.2
30842025-10-13T23:18:52.157Z 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`
30852025-10-13T23:18:52.183Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-7513e1dcd1e25e71/build-script-build`
30862025-10-13T23:18:52.252Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-140d190c0552dc1a/build-script-build`
30872025-10-13T23:18:52.307Z Compiling strum v0.26.3
30882025-10-13T23:18:52.332Z 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`
30892025-10-13T23:18:52.414Z Compiling usdt v0.5.0
30902025-10-13T23:18:52.441Z 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`
30912025-10-13T23:18:52.591Z Compiling derive_builder_core v0.20.2
30922025-10-13T23:18:52.616Z 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`
30932025-10-13T23:18:52.642Z Compiling signal-hook v0.3.18
30942025-10-13T23:18:52.682Z 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`
30952025-10-13T23:18:52.944Z Compiling siphasher v0.3.11
30962025-10-13T23:18:52.969Z 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`
30972025-10-13T23:18:53.051Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-bf189bdabde3d1fd/build-script-build`
30982025-10-13T23:18:53.100Z 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`
30992025-10-13T23:18:53.164Z Compiling newtype-uuid v1.3.1
31002025-10-13T23:18:53.189Z 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=c3573422bbb51dda -C extra-filename=-fa33fc3fea407a3e --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-2541dcd2e83056ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012025-10-13T23:18:53.374Z Compiling phf_shared v0.11.2
31022025-10-13T23:18:53.399Z 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`
31032025-10-13T23:18:53.759Z Compiling elliptic-curve v0.13.8
31042025-10-13T23:18:53.784Z 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=3a8ebb7609089528 -C extra-filename=-27efb91a483473e9 --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-012c98008c7e3a3a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-0d1bdc8690659954.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`
31052025-10-13T23:18:53.823Z Compiling pkcs1 v0.7.5
31062025-10-13T23:18:53.848Z 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=d49f2dcde255f058 -C extra-filename=-788280566d835877 --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-ca963994358ae4f8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-012c98008c7e3a3a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-c649c2f9da1ef23c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072025-10-13T23:18:53.898Z 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`
31082025-10-13T23:18:54.112Z Compiling curve25519-dalek v4.1.3
31092025-10-13T23:18:54.137Z 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`
31102025-10-13T23:18:54.495Z Compiling derive_builder_macro v0.20.2
31112025-10-13T23:18:54.521Z 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`
31122025-10-13T23:18:54.594Z Compiling daft-derive v0.1.4
31132025-10-13T23:18:54.619Z 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`
31142025-10-13T23:18:54.695Z Compiling zstd-sys v2.0.14+zstd.1.5.7
31152025-10-13T23:18:54.720Z 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`
31162025-10-13T23:18:54.879Z Compiling ahash v0.8.12
31172025-10-13T23:18:54.904Z 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`
31182025-10-13T23:18:55.299Z Compiling memoffset v0.9.1
31192025-10-13T23:18:55.324Z 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`
31202025-10-13T23:18:55.518Z Compiling cfg_aliases v0.2.1
31212025-10-13T23:18:55.544Z 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`
31222025-10-13T23:18:55.575Z Compiling derive_builder v0.20.2
31232025-10-13T23:18:55.632Z 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`
31242025-10-13T23:18:55.681Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-cc1fcfba95a6838e/build-script-build`
31252025-10-13T23:18:55.727Z Compiling rsa v0.9.6
31262025-10-13T23:18:55.727Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-ea22ddc9a7b22f8e/build-script-build`
31272025-10-13T23:18:55.752Z 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=647130d91d73bcf7 -C extra-filename=-3f4a1ef14aef24a3 --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-788280566d835877.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-012c98008c7e3a3a.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-c649c2f9da1ef23c.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`
31282025-10-13T23:18:55.828Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-87eef102032f11e3/build-script-build`
31292025-10-13T23:18:56.029Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-344b6a843869a8b9/build-script-build`
31302025-10-13T23:18:56.077Z 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`
31312025-10-13T23:18:56.197Z Compiling daft v0.1.4
31322025-10-13T23:18:56.223Z 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=28fdd195139ebccf -C extra-filename=-ff6a5a790b8a0d3a --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-fa33fc3fea407a3e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332025-10-13T23:18:56.248Z Compiling toml v0.7.8
31342025-10-13T23:18:56.248Z 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`
31352025-10-13T23:18:56.779Z Compiling unicode-normalization v0.1.24
31362025-10-13T23:18:56.805Z 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`
31372025-10-13T23:18:56.937Z Compiling vergen-lib v0.1.6
31382025-10-13T23:18:56.962Z 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`
31392025-10-13T23:18:57.355Z Compiling rfc6979 v0.4.0
31402025-10-13T23:18:57.380Z 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`
31412025-10-13T23:18:57.623Z Compiling enum-as-inner v0.6.1
31422025-10-13T23:18:57.649Z 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`
31432025-10-13T23:18:57.689Z Compiling curve25519-dalek-derive v0.1.1
31442025-10-13T23:18:57.689Z 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`
31452025-10-13T23:18:57.766Z Compiling scroll_derive v0.13.1
31462025-10-13T23:18:57.791Z 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`
31472025-10-13T23:18:58.780Z Compiling env_filter v0.1.2
31482025-10-13T23:18:58.805Z 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`
31492025-10-13T23:18:59.071Z Compiling managed v0.8.0
31502025-10-13T23:18:59.096Z 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`
31512025-10-13T23:18:59.405Z Compiling env_logger v0.11.5
31522025-10-13T23:18:59.430Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=fd195175b8317c61 -C extra-filename=-020a72a980be986e --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`
31532025-10-13T23:18:59.553Z 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"'`
31542025-10-13T23:18:59.599Z Compiling scroll v0.13.0
31552025-10-13T23:18:59.624Z 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`
31562025-10-13T23:19:00.131Z Compiling ecdsa v0.16.9
31572025-10-13T23:19:00.157Z 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=56b70b7a6f7119a6 -C extra-filename=-b87fd6613cc2fc15 --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-ca963994358ae4f8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-dd833add49a4eb53.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-27efb91a483473e9.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-c649c2f9da1ef23c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582025-10-13T23:19:00.203Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-ae3318210b797f06/build-script-build`
31592025-10-13T23:19:00.271Z 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`
31602025-10-13T23:19:00.440Z 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=25e965614b564117 -C extra-filename=-c9c66229a77eff07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-710e91481cd0b98a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-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)'`
31612025-10-13T23:19:00.895Z Compiling x509-cert v0.2.5
31622025-10-13T23:19:00.920Z 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=0945193b42467b20 -C extra-filename=-84d8e4aadb0c95af --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-ca963994358ae4f8.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-c649c2f9da1ef23c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632025-10-13T23:19:01.089Z Compiling vergen v9.0.6
31642025-10-13T23:19:01.114Z 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`
31652025-10-13T23:19:01.487Z Compiling cargo-platform v0.1.8
31662025-10-13T23:19:01.512Z 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`
31672025-10-13T23:19:01.994Z Compiling itertools v0.10.5
31682025-10-13T23:19:02.034Z 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`
31692025-10-13T23:19:02.464Z Compiling ref-cast v1.0.24
31702025-10-13T23:19:02.489Z 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`
31712025-10-13T23:19:03.030Z Compiling precomputed-hash v0.1.1
31722025-10-13T23:19:03.055Z 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`
31732025-10-13T23:19:03.209Z Compiling fixedbitset v0.4.2
31742025-10-13T23:19:03.234Z 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`
31752025-10-13T23:19:03.661Z Compiling new_debug_unreachable v1.0.6
31762025-10-13T23:19:03.686Z 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`
31772025-10-13T23:19:03.817Z Compiling zstd-safe v7.2.3
31782025-10-13T23:19:03.843Z 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`
31792025-10-13T23:19:04.252Z Compiling string_cache v0.8.9
31802025-10-13T23:19:04.277Z 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`
31812025-10-13T23:19:04.318Z Compiling petgraph v0.6.5
31822025-10-13T23:19:04.343Z 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`
31832025-10-13T23:19:04.429Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-095f7d3538758de5/build-script-build`
31842025-10-13T23:19:04.543Z Compiling cargo_metadata v0.19.2
31852025-10-13T23:19:04.570Z 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`
31862025-10-13T23:19:04.662Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-e5b4bd07f44956b2/build-script-build`
31872025-10-13T23:19:04.687Z 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)'`
31882025-10-13T23:19:04.726Z Compiling goblin v0.10.2
31892025-10-13T23:19:04.798Z 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`
31902025-10-13T23:19:05.445Z Compiling signal-hook-mio v0.2.4
31912025-10-13T23:19:05.470Z 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`
31922025-10-13T23:19:05.681Z Compiling ed25519 v2.2.3
31932025-10-13T23:19:05.707Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=96fe94a1d625a0ce -C extra-filename=-df186549d1c386b1 --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-012c98008c7e3a3a.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`
31942025-10-13T23:19:05.758Z Compiling ref-cast-impl v1.0.24
31952025-10-13T23:19:05.783Z 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`
31962025-10-13T23:19:06.960Z Compiling rustc-hash v2.1.1
31972025-10-13T23:19:06.985Z 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`
31982025-10-13T23:19:07.206Z Compiling usdt-impl v0.6.0
31992025-10-13T23:19:07.231Z 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`
32002025-10-13T23:19:07.429Z 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)'`
32012025-10-13T23:19:07.574Z 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)'`
32022025-10-13T23:19:07.661Z Compiling ed25519-dalek v2.1.1
32032025-10-13T23:19:07.709Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="fast"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=4b27244a96e6b32c -C extra-filename=-2da796a22f582014 --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-df186549d1c386b1.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`
32042025-10-13T23:19:07.734Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-7b51e2927a176bd7/build-script-build`
32052025-10-13T23:19:07.734Z 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`
32062025-10-13T23:19:07.819Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-6aaa399c4144b6dd/build-script-build`
32072025-10-13T23:19:07.872Z Compiling bzip2 v0.4.4
32082025-10-13T23:19:07.897Z 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`
32092025-10-13T23:19:07.941Z Compiling dtrace-parser v0.3.0
32102025-10-13T23:19:07.966Z 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`
32112025-10-13T23:19:08.059Z 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`
32122025-10-13T23:19:08.302Z Compiling heapless v0.7.17
32132025-10-13T23:19:08.327Z 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`
32142025-10-13T23:19:08.424Z Compiling thread-id v5.0.0
32152025-10-13T23:19:08.449Z 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`
32162025-10-13T23:19:08.511Z Compiling lalrpop-util v0.19.12
32172025-10-13T23:19:08.556Z 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`
32182025-10-13T23:19:08.607Z Compiling simd-adler32 v0.3.7
32192025-10-13T23:19:08.633Z 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`
32202025-10-13T23:19:08.842Z Compiling bumpalo v3.16.0
32212025-10-13T23:19:08.868Z 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`
32222025-10-13T23:19:08.916Z Compiling lockfree-object-pool v0.1.6
32232025-10-13T23:19:08.941Z 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`
32242025-10-13T23:19:09.035Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-3732840095c6f34a/build-script-build`
32252025-10-13T23:19:09.098Z Compiling zstd v0.13.3
32262025-10-13T23:19:09.123Z 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`
32272025-10-13T23:19:09.168Z Compiling zip v0.6.6
32282025-10-13T23:19:09.193Z 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`
32292025-10-13T23:19:09.236Z Compiling zopfli v0.8.1
32302025-10-13T23:19:09.261Z Compiling crossterm v0.28.1
32312025-10-13T23:19:09.261Z 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`
32322025-10-13T23:19:09.261Z 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`
32332025-10-13T23:19:09.350Z Compiling nix v0.29.0
32342025-10-13T23:19:09.375Z 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`
32352025-10-13T23:19:09.643Z Compiling bzip2 v0.5.2
32362025-10-13T23:19:09.668Z 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`
32372025-10-13T23:19:09.700Z Compiling hash32 v0.2.1
32382025-10-13T23:19:09.700Z 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`
32392025-10-13T23:19:10.064Z Compiling socket2 v0.5.10
32402025-10-13T23:19:10.089Z 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`
32412025-10-13T23:19:10.114Z Compiling winnow v0.6.26
32422025-10-13T23:19:10.114Z 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`
32432025-10-13T23:19:10.165Z Compiling fs-err v3.1.1
32442025-10-13T23:19:10.189Z 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`
32452025-10-13T23:19:10.404Z Compiling unicode-properties v0.1.3
32462025-10-13T23:19:10.429Z 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`
32472025-10-13T23:19:10.579Z Compiling smoltcp v0.9.1
32482025-10-13T23:19:10.604Z 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`
32492025-10-13T23:19:10.664Z Compiling unicode-bidi v0.3.17
32502025-10-13T23:19:10.689Z 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`
32512025-10-13T23:19:10.817Z Compiling buf-list v1.0.3
32522025-10-13T23:19:10.848Z 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`
32532025-10-13T23:19:10.934Z Compiling predicates-core v1.0.8
32542025-10-13T23:19:11.026Z 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`
32552025-10-13T23:19:11.280Z Compiling dof v0.4.0
32562025-10-13T23:19:11.316Z 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`
32572025-10-13T23:19:11.386Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-fc27d607982d330c/build-script-build`
32582025-10-13T23:19:11.411Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-9579909f77e3db42/build-script-build`
32592025-10-13T23:19:11.517Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-9ca45a283b1ab058/build-script-build`
32602025-10-13T23:19:11.610Z Compiling stringprep v0.1.5
32612025-10-13T23:19:11.634Z 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`
32622025-10-13T23:19:11.659Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-fce9b9a8a33170e9/build-script-build`
32632025-10-13T23:19:11.724Z 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`
32642025-10-13T23:19:11.869Z Compiling zip v4.2.0
32652025-10-13T23:19:11.894Z 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`
32662025-10-13T23:19:12.227Z Compiling hickory-proto v0.25.2
32672025-10-13T23:19:12.251Z 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=46ba83ba52dab505 -C extra-filename=-3bf07c002fc086f9 --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-2e0e85019f9cd98f.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`
32682025-10-13T23:19:12.547Z 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)'`
32692025-10-13T23:19:12.738Z Compiling similar v2.7.0
32702025-10-13T23:19:12.788Z 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`
32712025-10-13T23:19:13.275Z Compiling tokio-stream v0.1.17
32722025-10-13T23:19:13.299Z 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`
32732025-10-13T23:19:13.363Z Compiling md-5 v0.10.6
32742025-10-13T23:19:13.412Z 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`
32752025-10-13T23:19:13.678Z Compiling strum_macros v0.27.2
32762025-10-13T23:19:13.703Z 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`
32772025-10-13T23:19:13.777Z Compiling float-cmp v0.10.0
32782025-10-13T23:19:13.801Z 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`
32792025-10-13T23:19:13.904Z Compiling normalize-line-endings v0.3.0
32802025-10-13T23:19:13.929Z 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`
32812025-10-13T23:19:14.086Z Compiling difflib v0.4.0
32822025-10-13T23:19:14.111Z 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`
32832025-10-13T23:19:14.137Z Compiling fallible-iterator v0.2.0
32842025-10-13T23:19:14.165Z 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`
32852025-10-13T23:19:14.282Z 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`
32862025-10-13T23:19:14.646Z Compiling predicates v3.1.3
32872025-10-13T23:19:14.671Z 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`
32882025-10-13T23:19:14.696Z 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)'`
32892025-10-13T23:19:14.814Z Compiling postgres-protocol v0.6.8
32902025-10-13T23:19:14.853Z 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=0486a61115f85d06 -C extra-filename=-17ac122a88dc716e --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-2e0e85019f9cd98f.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`
32912025-10-13T23:19:15.319Z 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`
32922025-10-13T23:19:15.844Z 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)'`
32932025-10-13T23:19:15.972Z Compiling serde-big-array v0.5.1
32942025-10-13T23:19:15.997Z 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`
32952025-10-13T23:19:16.063Z Compiling serde_repr v0.1.19
32962025-10-13T23:19:16.087Z 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`
32972025-10-13T23:19:16.178Z Compiling peg-runtime v0.8.5
32982025-10-13T23:19:16.203Z 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`
32992025-10-13T23:19:16.277Z Compiling foldhash v0.2.0
33002025-10-13T23:19:16.323Z 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`
33012025-10-13T23:19:16.572Z Compiling postgres-types v0.2.9
33022025-10-13T23:19:16.597Z 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=9a36fc1fde9fede9 -C extra-filename=-9216ee19421e8437 --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-17ac122a88dc716e.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-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032025-10-13T23:19:16.695Z Compiling iddqd v0.3.13
33042025-10-13T23:19:16.720Z 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=769c7363812c7bfc -C extra-filename=-964f37db051ab742 --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-ff6a5a790b8a0d3a.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-2541dcd2e83056ae.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-5abc6f59dc903098.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`
33052025-10-13T23:19:16.749Z Compiling phf v0.11.2
33062025-10-13T23:19:16.779Z 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`
33072025-10-13T23:19:16.804Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
33082025-10-13T23:19:16.804Z 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`
33092025-10-13T23:19:17.111Z Compiling whoami v1.5.2
33102025-10-13T23:19:17.136Z 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`
33112025-10-13T23:19:17.198Z Compiling futures-executor v0.3.31
33122025-10-13T23:19:17.223Z 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`
33132025-10-13T23:19:17.270Z Compiling regress v0.10.4
33142025-10-13T23:19:17.294Z 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`
33152025-10-13T23:19:17.717Z Compiling tokio-postgres v0.7.13
33162025-10-13T23:19:17.742Z 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=a48b6ddaf2b0faaf -C extra-filename=-4acd45e355d937bd --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-17ac122a88dc716e.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-9216ee19421e8437.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.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`
33172025-10-13T23:19:17.776Z Compiling futures v0.3.31
33182025-10-13T23:19:17.820Z 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`
33192025-10-13T23:19:17.845Z Compiling crossbeam-channel v0.5.15
33202025-10-13T23:19:17.845Z 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`
33212025-10-13T23:19:17.962Z Compiling is-terminal v0.4.13
33222025-10-13T23:19:17.986Z 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`
33232025-10-13T23:19:18.140Z Compiling strum v0.27.2
33242025-10-13T23:19:18.181Z 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`
33252025-10-13T23:19:18.206Z Compiling unsafe-libyaml v0.2.11
33262025-10-13T23:19:18.232Z 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`
33272025-10-13T23:19:18.401Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
33282025-10-13T23:19:18.426Z 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=8b8acb2edbb86b46 -C extra-filename=-39e95183ef82f4c1 --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-f600ce30a4f63004.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`
33292025-10-13T23:19:18.804Z Compiling thread_local v1.1.8
33302025-10-13T23:19:18.829Z 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`
33312025-10-13T23:19:18.993Z Compiling slog-async v2.8.0
33322025-10-13T23:19:19.017Z 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`
33332025-10-13T23:19:19.318Z Compiling term v1.1.0
33342025-10-13T23:19:19.376Z 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`
33352025-10-13T23:19:19.555Z Compiling serde_yaml v0.9.34+deprecated
33362025-10-13T23:19:19.580Z 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`
33372025-10-13T23:19:19.866Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-9ddd1d1284955a7f/build-script-build`
33382025-10-13T23:19:19.984Z Compiling take_mut v0.2.2
33392025-10-13T23:19:20.009Z 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`
33402025-10-13T23:19:20.213Z 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`
33412025-10-13T23:19:20.604Z Compiling typify-impl v0.4.3
33422025-10-13T23:19:20.628Z 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=abfd7046419c2ee8 -C extra-filename=-3bba92710496829f --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-5abc6f59dc903098.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`
33432025-10-13T23:19:21.216Z Compiling slog-term v2.9.2
33442025-10-13T23:19:21.241Z 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`
33452025-10-13T23:19:22.396Z Compiling match_cfg v0.1.0
33462025-10-13T23:19:22.421Z 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`
33472025-10-13T23:19:22.457Z Compiling debug-ignore v1.0.5
33482025-10-13T23:19:22.457Z 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`
33492025-10-13T23:19:22.572Z Compiling hostname v0.3.1
33502025-10-13T23:19:22.597Z 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`
33512025-10-13T23:19:22.712Z Compiling hex v0.4.3
33522025-10-13T23:19:22.736Z 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`
33532025-10-13T23:19:22.826Z Compiling structmeta-derive v0.3.0
33542025-10-13T23:19:22.851Z 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`
33552025-10-13T23:19:22.879Z Compiling rustls v0.22.4
33562025-10-13T23:19:22.903Z 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`
33572025-10-13T23:19:22.931Z Compiling toml_parser v1.0.2
33582025-10-13T23:19:22.956Z 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`
33592025-10-13T23:19:23.358Z Compiling serde_path_to_error v0.1.17
33602025-10-13T23:19:23.383Z 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`
33612025-10-13T23:19:23.383Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-2030f683cd4922a1/build-script-build`
33622025-10-13T23:19:23.475Z Compiling toml_datetime v0.7.0
33632025-10-13T23:19:23.500Z 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`
33642025-10-13T23:19:24.071Z Compiling serde_spanned v1.0.0
33652025-10-13T23:19:24.104Z 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`
33662025-10-13T23:19:24.130Z Compiling multer v3.1.0
33672025-10-13T23:19:24.155Z 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`
33682025-10-13T23:19:24.182Z Compiling toml_writer v1.0.2
33692025-10-13T23:19:24.182Z 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`
33702025-10-13T23:19:24.361Z Compiling slog-json v2.6.1
33712025-10-13T23:19:24.402Z 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`
33722025-10-13T23:19:24.427Z Compiling async-stream-impl v0.3.6
33732025-10-13T23:19:24.427Z 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`
33742025-10-13T23:19:24.462Z Compiling dropshot v0.16.4
33752025-10-13T23:19:24.486Z 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`
33762025-10-13T23:19:24.544Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-ac9d0ca01553311c/build-script-build`
33772025-10-13T23:19:24.620Z Compiling toml v0.9.5
33782025-10-13T23:19:24.651Z 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`
33792025-10-13T23:19:24.676Z 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`
33802025-10-13T23:19:24.760Z Compiling slog-bunyan v2.5.0
33812025-10-13T23:19:24.784Z 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`
33822025-10-13T23:19:24.888Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-18e0bd9ba65c2f0a/build-script-build`
33832025-10-13T23:19:24.996Z Compiling rustls-pemfile v2.2.0
33842025-10-13T23:19:25.021Z 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`
33852025-10-13T23:19:25.046Z Compiling waitgroup v0.1.2
33862025-10-13T23:19:25.046Z 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`
33872025-10-13T23:19:25.269Z Compiling structmeta v0.3.0
33882025-10-13T23:19:25.294Z 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`
33892025-10-13T23:19:25.335Z Compiling dropshot_endpoint v0.16.4
33902025-10-13T23:19:25.360Z 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`
33912025-10-13T23:19:25.386Z Compiling hostname v0.4.0
33922025-10-13T23:19:25.412Z 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`
33932025-10-13T23:19:25.619Z Compiling newtype-uuid-macros v0.1.0
33942025-10-13T23:19:25.643Z 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`
33952025-10-13T23:19:25.671Z Compiling serde_with_macros v3.14.0
33962025-10-13T23:19:25.696Z 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`
33972025-10-13T23:19:25.729Z Compiling derive-ex v0.1.8
33982025-10-13T23:19:25.729Z 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`
33992025-10-13T23:19:25.780Z Compiling async-stream v0.3.6
34002025-10-13T23:19:25.781Z 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`
34012025-10-13T23:19:26.171Z Compiling macaddr v1.0.1
34022025-10-13T23:19:26.196Z 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`
34032025-10-13T23:19:26.610Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
34042025-10-13T23:19:26.634Z 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`
34052025-10-13T23:19:26.834Z Compiling instant v0.1.13
34062025-10-13T23:19:26.867Z 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`
34072025-10-13T23:19:27.066Z Compiling derive-where v1.5.0
34082025-10-13T23:19:27.112Z 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`
34092025-10-13T23:19:27.305Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34102025-10-13T23:19:27.329Z 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=0190dea5d65618f7 -C extra-filename=-0549ce485e4959c4 --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-ff6a5a790b8a0d3a.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.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-5abc6f59dc903098.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34112025-10-13T23:19:27.485Z Compiling parse-display-derive v0.10.0
34122025-10-13T23:19:27.510Z 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`
34132025-10-13T23:19:28.190Z Compiling serde_with v3.14.0
34142025-10-13T23:19:28.215Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="alloc"' --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "schemars_0_9", "schemars_1", "std", "time_0_3"))' -C metadata=0210f0fc54a69ddc -C extra-filename=-9198a76e2322449a --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`
34152025-10-13T23:19:28.476Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34162025-10-13T23:19:28.501Z 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`
34172025-10-13T23:19:29.258Z Compiling backoff v0.4.0
34182025-10-13T23:19:29.283Z 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`
34192025-10-13T23:19:29.360Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34202025-10-13T23:19:29.385Z 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`
34212025-10-13T23:19:29.562Z Compiling test-strategy v0.4.3
34222025-10-13T23:19:29.587Z 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`
34232025-10-13T23:19:29.625Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
34242025-10-13T23:19:29.672Z 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=f53a79d8c8918484 -C extra-filename=-2e1671183b5fd81d --out-dir /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-5abc6f59dc903098.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`
34252025-10-13T23:19:29.696Z Compiling itertools v0.14.0
34262025-10-13T23:19:29.696Z 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`
34272025-10-13T23:19:30.030Z Compiling toml v0.8.23
34282025-10-13T23:19:30.055Z 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`
34292025-10-13T23:19:30.831Z Compiling camino-tempfile v1.4.1
34302025-10-13T23:19:30.855Z 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=25766f66c21e9570 -C extra-filename=-87b5b8d90c34e508 --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-b5013a1c5083beb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312025-10-13T23:19:31.005Z Compiling typify-macro v0.4.3
34322025-10-13T23:19:31.030Z 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=edc86acfe21d54aa -C extra-filename=-13719c26044aa451 --out-dir /work/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-5abc6f59dc903098.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-3bba92710496829f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332025-10-13T23:19:31.310Z Compiling parse-display v0.10.0
34342025-10-13T23:19:31.334Z 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`
34352025-10-13T23:19:31.375Z Compiling unicode-width v0.1.14
34362025-10-13T23:19:31.400Z 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`
34372025-10-13T23:19:31.454Z Compiling crossbeam-deque v0.8.5
34382025-10-13T23:19:31.495Z 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`
34392025-10-13T23:19:31.622Z Compiling unicode-width v0.2.0
34402025-10-13T23:19:31.647Z 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`
34412025-10-13T23:19:31.848Z Compiling rayon-core v1.12.1
34422025-10-13T23:19:31.882Z 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`
34432025-10-13T23:19:31.908Z Compiling proc-macro-error-attr v1.0.4
34442025-10-13T23:19:31.944Z 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`
34452025-10-13T23:19:31.969Z Compiling proc-macro-error v1.0.4
34462025-10-13T23:19:31.995Z 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`
34472025-10-13T23:19:32.171Z Compiling crucible-workspace-hack v0.1.0
34482025-10-13T23:19:32.196Z 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`
34492025-10-13T23:19:32.272Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-e0364b8b66340191/build-script-build`
34502025-10-13T23:19:32.397Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-3b700e6f5694d645/build-script-build`
34512025-10-13T23:19:32.422Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fe801d9838fc220/build-script-build`
34522025-10-13T23:19:32.460Z 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`
34532025-10-13T23:19:32.518Z Compiling darling_core v0.21.0
34542025-10-13T23:19:32.543Z 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`
34552025-10-13T23:19:32.543Z 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`
34562025-10-13T23:19:32.627Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-db2a84e13aa4e24f/build-script-build`
34572025-10-13T23:19:32.680Z Compiling proc-macro-crate v1.3.1
34582025-10-13T23:19:32.704Z 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`
34592025-10-13T23:19:32.757Z 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`
34602025-10-13T23:19:32.938Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
34612025-10-13T23:19:32.963Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
34622025-10-13T23:19:32.963Z 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`
34632025-10-13T23:19:32.988Z 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=1cfe8553a34a0018 -C extra-filename=-4d3ec98371e69837 --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-ff6a5a790b8a0d3a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
34642025-10-13T23:19:33.385Z 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`
34652025-10-13T23:19:33.427Z Compiling rayon v1.10.0
34662025-10-13T23:19:33.454Z 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`
34672025-10-13T23:19:33.608Z Compiling num_enum_derive v0.5.11
34682025-10-13T23:19:33.633Z 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`
34692025-10-13T23:19:33.901Z Compiling heapless v0.8.0
34702025-10-13T23:19:33.926Z 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`
34712025-10-13T23:19:34.008Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-72b49dc0694771b9/build-script-build`
34722025-10-13T23:19:34.076Z Compiling hash32 v0.3.1
34732025-10-13T23:19:34.101Z 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`
34742025-10-13T23:19:34.125Z Compiling smoltcp v0.11.0
34752025-10-13T23:19:34.125Z 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`
34762025-10-13T23:19:34.397Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
34772025-10-13T23:19:34.435Z 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`
34782025-10-13T23:19:34.520Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-7a028a8711e69fb5/build-script-build`
34792025-10-13T23:19:34.805Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-855300eb2ff694a1/build-script-build`
34802025-10-13T23:19:34.856Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-a2ba16c83740ad6d/build-script-build`
34812025-10-13T23:19:34.906Z 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`
34822025-10-13T23:19:34.964Z Compiling tabwriter v1.4.0
34832025-10-13T23:19:34.989Z 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`
34842025-10-13T23:19:35.021Z Compiling foreign-types-macros v0.2.3
34852025-10-13T23:19:35.046Z 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`
34862025-10-13T23:19:35.087Z Compiling typify v0.4.3
34872025-10-13T23:19:35.112Z 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=b124d8286d73cd53 -C extra-filename=-d758ab6558f38bac --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-3bba92710496829f.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-13719c26044aa451.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882025-10-13T23:19:35.320Z Compiling progenitor-impl v0.11.2
34892025-10-13T23:19:35.346Z 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=0f90f0b6c93a1177 -C extra-filename=-bc51369cc4018765 --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-5abc6f59dc903098.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-d758ab6558f38bac.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`
34902025-10-13T23:19:35.452Z Compiling progenitor-impl v0.10.0
34912025-10-13T23:19:35.478Z 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=bb65ffecdab208cb -C extra-filename=-03c90649fe9db185 --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-5abc6f59dc903098.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-d758ab6558f38bac.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`
34922025-10-13T23:19:35.517Z Compiling aws-lc-sys v0.26.0
34932025-10-13T23:19:35.517Z 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`
34942025-10-13T23:19:35.876Z Compiling cobs v0.2.3
34952025-10-13T23:19:35.902Z 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`
34962025-10-13T23:19:35.980Z Compiling num_enum v0.5.11
34972025-10-13T23:19:36.030Z 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`
34982025-10-13T23:19:36.237Z Compiling foreign-types-shared v0.3.1
34992025-10-13T23:19:36.262Z 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`
35002025-10-13T23:19:36.296Z Compiling postcard v1.0.10
35012025-10-13T23:19:36.370Z 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`
35022025-10-13T23:19:36.396Z 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`
35032025-10-13T23:19:36.439Z Compiling foreign-types v0.5.0
35042025-10-13T23:19:36.464Z 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`
35052025-10-13T23:19:36.623Z 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`
35062025-10-13T23:19:36.850Z 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`
35072025-10-13T23:19:36.947Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35082025-10-13T23:19:36.972Z 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`
35092025-10-13T23:19:37.104Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
35102025-10-13T23:19:37.130Z 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`
35112025-10-13T23:19:37.448Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
35122025-10-13T23:19:37.473Z 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`
35132025-10-13T23:19:37.752Z Compiling cstr-argument v0.1.2
35142025-10-13T23:19:37.778Z 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`
35152025-10-13T23:19:37.868Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
35162025-10-13T23:19:37.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/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`
35172025-10-13T23:19:37.937Z Compiling pretty-hex v0.2.1
35182025-10-13T23:19:37.937Z 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`
35192025-10-13T23:19:38.028Z Compiling darling_macro v0.21.0
35202025-10-13T23:19:38.028Z 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`
35212025-10-13T23:19:38.081Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35222025-10-13T23:19:38.106Z 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`
35232025-10-13T23:19:38.171Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35242025-10-13T23:19:38.196Z 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`
35252025-10-13T23:19:38.257Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-8ab005ae5a72c0e7/build-script-build`
35262025-10-13T23:19:38.321Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35272025-10-13T23:19:38.346Z 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`
35282025-10-13T23:19:38.566Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-ef031d105ab1b848/build-script-build`
35292025-10-13T23:19:38.613Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
35302025-10-13T23:19:38.613Z Compiling colored v2.2.0
35312025-10-13T23:19:38.638Z 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`
35322025-10-13T23:19:38.638Z 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`
35332025-10-13T23:19:38.710Z Compiling sigpipe v0.1.3
35342025-10-13T23:19:38.736Z 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`
35352025-10-13T23:19:38.909Z Compiling jiff v0.2.15
35362025-10-13T23:19:38.935Z 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`
35372025-10-13T23:19:39.104Z Compiling darling v0.21.0
35382025-10-13T23:19:39.132Z 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`
35392025-10-13T23:19:39.284Z Compiling ingot-macros v0.1.1
35402025-10-13T23:19:39.403Z 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`
35412025-10-13T23:19:39.442Z 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=7763e6188d73b3d5 -C extra-filename=-59fd8c8c02ebea6d --out-dir /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-f36c95c1bf93e1c3.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`
35422025-10-13T23:19:39.687Z Compiling zone_cfg_derive v0.3.0
35432025-10-13T23:19:39.712Z 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`
35442025-10-13T23:19:40.401Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8e9252917993e36d43dce96b4409ef151b7d4442#8e925291)
35452025-10-13T23:19:40.425Z 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/8e92529/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=a645ac427a68272a -C extra-filename=-841bbf5fd3958e05 --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`
35462025-10-13T23:19:40.823Z Compiling smf v0.2.3
35472025-10-13T23:19:40.847Z 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`
35482025-10-13T23:19:41.075Z Compiling num-derive v0.4.2
35492025-10-13T23:19:41.100Z 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`
35502025-10-13T23:19:41.332Z Compiling progenitor-macro v0.11.2
35512025-10-13T23:19:41.357Z 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=3e5b9300a801d3c9 -C extra-filename=-25564ea0d4f1d331 --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-bc51369cc4018765.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
35522025-10-13T23:19:41.497Z Compiling progenitor-macro v0.10.0
35532025-10-13T23:19:41.522Z 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=b9b833884b753296 -C extra-filename=-df44f66239492f8c --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-03c90649fe9db185.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
35542025-10-13T23:19:41.964Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35552025-10-13T23:19:41.989Z 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`
35562025-10-13T23:19:42.376Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-e425bfdf8ec566a5/build-script-build`
35572025-10-13T23:19:42.439Z Compiling zone v0.3.1
35582025-10-13T23:19:42.464Z 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`
35592025-10-13T23:19:42.838Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8e9252917993e36d43dce96b4409ef151b7d4442#8e925291)
35602025-10-13T23:19:42.862Z 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/8e92529/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=785dee362a7405ea -C extra-filename=-7313fc0cd42b8a8e --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-841bbf5fd3958e05.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`
35612025-10-13T23:19:43.097Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=102b0bb8305cfbc3fa74c52d643d716653756372#102b0bb8)
35622025-10-13T23:19:43.122Z 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/102b0bb/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=7f0cf25db334f98e -C extra-filename=-215bebc1a79a8d26 --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`
35632025-10-13T23:19:43.314Z Compiling convert_case v0.4.0
35642025-10-13T23:19:43.339Z 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`
35652025-10-13T23:19:43.791Z Compiling indent_write v2.2.0
35662025-10-13T23:19:43.816Z 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`
35672025-10-13T23:19:43.863Z Compiling num-rational v0.4.2
35682025-10-13T23:19:43.887Z 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`
35692025-10-13T23:19:44.084Z Compiling num-complex v0.4.6
35702025-10-13T23:19:44.109Z 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`
35712025-10-13T23:19:44.133Z Compiling derive_more v0.99.20
35722025-10-13T23:19:44.134Z 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`
35732025-10-13T23:19:44.993Z Compiling num v0.4.3
35742025-10-13T23:19:45.018Z 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`
35752025-10-13T23:19:45.160Z Compiling float-ord v0.3.2
35762025-10-13T23:19:45.186Z 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`
35772025-10-13T23:19:45.223Z Compiling secrecy v0.10.3
35782025-10-13T23:19:45.248Z 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`
35792025-10-13T23:19:45.440Z Compiling swrite v0.1.0
35802025-10-13T23:19:45.465Z 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`
35812025-10-13T23:19:45.509Z Compiling ingot-types v0.1.2
35822025-10-13T23:19:45.534Z 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`
35832025-10-13T23:19:45.571Z Compiling console v0.15.10
35842025-10-13T23:19:45.632Z 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`
35852025-10-13T23:19:45.670Z Compiling password-hash v0.5.0
35862025-10-13T23:19:45.695Z 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`
35872025-10-13T23:19:46.452Z Compiling ingot v0.1.1
35882025-10-13T23:19:46.477Z 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`
35892025-10-13T23:19:46.650Z Compiling blake2 v0.10.6
35902025-10-13T23:19:46.677Z 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`
35912025-10-13T23:19:46.728Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fcd8b628e208e8da/build-script-main`
35922025-10-13T23:19:46.892Z Compiling atomicwrites v0.4.4
35932025-10-13T23:19:46.918Z 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=abfba18de554d7a0 -C extra-filename=-3262e50a04d6b924 --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-b5013a1c5083beb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35942025-10-13T23:19:47.322Z Compiling argon2 v0.5.3
35952025-10-13T23:19:47.348Z 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`
35962025-10-13T23:19:47.860Z Compiling newline-converter v0.3.0
35972025-10-13T23:19:47.886Z 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`
35982025-10-13T23:19:48.125Z Compiling bytecount v0.6.8
35992025-10-13T23:19:48.150Z 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`
36002025-10-13T23:19:48.411Z Compiling expectorate v1.2.0
36012025-10-13T23:19:48.436Z 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=83eafa9f506044f1 -C extra-filename=-df57545275e79817 --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-3262e50a04d6b924.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`
36022025-10-13T23:19:48.753Z Compiling fixedbitset v0.5.7
36032025-10-13T23:19:48.779Z 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`
36042025-10-13T23:19:49.452Z Compiling petgraph v0.8.2
36052025-10-13T23:19:49.477Z Compiling tokio-dtrace v0.1.0
36062025-10-13T23:19:49.477Z 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`
36072025-10-13T23:19:49.477Z 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`
36082025-10-13T23:19:49.807Z Compiling base64 v0.21.7
36092025-10-13T23:19:49.841Z 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`
36102025-10-13T23:19:50.009Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
36112025-10-13T23:19:50.034Z 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=94c9d927526f1d73 -C extra-filename=-94cf32732eb6f0cf --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-ac0e33b2af33f733.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`
36122025-10-13T23:19:50.150Z Compiling oxide-tokio-rt v0.1.2
36132025-10-13T23:19:50.175Z 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`
36142025-10-13T23:19:50.316Z Compiling owo-colors v4.2.2
36152025-10-13T23:19:50.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/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`
36162025-10-13T23:19:50.525Z Compiling cancel-safe-futures v0.1.5
36172025-10-13T23:19:50.550Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/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`
36182025-10-13T23:19:50.580Z Compiling libsw-core v0.3.1
36192025-10-13T23:19:50.605Z 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`
36202025-10-13T23:19:51.035Z Compiling libsw v3.5.0
36212025-10-13T23:19:51.060Z 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`
36222025-10-13T23:19:51.122Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8218ef5db690fa25/build-script-build`
36232025-10-13T23:19:51.190Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-7de6316845487176/build-script-build`
36242025-10-13T23:19:51.241Z 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`
36252025-10-13T23:19:51.322Z 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)'`
36262025-10-13T23:19:51.423Z Compiling linear-map v1.2.0
36272025-10-13T23:19:51.448Z 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`
36282025-10-13T23:19:51.815Z Compiling unicode-xid v0.2.6
36292025-10-13T23:19:51.841Z 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`
36302025-10-13T23:19:51.867Z Compiling same-file v1.0.6
36312025-10-13T23:19:51.892Z 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`
36322025-10-13T23:19:52.107Z 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=a196fc087f890867 -C extra-filename=-294c22447e8c4582 --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-94cf32732eb6f0cf.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)'`
36332025-10-13T23:19:52.227Z Compiling walkdir v2.5.0
36342025-10-13T23:19:52.253Z 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`
36352025-10-13T23:19:52.586Z Compiling resolv-conf v0.7.0
36362025-10-13T23:19:52.611Z 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`
36372025-10-13T23:19:52.940Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
36382025-10-13T23:19:52.965Z 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=8c6ed703b4d55033 -C extra-filename=-0aee9dadf39a9773 --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-294c22447e8c4582.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-f600ce30a4f63004.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`
36392025-10-13T23:19:53.087Z Compiling utf-8 v0.7.6
36402025-10-13T23:19:53.112Z 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`
36412025-10-13T23:19:53.225Z Compiling convert_case v0.7.1
36422025-10-13T23:19:53.250Z 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`
36432025-10-13T23:19:53.379Z Compiling gethostname v0.5.0
36442025-10-13T23:19:53.404Z 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`
36452025-10-13T23:19:53.489Z Compiling slog-dtrace v0.3.0
36462025-10-13T23:19:53.514Z 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`
36472025-10-13T23:19:53.547Z Compiling globset v0.4.15
36482025-10-13T23:19:53.573Z 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`
36492025-10-13T23:19:53.644Z Compiling async-recursion v1.1.1
36502025-10-13T23:19:53.669Z 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`
36512025-10-13T23:19:53.733Z Compiling vte_generate_state_changes v0.1.2
36522025-10-13T23:19:53.758Z 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`
36532025-10-13T23:19:53.908Z Compiling termtree v0.5.1
36542025-10-13T23:19:53.933Z 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`
36552025-10-13T23:19:53.959Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-c8214600f2fcf131/build-script-build`
36562025-10-13T23:19:54.009Z Compiling derive_more-impl v2.0.1
36572025-10-13T23:19:54.069Z 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`
36582025-10-13T23:19:54.094Z 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`
36592025-10-13T23:19:54.205Z Compiling fd-lock v4.0.2
36602025-10-13T23:19:54.230Z 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`
36612025-10-13T23:19:54.452Z Compiling vte v0.11.1
36622025-10-13T23:19:54.493Z 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`
36632025-10-13T23:19:54.518Z Compiling linked-hash-map v0.5.6
36642025-10-13T23:19:54.551Z 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`
36652025-10-13T23:19:54.677Z Compiling tungstenite v0.21.0
36662025-10-13T23:19:54.702Z 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`
36672025-10-13T23:19:54.903Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
36682025-10-13T23:19:54.928Z 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=01a242471af8f967 -C extra-filename=-51b830974b3cf247 --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-59fd8c8c02ebea6d.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-294c22447e8c4582.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-0aee9dadf39a9773.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`
36692025-10-13T23:19:55.041Z Compiling lru-cache v0.1.2
36702025-10-13T23:19:55.067Z 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`
36712025-10-13T23:19:55.092Z Compiling hickory-proto v0.24.4
36722025-10-13T23:19:55.092Z 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`
36732025-10-13T23:19:55.224Z Compiling nibble_vec v0.1.0
36742025-10-13T23:19:55.249Z 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`
36752025-10-13T23:19:55.317Z Compiling nu-ansi-term v0.50.1
36762025-10-13T23:19:55.343Z 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`
36772025-10-13T23:19:55.506Z Compiling display-error-chain v0.2.2
36782025-10-13T23:19:55.531Z 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`
36792025-10-13T23:19:55.775Z Compiling strip-ansi-escapes v0.2.0
36802025-10-13T23:19:55.840Z 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`
36812025-10-13T23:19:55.865Z Compiling endian-type v0.1.2
36822025-10-13T23:19:55.891Z 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`
36832025-10-13T23:19:55.891Z Compiling derive_more v2.0.1
36842025-10-13T23:19:55.891Z 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`
36852025-10-13T23:19:56.069Z Compiling tokio-tungstenite v0.21.0
36862025-10-13T23:19:56.094Z 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`
36872025-10-13T23:19:56.149Z Compiling crossterm v0.29.0
36882025-10-13T23:19:56.175Z 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`
36892025-10-13T23:19:56.274Z Compiling radix_trie v0.2.1
36902025-10-13T23:19:56.299Z 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`
36912025-10-13T23:19:56.326Z Compiling reedline v0.40.0
36922025-10-13T23:19:56.326Z 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`
36932025-10-13T23:19:56.635Z Compiling pin-project-internal v1.1.6
36942025-10-13T23:19:56.660Z 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`
36952025-10-13T23:19:56.695Z Compiling smawk v0.3.2
36962025-10-13T23:19:56.720Z 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`
36972025-10-13T23:19:56.748Z Compiling unicode-linebreak v0.1.5
36982025-10-13T23:19:56.808Z 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`
36992025-10-13T23:19:56.906Z Compiling pem v3.0.5
37002025-10-13T23:19:56.931Z 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`
37012025-10-13T23:19:56.985Z Compiling snafu-derive v0.8.5
37022025-10-13T23:19:57.010Z 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`
37032025-10-13T23:19:57.254Z Compiling textwrap v0.16.2
37042025-10-13T23:19:57.280Z 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`
37052025-10-13T23:19:57.614Z Compiling cfg_aliases v0.1.1
37062025-10-13T23:19:57.639Z 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`
37072025-10-13T23:19:57.791Z Compiling humantime v2.2.0
37082025-10-13T23:19:57.816Z 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`
37092025-10-13T23:19:58.219Z Compiling nix v0.28.0
37102025-10-13T23:19:58.244Z 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`
37112025-10-13T23:19:58.284Z Compiling olpc-cjson v0.1.4
37122025-10-13T23:19:58.309Z 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`
37132025-10-13T23:19:58.602Z Compiling bcs v0.1.6
37142025-10-13T23:19:58.627Z 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`
37152025-10-13T23:19:58.683Z Compiling serde_plain v1.0.2
37162025-10-13T23:19:58.708Z 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`
37172025-10-13T23:19:58.981Z Compiling typed-path v0.9.3
37182025-10-13T23:19:59.006Z 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`
37192025-10-13T23:19:59.086Z Compiling siphasher v1.0.1
37202025-10-13T23:19:59.111Z 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`
37212025-10-13T23:19:59.229Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-be9c90650ba5f90f/build-script-build`
37222025-10-13T23:19:59.274Z Compiling pin-project v1.1.6
37232025-10-13T23:19:59.300Z 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`
37242025-10-13T23:19:59.339Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
37252025-10-13T23:19:59.364Z 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=efb45595b6bc3366 -C extra-filename=-de9639f458571e2b --out-dir /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-5abc6f59dc903098.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`
37262025-10-13T23:19:59.491Z Compiling phf_shared v0.12.1
37272025-10-13T23:19:59.517Z 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`
37282025-10-13T23:19:59.542Z Compiling papergrid v0.11.0
37292025-10-13T23:19:59.542Z 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`
37302025-10-13T23:19:59.878Z Compiling hickory-resolver v0.24.4
37312025-10-13T23:19:59.903Z 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`
37322025-10-13T23:20:01.339Z Compiling snafu v0.8.5
37332025-10-13T23:20:01.365Z 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`
37342025-10-13T23:20:01.744Z Compiling tabled_derive v0.7.0
37352025-10-13T23:20:01.769Z 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`
37362025-10-13T23:20:01.949Z Compiling csv-core v0.1.11
37372025-10-13T23:20:01.974Z 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`
37382025-10-13T23:20:02.041Z Compiling highway v1.3.0
37392025-10-13T23:20:02.067Z 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`
37402025-10-13T23:20:02.092Z Compiling qorb v0.4.1
37412025-10-13T23:20:02.092Z 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=576d685df172141d -C extra-filename=-7e89575cc437d63a --out-dir /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-2e0e85019f9cd98f.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`
37422025-10-13T23:20:02.249Z Compiling chrono-tz v0.10.4
37432025-10-13T23:20:02.275Z 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`
37442025-10-13T23:20:02.486Z Compiling semver v0.1.20
37452025-10-13T23:20:02.511Z 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`
37462025-10-13T23:20:02.677Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-c4b01ce3a0867b8c/build-script-build`
37472025-10-13T23:20:02.738Z Compiling csv v1.3.1
37482025-10-13T23:20:02.763Z 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`
37492025-10-13T23:20:02.797Z Compiling phf v0.12.1
37502025-10-13T23:20:02.797Z 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`
37512025-10-13T23:20:02.861Z Compiling rustc_version v0.1.7
37522025-10-13T23:20:02.886Z 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`
37532025-10-13T23:20:03.071Z 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`
37542025-10-13T23:20:03.121Z Compiling const_format_proc_macros v0.2.34
37552025-10-13T23:20:03.121Z 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`
37562025-10-13T23:20:03.324Z Compiling peg-macros v0.8.5
37572025-10-13T23:20:03.349Z 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`
37582025-10-13T23:20:03.869Z Compiling tabled v0.15.0
37592025-10-13T23:20:03.894Z 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`
37602025-10-13T23:20:03.920Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37612025-10-13T23:20:03.920Z 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`
37622025-10-13T23:20:04.862Z Compiling sqlparser_derive v0.2.2
37632025-10-13T23:20:04.887Z 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`
37642025-10-13T23:20:04.912Z Compiling unicode_categories v0.1.1
37652025-10-13T23:20:04.956Z 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`
37662025-10-13T23:20:04.982Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-e538b995c42854b0/build-script-build`
37672025-10-13T23:20:05.021Z Compiling const_format v0.2.34
37682025-10-13T23:20:05.046Z 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`
37692025-10-13T23:20:05.268Z Compiling sqlformat v0.3.5
37702025-10-13T23:20:05.308Z 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`
37712025-10-13T23:20:05.675Z Compiling rustyline v14.0.0
37722025-10-13T23:20:05.700Z 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`
37732025-10-13T23:20:05.979Z Compiling sqlparser v0.45.0
37742025-10-13T23:20:06.049Z 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`
37752025-10-13T23:20:06.234Z Compiling newtype_derive v0.1.6
37762025-10-13T23:20:06.259Z 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`
37772025-10-13T23:20:06.285Z Compiling peg v0.8.5
37782025-10-13T23:20:06.339Z 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`
37792025-10-13T23:20:06.364Z 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`
37802025-10-13T23:20:06.459Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
37812025-10-13T23:20:06.484Z 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`
37822025-10-13T23:20:06.690Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-1a7fa93cd0936b0c/build-script-build`
37832025-10-13T23:20:06.804Z 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`
37842025-10-13T23:20:06.981Z Compiling steno v0.4.1
37852025-10-13T23:20:07.017Z 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=a9a9c0d4f4c4d5a9 -C extra-filename=-7016dcfaa30975a2 --out-dir /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-5abc6f59dc903098.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-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862025-10-13T23:20:07.244Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-e72ca0e7dc89fbad/build-script-build`
37872025-10-13T23:20:07.331Z Compiling arc-swap v1.7.1
37882025-10-13T23:20:07.356Z 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`
37892025-10-13T23:20:07.474Z Compiling xattr v1.3.1
37902025-10-13T23:20:07.499Z 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`
37912025-10-13T23:20:07.821Z Compiling filetime v0.2.25
37922025-10-13T23:20:07.846Z 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`
37932025-10-13T23:20:07.995Z Compiling slog-scope v4.4.0
37942025-10-13T23:20:08.020Z 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`
37952025-10-13T23:20:08.210Z Compiling tar v0.4.44
37962025-10-13T23:20:08.235Z 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`
37972025-10-13T23:20:08.475Z Compiling slog-stdlog v4.1.1
37982025-10-13T23:20:08.500Z 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`
37992025-10-13T23:20:08.846Z Compiling slog-envlogger v2.2.0
38002025-10-13T23:20:08.886Z 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`
38012025-10-13T23:20:09.213Z Compiling half v2.4.1
38022025-10-13T23:20:09.239Z 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`
38032025-10-13T23:20:09.265Z Compiling ciborium-io v0.2.2
38042025-10-13T23:20:09.265Z 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`
38052025-10-13T23:20:09.461Z Compiling keccak v0.1.5
38062025-10-13T23:20:09.488Z 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`
38072025-10-13T23:20:09.528Z 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`
38082025-10-13T23:20:09.788Z Compiling ciborium-ll v0.2.2
38092025-10-13T23:20:09.813Z 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`
38102025-10-13T23:20:09.838Z Compiling sha3 v0.10.8
38112025-10-13T23:20:09.897Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=485d3afdc08e1b21 -C extra-filename=-df82ee9cba5bb7d4 --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`
38122025-10-13T23:20:10.071Z Compiling universal-hash v0.5.1
38132025-10-13T23:20:10.097Z 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`
38142025-10-13T23:20:10.246Z Compiling ciborium v0.2.2
38152025-10-13T23:20:10.271Z 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`
38162025-10-13T23:20:10.339Z Compiling opaque-debug v0.3.1
38172025-10-13T23:20:10.364Z 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`
38182025-10-13T23:20:10.439Z Compiling typify-impl v0.2.0
38192025-10-13T23:20:10.464Z 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=43f0f1470251fa0a -C extra-filename=-2c527f65c3b97c21 --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-5abc6f59dc903098.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`
38202025-10-13T23:20:10.504Z Compiling subprocess v0.2.9
38212025-10-13T23:20:10.530Z 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`
38222025-10-13T23:20:10.814Z Compiling headers-core v0.3.0
38232025-10-13T23:20:10.853Z 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`
38242025-10-13T23:20:11.085Z Compiling headers v0.4.1
38252025-10-13T23:20:11.110Z 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`
38262025-10-13T23:20:11.492Z Compiling aead v0.5.2
38272025-10-13T23:20:11.544Z 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`
38282025-10-13T23:20:11.894Z Compiling poly1305 v0.8.0
38292025-10-13T23:20:11.921Z 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`
38302025-10-13T23:20:12.020Z Compiling chacha20 v0.9.1
38312025-10-13T23:20:12.046Z 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`
38322025-10-13T23:20:12.541Z Compiling lzma-sys v0.1.20
38332025-10-13T23:20:12.567Z 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`
38342025-10-13T23:20:12.687Z Compiling heck v0.3.3
38352025-10-13T23:20:12.712Z 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`
38362025-10-13T23:20:12.738Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38372025-10-13T23:20:12.776Z 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`
38382025-10-13T23:20:13.094Z Compiling zone_cfg_derive v0.1.2
38392025-10-13T23:20:13.120Z 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`
38402025-10-13T23:20:13.169Z Compiling yasna v0.5.2
38412025-10-13T23:20:13.194Z 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`
38422025-10-13T23:20:13.375Z Compiling base64 v0.13.1
38432025-10-13T23:20:13.403Z 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`
38442025-10-13T23:20:13.439Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-914deba28a45add7/build-script-build`
38452025-10-13T23:20:13.500Z 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`
38462025-10-13T23:20:13.752Z Compiling number_prefix v0.4.0
38472025-10-13T23:20:13.778Z 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`
38482025-10-13T23:20:13.942Z Compiling ron v0.7.1
38492025-10-13T23:20:13.968Z 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`
38502025-10-13T23:20:14.048Z Compiling indicatif v0.17.11
38512025-10-13T23:20:14.073Z 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`
38522025-10-13T23:20:14.527Z Compiling zone v0.1.8
38532025-10-13T23:20:14.552Z 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`
38542025-10-13T23:20:14.639Z Compiling rcgen v0.12.1
38552025-10-13T23:20:14.665Z 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`
38562025-10-13T23:20:15.730Z Compiling xz2 v0.1.7
38572025-10-13T23:20:15.757Z 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`
38582025-10-13T23:20:15.800Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38592025-10-13T23:20:15.825Z 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`
38602025-10-13T23:20:15.859Z Compiling thiserror-impl-no-std v2.0.2
38612025-10-13T23:20:15.859Z 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`
38622025-10-13T23:20:16.259Z Compiling chacha20poly1305 v0.10.1
38632025-10-13T23:20:16.292Z 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`
38642025-10-13T23:20:16.506Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=102b0bb8305cfbc3fa74c52d643d716653756372#102b0bb8)
38652025-10-13T23:20:16.531Z 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/102b0bb/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=dbf1f759dab2cd44 -C extra-filename=-13b966dbbf1c602a --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-5abc6f59dc903098.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-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662025-10-13T23:20:16.560Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8e9252917993e36d43dce96b4409ef151b7d4442#8e925291)
38672025-10-13T23:20:16.585Z 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/8e92529/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=c6d1b35dcbf2c357 -C extra-filename=-0506f7c1849a23f4 --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-5abc6f59dc903098.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`
38682025-10-13T23:20:16.614Z Compiling moka v0.12.10
38692025-10-13T23:20:16.640Z 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`
38702025-10-13T23:20:16.668Z Compiling tagptr v0.2.0
38712025-10-13T23:20:16.693Z 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`
38722025-10-13T23:20:16.987Z Compiling dropshot-api-manager-types v0.2.2
38732025-10-13T23:20:17.012Z 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`
38742025-10-13T23:20:17.050Z Running `/work/oxidecomputer/omicron/target/debug/build/moka-419228d7a2f9b964/build-script-build`
38752025-10-13T23:20:17.103Z 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=82c0067733b26747 -C extra-filename=-e502bd43434693c4 --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-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38762025-10-13T23:20:17.245Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8e9252917993e36d43dce96b4409ef151b7d4442#8e925291)
38772025-10-13T23:20:17.271Z 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/8e92529/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=ba0836516ffc96cc -C extra-filename=-00db3351f6d78594 --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-13b966dbbf1c602a.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-0506f7c1849a23f4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782025-10-13T23:20:17.526Z Compiling nix v0.30.1
38792025-10-13T23:20:17.552Z 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`
38802025-10-13T23:20:17.656Z Compiling libefi-sys v0.1.0
38812025-10-13T23:20:17.681Z 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`
38822025-10-13T23:20:18.069Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-553c9ecde338b9db/build-script-build`
38832025-10-13T23:20:18.137Z Compiling bitfield-struct v0.6.2
38842025-10-13T23:20:18.162Z 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`
38852025-10-13T23:20:18.404Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-2d7a5306b3cb4e14/build-script-build`
38862025-10-13T23:20:18.469Z 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"))'`
38872025-10-13T23:20:18.597Z Compiling thiserror-no-std v2.0.2
38882025-10-13T23:20:18.622Z 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`
38892025-10-13T23:20:18.795Z Compiling vsss-rs v3.3.4
38902025-10-13T23:20:18.822Z 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=c396a75f8b5d95f3 -C extra-filename=-17d8434b9893ec40 --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-27efb91a483473e9.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`
38912025-10-13T23:20:18.899Z Compiling hickory-resolver v0.25.2
38922025-10-13T23:20:18.925Z 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=d34a940c46d34214 -C extra-filename=-b674dd16dd22f44c --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-3bf07c002fc086f9.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-e502bd43434693c4.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-2e0e85019f9cd98f.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`
38932025-10-13T23:20:19.543Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
38942025-10-13T23:20:19.569Z 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`
38952025-10-13T23:20:20.103Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-2e07073994e865a8/build-script-build`
38962025-10-13T23:20:20.156Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38972025-10-13T23:20:20.182Z 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`
38982025-10-13T23:20:20.214Z 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`
38992025-10-13T23:20:20.266Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
39002025-10-13T23:20:20.324Z 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`
39012025-10-13T23:20:20.617Z Compiling typify-macro v0.2.0
39022025-10-13T23:20:20.642Z 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=94ee2ae9c7b1ce88 -C extra-filename=-2d21dc2a1d07b8ce --out-dir /work/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-5abc6f59dc903098.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-2c527f65c3b97c21.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39032025-10-13T23:20:20.667Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39042025-10-13T23:20:20.667Z 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`
39052025-10-13T23:20:20.866Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39062025-10-13T23:20:20.892Z 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`
39072025-10-13T23:20:20.892Z 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`
39082025-10-13T23:20:20.962Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39092025-10-13T23:20:20.988Z 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=67f4d10ba1eec80a -C extra-filename=-720173f4da1d6ce6 --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-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39102025-10-13T23:20:21.303Z Compiling radium v0.7.0
39112025-10-13T23:20:21.328Z 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`
39122025-10-13T23:20:21.406Z Compiling maybe-uninit v2.0.0
39132025-10-13T23:20:21.431Z 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`
39142025-10-13T23:20:21.456Z Compiling tap v1.0.1
39152025-10-13T23:20:21.456Z 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`
39162025-10-13T23:20:21.708Z Compiling wyz v0.5.1
39172025-10-13T23:20:21.734Z 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`
39182025-10-13T23:20:21.759Z Compiling zerocopy-derive v0.6.6
39192025-10-13T23:20:21.759Z 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`
39202025-10-13T23:20:21.840Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-2584eb7563a95657/build-script-build`
39212025-10-13T23:20:21.908Z 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`
39222025-10-13T23:20:22.021Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-75e3041ff2a36386/build-script-build`
39232025-10-13T23:20:22.142Z Compiling packed_struct v0.10.1
39242025-10-13T23:20:22.168Z 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`
39252025-10-13T23:20:22.198Z Compiling funty v2.0.0
39262025-10-13T23:20:22.199Z 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`
39272025-10-13T23:20:22.399Z Compiling crc-catalog v2.4.0
39282025-10-13T23:20:22.424Z 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`
39292025-10-13T23:20:22.631Z Compiling crc v3.2.1
39302025-10-13T23:20:22.657Z 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`
39312025-10-13T23:20:22.710Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-8927ff2958141b2d/build-script-build`
39322025-10-13T23:20:22.759Z 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`
39332025-10-13T23:20:22.817Z Compiling packed_struct_codegen v0.10.1
39342025-10-13T23:20:22.842Z 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`
39352025-10-13T23:20:22.920Z Compiling bitfield-macros v0.19.2
39362025-10-13T23:20:22.945Z 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`
39372025-10-13T23:20:23.139Z Compiling bitvec v1.0.1
39382025-10-13T23:20:23.165Z 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`
39392025-10-13T23:20:23.295Z Compiling memmap2 v0.9.8
39402025-10-13T23:20:23.295Z 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`
39412025-10-13T23:20:23.684Z Compiling indexmap v1.9.3
39422025-10-13T23:20:23.709Z 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`
39432025-10-13T23:20:23.753Z Compiling nodrop v0.1.14
39442025-10-13T23:20:23.778Z 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`
39452025-10-13T23:20:23.803Z Compiling zerocopy v0.6.6
39462025-10-13T23:20:23.803Z 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`
39472025-10-13T23:20:23.957Z Compiling array-init v0.0.4
39482025-10-13T23:20:23.982Z 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`
39492025-10-13T23:20:24.127Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-8466d390a730ecd7/build-script-build`
39502025-10-13T23:20:24.190Z Compiling smallvec v0.6.14
39512025-10-13T23:20:24.214Z 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`
39522025-10-13T23:20:24.508Z Compiling bitfield v0.19.2
39532025-10-13T23:20:24.533Z 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`
39542025-10-13T23:20:24.565Z Compiling proc-macro-error-attr2 v2.0.0
39552025-10-13T23:20:24.597Z 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`
39562025-10-13T23:20:24.622Z Compiling xshell-macros v0.2.7
39572025-10-13T23:20:24.622Z 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`
39582025-10-13T23:20:24.873Z Compiling typify v0.2.0
39592025-10-13T23:20:24.898Z 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=ca56980a651c9c7b -C extra-filename=-44d216dcf1ba6ec3 --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-2c527f65c3b97c21.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-2d21dc2a1d07b8ce.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602025-10-13T23:20:24.923Z Compiling hashbrown v0.12.3
39612025-10-13T23:20:24.923Z 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`
39622025-10-13T23:20:25.002Z Compiling serde-hex v0.1.0
39632025-10-13T23:20:25.026Z 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`
39642025-10-13T23:20:25.126Z Compiling progenitor-impl v0.8.0
39652025-10-13T23:20:25.152Z 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=c6b6b68d29559e36 -C extra-filename=-c0d1456228263eac --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-5abc6f59dc903098.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-44d216dcf1ba6ec3.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`
39662025-10-13T23:20:25.213Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
39672025-10-13T23:20:25.238Z 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`
39682025-10-13T23:20:25.449Z Compiling proc-macro-error2 v2.0.1
39692025-10-13T23:20:25.474Z 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`
39702025-10-13T23:20:25.499Z Compiling xshell v0.2.7
39712025-10-13T23:20:25.499Z 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`
39722025-10-13T23:20:25.583Z Compiling ron v0.8.1
39732025-10-13T23:20:25.608Z 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`
39742025-10-13T23:20:25.960Z 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`
39752025-10-13T23:20:26.108Z Compiling hashbrown v0.13.2
39762025-10-13T23:20:26.133Z 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=7d8c342c4f478d70 -C extra-filename=-2db3353d915f6d59 --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-c9c66229a77eff07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39772025-10-13T23:20:26.309Z 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`
39782025-10-13T23:20:26.666Z Compiling crc-any v2.5.0
39792025-10-13T23:20:26.691Z 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`
39802025-10-13T23:20:26.790Z Compiling maplit v1.0.2
39812025-10-13T23:20:26.814Z 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`
39822025-10-13T23:20:26.974Z Compiling path-slash v0.1.5
39832025-10-13T23:20:26.999Z 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`
39842025-10-13T23:20:27.173Z Compiling object v0.30.4
39852025-10-13T23:20:27.198Z 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=e1857089ef9f05e2 -C extra-filename=-dcbd4fab2f61c276 --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-2db3353d915f6d59.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`
39862025-10-13T23:20:27.223Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
39872025-10-13T23:20:27.270Z 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`
39882025-10-13T23:20:27.295Z Compiling num-derive v0.3.3
39892025-10-13T23:20:27.295Z 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`
39902025-10-13T23:20:27.794Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
39912025-10-13T23:20:27.819Z 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=9d24c8be749f3750 -C extra-filename=-531bcbdcd9b2f1f2 --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-4d3ec98371e69837.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39922025-10-13T23:20:27.877Z Compiling tabled_derive v0.11.0
39932025-10-13T23:20:27.902Z 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`
39942025-10-13T23:20:28.286Z Compiling papergrid v0.17.0
39952025-10-13T23:20:28.311Z 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`
39962025-10-13T23:20:28.983Z Compiling testing_table v0.3.0
39972025-10-13T23:20:29.009Z 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`
39982025-10-13T23:20:29.267Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
39992025-10-13T23:20:29.292Z 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`
40002025-10-13T23:20:29.316Z Compiling libscf-sys v1.1.0
40012025-10-13T23:20:29.371Z 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`
40022025-10-13T23:20:29.608Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
40032025-10-13T23:20:29.633Z 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`
40042025-10-13T23:20:29.659Z Compiling usdt-attr-macro v0.6.0
40052025-10-13T23:20:29.690Z 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`
40062025-10-13T23:20:30.355Z Compiling usdt-macro v0.6.0
40072025-10-13T23:20:30.380Z 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`
40082025-10-13T23:20:30.511Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40092025-10-13T23:20:30.536Z 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=3dafa6bf0efc1ffb -C extra-filename=-fe0a906662d054a6 --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-5abc6f59dc903098.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`
40102025-10-13T23:20:31.053Z Compiling progenitor-macro v0.8.0
40112025-10-13T23:20:31.078Z 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=25908b70c04f6260 -C extra-filename=-be9100f8de0a44e5 --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-c0d1456228263eac.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
40122025-10-13T23:20:31.478Z Compiling fxhash v0.2.1
40132025-10-13T23:20:31.504Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49cefbff8f990d71 -C extra-filename=-5824e77bc4b48ac8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40142025-10-13T23:20:31.743Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40152025-10-13T23:20:31.768Z 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`
40162025-10-13T23:20:32.027Z Compiling usdt v0.6.0
40172025-10-13T23:20:32.052Z 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`
40182025-10-13T23:20:32.077Z Compiling tabled v0.20.0
40192025-10-13T23:20:32.077Z 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`
40202025-10-13T23:20:32.166Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-43966b28c899ffbc/build-script-build`
40212025-10-13T23:20:32.281Z Compiling crc8 v0.1.1
40222025-10-13T23:20:32.305Z 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`
40232025-10-13T23:20:32.513Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40242025-10-13T23:20:32.538Z 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=6033126fdcad5e2f -C extra-filename=-4c86dceb41fc28e0 --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-5abc6f59dc903098.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-fe0a906662d054a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40252025-10-13T23:20:32.566Z Compiling diff v0.1.13
40262025-10-13T23:20:32.617Z 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`
40272025-10-13T23:20:32.642Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
40282025-10-13T23:20:32.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/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`
40292025-10-13T23:20:33.064Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-3719220064e2b528/build-script-build`
40302025-10-13T23:20:33.125Z 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/`
40312025-10-13T23:20:33.169Z Compiling half v1.8.3
40322025-10-13T23:20:33.194Z 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`
40332025-10-13T23:20:33.510Z Compiling dsl_auto_type v0.1.2
40342025-10-13T23:20:33.535Z 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`
40352025-10-13T23:20:33.759Z Compiling serde_cbor v0.11.2
40362025-10-13T23:20:33.784Z 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`
40372025-10-13T23:20:34.280Z Compiling vergen-gitcl v1.0.8
40382025-10-13T23:20:34.305Z 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`
40392025-10-13T23:20:34.677Z Compiling diesel_table_macro_syntax v0.2.0
40402025-10-13T23:20:34.702Z 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`
40412025-10-13T23:20:34.826Z Compiling scheduled-thread-pool v0.2.7
40422025-10-13T23:20:34.851Z 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`
40432025-10-13T23:20:35.044Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-31253a0aabcf5da2/build-script-build`
40442025-10-13T23:20:35.103Z Compiling diesel_derives v2.2.3
40452025-10-13T23:20:35.128Z 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`
40462025-10-13T23:20:35.168Z Compiling r2d2 v0.8.10
40472025-10-13T23:20:35.192Z 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`
40482025-10-13T23:20:35.378Z 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)'`
40492025-10-13T23:20:35.590Z 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=400add78bb55820d -C extra-filename=-d026870676d7c7ef --out-dir /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-5abc6f59dc903098.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-4c86dceb41fc28e0.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-fe0a906662d054a6.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`
40502025-10-13T23:20:35.785Z Compiling kstat-rs v0.2.4
40512025-10-13T23:20:35.810Z 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`
40522025-10-13T23:20:36.409Z Compiling dirs-sys-next v0.1.2
40532025-10-13T23:20:36.434Z 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`
40542025-10-13T23:20:36.653Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
40552025-10-13T23:20:36.678Z 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=2198af8401fd18fd -C extra-filename=-190e15457f860eb1 --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-ca963994358ae4f8.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-020a72a980be986e.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-3f4a1ef14aef24a3.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-84d8e4aadb0c95af.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`
40562025-10-13T23:20:36.951Z Compiling crunchy v0.2.2
40572025-10-13T23:20:36.976Z 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`
40582025-10-13T23:20:37.519Z Compiling dirs-next v2.0.0
40592025-10-13T23:20:37.544Z 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`
40602025-10-13T23:20:37.574Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-489314c176b5d427/build-script-build`
40612025-10-13T23:20:37.672Z Compiling tiny-keccak v2.0.2
40622025-10-13T23:20:37.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/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`
40632025-10-13T23:20:37.802Z Compiling parking_lot_core v0.8.6
40642025-10-13T23:20:37.829Z 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`
40652025-10-13T23:20:38.084Z Compiling term v0.7.0
40662025-10-13T23:20:38.109Z 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`
40672025-10-13T23:20:38.134Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-fe667eea1fe70282/build-script-build`
40682025-10-13T23:20:38.199Z 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`
40692025-10-13T23:20:38.414Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-29d3180f83983aa1/build-script-build`
40702025-10-13T23:20:38.438Z Compiling nanorand v0.7.0
40712025-10-13T23:20:38.439Z 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`
40722025-10-13T23:20:38.483Z Compiling bit-vec v0.6.3
40732025-10-13T23:20:38.508Z 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`
40742025-10-13T23:20:38.918Z Compiling flume v0.11.1
40752025-10-13T23:20:38.943Z 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`
40762025-10-13T23:20:39.004Z Compiling bit-set v0.5.3
40772025-10-13T23:20:39.029Z 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`
40782025-10-13T23:20:39.161Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
40792025-10-13T23:20:39.161Z 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=fbc633892285085f -C extra-filename=-f37f24c98238e8bd --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-190e15457f860eb1.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-dcbd4fab2f61c276.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-0bdbcddafa3195e6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-3f4a1ef14aef24a3.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-84d8e4aadb0c95af.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`
40802025-10-13T23:20:39.288Z Compiling ascii-canvas v3.0.0
40812025-10-13T23:20:39.313Z 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`
40822025-10-13T23:20:39.338Z 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`
40832025-10-13T23:20:39.561Z 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`
40842025-10-13T23:20:39.812Z Compiling ena v0.14.3
40852025-10-13T23:20:39.841Z 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`
40862025-10-13T23:20:39.920Z Compiling regex-syntax v0.6.29
40872025-10-13T23:20:39.945Z 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`
40882025-10-13T23:20:40.249Z Compiling bindgen v0.71.1
40892025-10-13T23:20:40.279Z 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`
40902025-10-13T23:20:40.303Z Compiling parking_lot v0.11.2
40912025-10-13T23:20:40.304Z 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`
40922025-10-13T23:20:41.123Z Compiling prefix-trie v0.7.0
40932025-10-13T23:20:41.148Z 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`
40942025-10-13T23:20:41.279Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-d7ed333fc2a12bed/build-script-build`
40952025-10-13T23:20:41.342Z 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`
40962025-10-13T23:20:41.893Z Compiling hickory-server v0.25.2
40972025-10-13T23:20:41.918Z 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=91b2bb3e75b946df -C extra-filename=-91d8ad7f7f70dd2c --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-3bf07c002fc086f9.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`
40982025-10-13T23:20:42.255Z Compiling sled v0.34.7
40992025-10-13T23:20:42.280Z 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`
41002025-10-13T23:20:43.188Z Compiling lalrpop v0.19.12
41012025-10-13T23:20:43.271Z 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`
41022025-10-13T23:20:44.485Z Compiling diesel v2.2.12
41032025-10-13T23:20:44.510Z 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=f077deb551dd810f -C extra-filename=-d52aba29819925cc --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-ac0e33b2af33f733.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-f600ce30a4f63004.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`
41042025-10-13T23:20:44.633Z Compiling hickory-client v0.25.2
41052025-10-13T23:20:44.657Z 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=95de6097915980d2 -C extra-filename=-aea687be00b6aa6d --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-3bf07c002fc086f9.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-2e0e85019f9cd98f.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`
41062025-10-13T23:20:45.275Z Compiling libxml v0.3.3
41072025-10-13T23:20:45.300Z 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`
41082025-10-13T23:20:45.746Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-99f8759a07a6d6c5/build-script-build`
41092025-10-13T23:20:45.824Z Compiling strum_macros v0.24.3
41102025-10-13T23:20:45.864Z 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`
41112025-10-13T23:20:45.890Z Compiling indoc v1.0.9
41122025-10-13T23:20:45.890Z 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`
41132025-10-13T23:20:46.798Z 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`
41142025-10-13T23:20:48.829Z Compiling oso-derive v0.27.3
41152025-10-13T23:20:48.869Z 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`
41162025-10-13T23:20:48.965Z Compiling impl-trait-for-tuples v0.2.2
41172025-10-13T23:20:48.990Z 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`
41182025-10-13T23:20:49.890Z Compiling quick-xml v0.37.2
41192025-10-13T23:20:49.915Z 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`
41202025-10-13T23:20:50.493Z Compiling unicase v2.8.1
41212025-10-13T23:20:50.519Z 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`
41222025-10-13T23:20:50.919Z Compiling fs-err v2.11.0
41232025-10-13T23:20:50.944Z 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`
41242025-10-13T23:20:51.355Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-9afb34ec946b8e37/build-script-build`
41252025-10-13T23:20:51.559Z Compiling predicates-tree v1.0.12
41262025-10-13T23:20:51.584Z 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`
41272025-10-13T23:20:52.045Z Compiling primeorder v0.13.6
41282025-10-13T23:20:52.070Z 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=84ac6ac1a1dc6bbd -C extra-filename=-f80c8bdec683dac8 --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-27efb91a483473e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41292025-10-13T23:20:52.604Z Compiling diesel-dtrace v0.4.2
41302025-10-13T23:20:52.629Z 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`
41312025-10-13T23:20:52.816Z 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)'`
41322025-10-13T23:20:53.093Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-24c8d6ee9d41d628/build-script-build`
41332025-10-13T23:20:53.221Z Compiling bb8 v0.8.5
41342025-10-13T23:20:53.260Z 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`
41352025-10-13T23:20:53.414Z Compiling parse-size v1.1.0
41362025-10-13T23:20:53.439Z 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`
41372025-10-13T23:20:53.729Z Compiling signal-hook-tokio v0.3.1
41382025-10-13T23:20:53.756Z 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`
41392025-10-13T23:20:53.867Z Compiling salty v0.3.0
41402025-10-13T23:20:53.892Z 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`
41412025-10-13T23:20:54.023Z Compiling p384 v0.13.0
41422025-10-13T23:20:54.072Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=4846826162720a5c -C extra-filename=-87ecb58863d3da34 --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-b87fd6613cc2fc15.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-27efb91a483473e9.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-f80c8bdec683dac8.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`
41432025-10-13T23:20:54.411Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-2751339dc1ce1b6a/build-script-build`
41442025-10-13T23:20:54.472Z Compiling mime_guess v2.0.5
41452025-10-13T23:20:54.497Z 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`
41462025-10-13T23:20:54.900Z Compiling ignore v0.4.23
41472025-10-13T23:20:54.925Z 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`
41482025-10-13T23:20:55.176Z Compiling assert_matches v1.5.0
41492025-10-13T23:20:55.201Z 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`
41502025-10-13T23:20:55.332Z Compiling http-range v0.1.5
41512025-10-13T23:20:55.376Z 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`
41522025-10-13T23:20:55.426Z 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`
41532025-10-13T23:20:55.538Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-7d84b34b249557c3/build-script-build`
41542025-10-13T23:20:55.612Z Compiling atty v0.2.14
41552025-10-13T23:20:55.636Z 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`
41562025-10-13T23:20:55.718Z 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`
41572025-10-13T23:20:55.817Z Compiling tungstenite v0.23.0
41582025-10-13T23:20:55.842Z 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`
41592025-10-13T23:20:56.295Z Compiling globwalk v0.9.1
41602025-10-13T23:20:56.319Z 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`
41612025-10-13T23:20:56.584Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
41622025-10-13T23:20:56.609Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/3cc953c/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="getrandom"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "std", "thiserror"))' -C metadata=d735a474429a0808 -C extra-filename=-09f49b2ab469a7f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f3893cab9c1cac2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.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-9198a76e2322449a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.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`
41632025-10-13T23:20:56.797Z Compiling camino-tempfile-ext v0.3.2
41642025-10-13T23:20:56.837Z 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=d0443914fe526331 -C extra-filename=-d87f969b8e395139 --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-87b5b8d90c34e508.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`
41652025-10-13T23:20:57.430Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
41662025-10-13T23:20:57.454Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/6d31fa6/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17a95688f93b2b1f -C extra-filename=-e53e10040c59e2ec --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-e53e10040c59e2ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41672025-10-13T23:20:57.482Z Compiling void v1.0.2
41682025-10-13T23:20:57.540Z 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`
41692025-10-13T23:20:57.687Z Compiling lzss v0.8.2
41702025-10-13T23:20:57.712Z 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`
41712025-10-13T23:20:57.737Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
41722025-10-13T23:20:57.762Z Compiling tokio-tungstenite v0.23.1
41732025-10-13T23:20:57.762Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/3cc953c/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d7ec3752f7c4875 -C extra-filename=-b5c14d3389147a04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-09f49b2ab469a7f6.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-2da796a22f582014.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-020a72a980be986e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-87ecb58863d3da34.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-84d8e4aadb0c95af.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41742025-10-13T23:20:57.762Z 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`
41752025-10-13T23:20:57.887Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-e53e10040c59e2ec/build-script-build`
41762025-10-13T23:20:57.952Z Compiling hyper-staticfile v0.10.1
41772025-10-13T23:20:57.977Z 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`
41782025-10-13T23:20:58.123Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
41792025-10-13T23:20:58.148Z 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`
41802025-10-13T23:20:58.339Z Compiling nix v0.27.1
41812025-10-13T23:20:58.364Z 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`
41822025-10-13T23:20:58.513Z Compiling secrecy v0.8.0
41832025-10-13T23:20:58.538Z 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`
41842025-10-13T23:20:58.765Z Compiling serde_bytes v0.11.19
41852025-10-13T23:20:58.789Z 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`
41862025-10-13T23:20:58.814Z Compiling rand_seeder v0.4.0
41872025-10-13T23:20:58.889Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_seeder-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::unit_arg' '--allow=clippy::println_empty_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d2275d787928f7e -C extra-filename=-6db268b7ab5218c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3708ad563010fdb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41882025-10-13T23:20:58.948Z Compiling yansi v1.0.1
41892025-10-13T23:20:58.974Z 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`
41902025-10-13T23:20:59.166Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
41912025-10-13T23:20:59.190Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-d70c5ef8a437b633/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=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`
41922025-10-13T23:20:59.228Z Compiling typeid v1.0.3
41932025-10-13T23:20:59.253Z 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`
41942025-10-13T23:20:59.621Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
41952025-10-13T23:20:59.646Z 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=47f626fda269cac6 -C extra-filename=-8b762501ddfdf233 --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-39e95183ef82f4c1.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-f37f24c98238e8bd.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-f600ce30a4f63004.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`
41962025-10-13T23:20:59.824Z Compiling pretty_assertions v1.4.1
41972025-10-13T23:20:59.849Z 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`
41982025-10-13T23:21:00.000Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-1c98f68fac25bb05/build-script-build`
41992025-10-13T23:21:00.123Z Compiling tabled_derive v0.10.0
42002025-10-13T23:21:00.148Z 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`
42012025-10-13T23:21:00.341Z Compiling papergrid v0.14.0
42022025-10-13T23:21:00.365Z 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`
42032025-10-13T23:21:00.719Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42042025-10-13T23:21:00.744Z 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=0a76f8c4ba9b343e -C extra-filename=-0c2c243f04c61507 --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-5abc6f59dc903098.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`
42052025-10-13T23:21:02.673Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42062025-10-13T23:21:02.699Z 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`
42072025-10-13T23:21:02.844Z Compiling tabled v0.18.0
42082025-10-13T23:21:02.869Z 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`
42092025-10-13T23:21:03.096Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-6d88bdb71f53b6ae/build-script-build`
42102025-10-13T23:21:03.216Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42112025-10-13T23:21:03.241Z 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=78f30472f86ae330 -C extra-filename=-1770e5ea8438ca56 --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-5abc6f59dc903098.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-0c2c243f04c61507.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42122025-10-13T23:21:03.627Z 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)'`
42132025-10-13T23:21:03.869Z Compiling castaway v0.2.3
42142025-10-13T23:21:03.894Z 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`
42152025-10-13T23:21:04.116Z Compiling indoc v2.0.6
42162025-10-13T23:21:04.141Z 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`
42172025-10-13T23:21:05.044Z Compiling compact_str v0.8.0
42182025-10-13T23:21:05.069Z 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`
42192025-10-13T23:21:06.288Z 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=74957fc3e92b2ea2 -C extra-filename=-5fb898108cf35d16 --out-dir /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-5abc6f59dc903098.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-1770e5ea8438ca56.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-0c2c243f04c61507.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`
42202025-10-13T23:21:06.581Z Compiling erased-serde v0.4.6
42212025-10-13T23:21:06.606Z 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`
42222025-10-13T23:21:06.980Z Compiling unicode-truncate v1.1.0
42232025-10-13T23:21:07.005Z 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`
42242025-10-13T23:21:07.295Z Compiling instability v0.3.2
42252025-10-13T23:21:07.320Z 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`
42262025-10-13T23:21:07.675Z Compiling lru v0.12.5
42272025-10-13T23:21:07.699Z 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`
42282025-10-13T23:21:08.028Z Compiling ordered-float v2.10.1
42292025-10-13T23:21:08.053Z 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`
42302025-10-13T23:21:08.367Z Compiling cassowary v0.3.0
42312025-10-13T23:21:08.392Z 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`
42322025-10-13T23:21:08.525Z Compiling serde-untagged v0.1.7
42332025-10-13T23:21:08.550Z 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`
42342025-10-13T23:21:08.667Z Compiling serde-value v0.7.0
42352025-10-13T23:21:08.692Z 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`
42362025-10-13T23:21:08.717Z Compiling console v0.16.0
42372025-10-13T23:21:08.717Z 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`
42382025-10-13T23:21:09.062Z Compiling ratatui v0.29.0
42392025-10-13T23:21:09.087Z 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`
42402025-10-13T23:21:09.421Z Compiling is_ci v1.2.0
42412025-10-13T23:21:09.446Z 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`
42422025-10-13T23:21:09.470Z Compiling unit-prefix v0.5.1
42432025-10-13T23:21:09.470Z 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`
42442025-10-13T23:21:09.719Z Compiling indicatif v0.18.0
42452025-10-13T23:21:09.744Z 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`
42462025-10-13T23:21:09.769Z Compiling supports-color v3.0.2
42472025-10-13T23:21:09.769Z 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`
42482025-10-13T23:21:09.881Z Compiling cargo-util-schemas v0.8.2
42492025-10-13T23:21:09.905Z 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`
42502025-10-13T23:21:10.132Z Compiling concurrent-queue v2.5.0
42512025-10-13T23:21:10.156Z 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`
42522025-10-13T23:21:10.550Z Compiling cargo-platform v0.2.0
42532025-10-13T23:21:10.574Z 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`
42542025-10-13T23:21:11.131Z Compiling parking v2.2.1
42552025-10-13T23:21:11.177Z 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`
42562025-10-13T23:21:11.487Z Compiling libz-sys v1.1.20
42572025-10-13T23:21:11.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/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`
42582025-10-13T23:21:11.557Z Compiling event-listener v5.3.1
42592025-10-13T23:21:11.557Z 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`
42602025-10-13T23:21:12.103Z Compiling cargo_metadata v0.21.0
42612025-10-13T23:21:12.128Z 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`
42622025-10-13T23:21:12.281Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-9373b8a66ac5a956/build-script-build`
42632025-10-13T23:21:12.431Z Compiling libgit2-sys v0.18.2+1.9.1
42642025-10-13T23:21:12.456Z 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`
42652025-10-13T23:21:12.619Z Compiling shell-words v1.1.0
42662025-10-13T23:21:12.644Z 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`
42672025-10-13T23:21:12.930Z 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`
42682025-10-13T23:21:13.176Z Compiling event-listener-strategy v0.5.2
42692025-10-13T23:21:13.201Z 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`
42702025-10-13T23:21:13.309Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c74b28834c0818fc/build-script-build`
42712025-10-13T23:21:13.462Z Compiling futures-lite v2.3.0
42722025-10-13T23:21:13.487Z 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`
42732025-10-13T23:21:14.911Z Compiling vergen-git2 v1.0.7
42742025-10-13T23:21:14.936Z 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`
42752025-10-13T23:21:14.961Z Compiling async-bb8-diesel v0.2.1
42762025-10-13T23:21:14.961Z 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=e317e83b9cd167b7 -C extra-filename=-1e7b920cfd1d6499 --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-d52aba29819925cc.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`
42772025-10-13T23:21:15.203Z 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=ec62cf3847ec424a -C extra-filename=-e1dd2113ae613896 --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-d52aba29819925cc.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-f600ce30a4f63004.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`
42782025-10-13T23:21:15.340Z Compiling hex-literal v0.4.1
42792025-10-13T23:21:15.365Z 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`
42802025-10-13T23:21:15.574Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-1f58647eb24c7100/build-script-build`
42812025-10-13T23:21:15.637Z Compiling petname v2.0.2
42822025-10-13T23:21:15.678Z 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`
42832025-10-13T23:21:15.713Z Compiling rtoolbox v0.0.2
42842025-10-13T23:21:15.713Z 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`
42852025-10-13T23:21:15.751Z Compiling rustls v0.21.12
42862025-10-13T23:21:15.775Z 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`
42872025-10-13T23:21:16.172Z Compiling rpassword v7.4.0
42882025-10-13T23:21:16.197Z 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`
42892025-10-13T23:21:16.222Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-a8c3524409529b0f/build-script-build`
42902025-10-13T23:21:16.285Z Compiling async-lock v3.4.0
42912025-10-13T23:21:16.310Z 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`
42922025-10-13T23:21:16.522Z Compiling tui-tree-widget v0.23.1
42932025-10-13T23:21:16.547Z 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`
42942025-10-13T23:21:16.699Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-83f69c8739eaed10/build-script-build`
42952025-10-13T23:21:16.801Z 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`
42962025-10-13T23:21:16.826Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-8e9dab753c28e3d0/build-script-build`
42972025-10-13T23:21:16.870Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-a68e9787deed4365/build-script-build`
42982025-10-13T23:21:16.915Z Compiling sct v0.7.1
42992025-10-13T23:21:16.940Z 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`
43002025-10-13T23:21:16.967Z Compiling rustls-webpki v0.101.7
43012025-10-13T23:21:17.012Z 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`
43022025-10-13T23:21:17.164Z Compiling polling v3.7.3
43032025-10-13T23:21:17.189Z 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`
43042025-10-13T23:21:17.269Z 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`
43052025-10-13T23:21:17.401Z Compiling polyval v0.6.2
43062025-10-13T23:21:17.426Z 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`
43072025-10-13T23:21:17.875Z 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`
43082025-10-13T23:21:17.900Z Compiling async-io v2.3.4
43092025-10-13T23:21:17.900Z 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`
43102025-10-13T23:21:18.441Z Compiling async-task v4.7.1
43112025-10-13T23:21:18.466Z 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`
43122025-10-13T23:21:18.916Z 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)'`
43132025-10-13T23:21:19.011Z Compiling sync-ptr v0.1.4
43142025-10-13T23:21:19.035Z 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`
43152025-10-13T23:21:19.165Z Compiling ghash v0.5.1
43162025-10-13T23:21:19.189Z 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`
43172025-10-13T23:21:19.291Z Compiling async-channel v2.3.1
43182025-10-13T23:21:19.316Z 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`
43192025-10-13T23:21:19.429Z Compiling rustls-pemfile v1.0.4
43202025-10-13T23:21:19.454Z 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`
43212025-10-13T23:21:19.632Z Compiling twox-hash v2.1.0
43222025-10-13T23:21:19.657Z 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`
43232025-10-13T23:21:19.681Z Compiling piper v0.2.4
43242025-10-13T23:21:19.682Z 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`
43252025-10-13T23:21:19.848Z Compiling ctr v0.9.2
43262025-10-13T23:21:19.873Z 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`
43272025-10-13T23:21:20.109Z Compiling plotters-backend v0.3.7
43282025-10-13T23:21:20.134Z 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`
43292025-10-13T23:21:20.254Z Compiling target-lexicon v0.13.2
43302025-10-13T23:21:20.278Z 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`
43312025-10-13T23:21:20.416Z Compiling aes-gcm v0.10.3
43322025-10-13T23:21:20.441Z 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`
43332025-10-13T23:21:20.645Z Compiling plotters-svg v0.3.7
43342025-10-13T23:21:20.670Z 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`
43352025-10-13T23:21:20.780Z Compiling rustls-webpki v0.102.8
43362025-10-13T23:21:20.805Z 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`
43372025-10-13T23:21:21.144Z Compiling blocking v1.6.1
43382025-10-13T23:21:21.170Z 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`
43392025-10-13T23:21:21.297Z Compiling tokio-rustls v0.24.1
43402025-10-13T23:21:21.322Z 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`
43412025-10-13T23:21:21.671Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-ba161d3784ea5563/build-script-build`
43422025-10-13T23:21:21.721Z Compiling async-signal v0.2.10
43432025-10-13T23:21:21.746Z 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`
43442025-10-13T23:21:21.774Z 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)'`
43452025-10-13T23:21:21.824Z 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`
43462025-10-13T23:21:22.211Z Compiling async-executor v1.13.1
43472025-10-13T23:21:22.244Z 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`
43482025-10-13T23:21:22.572Z Compiling fatfs v0.3.6
43492025-10-13T23:21:22.597Z 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`
43502025-10-13T23:21:22.923Z Compiling ssh-encoding v0.2.0
43512025-10-13T23:21:22.948Z 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`
43522025-10-13T23:21:23.431Z Compiling blowfish v0.9.1
43532025-10-13T23:21:23.456Z 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`
43542025-10-13T23:21:23.894Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
43552025-10-13T23:21:23.933Z 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`
43562025-10-13T23:21:24.020Z Compiling futures-timer v3.0.3
43572025-10-13T23:21:24.046Z 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`
43582025-10-13T23:21:24.282Z Compiling arrayref v0.3.9
43592025-10-13T23:21:24.307Z 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`
43602025-10-13T23:21:24.450Z Compiling cast v0.3.0
43612025-10-13T23:21:24.476Z 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`
43622025-10-13T23:21:24.754Z Compiling event-listener v2.5.3
43632025-10-13T23:21:24.785Z 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`
43642025-10-13T23:21:24.822Z Compiling guppy-workspace-hack v0.1.0
43652025-10-13T23:21:24.847Z 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`
43662025-10-13T23:21:25.176Z Compiling constant_time_eq v0.3.1
43672025-10-13T23:21:25.212Z 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`
43682025-10-13T23:21:25.237Z Compiling arrayvec v0.7.6
43692025-10-13T23:21:25.237Z 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`
43702025-10-13T23:21:25.434Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-3196ba251c2941fc/build-script-build`
43712025-10-13T23:21:25.496Z Compiling async-channel v1.9.0
43722025-10-13T23:21:25.522Z 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`
43732025-10-13T23:21:25.676Z Compiling tokio-rustls v0.25.0
43742025-10-13T23:21:25.702Z 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`
43752025-10-13T23:21:25.837Z Compiling criterion-plot v0.6.0
43762025-10-13T23:21:25.863Z 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`
43772025-10-13T23:21:26.156Z 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=c639dd7e2af2c4e2 -C extra-filename=-856a8896ec6f8bb8 --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-5abc6f59dc903098.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-f600ce30a4f63004.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`
43782025-10-13T23:21:26.786Z Compiling bcrypt-pbkdf v0.10.0
43792025-10-13T23:21:26.812Z 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`
43802025-10-13T23:21:27.405Z Compiling ssh-cipher v0.2.0
43812025-10-13T23:21:27.430Z 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`
43822025-10-13T23:21:28.433Z Compiling tokio-rustls v0.26.0
43832025-10-13T23:21:28.458Z 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`
43842025-10-13T23:21:28.611Z Compiling async-global-executor v2.4.1
43852025-10-13T23:21:28.636Z 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`
43862025-10-13T23:21:28.930Z Compiling hyper-rustls v0.27.7
43872025-10-13T23:21:28.955Z 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`
43882025-10-13T23:21:29.120Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/6d31fa6/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf42e32e94435017 -C extra-filename=-c0d796ba43f2b578 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-09f49b2ab469a7f6.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_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-b5c14d3389147a04.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2da796a22f582014.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-df82ee9cba5bb7d4.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 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-84d8e4aadb0c95af.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/`
43892025-10-13T23:21:29.566Z Compiling reqwest v0.12.22
43902025-10-13T23:21:29.615Z 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`
43912025-10-13T23:21:29.818Z Compiling async-process v2.3.0
43922025-10-13T23:21:29.844Z 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`
43932025-10-13T23:21:30.877Z 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"'`
43942025-10-13T23:21:30.938Z Compiling plotters v0.3.7
43952025-10-13T23:21:30.963Z 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`
43962025-10-13T23:21:31.629Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs#dbe1cb7e)
43972025-10-13T23:21:31.654Z 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=72a7e5cac45d38c9 -C extra-filename=-d4a776c31a0a00da --out-dir /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-856a8896ec6f8bb8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.rmeta --cap-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`
43982025-10-13T23:21:32.976Z Compiling progenitor-client v0.10.0
43992025-10-13T23:21:33.002Z 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`
44002025-10-13T23:21:33.027Z Compiling progenitor-client v0.11.2
44012025-10-13T23:21:33.090Z 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`
44022025-10-13T23:21:33.549Z Compiling progenitor v0.11.2
44032025-10-13T23:21:33.574Z 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=0cb3167a1881069d -C extra-filename=-75c3ef68d0b103bf --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-bc51369cc4018765.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-25564ea0d4f1d331.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`
44042025-10-13T23:21:33.618Z Compiling progenitor v0.10.0
44052025-10-13T23:21:33.643Z 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=825bc3c7db50ce20 -C extra-filename=-1ad0883445c30172 --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-03c90649fe9db185.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-df44f66239492f8c.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`
44062025-10-13T23:21:33.841Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
44072025-10-13T23:21:33.866Z 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=91dd6d5a5487606e -C extra-filename=-3f001ffdf92df144 --out-dir /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-75c3ef68d0b103bf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
44082025-10-13T23:21:33.901Z Compiling tough v0.20.0
44092025-10-13T23:21:33.926Z 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=86bdaa65d428d0f1 -C extra-filename=-e0c5116aee1eb5b2 --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-b5013a1c5083beb9.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`
44102025-10-13T23:21:34.323Z Compiling progenitor-client v0.8.0
44112025-10-13T23:21:34.348Z 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`
44122025-10-13T23:21:34.817Z Compiling progenitor v0.8.0
44132025-10-13T23:21:34.842Z 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=20c1148dd1dcd5a4 -C extra-filename=-d09ca83e59813e91 --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-c0d1456228263eac.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-be9100f8de0a44e5.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`
44142025-10-13T23:21:35.093Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
44152025-10-13T23:21:35.118Z 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=eab0f3355548517a -C extra-filename=-c90e5e6bcdeb9aff --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-d09ca83e59813e91.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-5abc6f59dc903098.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-f600ce30a4f63004.rmeta --cap-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`
44162025-10-13T23:21:35.487Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8e9252917993e36d43dce96b4409ef151b7d4442#8e925291)
44172025-10-13T23:21:35.513Z 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/8e92529/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=f412e1c3a4f46276 -C extra-filename=-54de39cebd12a8b7 --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-13b966dbbf1c602a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.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-00db3351f6d78594.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.rmeta --cap-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`
44182025-10-13T23:21:38.416Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
44192025-10-13T23:21:38.487Z 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=f798ab2fcc26942b -C extra-filename=-08595467753ac934 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-08595467753ac934 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-c9c66229a77eff07.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-ff6a5a790b8a0d3a.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-b87fd6613cc2fc15.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2da796a22f582014.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-27efb91a483473e9.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-020a72a980be986e.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-39e95183ef82f4c1.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-710e91481cd0b98a.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-3bf07c002fc086f9.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-964f37db051ab742.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-ac0e33b2af33f733.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-fa33fc3fea407a3e.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-012c98008c7e3a3a.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-9216ee19421e8437.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-2541dcd2e83056ae.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.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-deabff44a5f88e6e.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-3f4a1ef14aef24a3.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-5abc6f59dc903098.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 sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-016c821dc9c10552.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.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-4acd45e355d937bd.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-f600ce30a4f63004.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-84d8e4aadb0c95af.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`
44202025-10-13T23:21:38.818Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-08595467753ac934/build-script-build`
44212025-10-13T23:21:38.878Z 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=96e14d7b6435f4aa -C extra-filename=-178a3bf33faae74a --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-c9c66229a77eff07.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-ff6a5a790b8a0d3a.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-b87fd6613cc2fc15.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2da796a22f582014.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-27efb91a483473e9.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-020a72a980be986e.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-39e95183ef82f4c1.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-710e91481cd0b98a.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-3bf07c002fc086f9.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-964f37db051ab742.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-ac0e33b2af33f733.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-fa33fc3fea407a3e.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-012c98008c7e3a3a.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-9216ee19421e8437.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-2541dcd2e83056ae.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.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-deabff44a5f88e6e.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-3f4a1ef14aef24a3.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-5abc6f59dc903098.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 sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-016c821dc9c10552.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.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-4acd45e355d937bd.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-f600ce30a4f63004.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-84d8e4aadb0c95af.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`
44222025-10-13T23:21:39.055Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
44232025-10-13T23:21:39.080Z 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=f1f378d520d7e76b -C extra-filename=-4a9f3093cf91e0a7 --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-178a3bf33faae74a.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`
44242025-10-13T23:21:39.895Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
44252025-10-13T23:21:39.920Z 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=ed9dccdc3bd39f96 -C extra-filename=-250b58ec85590141 --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-ff6a5a790b8a0d3a.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-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
44262025-10-13T23:21:40.041Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
44272025-10-13T23:21:40.074Z 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=2dc3ec051cd3d229 -C extra-filename=-401713b4e9145b72 --out-dir /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-178a3bf33faae74a.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-f600ce30a4f63004.rmeta --cfg 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`
44282025-10-13T23:21:40.323Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
44292025-10-13T23:21:40.383Z 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=42aad377115c137d -C extra-filename=-c27fbe760458a500 --out-dir /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-4a9f3093cf91e0a7.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-ff6a5a790b8a0d3a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.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-3f001ffdf92df144.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.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-2541dcd2e83056ae.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-2e1671183b5fd81d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.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-5abc6f59dc903098.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-9198a76e2322449a.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-4d3ec98371e69837.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
44302025-10-13T23:21:40.487Z 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=5ecb54605d6c57a8 -C extra-filename=-07c6eb904e8c6d53 --out-dir /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-4a9f3093cf91e0a7.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-ff6a5a790b8a0d3a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.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-3f001ffdf92df144.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.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-2e1671183b5fd81d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.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-5abc6f59dc903098.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-9198a76e2322449a.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-4d3ec98371e69837.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
44312025-10-13T23:21:40.767Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
44322025-10-13T23:21:40.792Z 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=77f9ed3a42758d14 -C extra-filename=-9ea34ebcc413ba85 --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-178a3bf33faae74a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-9198a76e2322449a.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`
44332025-10-13T23:21:41.286Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44342025-10-13T23:21:41.311Z 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=c7f1f8f5179be756 -C extra-filename=-9af23d869935c341 --out-dir /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-178a3bf33faae74a.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-5abc6f59dc903098.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-9198a76e2322449a.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-f600ce30a4f63004.rmeta --cfg 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`
44352025-10-13T23:21:41.336Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44362025-10-13T23:21:41.336Z 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=e0614b3daeaf19e5 -C extra-filename=-3aa573fe7f592958 --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-856a8896ec6f8bb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
44372025-10-13T23:21:42.276Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
44382025-10-13T23:21:42.301Z 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=7bafb367e2dcafab -C extra-filename=-0ea46bd2ce11bc3e --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-178a3bf33faae74a.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`
44392025-10-13T23:21:42.465Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
44402025-10-13T23:21:42.490Z 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=03384c8a4ca40c46 -C extra-filename=-ab70c495c90680df --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-178a3bf33faae74a.rmeta --cfg 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`
44412025-10-13T23:21:42.794Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
44422025-10-13T23:21:42.819Z 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=3026a3c1344e5648 -C extra-filename=-eb432f458a7b5e8f --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-eb432f458a7b5e8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg 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`
44432025-10-13T23:21:43.218Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
44442025-10-13T23:21:43.244Z 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=03398a273c88a48e -C extra-filename=-fc43ee1bf3211977 --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-59fd8c8c02ebea6d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c90e5e6bcdeb9aff.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-f600ce30a4f63004.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`
44452025-10-13T23:21:43.396Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-eb432f458a7b5e8f/build-script-build`
44462025-10-13T23:21:43.463Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44472025-10-13T23:21:43.489Z 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=e3e57393337b10e3 -C extra-filename=-5b2298e3cb2ded9a --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-178a3bf33faae74a.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`
44482025-10-13T23:21:43.736Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44492025-10-13T23:21:43.761Z 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=27e22f2d209d148f -C extra-filename=-34417c94377c8141 --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-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
44502025-10-13T23:21:44.628Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
44512025-10-13T23:21:44.653Z 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=c5fa89f961b5522b -C extra-filename=-9698193fea7f5817 --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-178a3bf33faae74a.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`
44522025-10-13T23:21:45.422Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44532025-10-13T23:21:45.447Z 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=b90f84c4de89c4f2 -C extra-filename=-11d3b67831f47e09 --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-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
44542025-10-13T23:21:45.787Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44552025-10-13T23:21:45.813Z 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=edaade7b02a31e32 -C extra-filename=-3ec6af6684b837d6 --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-178a3bf33faae74a.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`
44562025-10-13T23:21:46.124Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44572025-10-13T23:21:46.149Z 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=6795a23f37010d9a -C extra-filename=-1dd1747d771d0433 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-1dd1747d771d0433 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg 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`
44582025-10-13T23:21:46.351Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44592025-10-13T23:21:46.377Z 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=96e0734b9bb588bf -C extra-filename=-2aa9682537c4a7cc --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-2aa9682537c4a7cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.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`
44602025-10-13T23:21:46.529Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-1dd1747d771d0433/build-script-build`
44612025-10-13T23:21:46.594Z 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=5a5f526a43278a93 -C extra-filename=-de5956f7e8b59b1c --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-d52aba29819925cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
44622025-10-13T23:21:47.529Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-2aa9682537c4a7cc/build-script-build`
44632025-10-13T23:21:47.710Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
44642025-10-13T23:21:47.735Z 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=e1e5e372b241854f -C extra-filename=-2412696cec732a1b --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-3ec6af6684b837d6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
44652025-10-13T23:21:48.107Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44662025-10-13T23:21:48.133Z 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=26c07d085f148a44 -C extra-filename=-6696354700a0af30 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-6696354700a0af30 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg 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`
44672025-10-13T23:21:48.542Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-6696354700a0af30/build-script-build`
44682025-10-13T23:21:48.606Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44692025-10-13T23:21:48.631Z 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=e6ee4a7a00da5852 -C extra-filename=-0eb0bf9be2675f7b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-0eb0bf9be2675f7b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg 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-13T23:21:49.022Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
44712025-10-13T23:21:49.047Z 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=3bc43afcd839c60d -C extra-filename=-53623e7e78291725 --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-f36c95c1bf93e1c3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-75c3ef68d0b103bf.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-f600ce30a4f63004.rmeta --cap-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`
44722025-10-13T23:21:50.594Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-0eb0bf9be2675f7b/build-script-build`
44732025-10-13T23:21:50.639Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
44742025-10-13T23:21:50.664Z 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=358109762feb79c3 -C extra-filename=-00499c4e220f26b7 --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-3ec6af6684b837d6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
44752025-10-13T23:21:50.705Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
44762025-10-13T23:21:50.730Z 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=bb43eb7f53916005 -C extra-filename=-b9a6135df1ca0b27 --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-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
44772025-10-13T23:21:51.645Z 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=3b158002ecbe808c -C extra-filename=-9af8bccd40033b12 --out-dir /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-7313fc0cd42b8a8e.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-87b5b8d90c34e508.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-215bebc1a79a8d26.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-ac0e33b2af33f733.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-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-51b830974b3cf247.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-0aee9dadf39a9773.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-401713b4e9145b72.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.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)'`
44782025-10-13T23:21:52.372Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44792025-10-13T23:21:52.398Z 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=e7d8986179094155 -C extra-filename=-f66565e7b8fbf1df --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-ff6a5a790b8a0d3a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-4d3ec98371e69837.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
44802025-10-13T23:21:56.331Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44812025-10-13T23:21:56.356Z 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=46a4f6f0f0f5c60e -C extra-filename=-5e5b7ab6372cba2e --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-9af8bccd40033b12.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
44822025-10-13T23:21:56.482Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44832025-10-13T23:21:56.508Z 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=f1934767d352970b -C extra-filename=-92fbff836cd1685a --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-ff6a5a790b8a0d3a.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.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`
44842025-10-13T23:21:56.771Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44852025-10-13T23:21:56.797Z 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=bb26599102b608fe -C extra-filename=-5ee78a968a142ff9 --out-dir /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-3262e50a04d6b924.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
44862025-10-13T23:21:57.385Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
44872025-10-13T23:21:57.410Z 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=cc0984d260e905db -C extra-filename=-7d53fb4c478ec8a1 --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-ff6a5a790b8a0d3a.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.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-c27fbe760458a500.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-5e5b7ab6372cba2e.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-4d3ec98371e69837.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg 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`
44882025-10-13T23:21:58.666Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44892025-10-13T23:21:58.691Z 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=6dd0afb3469ae23f -C extra-filename=-23c5bf6ba28e63d4 --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-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-5abc6f59dc903098.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-f600ce30a4f63004.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`
44902025-10-13T23:22:00.845Z 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=d71f74734f406c5c -C extra-filename=-5946e91ef97ed671 --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-07c6eb904e8c6d53.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-5abc6f59dc903098.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-f600ce30a4f63004.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`
44912025-10-13T23:22:01.222Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
44922025-10-13T23:22:01.247Z 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=544ec11fdd6fd5b0 -C extra-filename=-9b242467b04515e5 --out-dir /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-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
44932025-10-13T23:22:01.759Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44942025-10-13T23:22:01.785Z 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=23a959560b13003f -C extra-filename=-328848a39e18c9a1 --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-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
44952025-10-13T23:22:02.419Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44962025-10-13T23:22:02.444Z 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=c94a240e0d64e1e1 -C extra-filename=-34a3286c2ff66544 --out-dir /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-178a3bf33faae74a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.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-5abc6f59dc903098.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`
44972025-10-13T23:22:02.581Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44982025-10-13T23:22:02.606Z 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=c1824df61146db51 -C extra-filename=-0bbdffec64122808 --out-dir /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-178a3bf33faae74a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.rmeta --cfg 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`
44992025-10-13T23:22:03.144Z 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=3d7f2a9891f85011 -C extra-filename=-f757238c5ff645a2 --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-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-9198a76e2322449a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.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-f600ce30a4f63004.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-17d8434b9893ec40.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`
45002025-10-13T23:22:04.230Z 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=fc165b960269c2ef -C extra-filename=-f9845514f6c68d00 --out-dir /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-178a3bf33faae74a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5946e91ef97ed671.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-5abc6f59dc903098.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`
45012025-10-13T23:22:04.312Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45022025-10-13T23:22:04.337Z 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=4cbd01bcddb153a7 -C extra-filename=-5a2f5c4ea0ab90bf --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-3bf07c002fc086f9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.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`
45032025-10-13T23:22:05.348Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45042025-10-13T23:22:05.374Z 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=f5461aa65a53fca4 -C extra-filename=-bde2948c9aff88a8 --out-dir /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-9af8bccd40033b12.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-720173f4da1d6ce6.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-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-5e5b7ab6372cba2e.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-f600ce30a4f63004.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`
45052025-10-13T23:22:06.022Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45062025-10-13T23:22:06.048Z 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=88858e0fc3ee5331 -C extra-filename=-30ba2fdff85d31ab --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-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.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`
45072025-10-13T23:22:06.406Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45082025-10-13T23:22:06.431Z 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=3b5559b43815e924 -C extra-filename=-7ed694ccac46be36 --out-dir /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-f757238c5ff645a2.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-ff6a5a790b8a0d3a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-54de39cebd12a8b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-df82ee9cba5bb7d4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.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-4d3ec98371e69837.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
45092025-10-13T23:22:06.787Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
45102025-10-13T23:22:07.266Z 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=888a27802db490a5 -C extra-filename=-2f39dcd3cf7c21f8 --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-07c6eb904e8c6d53.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-5abc6f59dc903098.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-f600ce30a4f63004.rmeta --cap-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`
45112025-10-13T23:22:07.313Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
45122025-10-13T23:22:07.313Z 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=056b0e209dd24d8b -C extra-filename=-3a883fcb54035d38 --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-178a3bf33faae74a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f9845514f6c68d00.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5946e91ef97ed671.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`
45132025-10-13T23:22:07.893Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45142025-10-13T23:22:07.918Z 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=a051d6fc8989a009 -C extra-filename=-996de1d5590868b9 --out-dir /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-87b5b8d90c34e508.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-9af8bccd40033b12.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-bde2948c9aff88a8.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-f600ce30a4f63004.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`
45152025-10-13T23:22:08.585Z 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=e73a8df039420f12 -C extra-filename=-7fcc042b500bc3cf --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-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-5abc6f59dc903098.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-f600ce30a4f63004.rmeta --cap-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`
45162025-10-13T23:22:11.792Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45172025-10-13T23:22:11.817Z 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=f3cca3ece0949c78 -C extra-filename=-a8aea60a82a5e4f8 --out-dir /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-7d53fb4c478ec8a1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-54de39cebd12a8b7.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-5abc6f59dc903098.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-7ed694ccac46be36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg 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`
45182025-10-13T23:22:12.502Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
45192025-10-13T23:22:12.528Z 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=bff03aa571772ccd -C extra-filename=-2224fc607fc64374 --out-dir /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-178a3bf33faae74a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f39dcd3cf7c21f8.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-5abc6f59dc903098.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`
45202025-10-13T23:22:14.316Z 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=0994d3af3efe86da -C extra-filename=-6322f9bd8ff0c96f --out-dir /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-178a3bf33faae74a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7fcc042b500bc3cf.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-5abc6f59dc903098.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`
45212025-10-13T23:22:15.480Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
45222025-10-13T23:22:15.505Z 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=f5db0e324a08cd7c -C extra-filename=-a6225474d5f6df3a --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-178a3bf33faae74a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2224fc607fc64374.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f39dcd3cf7c21f8.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`
45232025-10-13T23:22:15.641Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45242025-10-13T23:22:15.666Z 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=b9553c5979c5d4fd -C extra-filename=-fa1cf59ca29f0d95 --out-dir /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-178a3bf33faae74a.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0ea46bd2ce11bc3e.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-34a3286c2ff66544.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-3a883fcb54035d38.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.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-f600ce30a4f63004.rmeta --cfg 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`
45252025-10-13T23:22:16.265Z 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=2ecc4acee055d1ce -C extra-filename=-c8120d1eb23b6b88 --out-dir /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-de9639f458571e2b.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-856a8896ec6f8bb8.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-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-fa1cf59ca29f0d95.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.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-7e89575cc437d63a.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-5abc6f59dc903098.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-f600ce30a4f63004.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-13T23:22:17.308Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45272025-10-13T23:22:17.333Z 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=050c27d5b76ec8a2 -C extra-filename=-f2edab8f502de9b0 --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-df57545275e79817.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-9b242467b04515e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
45282025-10-13T23:22:18.349Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45292025-10-13T23:22:18.374Z 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=3fd34432c8eea8e6 -C extra-filename=-7026353b7e51cbec --out-dir /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-9af8bccd40033b12.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-9198a76e2322449a.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-9af23d869935c341.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-13T23:22:18.400Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45312025-10-13T23:22:18.425Z 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=96f57924cffccda9 -C extra-filename=-bac91d3a5f49972d --out-dir /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-34417c94377c8141.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.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-178a3bf33faae74a.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5b2298e3cb2ded9a.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`
45322025-10-13T23:22:19.965Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45332025-10-13T23:22:19.990Z 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=90867a6514965d2f -C extra-filename=-e5bb030ba93f07fa --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-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
45342025-10-13T23:22:20.017Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45352025-10-13T23:22:20.078Z 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=6a401c24a9e3e9eb -C extra-filename=-4a3a85c0f921f3de --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-856a8896ec6f8bb8.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-178a3bf33faae74a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.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`
45362025-10-13T23:22:20.187Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
45372025-10-13T23:22:20.213Z 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=acee3d74c5fb3168 -C extra-filename=-0a24c1421cd74ab4 --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-856a8896ec6f8bb8.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-9b242467b04515e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
45382025-10-13T23:22:20.781Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45392025-10-13T23:22:20.806Z 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=dcbaf1881c438206 -C extra-filename=-2a7396bd45bcce30 --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-ac0e33b2af33f733.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.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`
45402025-10-13T23:22:21.595Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45412025-10-13T23:22:21.620Z 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=4811ed8d976cbf1d -C extra-filename=-667f33525bc15e2e --out-dir /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-9af8bccd40033b12.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-178a3bf33faae74a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-401713b4e9145b72.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5b2298e3cb2ded9a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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 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`
45422025-10-13T23:22:21.645Z Compiling samael v0.0.19
45432025-10-13T23:22:21.645Z 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`
45442025-10-13T23:22:23.181Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
45452025-10-13T23:22:23.207Z 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=6b12ef1620f5fb87 -C extra-filename=-e1f9c015f86587e7 --out-dir /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-178a3bf33faae74a.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-9698193fea7f5817.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-6322f9bd8ff0c96f.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-a6225474d5f6df3a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7fcc042b500bc3cf.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-f600ce30a4f63004.rmeta --cap-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`
45462025-10-13T23:22:23.687Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
45472025-10-13T23:22:23.728Z 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=7f7aac9d19f2558e -C extra-filename=-77ae23d6d26518f2 --out-dir /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-e1f9c015f86587e7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
45482025-10-13T23:22:23.753Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
45492025-10-13T23:22:23.753Z 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=0ccfc3eb74893bfe -C extra-filename=-2d3b31102c7c20fc --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-856a8896ec6f8bb8.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-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-7ed694ccac46be36.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-667f33525bc15e2e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
45502025-10-13T23:22:24.078Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-68d182e39c7e2392/build-script-bindings`
45512025-10-13T23:22:24.928Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45522025-10-13T23:22:24.976Z 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=d0663596dbb8b7af -C extra-filename=-4152b28669340563 --out-dir /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-4a9f3093cf91e0a7.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-5ee78a968a142ff9.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.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-856a8896ec6f8bb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.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-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.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-9b242467b04515e5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.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-7d53fb4c478ec8a1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.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-5abc6f59dc903098.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-9198a76e2322449a.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-7016dcfaa30975a2.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-e0c5116aee1eb5b2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.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-9af23d869935c341.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
45532025-10-13T23:22:25.642Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
45542025-10-13T23:22:25.711Z 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=5d98ea69af410d7d -C extra-filename=-9a0680f158a04252 --out-dir /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-0a24c1421cd74ab4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-aea687be00b6aa6d.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-91d8ad7f7f70dd2c.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-9b242467b04515e5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-5abc6f59dc903098.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-b5013a1c5083beb9.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-f600ce30a4f63004.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`
45552025-10-13T23:22:26.494Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
45562025-10-13T23:22:26.495Z 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=50b60b0cd9fe1157 -C extra-filename=-d71d69ec2d477226 --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-77ae23d6d26518f2.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-f36c95c1bf93e1c3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-75c3ef68d0b103bf.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-5abc6f59dc903098.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-d026870676d7c7ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-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`
45572025-10-13T23:22:26.540Z 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=7f35b89a5a075d48 -C extra-filename=-57ab985b4c888431 --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-2e0e85019f9cd98f.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-f600ce30a4f63004.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)'`
45582025-10-13T23:22:27.465Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45592025-10-13T23:22:27.490Z 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=25c24b7128c2c4a9 -C extra-filename=-0fcf5805e4ed35fa --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-53623e7e78291725.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.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-5e5b7ab6372cba2e.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-f600ce30a4f63004.rmeta --cfg 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`
45602025-10-13T23:22:28.416Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45612025-10-13T23:22:28.441Z 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=def82069bb8b3df9 -C extra-filename=-be9fdd37cc966c0e --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-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.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-5abc6f59dc903098.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-5e5b7ab6372cba2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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-13T23:22:29.159Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45632025-10-13T23:22:29.201Z 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=8d74a19deff2fe86 -C extra-filename=-0331f5395e894c19 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-0331f5395e894c19 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg 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`
45642025-10-13T23:22:29.541Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-0331f5395e894c19/build-script-build`
45652025-10-13T23:22:29.599Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
45662025-10-13T23:22:29.624Z 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=834d8c93d5430bc5 -C extra-filename=-6f7c6f03b1271b37 --out-dir /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-87b5b8d90c34e508.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-856a8896ec6f8bb8.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-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7026353b7e51cbec.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-2d3b31102c7c20fc.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bde2948c9aff88a8.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-996de1d5590868b9.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-4d3ec98371e69837.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`
45672025-10-13T23:22:30.557Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45682025-10-13T23:22:30.582Z 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=f18d615fc7612e29 -C extra-filename=-e2955d07c4b6953b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-e2955d07c4b6953b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg 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-13T23:22:30.954Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
45702025-10-13T23:22:30.980Z 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=7d45c0d913863986 -C extra-filename=-8215a1f0ec9740ce --out-dir /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-87b5b8d90c34e508.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.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-f37f24c98238e8bd.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-e0c5116aee1eb5b2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.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`
45712025-10-13T23:22:32.674Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-e2955d07c4b6953b/build-script-build`
45722025-10-13T23:22:32.737Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45732025-10-13T23:22:32.762Z 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=20ed6fa695156cd6 -C extra-filename=-383767ca9f27fc33 --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-856a8896ec6f8bb8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.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`
45742025-10-13T23:22:34.049Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45752025-10-13T23:22:34.074Z 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=89895eb6cc4f7e6f -C extra-filename=-6d2358ea28e64b65 --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-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-4d3ec98371e69837.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`
45762025-10-13T23:22:34.729Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=102b0bb8305cfbc3fa74c52d643d716653756372#102b0bb8)
45772025-10-13T23:22:34.754Z 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/102b0bb/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=227fe6a8c8aaddea -C extra-filename=-0ee331a945adfe59 --out-dir /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-1ad0883445c30172.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
45782025-10-13T23:22:34.827Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
45792025-10-13T23:22:34.852Z 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=f2b0fad44181c553 -C extra-filename=-ddafce2714bd3b85 --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-964f37db051ab742.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-6f7c6f03b1271b37.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-996de1d5590868b9.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-4d3ec98371e69837.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`
45802025-10-13T23:22:36.197Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
45812025-10-13T23:22:36.223Z 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=f9dda1a4ea85c874 -C extra-filename=-51c76482ac31c264 --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-856a8896ec6f8bb8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-7ed694ccac46be36.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.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`
45822025-10-13T23:22:37.677Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
45832025-10-13T23:22:37.702Z 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=6ccd02a51d34ce27 -C extra-filename=-8812c20587132146 --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-856a8896ec6f8bb8.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-3aa573fe7f592958.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.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-13T23:22:37.802Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
45852025-10-13T23:22:37.828Z 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=f6738ca66fb57cc5 -C extra-filename=-d155f4fb60101b62 --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-856a8896ec6f8bb8.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-178a3bf33faae74a.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`
45862025-10-13T23:22:37.981Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
45872025-10-13T23:22:38.006Z 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=1ab9cd3597ae6bc8 -C extra-filename=-ed721364f0e3a705 --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-d87f969b8e395139.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-7ed694ccac46be36.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-996de1d5590868b9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --cfg 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`
45882025-10-13T23:22:38.419Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
45892025-10-13T23:22:38.444Z 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=67f06ed23452594d -C extra-filename=-396fb80a0a915448 --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-5ee78a968a142ff9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
45902025-10-13T23:22:38.842Z Compiling polar-core v0.27.3
45912025-10-13T23:22:38.867Z 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`
45922025-10-13T23:22:39.011Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8e9252917993e36d43dce96b4409ef151b7d4442#8e925291)
45932025-10-13T23:22:39.055Z 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/8e92529/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=21bde30371989f29 -C extra-filename=-a7338a276e9ab7fd --out-dir /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-856a8896ec6f8bb8.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-1ad0883445c30172.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-00db3351f6d78594.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-0506f7c1849a23f4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.rmeta --cap-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`
45942025-10-13T23:22:39.749Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45952025-10-13T23:22:39.774Z 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=3ad7b7bb28b43e6f -C extra-filename=-9e45a2b21331a45c --out-dir /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-87b5b8d90c34e508.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-856a8896ec6f8bb8.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-f37f24c98238e8bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-e0c5116aee1eb5b2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.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`
45962025-10-13T23:22:40.193Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
45972025-10-13T23:22:40.218Z 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=8e7cc5f0d1ad924e -C extra-filename=-04027a02170ab2d8 --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-5ee78a968a142ff9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
45982025-10-13T23:22:40.446Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-cac4f776c093a6c1/build-script-build`
45992025-10-13T23:22:40.847Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
46002025-10-13T23:22:40.873Z 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=522685cb9d31509b -C extra-filename=-ae899ec7fe405ca0 --out-dir /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-4d3ec98371e69837.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rmeta --cap-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`
46012025-10-13T23:22:41.961Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46022025-10-13T23:22:41.986Z 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=77cb57f094bc7406 -C extra-filename=-35085b233b640699 --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-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.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-f600ce30a4f63004.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`
46032025-10-13T23:22:42.156Z 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`
46042025-10-13T23:22:42.282Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46052025-10-13T23:22:42.308Z 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=25e481d2c6b0bc83 -C extra-filename=-c7fe5d46ba8d6850 --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-fa33fc3fea407a3e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3708ad563010fdb5.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-6db268b7ab5218c6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg 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-13T23:22:42.497Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46072025-10-13T23:22:42.571Z 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=278ca5d657ff202d -C extra-filename=-44e3643cfc9437ae --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-856a8896ec6f8bb8.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-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.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`
46082025-10-13T23:22:42.637Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46092025-10-13T23:22:42.663Z 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=915e40cb7539c188 -C extra-filename=-cc32e9ba18b5999a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-cc32e9ba18b5999a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg 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`
46102025-10-13T23:22:42.828Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46112025-10-13T23:22:42.855Z 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=62dc11276426a417 -C extra-filename=-32aa8d82ad9d1f4e --out-dir /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-d71d69ec2d477226.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-5e5b7ab6372cba2e.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-5fb898108cf35d16.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rmeta --cfg 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`
46122025-10-13T23:22:43.054Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
46132025-10-13T23:22:43.079Z 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=e3dd629745ddcb21 -C extra-filename=-3a60bdfc93d6a408 --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-328848a39e18c9a1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
46142025-10-13T23:22:43.104Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-cc32e9ba18b5999a/build-script-build`
46152025-10-13T23:22:43.158Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
46162025-10-13T23:22:43.183Z 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=4c7859d1efc4b7e1 -C extra-filename=-aa733f3773f2f3a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-aa733f3773f2f3a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg 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`
46172025-10-13T23:22:43.555Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-aa733f3773f2f3a8/build-script-build`
46182025-10-13T23:22:43.613Z 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,)'`
46192025-10-13T23:22:43.952Z 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=17cc93dd69d51c80 -C extra-filename=-0ad86849d3a0c532 --out-dir /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-87b5b8d90c34e508.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-3a60bdfc93d6a408.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-5abc6f59dc903098.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-4acd45e355d937bd.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`
46202025-10-13T23:22:44.223Z Compiling git2 v0.20.2
46212025-10-13T23:22:44.248Z 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`
46222025-10-13T23:22:44.588Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46232025-10-13T23:22:44.613Z 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=d48d51f65f64a07f -C extra-filename=-4a7ffdf2ca6f0bdb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-4a7ffdf2ca6f0bdb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg 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`
46242025-10-13T23:22:44.678Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
46252025-10-13T23:22:44.703Z 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=bff6c3ba88abc84c -C extra-filename=-694ca5632c0d20f8 --out-dir /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-e1f9c015f86587e7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
46262025-10-13T23:22:45.022Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-4a7ffdf2ca6f0bdb/build-script-build`
46272025-10-13T23:22:45.095Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46282025-10-13T23:22:45.120Z 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=bc02d7da8ed073a8 -C extra-filename=-55b16d06efe32399 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-55b16d06efe32399 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg 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`
46292025-10-13T23:22:45.544Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46302025-10-13T23:22:45.571Z 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=3a9bac1d3667ef93 -C extra-filename=-2972371529a07449 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-2972371529a07449 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg 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`
46312025-10-13T23:22:45.945Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46322025-10-13T23:22:45.970Z 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=a1f9c2c103974ce2 -C extra-filename=-a8fe89781bd0aa1f --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-7026353b7e51cbec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.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-5abc6f59dc903098.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-7ed694ccac46be36.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32aa8d82ad9d1f4e.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`
46332025-10-13T23:22:47.504Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46342025-10-13T23:22:47.529Z 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=e923456b8832a49c -C extra-filename=-bea07081c14b3621 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-bea07081c14b3621 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg 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`
46352025-10-13T23:22:47.939Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-bea07081c14b3621/build-script-build`
46362025-10-13T23:22:48.004Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
46372025-10-13T23:22:48.029Z 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=e7b9fdcd2e9aaf15 -C extra-filename=-914a08cd0382652a --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-694ca5632c0d20f8.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-f36c95c1bf93e1c3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-75c3ef68d0b103bf.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-5abc6f59dc903098.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-d026870676d7c7ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-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`
46382025-10-13T23:22:48.387Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-2972371529a07449/build-script-build`
46392025-10-13T23:22:48.456Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-55b16d06efe32399/build-script-build`
46402025-10-13T23:22:48.521Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46412025-10-13T23:22:48.546Z 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=30ee466c6fe107a2 -C extra-filename=-5674cdc6db40cb73 --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-5ee78a968a142ff9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
46422025-10-13T23:22:48.802Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
46432025-10-13T23:22:48.828Z 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=5cdd87acae33b070 -C extra-filename=-0cde43c9e0306e09 --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-5ee78a968a142ff9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
46442025-10-13T23:22:49.542Z 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)'`
46452025-10-13T23:22:50.531Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46462025-10-13T23:22:50.556Z 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=b05ffa0a450487d8 -C extra-filename=-edf5088bc20b152d --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-edf5088bc20b152d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg 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`
46472025-10-13T23:22:50.766Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46482025-10-13T23:22:50.791Z 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=62b05f6884de0204 -C extra-filename=-0c0e0d9c1fdaba47 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-0c0e0d9c1fdaba47 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg 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`
46492025-10-13T23:22:50.925Z Compiling oso v0.27.3
46502025-10-13T23:22:50.950Z 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`
46512025-10-13T23:22:51.210Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
46522025-10-13T23:22:51.235Z 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=51ca956ef1e50d9c -C extra-filename=-bb7bcdb79637c2c8 --out-dir /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-178a3bf33faae74a.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`
46532025-10-13T23:22:51.534Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=102b0bb8305cfbc3fa74c52d643d716653756372#102b0bb8)
46542025-10-13T23:22:51.559Z 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/102b0bb/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=d5ad3ad178e4be99 -C extra-filename=-f17c0a0ec6749d78 --out-dir /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-1ad0883445c30172.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.rmeta --cap-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`
46552025-10-13T23:22:52.026Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=102b0bb8305cfbc3fa74c52d643d716653756372#102b0bb8)
46562025-10-13T23:22:52.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/git/checkouts/crucible-0a48bd218bc2bbbc/102b0bb/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=06e953f8d8056bf6 -C extra-filename=-3cdb22416bfdcc37 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-3cdb22416bfdcc37 -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`
46572025-10-13T23:22:53.768Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46582025-10-13T23:22:53.793Z 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=9f0fd204b6a58f86 -C extra-filename=-d180497785b46993 --out-dir /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-856a8896ec6f8bb8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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-13T23:22:53.943Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
46602025-10-13T23:22:53.968Z 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=eac965c98ed7033e -C extra-filename=-ccd6482eb2f91e6d --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-964f37db051ab742.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.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-5abc6f59dc903098.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-f600ce30a4f63004.rmeta --cfg 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-13T23:22:53.995Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46622025-10-13T23:22:54.057Z 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=9f99e4c0f0cfc9de -C extra-filename=-6b761cb0ea37c47c --out-dir /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-856a8896ec6f8bb8.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-39e95183ef82f4c1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f37f24c98238e8bd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-bf590cde3ce690df.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-df82ee9cba5bb7d4.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-f600ce30a4f63004.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`
46632025-10-13T23:22:55.377Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46642025-10-13T23:22:55.403Z 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=87ca5875400068bc -C extra-filename=-faa3fefb3df51649 --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-7d53fb4c478ec8a1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --cfg 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`
46652025-10-13T23:22:57.192Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46662025-10-13T23:22:57.239Z 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=0b8dc5aa086e3c68 -C extra-filename=-eb8865c58bacfd25 --out-dir /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-3262e50a04d6b924.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-fc43ee1bf3211977.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-b5013a1c5083beb9.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-4acd45e355d937bd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
46672025-10-13T23:22:57.347Z 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=eeed678e8d8b327c -C extra-filename=-fc390aeeec3bc9fd --out-dir /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-5ee78a968a142ff9.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2412696cec732a1b.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.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-d180497785b46993.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2a7396bd45bcce30.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e5bb030ba93f07fa.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bac91d3a5f49972d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.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-2e0e85019f9cd98f.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-a8aea60a82a5e4f8.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-7016dcfaa30975a2.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-4d3ec98371e69837.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
46682025-10-13T23:22:58.608Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46692025-10-13T23:22:58.656Z 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=4a5361aeab9c51bc -C extra-filename=-c5fcb292480315a0 --out-dir /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-04027a02170ab2d8.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.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-7d53fb4c478ec8a1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bac91d3a5f49972d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-a8aea60a82a5e4f8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.rmeta --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-ed721364f0e3a705.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-4d3ec98371e69837.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-c7fe5d46ba8d6850.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
46702025-10-13T23:22:59.282Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46712025-10-13T23:22:59.308Z 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=6e3f70297fabf92a -C extra-filename=-3960e08f527090e7 --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-964f37db051ab742.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.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-5abc6f59dc903098.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-f600ce30a4f63004.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`
46722025-10-13T23:23:00.075Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
46732025-10-13T23:23:00.123Z 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=88f5a7c6dbe86d9c -C extra-filename=-69af0c7be5f51e87 --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-92fbff836cd1685a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.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-a8aea60a82a5e4f8.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-4d3ec98371e69837.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
46742025-10-13T23:23:04.529Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46752025-10-13T23:23:04.554Z 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=dc771c31a2636cf6 -C extra-filename=-d9fde2819637ec21 --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-856a8896ec6f8bb8.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccd6482eb2f91e6d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.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`
46762025-10-13T23:23:04.679Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46772025-10-13T23:23:04.705Z 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=a4776391bffcc3e3 -C extra-filename=-4d0573f8e2598029 --out-dir /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-856a8896ec6f8bb8.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-5a2f5c4ea0ab90bf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccd6482eb2f91e6d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-fa1cf59ca29f0d95.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-44e3643cfc9437ae.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.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`
46782025-10-13T23:23:08.133Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
46792025-10-13T23:23:08.181Z 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=d807b81c1ece3853 -C extra-filename=-44516f8d732189bf --out-dir /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-856a8896ec6f8bb8.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8812c20587132146.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-8b762501ddfdf233.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.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-964f37db051ab742.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-6d2358ea28e64b65.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-fa1cf59ca29f0d95.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d9fde2819637ec21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-4d3ec98371e69837.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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/`
46802025-10-13T23:23:09.664Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
46812025-10-13T23:23:09.734Z 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=dc2c92fdc6ffa329 -C extra-filename=-4b37fce8fb2726ff --out-dir /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-3262e50a04d6b924.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f757238c5ff645a2.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-51c76482ac31c264.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-be9fdd37cc966c0e.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-87b5b8d90c34e508.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-5ee78a968a142ff9.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-0ee331a945adfe59.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-9a0680f158a04252.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-92fbff836cd1685a.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-250b58ec85590141.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7026353b7e51cbec.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.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-3f001ffdf92df144.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccd6482eb2f91e6d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0fcf5805e4ed35fa.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-51b830974b3cf247.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-fa1cf59ca29f0d95.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d9fde2819637ec21.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-54de39cebd12a8b7.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a7338a276e9ab7fd.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-00db3351f6d78594.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-383767ca9f27fc33.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-df82ee9cba5bb7d4.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2d3b31102c7c20fc.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a8aea60a82a5e4f8.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6f7c6f03b1271b37.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.rmeta --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-ddafce2714bd3b85.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-667f33525bc15e2e.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bde2948c9aff88a8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-996de1d5590868b9.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-c0d796ba43f2b578.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-4d3ec98371e69837.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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/`
46822025-10-13T23:23:11.009Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46832025-10-13T23:23:11.057Z 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=7e63d1da06d91769 -C extra-filename=-99429029d65043a9 --out-dir /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-87b5b8d90c34e508.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-5ee78a968a142ff9.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.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-92fbff836cd1685a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.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-5a2f5c4ea0ab90bf.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-d180497785b46993.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c5fcb292480315a0.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-faa3fefb3df51649.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.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-a8aea60a82a5e4f8.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-6b761cb0ea37c47c.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-ae899ec7fe405ca0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-c7fe5d46ba8d6850.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
46842025-10-13T23:23:12.206Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
46852025-10-13T23:23:12.231Z 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=a043ecae8fead909 -C extra-filename=-d6418debc5d53d27 --out-dir /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-914a08cd0382652a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
46862025-10-13T23:23:13.676Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46872025-10-13T23:23:13.724Z 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=aaccc8cf97270217 -C extra-filename=-3c964c9e006fc02c --out-dir /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-c27fbe760458a500.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-5e5b7ab6372cba2e.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-5fb898108cf35d16.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.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-9af23d869935c341.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32aa8d82ad9d1f4e.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a8fe89781bd0aa1f.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`
46882025-10-13T23:23:18.345Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46892025-10-13T23:23:18.370Z 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=0c2a98c0f832fc48 -C extra-filename=-e9eedd5beac69c8a --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-856a8896ec6f8bb8.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-44516f8d732189bf.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6b761cb0ea37c47c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
46902025-10-13T23:23:19.376Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-3cdb22416bfdcc37/build-script-build`
46912025-10-13T23:23:21.170Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46922025-10-13T23:23:21.195Z 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=32928cf2d72f0d69 -C extra-filename=-13be26ac0059e2e5 --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-856a8896ec6f8bb8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
46932025-10-13T23:23:21.235Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
46942025-10-13T23:23:21.261Z 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=01947c97b96eb7b7 -C extra-filename=-113ac825a925c2df --out-dir /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-856a8896ec6f8bb8.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-ac0e33b2af33f733.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d4a776c31a0a00da.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.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`
46952025-10-13T23:23:24.157Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46962025-10-13T23:23:24.157Z 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=dba944ef6ae0cd4b -C extra-filename=-0d6d2b2d904e313e --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-856a8896ec6f8bb8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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-13T23:23:27.010Z 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/102b0bb/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=779edc922ca7a956 -C extra-filename=-a5d5a834fff29d73 --out-dir /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-856a8896ec6f8bb8.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-5abc6f59dc903098.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-b5013a1c5083beb9.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-f600ce30a4f63004.rmeta --cap-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`
46982025-10-13T23:23:27.165Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46992025-10-13T23:23:27.190Z 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=21931f9bf63dd900 -C extra-filename=-2d92e8be7272f21b --out-dir /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-c5fcb292480315a0.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-99429029d65043a9.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-4d3ec98371e69837.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-c7fe5d46ba8d6850.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
47002025-10-13T23:23:28.563Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
47012025-10-13T23:23:28.590Z 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=286ab208278d00d6 -C extra-filename=-c6a9695b5e708128 --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-d6418debc5d53d27.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-75c3ef68d0b103bf.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-2e1671183b5fd81d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.rmeta --cap-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`
47022025-10-13T23:23:29.461Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
47032025-10-13T23:23:29.486Z 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=7a9f80b5991c530d -C extra-filename=-23aef0b6d5f2c2fa --out-dir /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-de9639f458571e2b.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0ea46bd2ce11bc3e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
47042025-10-13T23:23:30.919Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-0c0e0d9c1fdaba47/build-script-build`
47052025-10-13T23:23:31.021Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-edf5088bc20b152d/build-script-build`
47062025-10-13T23:23:31.092Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
47072025-10-13T23:23:31.117Z 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=ceb0eb92c29e0d5d -C extra-filename=-339743ec37ec16d0 --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-178a3bf33faae74a.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`
47082025-10-13T23:23:31.447Z Compiling password-hash v0.4.2
47092025-10-13T23:23:31.472Z 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`
47102025-10-13T23:23:31.615Z Compiling async-attributes v1.1.2
47112025-10-13T23:23:31.640Z 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`
47122025-10-13T23:23:32.205Z Compiling tinytemplate v1.2.1
47132025-10-13T23:23:32.232Z 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`
47142025-10-13T23:23:32.335Z Compiling kv-log-macro v1.0.7
47152025-10-13T23:23:32.360Z 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`
47162025-10-13T23:23:32.603Z Compiling target-spec v3.5.0
47172025-10-13T23:23:32.629Z 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`
47182025-10-13T23:23:32.654Z Compiling anes v0.1.6
47192025-10-13T23:23:32.724Z 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`
47202025-10-13T23:23:32.749Z Compiling oorandom v11.1.4
47212025-10-13T23:23:32.749Z 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`
47222025-10-13T23:23:33.049Z Compiling async-std v1.13.0
47232025-10-13T23:23:33.074Z 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`
47242025-10-13T23:23:33.183Z Compiling criterion v0.7.0
47252025-10-13T23:23:33.208Z 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`
47262025-10-13T23:23:33.242Z Compiling pbkdf2 v0.11.0
47272025-10-13T23:23:33.242Z 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`
47282025-10-13T23:23:33.279Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-dc46061e70f154d8/build-script-build`
47292025-10-13T23:23:33.350Z 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=c7e8a37a5082b6c4 -C extra-filename=-e680d48eead497a9 --out-dir /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-ff6a5a790b8a0d3a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.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-9b242467b04515e5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c5fcb292480315a0.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-faa3fefb3df51649.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-99429029d65043a9.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2d92e8be7272f21b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bb7bcdb79637c2c8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-ae899ec7fe405ca0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
47302025-10-13T23:23:33.678Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
47312025-10-13T23:23:33.705Z 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=23f5e057c8db62e6 -C extra-filename=-6a7ca7f40e53cc4d --out-dir /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-0cde43c9e0306e09.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-9af8bccd40033b12.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-c8120d1eb23b6b88.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-4acd45e355d937bd.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`
47322025-10-13T23:23:39.226Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47332025-10-13T23:23:39.251Z 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=d9758458834f60a7 -C extra-filename=-e2d4a7a744d736ed --out-dir /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-b674dd16dd22f44c.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-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.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-f600ce30a4f63004.rmeta --cfg 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`
47342025-10-13T23:23:40.900Z Compiling cfg-expr v0.20.1
47352025-10-13T23:23:40.925Z 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`
47362025-10-13T23:23:42.110Z Compiling ssh-key v0.6.6
47372025-10-13T23:23:42.135Z 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=30b2fddc8a423414 -C extra-filename=-5ecad3da401fb802 --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-2da796a22f582014.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-3f4a1ef14aef24a3.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-0d1bdc8690659954.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`
47382025-10-13T23:23:42.164Z 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`
47392025-10-13T23:23:42.350Z Compiling p256 v0.13.2
47402025-10-13T23:23:42.403Z 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=2eb3e0b83806bb2c -C extra-filename=-88f9bd410811b212 --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-b87fd6613cc2fc15.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-27efb91a483473e9.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-f80c8bdec683dac8.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`
47412025-10-13T23:23:42.822Z Compiling p521 v0.13.3
47422025-10-13T23:23:42.847Z 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=ec3a962348a58019 -C extra-filename=-55ce1a33e86ca6c7 --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-b87fd6613cc2fc15.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-27efb91a483473e9.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-f80c8bdec683dac8.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`
47432025-10-13T23:23:43.143Z Compiling blake3 v1.5.4
47442025-10-13T23:23:43.168Z 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`
47452025-10-13T23:23:43.862Z Compiling russh-cryptovec v0.7.3
47462025-10-13T23:23:43.887Z 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`
47472025-10-13T23:23:44.231Z Compiling md5 v0.7.0
47482025-10-13T23:23:44.256Z 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`
47492025-10-13T23:23:44.678Z Compiling russh-keys v0.45.0
47502025-10-13T23:23:44.703Z 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=9d37018ccc5e2c68 -C extra-filename=-4a61269642869491 --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-ca963994358ae4f8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-dd833add49a4eb53.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-b87fd6613cc2fc15.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2da796a22f582014.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-27efb91a483473e9.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-88f9bd410811b212.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-87ecb58863d3da34.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-55ce1a33e86ca6c7.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-ef385ef70cc55495.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-788280566d835877.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-2a792808c28152aa.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-012c98008c7e3a3a.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-3f4a1ef14aef24a3.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-47d0d6a4c325d2eb.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-0d1bdc8690659954.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-c649c2f9da1ef23c.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-5ecad3da401fb802.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`
47512025-10-13T23:23:44.776Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-9bed0f6c2a88d9a7/build-script-build`
47522025-10-13T23:23:45.411Z 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`
47532025-10-13T23:23:45.773Z Compiling async-object-pool v0.1.5
47542025-10-13T23:23:45.798Z 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`
47552025-10-13T23:23:46.097Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47562025-10-13T23:23:46.123Z 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=64412cd881b4a201 -C extra-filename=-a6cc2c40b9963d4e --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-be9fdd37cc966c0e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-5e5b7ab6372cba2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32aa8d82ad9d1f4e.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`
47572025-10-13T23:23:46.379Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47582025-10-13T23:23:46.407Z 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=8d8f5fcb35a48ce3 -C extra-filename=-ddae0bdb61b340e5 --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-7026353b7e51cbec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.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-5abc6f59dc903098.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-9af23d869935c341.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`
47592025-10-13T23:23:47.976Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47602025-10-13T23:23:48.001Z 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=9911d6a39f09d321 -C extra-filename=-6f452e198e778bd2 --out-dir /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-856a8896ec6f8bb8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7026353b7e51cbec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-4d3ec98371e69837.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
47612025-10-13T23:23:50.031Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
47622025-10-13T23:23:50.057Z 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=481790ed068fb5cf -C extra-filename=-99e789afd1552d1a --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-5ee78a968a142ff9.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-de9639f458571e2b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
47632025-10-13T23:23:50.327Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47642025-10-13T23:23:50.352Z 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=1cb62f044913ce7e -C extra-filename=-19acf76a144cdf68 --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-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
47652025-10-13T23:23:50.623Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
47662025-10-13T23:23:50.648Z 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=8aaf3c063a161650 -C extra-filename=-b438fd721ef97649 --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-178a3bf33faae74a.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`
47672025-10-13T23:23:50.719Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47682025-10-13T23:23:50.744Z 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=3f2dc895e5462672 -C extra-filename=-521eb7f7a0b4553d --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-178a3bf33faae74a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.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`
47692025-10-13T23:23:50.829Z 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=ae3014c55c0387e5 -C extra-filename=-8880b61372a9ec1b --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-fc390aeeec3bc9fd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-f600ce30a4f63004.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`
47702025-10-13T23:23:52.111Z 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=43340439dd8b627a -C extra-filename=-bc2c29e688854918 --out-dir /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-00499c4e220f26b7.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-856a8896ec6f8bb8.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-8880b61372a9ec1b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-57ab985b4c888431.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-f600ce30a4f63004.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`
47712025-10-13T23:23:52.273Z Compiling num-bigint v0.4.6
47722025-10-13T23:23:52.298Z 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`
47732025-10-13T23:23:52.332Z Compiling pathdiff v0.2.3
47742025-10-13T23:23:52.332Z 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`
47752025-10-13T23:23:52.576Z Compiling des v0.8.1
47762025-10-13T23:23:52.601Z 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`
47772025-10-13T23:23:52.786Z Compiling serde_regex v1.1.0
47782025-10-13T23:23:52.811Z 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`
47792025-10-13T23:23:53.013Z Compiling assert-json-diff v2.0.2
47802025-10-13T23:23:53.040Z 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`
47812025-10-13T23:23:53.165Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47822025-10-13T23:23:53.190Z 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`
47832025-10-13T23:23:53.809Z Compiling path-tree v0.8.1
47842025-10-13T23:23:53.834Z 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`
47852025-10-13T23:23:54.047Z Compiling doc-comment v0.3.3
47862025-10-13T23:23:54.072Z 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`
47872025-10-13T23:23:54.416Z Compiling nested v0.1.1
47882025-10-13T23:23:54.441Z 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`
47892025-10-13T23:23:54.636Z Compiling stringmetrics v2.2.2
47902025-10-13T23:23:54.662Z 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`
47912025-10-13T23:23:54.753Z Compiling guppy v0.17.20
47922025-10-13T23:23:54.778Z 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=e5155cd4a742f8ea -C extra-filename=-db9dd470e12b2fce --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-c9c66229a77eff07.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`
47932025-10-13T23:23:54.977Z Compiling russh v0.45.0
47942025-10-13T23:23:55.003Z 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=3119dd0b91ebaa3c -C extra-filename=-80989de39554029e --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-27efb91a483473e9.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-88f9bd410811b212.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-87ecb58863d3da34.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-55ce1a33e86ca6c7.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-4a61269642869491.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-5ecad3da401fb802.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`
47952025-10-13T23:24:00.441Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47962025-10-13T23:24:00.466Z 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=18207f2a247ded40 -C extra-filename=-e99f7eefee81d6fb --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-d52aba29819925cc.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc2c29e688854918.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
47972025-10-13T23:24:00.595Z Compiling httpmock v0.8.0-alpha.1
47982025-10-13T23:24:00.620Z 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`
47992025-10-13T23:24:00.911Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-200f4663afc566c0/build-script-build`
48002025-10-13T23:24:01.150Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48012025-10-13T23:24:01.175Z 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`
48022025-10-13T23:24:01.200Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
48032025-10-13T23:24:01.201Z 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=904256e6bde1f30e -C extra-filename=-cb741549076badde --out-dir /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-f757238c5ff645a2.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-ff6a5a790b8a0d3a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-521eb7f7a0b4553d.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-964f37db051ab742.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.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-9198a76e2322449a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.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-f600ce30a4f63004.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`
48042025-10-13T23:24:01.672Z 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=1dbe61eca2fc383f -C extra-filename=-126c035fe7b6b8d8 --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-1e7b920cfd1d6499.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-2412696cec732a1b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-e1dd2113ae613896.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc2c29e688854918.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e99f7eefee81d6fb.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.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-f600ce30a4f63004.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`
48052025-10-13T23:24:03.738Z 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()))'`
48062025-10-13T23:24:04.774Z Compiling rstest_macros v0.25.0
48072025-10-13T23:24:04.799Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
48082025-10-13T23:24:05.358Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48092025-10-13T23:24:05.383Z 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`
48102025-10-13T23:24:05.655Z Compiling assert_cmd v2.0.17
48112025-10-13T23:24:05.680Z 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`
48122025-10-13T23:24:05.900Z Compiling topological-sort v0.2.2
48132025-10-13T23:24:05.925Z 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`
48142025-10-13T23:24:06.282Z Compiling internet-checksum v0.2.1
48152025-10-13T23:24:06.307Z 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`
48162025-10-13T23:24:06.335Z Compiling target-triple v0.1.3
48172025-10-13T23:24:06.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/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`
48182025-10-13T23:24:06.623Z Compiling escape8259 v0.5.3
48192025-10-13T23:24:06.663Z 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`
48202025-10-13T23:24:07.048Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-a9e7d9a104e14c0c/build-script-build`
48212025-10-13T23:24:07.094Z Compiling libtest-mimic v0.8.1
48222025-10-13T23:24:07.094Z 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`
48232025-10-13T23:24:07.158Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-04cfa77d50ed31d5/build-script-build`
48242025-10-13T23:24:07.222Z Compiling omicron-zone-package v0.12.2
48252025-10-13T23:24:07.248Z 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=7d97461c2a8123c6 -C extra-filename=-cce14069730ff329 --out-dir /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-87b5b8d90c34e508.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`
48262025-10-13T23:24:08.904Z 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=1db4087918d4cc66 -C extra-filename=-ad2f86fd355c1a29 --out-dir /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-1e7b920cfd1d6499.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-5ee78a968a142ff9.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.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-2412696cec732a1b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-e1dd2113ae613896.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.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-bc2c29e688854918.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e99f7eefee81d6fb.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-8880b61372a9ec1b.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-126c035fe7b6b8d8.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bac91d3a5f49972d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.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-7e89575cc437d63a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.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-5abc6f59dc903098.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-9198a76e2322449a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a8aea60a82a5e4f8.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-7016dcfaa30975a2.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-4d3ec98371e69837.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-f600ce30a4f63004.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`
48272025-10-13T23:24:09.343Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-50a4543035446387/build-script-build`
48282025-10-13T23:24:09.467Z 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`
48292025-10-13T23:24:09.540Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48302025-10-13T23:24:09.565Z 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=ed976945489ce509 -C extra-filename=-68e07b9469092295 --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-856a8896ec6f8bb8.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-19acf76a144cdf68.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
48312025-10-13T23:24:09.638Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
48322025-10-13T23:24:09.664Z 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=96387b8b4dd6ea8e -C extra-filename=-9acd9cbde9726fc7 --out-dir /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-87b5b8d90c34e508.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-ff6a5a790b8a0d3a.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-964f37db051ab742.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-ddae0bdb61b340e5.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7026353b7e51cbec.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-6d2358ea28e64b65.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-c27fbe760458a500.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0fcf5805e4ed35fa.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-bde2948c9aff88a8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-996de1d5590868b9.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-4d3ec98371e69837.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.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/`
48332025-10-13T23:24:10.701Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
48342025-10-13T23:24:10.726Z 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=9c4c8d71c738d80e -C extra-filename=-c3b5cee30c9c95a8 --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-eb8865c58bacfd25.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
48352025-10-13T23:24:11.690Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48362025-10-13T23:24:11.715Z 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=db67a788bc76e3f2 -C extra-filename=-edd76acf07bc6a83 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-edd76acf07bc6a83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg 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`
48372025-10-13T23:24:12.108Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48382025-10-13T23:24:12.133Z 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=ede5f48f4e39f644 -C extra-filename=-aa9a6c10efc67053 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-aa9a6c10efc67053 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.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`
48392025-10-13T23:24:12.355Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48402025-10-13T23:24:12.379Z 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=eba658ea6ab7dfdd -C extra-filename=-a4069f98f5042f1f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-a4069f98f5042f1f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg 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`
48412025-10-13T23:24:12.787Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48422025-10-13T23:24:12.812Z 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=b658cf6c01cdf0ba -C extra-filename=-7454b6dfca218146 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-7454b6dfca218146 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg 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`
48432025-10-13T23:24:13.217Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48442025-10-13T23:24:13.243Z 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=11914581a0757c4c -C extra-filename=-f8d874d68fe46029 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-f8d874d68fe46029 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg 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`
48452025-10-13T23:24:13.275Z Compiling proc-macro-crate v3.2.0
48462025-10-13T23:24:13.300Z 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`
48472025-10-13T23:24:13.653Z Compiling fancy-regex v0.14.0
48482025-10-13T23:24:13.679Z 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`
48492025-10-13T23:24:14.166Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48502025-10-13T23:24:14.191Z 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`
48512025-10-13T23:24:14.448Z Compiling relative-path v1.9.3
48522025-10-13T23:24:14.473Z 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`
48532025-10-13T23:24:14.572Z Compiling datatest-stable v0.3.2
48542025-10-13T23:24:14.598Z 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`
48552025-10-13T23:24:15.132Z 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`
48562025-10-13T23:24:15.292Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-f8d874d68fe46029/build-script-build`
48572025-10-13T23:24:15.354Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-aa9a6c10efc67053/build-script-build`
48582025-10-13T23:24:15.475Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-7454b6dfca218146/build-script-build`
48592025-10-13T23:24:15.517Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-a4069f98f5042f1f/build-script-build`
48602025-10-13T23:24:15.581Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-edd76acf07bc6a83/build-script-build`
48612025-10-13T23:24:15.630Z 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`
48622025-10-13T23:24:15.696Z 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"))'`
48632025-10-13T23:24:15.903Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48642025-10-13T23:24:15.929Z 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=707cda1e77757acf -C extra-filename=-664a39833aeb5607 --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-f757238c5ff645a2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-521eb7f7a0b4553d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-5e5b7ab6372cba2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-cb741549076badde.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`
48652025-10-13T23:24:16.806Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48662025-10-13T23:24:16.866Z 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=1513e17e41c0a1de -C extra-filename=-94060bd87aa4378a --out-dir /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-be9fdd37cc966c0e.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-87b5b8d90c34e508.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-d71d69ec2d477226.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-92fbff836cd1685a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.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-f37f24c98238e8bd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6f452e198e778bd2.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7026353b7e51cbec.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e5bb030ba93f07fa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0fcf5805e4ed35fa.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-f36c95c1bf93e1c3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-5e5b7ab6372cba2e.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-e0c5116aee1eb5b2.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5fb898108cf35d16.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32aa8d82ad9d1f4e.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a6cc2c40b9963d4e.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a8fe89781bd0aa1f.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`
48672025-10-13T23:24:19.127Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
48682025-10-13T23:24:19.179Z 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=7ae704913fb92b69 -C extra-filename=-e5716cdb45a3d0ae --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-e5716cdb45a3d0ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg 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`
48692025-10-13T23:24:19.547Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48702025-10-13T23:24:19.572Z 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=b0fc336e8f3b9d50 -C extra-filename=-24eabd5fcf473f32 --out-dir /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-178a3bf33faae74a.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`
48712025-10-13T23:24:23.512Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48722025-10-13T23:24:23.559Z 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=5f97cbddbcbd94d6 -C extra-filename=-5486f63e34dc2a9f --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-b674dd16dd22f44c.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-5a2f5c4ea0ab90bf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.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-3960e08f527090e7.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4b37fce8fb2726ff.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e2d4a7a744d736ed.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-2e0e85019f9cd98f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-80989de39554029e.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4a61269642869491.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-7ed694ccac46be36.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-f600ce30a4f63004.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`
48732025-10-13T23:24:25.420Z Compiling support-bundle-viewer v0.1.2
48742025-10-13T23:24:25.450Z 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`
48752025-10-13T23:24:25.783Z Compiling multimap v0.10.1
48762025-10-13T23:24:25.807Z 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`
48772025-10-13T23:24:26.219Z Compiling uzers v0.12.1
48782025-10-13T23:24:26.244Z 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`
48792025-10-13T23:24:26.567Z Compiling termcolor v1.4.1
48802025-10-13T23:24:26.567Z 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`
48812025-10-13T23:24:26.664Z Compiling rstest v0.25.0
48822025-10-13T23:24:26.689Z 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`
48832025-10-13T23:24:27.006Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-e5716cdb45a3d0ae/build-script-build`
48842025-10-13T23:24:27.070Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48852025-10-13T23:24:27.095Z 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=4258bfc89284934b -C extra-filename=-cb9ca601edf296c4 --out-dir /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-178a3bf33faae74a.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-3c964c9e006fc02c.rmeta --cfg 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`
48862025-10-13T23:24:27.355Z Compiling trybuild v1.0.106
48872025-10-13T23:24:27.379Z 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`
48882025-10-13T23:24:27.416Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48892025-10-13T23:24:27.441Z 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=e450fb05345ad2ef -C extra-filename=-fdbd711949b1c3a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-fdbd711949b1c3a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg 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-13T23:24:27.867Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48912025-10-13T23:24:27.892Z 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=3e991fc368834e3b -C extra-filename=-3175ee40c2f19d12 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-3175ee40c2f19d12 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg 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-13T23:24:28.305Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
48932025-10-13T23:24:28.330Z 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=c39b65b36ce34638 -C extra-filename=-d33bee835452f728 --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-178a3bf33faae74a.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`
48942025-10-13T23:24:29.207Z Compiling blake2b_simd v1.0.2
48952025-10-13T23:24:29.231Z 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`
48962025-10-13T23:24:33.355Z Compiling partial-io v0.5.4
48972025-10-13T23:24:33.379Z 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=45e15505c59bb959 -C extra-filename=-9c0e211796dbb4e7 --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-2541dcd2e83056ae.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`
48982025-10-13T23:24:33.488Z Compiling httptest v0.16.3
48992025-10-13T23:24:33.512Z 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`
49002025-10-13T23:24:33.876Z Compiling drift v0.1.0
49012025-10-13T23:24:33.935Z 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`
49022025-10-13T23:24:36.735Z Compiling rand_distr v0.5.1
49032025-10-13T23:24:36.760Z 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=deb37c7cedd82221 -C extra-filename=-1f66bada49f4d792 --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-2e0e85019f9cd98f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49042025-10-13T23:24:37.647Z Compiling approx v0.5.1
49052025-10-13T23:24:37.671Z 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`
49062025-10-13T23:24:37.912Z Compiling dropshot-api-manager v0.2.2
49072025-10-13T23:24:37.937Z 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=671ba623edc9af51 -C extra-filename=-4404f37a3f15cbd7 --out-dir /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-3262e50a04d6b924.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-856a8896ec6f8bb8.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`
49082025-10-13T23:24:37.971Z Compiling rust-argon2 v2.1.0
49092025-10-13T23:24:38.032Z 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`
49102025-10-13T23:24:39.534Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-3175ee40c2f19d12/build-script-build`
49112025-10-13T23:24:39.600Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-fdbd711949b1c3a0/build-script-build`
49122025-10-13T23:24:39.664Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
49132025-10-13T23:24:39.688Z 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=e62936a4415c760a -C extra-filename=-63ef23714c6d7efb --out-dir /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-856a8896ec6f8bb8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-f36c95c1bf93e1c3.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-7ed694ccac46be36.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.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`
49142025-10-13T23:24:40.803Z 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=911cf54191c82416 -C extra-filename=-fd9b506d3b69c144 --out-dir /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-856a8896ec6f8bb8.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-68e07b9469092295.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-19acf76a144cdf68.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-5abc6f59dc903098.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-4acd45e355d937bd.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`
49152025-10-13T23:24:41.212Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
49162025-10-13T23:24:41.236Z 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=4467b8aa34c00836 -C extra-filename=-bcb0cec27dc95ec8 --out-dir /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-9af8bccd40033b12.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-178a3bf33faae74a.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cce14069730ff329.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-bde2948c9aff88a8.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`
49172025-10-13T23:24:43.528Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
49182025-10-13T23:24:43.553Z 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=9d6389d9a45b811f -C extra-filename=-350c2069df542e9b --out-dir /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-396fb80a0a915448.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-5abc6f59dc903098.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-4acd45e355d937bd.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`
49192025-10-13T23:24:44.981Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
49202025-10-13T23:24:45.006Z 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=bcefe8d8dec781f3 -C extra-filename=-0a4944f2a27aaa12 --out-dir /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-178a3bf33faae74a.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`
49212025-10-13T23:24:45.581Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
49222025-10-13T23:24:45.606Z 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=ac9af874077e5dea -C extra-filename=-6abe2b0ef31b5561 --out-dir /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-178a3bf33faae74a.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`
49232025-10-13T23:24:45.683Z Compiling cargo_toml v0.21.0
49242025-10-13T23:24:45.708Z 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`
49252025-10-13T23:24:45.799Z Compiling termios v0.3.3
49262025-10-13T23:24:45.824Z 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`
49272025-10-13T23:24:46.171Z 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=8d785584f104a9f1 -C extra-filename=-018676950c75b99b --out-dir /work/oxidecomputer/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-df57545275e79817.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-9af8bccd40033b12.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-bcb0cec27dc95ec8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cce14069730ff329.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-bde2948c9aff88a8.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`
49282025-10-13T23:24:46.215Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49292025-10-13T23:24:46.240Z 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=c7460dda60c510c3 -C extra-filename=-e4ea08ec6fda31d1 --out-dir /work/oxidecomputer/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-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49302025-10-13T23:24:47.160Z 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=f078317ee9be1e9d -C extra-filename=-4ead2a4be9ce5823 --out-dir /work/oxidecomputer/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-178a3bf33faae74a.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-6abe2b0ef31b5561.rlib --cfg 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`
49312025-10-13T23:24:47.944Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
49322025-10-13T23:24:47.969Z 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=5b64fc648eec7a38 -C extra-filename=-c13464743b95c2e3 --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-0a4944f2a27aaa12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cce14069730ff329.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-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --cfg 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`
49332025-10-13T23:24:50.856Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
49342025-10-13T23:24:50.885Z 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=2a496e88911e2f17 -C extra-filename=-99ad0941e8b49a28 --out-dir /work/oxidecomputer/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-51c76482ac31c264.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-0cde43c9e0306e09.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-3a60bdfc93d6a408.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-4404f37a3f15cbd7.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-8812c20587132146.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6f452e198e778bd2.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-113ac825a925c2df.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-0d6d2b2d904e313e.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-13be26ac0059e2e5.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-68e07b9469092295.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-44e3643cfc9437ae.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-383767ca9f27fc33.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-2d3b31102c7c20fc.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a6cc2c40b9963d4e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
49352025-10-13T23:24:51.161Z 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=cdb9cd1734b91779 -C extra-filename=-a20c7e2043677253 --out-dir /work/oxidecomputer/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-3262e50a04d6b924.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f757238c5ff645a2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-51c76482ac31c264.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-be9fdd37cc966c0e.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-87b5b8d90c34e508.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-5ee78a968a142ff9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-0ee331a945adfe59.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-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-92fbff836cd1685a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-db9dd470e12b2fce.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-250b58ec85590141.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7026353b7e51cbec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.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-3f001ffdf92df144.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccd6482eb2f91e6d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-faa3fefb3df51649.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0fcf5805e4ed35fa.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4b37fce8fb2726ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-51b830974b3cf247.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-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d9fde2819637ec21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.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-54de39cebd12a8b7.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a7338a276e9ab7fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-00db3351f6d78594.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.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-383767ca9f27fc33.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-df82ee9cba5bb7d4.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2d3b31102c7c20fc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a8aea60a82a5e4f8.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6f7c6f03b1271b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-ddafce2714bd3b85.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-667f33525bc15e2e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bde2948c9aff88a8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-996de1d5590868b9.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-c0d796ba43f2b578.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-b5013a1c5083beb9.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-4d3ec98371e69837.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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/ -L native=/usr/lib/amd64`
49362025-10-13T23:24:51.768Z 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=53db8368eae33464 -C extra-filename=-1a4fb83ffe72abd1 --out-dir /work/oxidecomputer/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-3262e50a04d6b924.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f757238c5ff645a2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-51c76482ac31c264.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-be9fdd37cc966c0e.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-87b5b8d90c34e508.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-5ee78a968a142ff9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-0ee331a945adfe59.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-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-92fbff836cd1685a.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-250b58ec85590141.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7026353b7e51cbec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.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-3f001ffdf92df144.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccd6482eb2f91e6d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0fcf5805e4ed35fa.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4b37fce8fb2726ff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-51b830974b3cf247.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-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d9fde2819637ec21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-54de39cebd12a8b7.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a7338a276e9ab7fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-00db3351f6d78594.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-383767ca9f27fc33.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-df82ee9cba5bb7d4.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2d3b31102c7c20fc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a8aea60a82a5e4f8.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6f7c6f03b1271b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-ddafce2714bd3b85.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-667f33525bc15e2e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bde2948c9aff88a8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-996de1d5590868b9.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-c0d796ba43f2b578.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-4d3ec98371e69837.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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/`
49372025-10-13T23:24:51.937Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49382025-10-13T23:24:51.962Z 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=7cf1f027f61b3d4d -C extra-filename=-a2d75eee3bb5d583 --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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`
49392025-10-13T23:24:52.252Z 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=14c15ee6cbd4a8ff -C extra-filename=-1fe5527bdb29a767 --out-dir /work/oxidecomputer/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-be9fdd37cc966c0e.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-87b5b8d90c34e508.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-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e9eedd5beac69c8a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.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-f37f24c98238e8bd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9acd9cbde9726fc7.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6f452e198e778bd2.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-ddae0bdb61b340e5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7026353b7e51cbec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.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-e5bb030ba93f07fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0fcf5805e4ed35fa.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-f36c95c1bf93e1c3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-6f7c6f03b1271b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-ddafce2714bd3b85.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-ed721364f0e3a705.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-996de1d5590868b9.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-e0c5116aee1eb5b2.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5fb898108cf35d16.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-3c964c9e006fc02c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32aa8d82ad9d1f4e.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-94060bd87aa4378a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a6cc2c40b9963d4e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a8fe89781bd0aa1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
49402025-10-13T23:24:52.319Z 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=8c13e6e3f2ca9bc9 -C extra-filename=-d9d146599519456a --out-dir /work/oxidecomputer/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-be9fdd37cc966c0e.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-87b5b8d90c34e508.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-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.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-f37f24c98238e8bd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6f452e198e778bd2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7026353b7e51cbec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e5bb030ba93f07fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0fcf5805e4ed35fa.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-f36c95c1bf93e1c3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-5e5b7ab6372cba2e.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-e0c5116aee1eb5b2.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5fb898108cf35d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32aa8d82ad9d1f4e.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-94060bd87aa4378a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a6cc2c40b9963d4e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a8fe89781bd0aa1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
49412025-10-13T23:24:52.415Z 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=d219f3de9e4eaff5 -C extra-filename=-3bcca740193f900d --out-dir /work/oxidecomputer/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-f757238c5ff645a2.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-ff6a5a790b8a0d3a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-521eb7f7a0b4553d.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-964f37db051ab742.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.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-9198a76e2322449a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.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-664a39833aeb5607.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
49422025-10-13T23:24:53.956Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
49432025-10-13T23:24:53.981Z 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=4ba44e9e3a66bc32 -C extra-filename=-ae7960c88cbfbfb6 --out-dir /work/oxidecomputer/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-ff6a5a790b8a0d3a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bb7bcdb79637c2c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-e680d48eead497a9.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-cb741549076badde.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-664a39833aeb5607.rlib --cfg 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`
49442025-10-13T23:24:54.379Z 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=dd8686380c4a4e4f -C extra-filename=-8d151c74749bd422 --out-dir /work/oxidecomputer/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-f757238c5ff645a2.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-ff6a5a790b8a0d3a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-521eb7f7a0b4553d.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-964f37db051ab742.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.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-9198a76e2322449a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.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-cb741549076badde.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-664a39833aeb5607.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
49452025-10-13T23:24:56.962Z 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=48df31bc702c2385 -C extra-filename=-008cdd468c9b9661 --out-dir /work/oxidecomputer/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-be9fdd37cc966c0e.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-87b5b8d90c34e508.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-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e9eedd5beac69c8a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.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-f37f24c98238e8bd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9acd9cbde9726fc7.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6f452e198e778bd2.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-ddae0bdb61b340e5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7026353b7e51cbec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.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-e5bb030ba93f07fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0fcf5805e4ed35fa.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-f36c95c1bf93e1c3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-6f7c6f03b1271b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-ddafce2714bd3b85.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-ed721364f0e3a705.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-996de1d5590868b9.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-e0c5116aee1eb5b2.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5fb898108cf35d16.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-3c964c9e006fc02c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32aa8d82ad9d1f4e.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-94060bd87aa4378a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a6cc2c40b9963d4e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a8fe89781bd0aa1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
49462025-10-13T23:24:59.696Z 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=9b90ada88cc3a60b -C extra-filename=-595040999c934508 --out-dir /work/oxidecomputer/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-3262e50a04d6b924.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f757238c5ff645a2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-51c76482ac31c264.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-be9fdd37cc966c0e.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-87b5b8d90c34e508.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-5ee78a968a142ff9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-0ee331a945adfe59.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-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-92fbff836cd1685a.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-250b58ec85590141.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7026353b7e51cbec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.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-3f001ffdf92df144.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccd6482eb2f91e6d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0fcf5805e4ed35fa.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4b37fce8fb2726ff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-51b830974b3cf247.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-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d9fde2819637ec21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-54de39cebd12a8b7.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a7338a276e9ab7fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-00db3351f6d78594.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-383767ca9f27fc33.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-df82ee9cba5bb7d4.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2d3b31102c7c20fc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a8aea60a82a5e4f8.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6f7c6f03b1271b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-ddafce2714bd3b85.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-667f33525bc15e2e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bde2948c9aff88a8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-996de1d5590868b9.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-c0d796ba43f2b578.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-4d3ec98371e69837.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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/`
49472025-10-13T23:25:10.561Z 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=0b57ae178760e560 -C extra-filename=-33e4b5fa45968886 --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-d180497785b46993.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-f600ce30a4f63004.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`
49482025-10-13T23:25:11.555Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
49492025-10-13T23:25:11.602Z 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=9c3b9c14efcd018e -C extra-filename=-870c5596411a1911 --out-dir /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-87b5b8d90c34e508.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-0ee331a945adfe59.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e9eedd5beac69c8a.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.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-250b58ec85590141.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3960e08f527090e7.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33e4b5fa45968886.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-0ad86849d3a0c532.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4b37fce8fb2726ff.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4d0573f8e2598029.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d9fde2819637ec21.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.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-a8aea60a82a5e4f8.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-4acd45e355d937bd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg 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/`
49502025-10-13T23:25:13.428Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
49512025-10-13T23:25:13.453Z 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=4d370aed2429f557 -C extra-filename=-6a94f62370868fad --out-dir /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-fc390aeeec3bc9fd.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
49522025-10-13T23:25:14.636Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
49532025-10-13T23:25:14.661Z 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=9da2e72a4ff59cf9 -C extra-filename=-ab092961e6ed4052 --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-ac0e33b2af33f733.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-126c035fe7b6b8d8.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.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-a8aea60a82a5e4f8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
49542025-10-13T23:25:15.769Z 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=e88742d51379c88b -C extra-filename=-0596558231ac026b --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-fc390aeeec3bc9fd.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-7016dcfaa30975a2.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`
49552025-10-13T23:25:16.568Z 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=3c8f3aa137419ca2 -C extra-filename=-082472623975aa05 --out-dir /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-04027a02170ab2d8.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5674cdc6db40cb73.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-126c035fe7b6b8d8.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-69af0c7be5f51e87.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ab092961e6ed4052.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.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-a8aea60a82a5e4f8.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-9af23d869935c341.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
49562025-10-13T23:25:18.685Z 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=5615725c66a7e496 -C extra-filename=-340c08cef2961472 --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-ad2f86fd355c1a29.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.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-f600ce30a4f63004.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`
49572025-10-13T23:25:19.738Z 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=53044734338a2c32 -C extra-filename=-0e9781a0c6ef6b65 --out-dir /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-ad2f86fd355c1a29.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
49582025-10-13T23:25:20.366Z 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=06bdcd77174e6eae -C extra-filename=-5e2af76eb4e4174b --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-870c5596411a1911.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-68e07b9469092295.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-19acf76a144cdf68.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-2541dcd2e83056ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-4acd45e355d937bd.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`
49592025-10-13T23:25:20.817Z 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=82d98e4e5beba027 -C extra-filename=-34e2d162e09c4a6e --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-3a60bdfc93d6a408.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-870c5596411a1911.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-0ad86849d3a0c532.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-2541dcd2e83056ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-4acd45e355d937bd.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`
49602025-10-13T23:25:23.353Z 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=bcaf78fc65c336d5 -C extra-filename=-228bb852efd82063 --out-dir /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-87b5b8d90c34e508.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-04027a02170ab2d8.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5674cdc6db40cb73.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-0ee331a945adfe59.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a5d5a834fff29d73.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f17c0a0ec6749d78.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-f2edab8f502de9b0.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.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-92fbff836cd1685a.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-b674dd16dd22f44c.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-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c6a9695b5e708128.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-3f001ffdf92df144.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc2c29e688854918.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-339743ec37ec16d0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-126c035fe7b6b8d8.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2a7396bd45bcce30.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-113ac825a925c2df.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-0d6d2b2d904e313e.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c5fcb292480315a0.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-13be26ac0059e2e5.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-340c08cef2961472.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-69af0c7be5f51e87.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ab092961e6ed4052.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-082472623975aa05.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-99429029d65043a9.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6a94f62370868fad.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0e9781a0c6ef6b65.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-0596558231ac026b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33e4b5fa45968886.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.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-bac91d3a5f49972d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-fa1cf59ca29f0d95.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d9fde2819637ec21.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5b2298e3cb2ded9a.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-54de39cebd12a8b7.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.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-57ab985b4c888431.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d4a776c31a0a00da.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-9198a76e2322449a.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-a8aea60a82a5e4f8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.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-7016dcfaa30975a2.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.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-4acd45e355d937bd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
49612025-10-13T23:25:26.416Z 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=125ae195ade987bb -C extra-filename=-fc824cae4be0f8d0 --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-3a60bdfc93d6a408.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-870c5596411a1911.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-2541dcd2e83056ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-4acd45e355d937bd.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`
49622025-10-13T23:25:26.904Z 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=2c5cce4e2f4c67c6 -C extra-filename=-5a627e48c49975eb --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-870c5596411a1911.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-68e07b9469092295.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-19acf76a144cdf68.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-fd9b506d3b69c144.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-2541dcd2e83056ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-4acd45e355d937bd.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`
49632025-10-13T23:25:28.600Z 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=77740ce6331dbc91 -C extra-filename=-2fefa2827b88947e --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-1e7b920cfd1d6499.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.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-ac0e33b2af33f733.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-870c5596411a1911.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
49642025-10-13T23:25:28.977Z 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=1a8a5ac2bc3d2586 -C extra-filename=-b35c5d92c5cb7e7c --out-dir /work/oxidecomputer/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-1e7b920cfd1d6499.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-87b5b8d90c34e508.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-5ee78a968a142ff9.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.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-2412696cec732a1b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-e1dd2113ae613896.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.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-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.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-bc2c29e688854918.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e99f7eefee81d6fb.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-8880b61372a9ec1b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-126c035fe7b6b8d8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c5fcb292480315a0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-99429029d65043a9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-870c5596411a1911.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bac91d3a5f49972d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4b37fce8fb2726ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-fa1cf59ca29f0d95.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.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-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.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-5abc6f59dc903098.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-9198a76e2322449a.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-a8aea60a82a5e4f8.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-7016dcfaa30975a2.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-4d3ec98371e69837.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
49652025-10-13T23:25:36.492Z 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=0586ffc4a33404aa -C extra-filename=-c154a951a8f2fbdc --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-bc2c29e688854918.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-870c5596411a1911.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b438fd721ef97649.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-7016dcfaa30975a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
49662025-10-13T23:25:41.234Z 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=d522f20327dcbce7 -C extra-filename=-e51e0e89b7d4faa8 --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-69af0c7be5f51e87.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-082472623975aa05.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-7e89575cc437d63a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.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-9af23d869935c341.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
49672025-10-13T23:25:44.796Z 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=bb5475dc9a3218c3 -C extra-filename=-991a0e83810d0127 --out-dir /work/oxidecomputer/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-1e7b920cfd1d6499.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-0ee331a945adfe59.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f17c0a0ec6749d78.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-3aa573fe7f592958.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e9eedd5beac69c8a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.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-964f37db051ab742.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-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.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-d180497785b46993.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e99f7eefee81d6fb.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-126c035fe7b6b8d8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c5fcb292480315a0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3960e08f527090e7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6a94f62370868fad.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-0596558231ac026b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-35085b233b640699.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.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 sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a8aea60a82a5e4f8.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-7016dcfaa30975a2.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-4d3ec98371e69837.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-9af23d869935c341.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg 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`
49682025-10-13T23:25:44.882Z 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=933ae74196fdd8ca -C extra-filename=-bce9d3c60adfe3a6 --out-dir /work/oxidecomputer/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-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-d33bee835452f728.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c5fcb292480315a0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3960e08f527090e7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-99429029d65043a9.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6a94f62370868fad.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
49692025-10-13T23:25:50.074Z 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=e31fc49953dd9b2e -C extra-filename=-49039de64b326647 --out-dir /work/oxidecomputer/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-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-d33bee835452f728.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c5fcb292480315a0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3960e08f527090e7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-99429029d65043a9.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6a94f62370868fad.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
49702025-10-13T23:25:58.350Z 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=72dde933565350c5 -C extra-filename=-a0b7f2bcff3535e2 --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-0ee331a945adfe59.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e9eedd5beac69c8a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.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-250b58ec85590141.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3960e08f527090e7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33e4b5fa45968886.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-0ad86849d3a0c532.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4b37fce8fb2726ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4d0573f8e2598029.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d9fde2819637ec21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.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-a8aea60a82a5e4f8.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-4acd45e355d937bd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg 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-13T23:26:04.749Z 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=616875c8f2378b82 -C extra-filename=-5913a76615bbd3e3 --out-dir /work/oxidecomputer/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-1e7b920cfd1d6499.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
49722025-10-13T23:26:13.481Z 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=b7d4bdfe68165d8a -C extra-filename=-8195714067ebfa0f --out-dir /work/oxidecomputer/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-fc390aeeec3bc9fd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
49732025-10-13T23:26:16.688Z 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=ba91bc65a36d1c96 -C extra-filename=-7135790904abd0fa --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-d180497785b46993.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
49742025-10-13T23:26:19.413Z 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=350b5806c8229de3 -C extra-filename=-2c0a9054d4b19cd0 --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-1e7b920cfd1d6499.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-2412696cec732a1b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-e1dd2113ae613896.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc2c29e688854918.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e99f7eefee81d6fb.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-126c035fe7b6b8d8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
49752025-10-13T23:26:31.941Z 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=c3b6d141891b1e77 -C extra-filename=-9cc347543c4e17bd --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-ac0e33b2af33f733.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-126c035fe7b6b8d8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.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-a8aea60a82a5e4f8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
49762025-10-13T23:26:35.160Z 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=a95436a46d97ea36 -C extra-filename=-60b34bd3de298a52 --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-1e7b920cfd1d6499.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-2412696cec732a1b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-e1dd2113ae613896.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc2c29e688854918.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e99f7eefee81d6fb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
49772025-10-13T23:26:44.073Z 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=d9e8871b62a5f1fb -C extra-filename=-bff5eb9658b0aad5 --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-5486f63e34dc2a9f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.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-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.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-3960e08f527090e7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4b37fce8fb2726ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e2d4a7a744d736ed.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-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-80989de39554029e.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4a61269642869491.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-7ed694ccac46be36.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
49782025-10-13T23:26:48.700Z 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=b1f90814db28f1d0 -C extra-filename=-87547319d02ce053 --out-dir /work/oxidecomputer/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-3262e50a04d6b924.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f757238c5ff645a2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-51c76482ac31c264.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-be9fdd37cc966c0e.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-87b5b8d90c34e508.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-5ee78a968a142ff9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-0ee331a945adfe59.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-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-92fbff836cd1685a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-db9dd470e12b2fce.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-250b58ec85590141.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7026353b7e51cbec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.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-3f001ffdf92df144.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccd6482eb2f91e6d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-faa3fefb3df51649.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0fcf5805e4ed35fa.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4b37fce8fb2726ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-51b830974b3cf247.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-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d9fde2819637ec21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.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-54de39cebd12a8b7.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a7338a276e9ab7fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-00db3351f6d78594.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.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-383767ca9f27fc33.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-df82ee9cba5bb7d4.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2d3b31102c7c20fc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a8aea60a82a5e4f8.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6f7c6f03b1271b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-ddafce2714bd3b85.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-667f33525bc15e2e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bde2948c9aff88a8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-996de1d5590868b9.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-c0d796ba43f2b578.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-b5013a1c5083beb9.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-4d3ec98371e69837.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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/ -L native=/usr/lib/amd64`
49792025-10-13T23:26:53.585Z 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=82d0db7eb223f1b2 -C extra-filename=-2a19e499f3ed9ab3 --out-dir /work/oxidecomputer/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-3262e50a04d6b924.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f757238c5ff645a2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-51c76482ac31c264.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-be9fdd37cc966c0e.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-87b5b8d90c34e508.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-5ee78a968a142ff9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-0ee331a945adfe59.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-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-92fbff836cd1685a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-db9dd470e12b2fce.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-250b58ec85590141.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7026353b7e51cbec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.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-3f001ffdf92df144.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccd6482eb2f91e6d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-faa3fefb3df51649.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0fcf5805e4ed35fa.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4b37fce8fb2726ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-51b830974b3cf247.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-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d9fde2819637ec21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.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-54de39cebd12a8b7.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a7338a276e9ab7fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-00db3351f6d78594.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.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-383767ca9f27fc33.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-df82ee9cba5bb7d4.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2d3b31102c7c20fc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a8aea60a82a5e4f8.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6f7c6f03b1271b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-ddafce2714bd3b85.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-667f33525bc15e2e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bde2948c9aff88a8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-996de1d5590868b9.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-c0d796ba43f2b578.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-b5013a1c5083beb9.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-4d3ec98371e69837.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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/ -L native=/usr/lib/amd64`
49802025-10-13T23:26:55.794Z 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=dda09acd761380f0 -C extra-filename=-214f9f8d070711d2 --out-dir /work/oxidecomputer/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-3262e50a04d6b924.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f757238c5ff645a2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-51c76482ac31c264.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-be9fdd37cc966c0e.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-87b5b8d90c34e508.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-5ee78a968a142ff9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-0ee331a945adfe59.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-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-92fbff836cd1685a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-db9dd470e12b2fce.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-250b58ec85590141.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7026353b7e51cbec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.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-3f001ffdf92df144.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccd6482eb2f91e6d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-faa3fefb3df51649.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0fcf5805e4ed35fa.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4b37fce8fb2726ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-51b830974b3cf247.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-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d9fde2819637ec21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.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-54de39cebd12a8b7.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a7338a276e9ab7fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-00db3351f6d78594.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.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-383767ca9f27fc33.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-df82ee9cba5bb7d4.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2d3b31102c7c20fc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a8aea60a82a5e4f8.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6f7c6f03b1271b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-ddafce2714bd3b85.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-667f33525bc15e2e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bde2948c9aff88a8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-996de1d5590868b9.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-c0d796ba43f2b578.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-b5013a1c5083beb9.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-4d3ec98371e69837.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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/ -L native=/usr/lib/amd64`
49812025-10-13T23:26:58.784Z 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=f5411e4a0b19088b -C extra-filename=-2aa1e516d68424da --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-b674dd16dd22f44c.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-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.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-3960e08f527090e7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4b37fce8fb2726ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e2d4a7a744d736ed.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-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-80989de39554029e.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4a61269642869491.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-7ed694ccac46be36.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
49822025-10-13T23:26:59.937Z 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=1f712cc8df17ae76 -C extra-filename=-62a0135f56043556 --out-dir /work/oxidecomputer/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-04027a02170ab2d8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e9eedd5beac69c8a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bb1fd58112051d94.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccd6482eb2f91e6d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bac91d3a5f49972d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4b37fce8fb2726ff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-a8aea60a82a5e4f8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-ed721364f0e3a705.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-4d3ec98371e69837.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-c7fe5d46ba8d6850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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/`
49832025-10-13T23:27:06.721Z 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=c6c4b5c533ca25ba -C extra-filename=-a5e5c902a6f55eeb --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-5486f63e34dc2a9f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.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-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.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-3960e08f527090e7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4b37fce8fb2726ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e2d4a7a744d736ed.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-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-80989de39554029e.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4a61269642869491.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-7ed694ccac46be36.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
49842025-10-13T23:27:08.988Z 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=55dd32c64f70b442 -C extra-filename=-f0949078513b419b --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-5486f63e34dc2a9f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.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-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.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-3960e08f527090e7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4b37fce8fb2726ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e2d4a7a744d736ed.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-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-80989de39554029e.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4a61269642869491.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-7ed694ccac46be36.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
49852025-10-13T23:27:09.823Z 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=c402859e6342dad1 -C extra-filename=-177305947816409b --out-dir /work/oxidecomputer/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-3262e50a04d6b924.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f757238c5ff645a2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-51c76482ac31c264.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-be9fdd37cc966c0e.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-87b5b8d90c34e508.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-5ee78a968a142ff9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-0ee331a945adfe59.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-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-92fbff836cd1685a.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-250b58ec85590141.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7026353b7e51cbec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.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-3f001ffdf92df144.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccd6482eb2f91e6d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0fcf5805e4ed35fa.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4b37fce8fb2726ff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-51b830974b3cf247.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-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d9fde2819637ec21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-54de39cebd12a8b7.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a7338a276e9ab7fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-00db3351f6d78594.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-383767ca9f27fc33.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-df82ee9cba5bb7d4.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2d3b31102c7c20fc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a8aea60a82a5e4f8.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6f7c6f03b1271b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-ddafce2714bd3b85.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-667f33525bc15e2e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bde2948c9aff88a8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-996de1d5590868b9.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-c0d796ba43f2b578.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-4d3ec98371e69837.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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/`
49862025-10-13T23:27:12.097Z 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=951e02ff6c2d1367 -C extra-filename=-c20251742b9816aa --out-dir /work/oxidecomputer/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-350c2069df542e9b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-5abc6f59dc903098.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-4acd45e355d937bd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49872025-10-13T23:27:14.529Z 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=7eeb4a1ce2a10ebc -C extra-filename=-34974c37add9d043 --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-f36c95c1bf93e1c3.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-7ed694ccac46be36.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.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-63ef23714c6d7efb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
49882025-10-13T23:27:15.152Z 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=32d3efe1b9cc773b -C extra-filename=-aa27634232560c8b --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.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-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
49892025-10-13T23:27:17.417Z 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=193e0ba515bb8ddc -C extra-filename=-58a6d3a738cdaa6f --out-dir /work/oxidecomputer/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-178a3bf33faae74a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-dc5628cd2ffc9e49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-9198a76e2322449a.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`
49902025-10-13T23:27:17.745Z 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=5b893a23399d631c -C extra-filename=-323bb4f22bf1a24d --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-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0ea46bd2ce11bc3e.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-1f66bada49f4d792.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-5abc6f59dc903098.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49912025-10-13T23:27:18.995Z 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=d1d8f48d3d91f683 -C extra-filename=-0446c097d72c7bd1 --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-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0ea46bd2ce11bc3e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-1f66bada49f4d792.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-5abc6f59dc903098.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49922025-10-13T23:27:19.996Z 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=61185873cce9f275 -C extra-filename=-1c0131da280e4d42 --out-dir /work/oxidecomputer/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-178a3bf33faae74a.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-3c964c9e006fc02c.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-cb9ca601edf296c4.rlib --cfg 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`
49932025-10-13T23:27:22.523Z 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=0cbc77d875610f2b -C extra-filename=-823b9bdabbb33e2a --out-dir /work/oxidecomputer/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-178a3bf33faae74a.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-3c964c9e006fc02c.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-cb9ca601edf296c4.rlib --cfg 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`
49942025-10-13T23:27:25.033Z 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=da54d933e9bf1209 -C extra-filename=-523145c76f1d1f80 --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-ff6a5a790b8a0d3a.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-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-ddae0bdb61b340e5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7026353b7e51cbec.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-6d2358ea28e64b65.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-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0fcf5805e4ed35fa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-9c0e211796dbb4e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.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-bde2948c9aff88a8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-996de1d5590868b9.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-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
49952025-10-13T23:27:30.605Z 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=e527e84cee68d7ee -C extra-filename=-8159c6e161c1ef91 --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-ff6a5a790b8a0d3a.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-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9acd9cbde9726fc7.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-ddae0bdb61b340e5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7026353b7e51cbec.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-6d2358ea28e64b65.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-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0fcf5805e4ed35fa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-9c0e211796dbb4e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.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-bde2948c9aff88a8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-996de1d5590868b9.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-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
49962025-10-13T23:27:31.086Z 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=b0a7cf724cf77688 -C extra-filename=-499c9d068ab60986 --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-f36c95c1bf93e1c3.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-7ed694ccac46be36.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.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`
49972025-10-13T23:27:32.888Z 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=454996fa43057a4c -C extra-filename=-f091b68f44468ae9 --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-f757238c5ff645a2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-521eb7f7a0b4553d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-5e5b7ab6372cba2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-cb741549076badde.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
49982025-10-13T23:27:33.059Z 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=995aa39a00cb5a64 -C extra-filename=-ac88e5404287196f --out-dir /work/oxidecomputer/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-24eabd5fcf473f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
49992025-10-13T23:27:36.197Z 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=1da626b91fba9d57 -C extra-filename=-1f899ffc3e9196b7 --out-dir /work/oxidecomputer/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-df57545275e79817.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-24eabd5fcf473f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
50002025-10-13T23:27:36.304Z 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=30c028b92e67179d -C extra-filename=-d2e849e7dedc0331 --out-dir /work/oxidecomputer/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-df57545275e79817.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-24eabd5fcf473f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
50012025-10-13T23:27:37.400Z 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=2328d7ab7d0996e1 -C extra-filename=-f16e38bd61001079 --out-dir /work/oxidecomputer/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-be9fdd37cc966c0e.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-87b5b8d90c34e508.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-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e9eedd5beac69c8a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.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-f37f24c98238e8bd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9acd9cbde9726fc7.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6f452e198e778bd2.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-ddae0bdb61b340e5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7026353b7e51cbec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.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-e5bb030ba93f07fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0fcf5805e4ed35fa.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-f36c95c1bf93e1c3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-6f7c6f03b1271b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-ddafce2714bd3b85.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-ed721364f0e3a705.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-996de1d5590868b9.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-e0c5116aee1eb5b2.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5fb898108cf35d16.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-3c964c9e006fc02c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32aa8d82ad9d1f4e.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a6cc2c40b9963d4e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a8fe89781bd0aa1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
50022025-10-13T23:27:47.166Z 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=cd4c03fca2ece5b3 -C extra-filename=-58de310a3f4189e1 --out-dir /work/oxidecomputer/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-df57545275e79817.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-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.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-5e5b7ab6372cba2e.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-b5013a1c5083beb9.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-5fb898108cf35d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.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-9af23d869935c341.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-3c964c9e006fc02c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32aa8d82ad9d1f4e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a8fe89781bd0aa1f.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`
50032025-10-13T23:27:50.067Z 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=b9b9daed026099eb -C extra-filename=-8d9d8b5579c7e6e5 --out-dir /work/oxidecomputer/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-df57545275e79817.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-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.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-5e5b7ab6372cba2e.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-b5013a1c5083beb9.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-5fb898108cf35d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.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-9af23d869935c341.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32aa8d82ad9d1f4e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a8fe89781bd0aa1f.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`
50042025-10-13T23:27:57.465Z 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=ed08b6028713d9fa -C extra-filename=-3d314339a1bee436 --out-dir /work/oxidecomputer/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-df57545275e79817.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-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.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-5e5b7ab6372cba2e.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-b5013a1c5083beb9.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-5fb898108cf35d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.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-9af23d869935c341.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-3c964c9e006fc02c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32aa8d82ad9d1f4e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a8fe89781bd0aa1f.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`
50052025-10-13T23:28:00.004Z 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=87b76a5a84eadf37 -C extra-filename=-037f7852f611e313 --out-dir /work/oxidecomputer/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-df57545275e79817.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-c3b5cee30c9c95a8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-4acd45e355d937bd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50062025-10-13T23:28:00.172Z 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=7a4760d9f0d7f82a -C extra-filename=-b0ee2cebaa802409 --out-dir /work/oxidecomputer/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-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-4acd45e355d937bd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50072025-10-13T23:28:03.539Z 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=c070e01d34523c0a -C extra-filename=-13a196771cb1c7d3 --out-dir /work/oxidecomputer/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-df57545275e79817.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-c3b5cee30c9c95a8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-4acd45e355d937bd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50082025-10-13T23:28:03.983Z 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=5064c0f600c09249 -C extra-filename=-a511ef154885bfef --out-dir /work/oxidecomputer/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-178a3bf33faae74a.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-e680d48eead497a9.rlib --cfg 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`
50092025-10-13T23:28:10.254Z 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=7f5358f4d0a7a93b -C extra-filename=-29025299f9f8a0ef --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-ff6a5a790b8a0d3a.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ebee94f3ced75752.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.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-9b242467b04515e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c5fcb292480315a0.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-faa3fefb3df51649.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-99429029d65043a9.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2d92e8be7272f21b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bb7bcdb79637c2c8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-e680d48eead497a9.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-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
50102025-10-13T23:28:13.352Z 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=2f1ef0f2a4dcfab8 -C extra-filename=-212a45a6c61fc608 --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-ff6a5a790b8a0d3a.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ebee94f3ced75752.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.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-9b242467b04515e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c5fcb292480315a0.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-faa3fefb3df51649.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-99429029d65043a9.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2d92e8be7272f21b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bb7bcdb79637c2c8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
50112025-10-13T23:28:18.359Z 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=59c9a9fe74005a43 -C extra-filename=-c38da646eb0f2ec6 --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-ff6a5a790b8a0d3a.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ebee94f3ced75752.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.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-9b242467b04515e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c5fcb292480315a0.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-faa3fefb3df51649.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-99429029d65043a9.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2d92e8be7272f21b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bb7bcdb79637c2c8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-e680d48eead497a9.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-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
50122025-10-13T23:28:18.856Z 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=b17cee879ac2348b -C extra-filename=-d65b3b4db5f4930e --out-dir /work/oxidecomputer/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-df57545275e79817.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-9af8bccd40033b12.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-178a3bf33faae74a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cce14069730ff329.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-bde2948c9aff88a8.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`
50132025-10-13T23:28:21.093Z 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=090c8b55b0468f52 -C extra-filename=-5102a4357528b6c1 --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccd6482eb2f91e6d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-fa1cf59ca29f0d95.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-44e3643cfc9437ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4d0573f8e2598029.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50142025-10-13T23:28:21.317Z 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=7d7bc6c1dd01f5c9 -C extra-filename=-513b65651807b491 --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccd6482eb2f91e6d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-fa1cf59ca29f0d95.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-44e3643cfc9437ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4d0573f8e2598029.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50152025-10-13T23:28:24.174Z 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=a88aa8d0bd6c22eb -C extra-filename=-61efbda1a9866312 --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccd6482eb2f91e6d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-fa1cf59ca29f0d95.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-44e3643cfc9437ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50162025-10-13T23:28:26.974Z 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=0b6b65bde9ba0c0b -C extra-filename=-69d1792147001c94 --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccd6482eb2f91e6d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-fa1cf59ca29f0d95.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-44e3643cfc9437ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4d0573f8e2598029.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50172025-10-13T23:28:27.004Z 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=4018c3cc0122b081 -C extra-filename=-a928c1b140ddca1b --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-d52aba29819925cc.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc2c29e688854918.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
50182025-10-13T23:28:28.221Z 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=936574a630e26b96 -C extra-filename=-bb2a91535ba440b9 --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-fc390aeeec3bc9fd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50192025-10-13T23:28:29.951Z 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=98136681cb4a4a48 -C extra-filename=-e881223588a24742 --out-dir /work/oxidecomputer/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-00499c4e220f26b7.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-856a8896ec6f8bb8.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-8880b61372a9ec1b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-57ab985b4c888431.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50202025-10-13T23:28:30.102Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=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=d419cbdfe2a52072 -C extra-filename=-8d292e1ac1388e2b --out-dir /work/oxidecomputer/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-3262e50a04d6b924.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f757238c5ff645a2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-51c76482ac31c264.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-be9fdd37cc966c0e.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-87b5b8d90c34e508.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-5ee78a968a142ff9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-0ee331a945adfe59.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-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-92fbff836cd1685a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-db9dd470e12b2fce.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-250b58ec85590141.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7026353b7e51cbec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.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-3f001ffdf92df144.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccd6482eb2f91e6d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-faa3fefb3df51649.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0fcf5805e4ed35fa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-51b830974b3cf247.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-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d9fde2819637ec21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.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-54de39cebd12a8b7.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a7338a276e9ab7fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-00db3351f6d78594.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.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-383767ca9f27fc33.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-df82ee9cba5bb7d4.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-2d3b31102c7c20fc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a8aea60a82a5e4f8.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6f7c6f03b1271b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-ddafce2714bd3b85.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-667f33525bc15e2e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bde2948c9aff88a8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-996de1d5590868b9.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-c0d796ba43f2b578.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-b5013a1c5083beb9.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-4d3ec98371e69837.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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 native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
50212025-10-13T23:28:37.730Z 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=9896c26edb5dddd5 -C extra-filename=-8aeb74df77a06b50 --out-dir /work/oxidecomputer/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-ff6a5a790b8a0d3a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.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-9b242467b04515e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c5fcb292480315a0.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-faa3fefb3df51649.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-99429029d65043a9.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2d92e8be7272f21b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bb7bcdb79637c2c8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-e680d48eead497a9.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-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
50222025-10-13T23:29:05.410Z 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=99d7f07e1edc8a65 -C extra-filename=-ff30e136545f1fca --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-856a8896ec6f8bb8.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-19acf76a144cdf68.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
50232025-10-13T23:29:15.657Z 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=21e1e2d2ac90d856 -C extra-filename=-fa7043859bceda66 --out-dir /work/oxidecomputer/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-0cde43c9e0306e09.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-99e789afd1552d1a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-de9639f458571e2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-9af8bccd40033b12.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-6a7ca7f40e53cc4d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-c8120d1eb23b6b88.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-23aef0b6d5f2c2fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-4acd45e355d937bd.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`
50242025-10-13T23:29:16.192Z 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=4410ad419bfa953d -C extra-filename=-ae21a476469818f1 --out-dir /work/oxidecomputer/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-0cde43c9e0306e09.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-99e789afd1552d1a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-de9639f458571e2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-9af8bccd40033b12.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-6a7ca7f40e53cc4d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-c8120d1eb23b6b88.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-23aef0b6d5f2c2fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-4acd45e355d937bd.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`
50252025-10-13T23:29:17.604Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
50262025-10-13T23:29:17.628Z 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=03b8228132feebd3 -C extra-filename=-0a9ce8cb21b4c82e --out-dir /work/oxidecomputer/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-99e789afd1552d1a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-de9639f458571e2b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-c8120d1eb23b6b88.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-23aef0b6d5f2c2fa.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`
50272025-10-13T23:29:18.156Z 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=3d5081e631e52708 -C extra-filename=-937314516badcd96 --out-dir /work/oxidecomputer/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-0cde43c9e0306e09.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-99e789afd1552d1a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-de9639f458571e2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-9af8bccd40033b12.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-6a7ca7f40e53cc4d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-c8120d1eb23b6b88.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-23aef0b6d5f2c2fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-4acd45e355d937bd.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`
50282025-10-13T23:29:20.073Z 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=1605fe47d8f64aa7 -C extra-filename=-6552f915d746928b --out-dir /work/oxidecomputer/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-0cde43c9e0306e09.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-99e789afd1552d1a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-de9639f458571e2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-9af8bccd40033b12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-c8120d1eb23b6b88.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-23aef0b6d5f2c2fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-4acd45e355d937bd.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`
50292025-10-13T23:29:20.241Z 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=769a5e52b64f0db8 -C extra-filename=-cd6304d2b9341b9e --out-dir /work/oxidecomputer/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-0cde43c9e0306e09.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-99e789afd1552d1a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-de9639f458571e2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-9af8bccd40033b12.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-6a7ca7f40e53cc4d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-c8120d1eb23b6b88.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-23aef0b6d5f2c2fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-4acd45e355d937bd.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`
50302025-10-13T23:29:21.233Z 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=adcc934bce74a9d4 -C extra-filename=-13f01a3557ce2c22 --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-de9639f458571e2b.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-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-fa1cf59ca29f0d95.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-23aef0b6d5f2c2fa.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.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-7e89575cc437d63a.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-5abc6f59dc903098.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-b5013a1c5083beb9.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50312025-10-13T23:29:21.353Z 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=bac5353f7e329d36 -C extra-filename=-b2b6e3a9208315e5 --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-de9639f458571e2b.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-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-fa1cf59ca29f0d95.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-23aef0b6d5f2c2fa.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.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-7e89575cc437d63a.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-5abc6f59dc903098.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-b5013a1c5083beb9.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50322025-10-13T23:29:23.404Z 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=625ec8be9ffc7621 -C extra-filename=-6b15a622e2264229 --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-de9639f458571e2b.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-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-fa1cf59ca29f0d95.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-23aef0b6d5f2c2fa.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.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-7e89575cc437d63a.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-5abc6f59dc903098.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-b5013a1c5083beb9.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50332025-10-13T23:29:24.765Z 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=ea677d28a29b315a -C extra-filename=-2f5a897b2e910604 --out-dir /work/oxidecomputer/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-178a3bf33faae74a.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-3c964c9e006fc02c.rlib --cfg 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`
50342025-10-13T23:29:28.978Z 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=a63f58c38aeed3c8 -C extra-filename=-2757416d69c3aa46 --out-dir /work/oxidecomputer/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-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-5e5b7ab6372cba2e.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-5fb898108cf35d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.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-9af23d869935c341.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-3c964c9e006fc02c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32aa8d82ad9d1f4e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a8fe89781bd0aa1f.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`
50352025-10-13T23:29:37.650Z 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=6a7e28ca2ed1d5d7 -C extra-filename=-4601668fe0d5b493 --out-dir /work/oxidecomputer/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-0cde43c9e0306e09.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-9af8bccd40033b12.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-6a7ca7f40e53cc4d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-c8120d1eb23b6b88.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-4acd45e355d937bd.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`
50362025-10-13T23:29:40.344Z 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=65d835feaffd0ff9 -C extra-filename=-090e256d5dfe4e09 --out-dir /work/oxidecomputer/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-0cde43c9e0306e09.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-9af8bccd40033b12.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-6a7ca7f40e53cc4d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-c8120d1eb23b6b88.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-4acd45e355d937bd.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`
50372025-10-13T23:29:45.739Z 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=323c637c817d7217 -C extra-filename=-4a4c5c18e2d8bc42 --out-dir /work/oxidecomputer/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-0cde43c9e0306e09.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-9af8bccd40033b12.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-6a7ca7f40e53cc4d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-c8120d1eb23b6b88.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-4acd45e355d937bd.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`
50382025-10-13T23:29:48.244Z 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=fff490090652b7d2 -C extra-filename=-bd93ddacc689ddf6 --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-99429029d65043a9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
50392025-10-13T23:29:57.992Z 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=f21e14a047dba1e3 -C extra-filename=-351d630be7bbd4f4 --out-dir /work/oxidecomputer/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-c5fcb292480315a0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-99429029d65043a9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-4d3ec98371e69837.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-c7fe5d46ba8d6850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
50402025-10-13T23:29:59.861Z 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=e4662b41b9e466fc -C extra-filename=-9cfddc5a981f6e25 --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e9eedd5beac69c8a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f37f24c98238e8bd.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-383767ca9f27fc33.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.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-2d3b31102c7c20fc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a8aea60a82a5e4f8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-667f33525bc15e2e.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-6b761cb0ea37c47c.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-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50412025-10-13T23:30:03.615Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
50422025-10-13T23:30:03.640Z 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=f14dcc3a5247039d -C extra-filename=-dae13d8c627f5b0e --out-dir /work/oxidecomputer/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-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e9eedd5beac69c8a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-44516f8d732189bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
50432025-10-13T23:30:05.745Z 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=cfceb784976a67c5 -C extra-filename=-f561ebdfd5829ce3 --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8812c20587132146.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-8b762501ddfdf233.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e9eedd5beac69c8a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.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-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-6d2358ea28e64b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-44516f8d732189bf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d9fde2819637ec21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-6b761cb0ea37c47c.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-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
50442025-10-13T23:30:06.587Z 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=71f4f839d098c45a -C extra-filename=-8759e0cda16d8052 --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8812c20587132146.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-8b762501ddfdf233.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e9eedd5beac69c8a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.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-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-6d2358ea28e64b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d9fde2819637ec21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-6b761cb0ea37c47c.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-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
50452025-10-13T23:30:08.748Z 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=4ccf1e60b3f66aec -C extra-filename=-ef67c63b0cd93566 --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e9eedd5beac69c8a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f37f24c98238e8bd.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-69af0c7be5f51e87.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-383767ca9f27fc33.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.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-2d3b31102c7c20fc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a8aea60a82a5e4f8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-667f33525bc15e2e.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-6b761cb0ea37c47c.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-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50462025-10-13T23:30:12.360Z 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=90e441e908d5fd47 -C extra-filename=-d83de3077119acf2 --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8812c20587132146.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-8b762501ddfdf233.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.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-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-6d2358ea28e64b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-44516f8d732189bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d9fde2819637ec21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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/`
50472025-10-13T23:30:20.025Z 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=329e3b346866ad2b -C extra-filename=-b211f6cf79ea2869 --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-856a8896ec6f8bb8.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-44516f8d732189bf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6b761cb0ea37c47c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50482025-10-13T23:30:23.043Z 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=1ce33a8aaf8332e6 -C extra-filename=-192adb14799fa9de --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8812c20587132146.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-8b762501ddfdf233.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e9eedd5beac69c8a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.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-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-6d2358ea28e64b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-44516f8d732189bf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d9fde2819637ec21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-6b761cb0ea37c47c.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-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
50492025-10-13T23:30:31.952Z 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=c2093da9512e88c9 -C extra-filename=-d0f47ae46581ff0f --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.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-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccd6482eb2f91e6d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-fa1cf59ca29f0d95.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-44e3643cfc9437ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4d0573f8e2598029.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50502025-10-13T23:30:32.782Z 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=95d5df3bd2bfedb9 -C extra-filename=-a4bbdb8214ec3532 --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.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-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccd6482eb2f91e6d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-fa1cf59ca29f0d95.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-44e3643cfc9437ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4d0573f8e2598029.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50512025-10-13T23:30:38.909Z 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=0fa0b6a2a80dbc3f -C extra-filename=-be9eba2417c64dd8 --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-964f37db051ab742.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.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-5abc6f59dc903098.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-13T23:30:40.078Z 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=14ebd8d15818b492 -C extra-filename=-94df6450ce7578f4 --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-9a0680f158a04252.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-aea687be00b6aa6d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-91d8ad7f7f70dd2c.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-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-b5013a1c5083beb9.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50532025-10-13T23:30:42.410Z 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=147d2ec9a5cbba6b -C extra-filename=-c171f5ab20390723 --out-dir /work/oxidecomputer/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-df57545275e79817.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-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
50542025-10-13T23:30:43.951Z 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=7a6f309eb31c2a9b -C extra-filename=-eac08f78c799b1c3 --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.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-39e95183ef82f4c1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f37f24c98238e8bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-bf590cde3ce690df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-df82ee9cba5bb7d4.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-f600ce30a4f63004.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`
50552025-10-13T23:30:48.895Z 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=2c6b6a531bd59223 -C extra-filename=-6a27ac87a5605503 --out-dir /work/oxidecomputer/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-4a9f3093cf91e0a7.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-5ee78a968a142ff9.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.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-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.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-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.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-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.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-7d53fb4c478ec8a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-9198a76e2322449a.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-7016dcfaa30975a2.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-e0c5116aee1eb5b2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.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-9af23d869935c341.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-13T23:30:49.021Z 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=60ec49bb34bb679e -C extra-filename=-b70eaf5844682a74 --out-dir /work/oxidecomputer/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-de9639f458571e2b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0ea46bd2ce11bc3e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-13T23:30:52.577Z 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=b69f37350071fa20 -C extra-filename=-77162d13608b110d --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-9a0680f158a04252.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-aea687be00b6aa6d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-91d8ad7f7f70dd2c.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-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-b5013a1c5083beb9.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50582025-10-13T23:30:53.334Z 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=c7f7ff8c168bd788 -C extra-filename=-64f55e71a5be9835 --out-dir /work/oxidecomputer/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-9af8bccd40033b12.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-401713b4e9145b72.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5b2298e3cb2ded9a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-996de1d5590868b9.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 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`
50592025-10-13T23:30:56.901Z 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=2bdde492b765365e -C extra-filename=-a43698e0a7ed0a47 --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-856a8896ec6f8bb8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50602025-10-13T23:31:00.627Z 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=b1964c31508817b3 -C extra-filename=-cc771017a4132311 --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-f757238c5ff645a2.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-87b5b8d90c34e508.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-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.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-9198a76e2322449a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.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-f600ce30a4f63004.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-17d8434b9893ec40.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`
50612025-10-13T23:31:03.103Z 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=c49e8691ec9dff7e -C extra-filename=-89c09c3b83cfb9ec --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-9a0680f158a04252.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-aea687be00b6aa6d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-91d8ad7f7f70dd2c.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-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-b5013a1c5083beb9.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50622025-10-13T23:31:03.368Z 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=9450aec73997dddb -C extra-filename=-eb4e8104d60da806 --out-dir /work/oxidecomputer/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-3262e50a04d6b924.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-fc43ee1bf3211977.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-b5013a1c5083beb9.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-4acd45e355d937bd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
50632025-10-13T23:31:04.206Z 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=0b2fedf7ac96f25a -C extra-filename=-be60d8a80e970c42 --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ccd6482eb2f91e6d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50642025-10-13T23:31:18.941Z 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=bc8e5f63c740afba -C extra-filename=-3bc6de34dab953b9 --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-9a0680f158a04252.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-aea687be00b6aa6d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-91d8ad7f7f70dd2c.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-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-b5013a1c5083beb9.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50652025-10-13T23:31:21.563Z 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=1d12b7b7030aee74 -C extra-filename=-6f37a1c42fef8bf4 --out-dir /work/oxidecomputer/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-7313fc0cd42b8a8e.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-87b5b8d90c34e508.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-215bebc1a79a8d26.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-ac0e33b2af33f733.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-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-51b830974b3cf247.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-0aee9dadf39a9773.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-401713b4e9145b72.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.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)'`
50662025-10-13T23:31:22.415Z 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=243a32ef3cc14412 -C extra-filename=-4591b1a981a69117 --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-5ee78a968a142ff9.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.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-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.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-5a2f5c4ea0ab90bf.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-d180497785b46993.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c5fcb292480315a0.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-faa3fefb3df51649.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.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-a8aea60a82a5e4f8.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-6b761cb0ea37c47c.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-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-c7fe5d46ba8d6850.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
50672025-10-13T23:31:23.996Z 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=a402eb8feb6b1ae3 -C extra-filename=-160e4db01690d5e6 --out-dir /work/oxidecomputer/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-9af8bccd40033b12.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-720173f4da1d6ce6.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-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-5e5b7ab6372cba2e.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
50682025-10-13T23:31:25.545Z 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=08d9d4b9a7fe5675 -C extra-filename=-81da7555e3e5e9b3 --out-dir /work/oxidecomputer/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-3262e50a04d6b924.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-fc43ee1bf3211977.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-b5013a1c5083beb9.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-4acd45e355d937bd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
50692025-10-13T23:31:27.556Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
50702025-10-13T23:31:27.581Z 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=aed164f216b37af9 -C extra-filename=-8da285f83c50a9b9 --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
50712025-10-13T23:31:29.378Z 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=1454dfd70ef19b1b -C extra-filename=-a639fd2a39620be8 --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-9198a76e2322449a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-13T23:31:30.509Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
50732025-10-13T23:31:30.534Z 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=049b3cb066c66d67 -C extra-filename=-1e7d3ea3774db31b --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
50742025-10-13T23:31:32.904Z 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=00f56ccaf61fa3ed -C extra-filename=-015801e23109979e --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-87b5b8d90c34e508.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-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.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-9198a76e2322449a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.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-f600ce30a4f63004.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-17d8434b9893ec40.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`
50752025-10-13T23:31:43.491Z 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=9df62871cb11bdf7 -C extra-filename=-ad079249aca28b91 --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
50762025-10-13T23:31:45.216Z 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=d9d13dcdee3de594 -C extra-filename=-50c2508672b21246 --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-964f37db051ab742.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.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-5abc6f59dc903098.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-f600ce30a4f63004.rlib --cfg 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`
50772025-10-13T23:31:49.218Z 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=dbe69fa1f4906e8a -C extra-filename=-dc13f323e1e9f832 --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-856a8896ec6f8bb8.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-f37f24c98238e8bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.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-e0c5116aee1eb5b2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50782025-10-13T23:31:53.931Z 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=b5342fd3c754096f -C extra-filename=-634b64febfc25d3d --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-f757238c5ff645a2.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-87b5b8d90c34e508.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-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.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-9198a76e2322449a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.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-f600ce30a4f63004.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-17d8434b9893ec40.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`
50792025-10-13T23:31:58.230Z 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=a505d9c4ac7de44b -C extra-filename=-ef68152f5fa2419e --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-5abc6f59dc903098.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-9198a76e2322449a.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50802025-10-13T23:32:01.034Z 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=99aee8e724782649 -C extra-filename=-e65729c00ab83d8a --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-5ee78a968a142ff9.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2412696cec732a1b.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.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-d180497785b46993.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2a7396bd45bcce30.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e5bb030ba93f07fa.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bac91d3a5f49972d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.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-2e0e85019f9cd98f.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-5abc6f59dc903098.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-a8aea60a82a5e4f8.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-7016dcfaa30975a2.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-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50812025-10-13T23:32:38.827Z 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=a87b53de3d8603a9 -C extra-filename=-e6f4c53c117a0b6a --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-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
50822025-10-13T23:32:43.265Z 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=6a476597f1639252 -C extra-filename=-dc283ac613a50d2a --out-dir /work/oxidecomputer/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-3262e50a04d6b924.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-fc43ee1bf3211977.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-b5013a1c5083beb9.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-4acd45e355d937bd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
50832025-10-13T23:32:43.384Z 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=6b079c663467c795 -C extra-filename=-a5b464101de135e2 --out-dir /work/oxidecomputer/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-9a0680f158a04252.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.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-b5013a1c5083beb9.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`
50842025-10-13T23:32:47.790Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
50852025-10-13T23:32:47.817Z 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=1b7b6d1d0aaa8c3e -C extra-filename=-321bb45c0e224aed --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.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-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-69af0c7be5f51e87.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bb7bcdb79637c2c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-7e89575cc437d63a.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-4d3ec98371e69837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50862025-10-13T23:32:47.859Z 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=0966102c6fd495ff -C extra-filename=-0e19863659f7d9ca --out-dir /work/oxidecomputer/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-f757238c5ff645a2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-54de39cebd12a8b7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-df82ee9cba5bb7d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.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-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50872025-10-13T23:32:51.911Z 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=1457fd556762a2b4 -C extra-filename=-0f61cc50e740f878 --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-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
50882025-10-13T23:32:52.395Z 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=9aab6520bfd1df3c -C extra-filename=-f6bc2442637e98fb --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-856a8896ec6f8bb8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7026353b7e51cbec.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-2d3b31102c7c20fc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-ed721364f0e3a705.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bde2948c9aff88a8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-996de1d5590868b9.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-4d3ec98371e69837.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`
50892025-10-13T23:33:13.645Z 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=20de9d0304d9bd11 -C extra-filename=-3383c621a386de29 --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-9a0680f158a04252.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-aea687be00b6aa6d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-91d8ad7f7f70dd2c.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-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-b5013a1c5083beb9.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-13T23:33:15.344Z 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=a35ddaafb85d242a -C extra-filename=-15530cc686d882cc --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.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-ac0e33b2af33f733.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d4a776c31a0a00da.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50912025-10-13T23:33:17.610Z 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=28f76a649bcf79ee -C extra-filename=-6b2054044a6f6921 --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-856a8896ec6f8bb8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50922025-10-13T23:33:19.351Z 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=5473b98f336b0ff9 -C extra-filename=-793e92cd849d246a --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-0a24c1421cd74ab4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-aea687be00b6aa6d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-91d8ad7f7f70dd2c.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-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-b5013a1c5083beb9.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-13T23:33:20.750Z 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=4693164b7547a7d1 -C extra-filename=-76775e28a6a2257b --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.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-39e95183ef82f4c1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f37f24c98238e8bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-bf590cde3ce690df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-df82ee9cba5bb7d4.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-6b761cb0ea37c47c.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-f600ce30a4f63004.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`
50942025-10-13T23:33:21.120Z 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=af29df315a0d8d20 -C extra-filename=-fe56c83c9a2b0225 --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-9a0680f158a04252.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-aea687be00b6aa6d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-91d8ad7f7f70dd2c.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-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-b5013a1c5083beb9.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50952025-10-13T23:33:23.982Z 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=dc2bd859582d3f53 -C extra-filename=-073d879d015e3ed5 --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-df57545275e79817.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-9af8bccd40033b12.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-bde2948c9aff88a8.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-f600ce30a4f63004.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`
50962025-10-13T23:33:32.674Z 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=2195e4dbfa1476ac -C extra-filename=-27007260ff56d5ee --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-be9fdd37cc966c0e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-5e5b7ab6372cba2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32aa8d82ad9d1f4e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50972025-10-13T23:33:37.664Z 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=28413f196b33d587 -C extra-filename=-72fe59ff25c6a93c --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-7026353b7e51cbec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.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-5abc6f59dc903098.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-7ed694ccac46be36.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32aa8d82ad9d1f4e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50982025-10-13T23:33:39.757Z 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=e218574d1fd7443d -C extra-filename=-39862f58a9410bb5 --out-dir /work/oxidecomputer/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-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-5e5b7ab6372cba2e.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-5fb898108cf35d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --cfg 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`
50992025-10-13T23:33:44.132Z 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=bda6101c33fa3f6b -C extra-filename=-9941b26631405b5f --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-d87f969b8e395139.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-6f7c6f03b1271b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-ed721364f0e3a705.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-996de1d5590868b9.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-4d3ec98371e69837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
51002025-10-13T23:33:46.726Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51012025-10-13T23:33:46.762Z 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=c2dcc458aa2b5b19 -C extra-filename=-1a1b9b7cce85a9f0 --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.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-178a3bf33faae74a.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-383767ca9f27fc33.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-4d3ec98371e69837.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51022025-10-13T23:33:48.690Z 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=1cc5e81b46e07582 -C extra-filename=-767a07ae6cd42fde --out-dir /work/oxidecomputer/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-396fb80a0a915448.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-5abc6f59dc903098.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-4acd45e355d937bd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-13T23:33:49.351Z 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=4d999933f54428f1 -C extra-filename=-f8dc3350320560d4 --out-dir /work/oxidecomputer/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-de9639f458571e2b.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-856a8896ec6f8bb8.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-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-fa1cf59ca29f0d95.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.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-7e89575cc437d63a.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-5abc6f59dc903098.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51042025-10-13T23:33:51.621Z 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=6dad15585d9f1808 -C extra-filename=-49b0b3f1a7de267f --out-dir /work/oxidecomputer/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-9a0680f158a04252.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-aea687be00b6aa6d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-91d8ad7f7f70dd2c.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-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-5abc6f59dc903098.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-b5013a1c5083beb9.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-13T23:33:52.648Z 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=39fd1a6ddc9692e5 -C extra-filename=-467d43631f33774c --out-dir /work/oxidecomputer/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-9a0680f158a04252.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-aea687be00b6aa6d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-91d8ad7f7f70dd2c.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-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-5abc6f59dc903098.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-b5013a1c5083beb9.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-13T23:33:52.889Z 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=77306c5c65797541 -C extra-filename=-021e3742a922bdbc --out-dir /work/oxidecomputer/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-9a0680f158a04252.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-aea687be00b6aa6d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-91d8ad7f7f70dd2c.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-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-5abc6f59dc903098.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-b5013a1c5083beb9.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51072025-10-13T23:33:53.719Z 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=1a3b04c89b8a0318 -C extra-filename=-92bea8c6c4bad3c5 --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-856a8896ec6f8bb8.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-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-7ed694ccac46be36.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-667f33525bc15e2e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
51082025-10-13T23:33:54.635Z 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=088183e963f955d5 -C extra-filename=-683a12d242dbb858 --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-856a8896ec6f8bb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-7ed694ccac46be36.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e5b7ab6372cba2e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
51092025-10-13T23:33:55.652Z 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=1fb2cd745b4e3f9f -C extra-filename=-f0fba2e686373382 --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-d87f969b8e395139.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-7ed694ccac46be36.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-996de1d5590868b9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --cfg 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`
51102025-10-13T23:33:56.945Z 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=07de6c0419675523 -C extra-filename=-33dda72593f4ae1f --out-dir /work/oxidecomputer/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-7d53fb4c478ec8a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-54de39cebd12a8b7.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-5abc6f59dc903098.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-7ed694ccac46be36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg 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`
51112025-10-13T23:33:57.901Z 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=a0002528c6d87764 -C extra-filename=-00fa52848130bd09 --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-7026353b7e51cbec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.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-5abc6f59dc903098.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-9af23d869935c341.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-13T23:34:02.414Z 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=436dc21815edaadf -C extra-filename=-f202c9f03b08bede --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7026353b7e51cbec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51132025-10-13T23:34:02.843Z 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=b52bb89d89ea2167 -C extra-filename=-ffceb0cddbaedfb1 --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-856a8896ec6f8bb8.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-178a3bf33faae74a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51142025-10-13T23:34:03.614Z 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=5aea173129a4aa6f -C extra-filename=-428043887bba9a43 --out-dir /work/oxidecomputer/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-178a3bf33faae74a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0ea46bd2ce11bc3e.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-34a3286c2ff66544.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-3a883fcb54035d38.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.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-f600ce30a4f63004.rlib --cfg 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`
51152025-10-13T23:34:04.984Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
51162025-10-13T23:34:05.009Z 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=60ad2539645acf65 -C extra-filename=-cfe076790f1201e8 --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
51172025-10-13T23:34:06.768Z 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=50e5ac0bdc36f0d9 -C extra-filename=-f3f4e84b0f2b04c0 --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-178a3bf33faae74a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f9845514f6c68d00.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5946e91ef97ed671.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`
51182025-10-13T23:34:07.365Z 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=7ac6ef4477562bb6 -C extra-filename=-0237ba2b03addff4 --out-dir /work/oxidecomputer/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-178a3bf33faae74a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-34a3286c2ff66544.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.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-5abc6f59dc903098.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`
51192025-10-13T23:34:07.652Z 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=485f78ab9e73d141 -C extra-filename=-966e519d33f6f85c --out-dir /work/oxidecomputer/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-178a3bf33faae74a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.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-5abc6f59dc903098.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`
51202025-10-13T23:34:08.518Z 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=5f4d0e760cfb3bad -C extra-filename=-3da0b4249d7cc3d9 --out-dir /work/oxidecomputer/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-178a3bf33faae74a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.rlib --cfg 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`
51212025-10-13T23:34:09.070Z 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=c22bc7c55a3e3975 -C extra-filename=-3b3098433dae490d --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-856a8896ec6f8bb8.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-9b242467b04515e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
51222025-10-13T23:34:09.633Z 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=04c3542a8c795f1b -C extra-filename=-eae3c25f8508410b --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-df57545275e79817.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-9b242467b04515e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
51232025-10-13T23:34:10.651Z 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=84d547af38ef138a -C extra-filename=-a592653018daeb64 --out-dir /work/oxidecomputer/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-34417c94377c8141.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.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-178a3bf33faae74a.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5b2298e3cb2ded9a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.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`
51242025-10-13T23:34:10.973Z 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=1e49e0211187cfca -C extra-filename=-65e259b340a2fda3 --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-328848a39e18c9a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
51252025-10-13T23:34:11.893Z 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=60eba1e232cf8169 -C extra-filename=-eedf99a8c89ff60e --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-5ee78a968a142ff9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-de9639f458571e2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-13T23:34:12.771Z 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=5dd90f9f6dff95b7 -C extra-filename=-c89a8ab3a558b482 --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-5ee78a968a142ff9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
51272025-10-13T23:34:12.943Z 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=540dc75199eb4eb1 -C extra-filename=-95facecf1d7a62e9 --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-5ee78a968a142ff9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
51282025-10-13T23:34:13.839Z 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=b79bfb035811c604 -C extra-filename=-8227722b99f2e40e --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-5ee78a968a142ff9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
51292025-10-13T23:34:14.388Z 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=1fcdbcd8703270f4 -C extra-filename=-43fb6a7cbbe5a30c --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-5ee78a968a142ff9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
51302025-10-13T23:34:16.118Z 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=108f806711fef087 -C extra-filename=-645c05d6ec993f45 --out-dir /work/oxidecomputer/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-9af8bccd40033b12.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-9198a76e2322449a.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-9af23d869935c341.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-13T23:34:16.302Z 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=b11534560bdc02ba -C extra-filename=-7dae1955b22b86db --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-9af8bccd40033b12.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
51322025-10-13T23:34:16.811Z 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=9456afb34b47f441 -C extra-filename=-d32a59a38b85eedb --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-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.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-5abc6f59dc903098.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-5e5b7ab6372cba2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-13T23:34:17.255Z 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=fb3e257c23a18273 -C extra-filename=-69650052f6c2dcee --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-ff6a5a790b8a0d3a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.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-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-5e5b7ab6372cba2e.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-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg 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`
51342025-10-13T23:34:19.230Z 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=b0f34dd3d7adfee8 -C extra-filename=-0828bbe0952fed19 --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-53623e7e78291725.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.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-5e5b7ab6372cba2e.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-f600ce30a4f63004.rlib --cfg 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`
51352025-10-13T23:34:19.399Z 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=5580c8c25a5fab38 -C extra-filename=-8f00c7addaa11e31 --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-ff6a5a790b8a0d3a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51362025-10-13T23:34:19.855Z 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=ba6c2842ddaa8284 -C extra-filename=-a7f855003d076a5e --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-856a8896ec6f8bb8.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-3aa573fe7f592958.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-13T23:34:21.315Z 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=8d798577e2f8b1de -C extra-filename=-041a34ef894cfbcb --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-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.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`
51382025-10-13T23:34:22.127Z 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=74892603e115497b -C extra-filename=-2f0bb75b4dc9356f --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-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-13T23:34:22.225Z 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=6e77bde15e3f4e1d -C extra-filename=-69dad27af836cc8a --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-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
51402025-10-13T23:34:24.544Z 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=5adf223e746bc218 -C extra-filename=-8b29cef07af86c6d --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-ac0e33b2af33f733.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.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`
51412025-10-13T23:34:25.031Z 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=0dfc7b40aede3f3b -C extra-filename=-cd871e04d7dca3ef --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-856a8896ec6f8bb8.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-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-13T23:34:25.825Z 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=3bac27237b69206e -C extra-filename=-ba2e6765a41a7613 --out-dir /work/oxidecomputer/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-df57545275e79817.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
51432025-10-13T23:34:25.885Z 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=0571b03223167bbb -C extra-filename=-50c3ab0d64584c49 --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-ff6a5a790b8a0d3a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-13T23:34:26.198Z 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=4b7305db2f83508d -C extra-filename=-c844f128932f2666 --out-dir /work/oxidecomputer/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-3262e50a04d6b924.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
51452025-10-13T23:34:27.332Z 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=3b5c41491a3f4e1f -C extra-filename=-c0d74ee03b135f53 --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-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.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-4d3ec98371e69837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/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`
51462025-10-13T23:34:27.888Z 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=247265c569e1b2ac -C extra-filename=-e312dff857087b73 --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-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
51472025-10-13T23:34:28.848Z 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=b79ae31deb6e7c16 -C extra-filename=-2f4c81dde069d558 --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-d52aba29819925cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
51482025-10-13T23:34:29.154Z 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=0b0794e864dd6f26 -C extra-filename=-1ca3a43381fdc60e --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-df57545275e79817.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-3ec6af6684b837d6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
51492025-10-13T23:34:30.257Z 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=f75765094a69092b -C extra-filename=-ddae4fe36444ad98 --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-df57545275e79817.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-3ec6af6684b837d6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
51502025-10-13T23:34:30.338Z 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=fedde7856c08f91e -C extra-filename=-0a30d638e0ef9621 --out-dir /work/oxidecomputer/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-178a3bf33faae74a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-401713b4e9145b72.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-f600ce30a4f63004.rlib --cfg 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`
51512025-10-13T23:34:31.951Z 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=3335a875d90eb236 -C extra-filename=-e716e53df30c13f4 --out-dir /work/oxidecomputer/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-4a9f3093cf91e0a7.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-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.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-3f001ffdf92df144.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.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-2541dcd2e83056ae.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-2e1671183b5fd81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.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-5abc6f59dc903098.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-9198a76e2322449a.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-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-13T23:34:32.535Z 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=99d9312cb8b15ea9 -C extra-filename=-50042ec7b67a3b55 --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-ff6a5a790b8a0d3a.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-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
51532025-10-13T23:34:33.177Z 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=7d105d6d6b7fd60b -C extra-filename=-f19c486060eb5494 --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-178a3bf33faae74a.rlib --cfg 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-13T23:34:34.024Z 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=5942a8546b9c0570 -C extra-filename=-7cf5fda16b8e5d24 --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-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
51552025-10-13T23:34:34.068Z 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=286d4119589d47c2 -C extra-filename=-fdd8a0d1586eae87 --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-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.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`
51562025-10-13T23:34:35.761Z 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=83d3bcf9fb65f978 -C extra-filename=-268e36446eb86a9a --out-dir /work/oxidecomputer/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-178a3bf33faae74a.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-f600ce30a4f63004.rlib --cfg 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`
51572025-10-13T23:34:35.834Z 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=1d2d9e35d4b2a39b -C extra-filename=-efb137e9895ed6a1 --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-178a3bf33faae74a.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`
51582025-10-13T23:34:36.440Z 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=911a1d840205f81e -C extra-filename=-5e98823cfae8201f --out-dir /work/oxidecomputer/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-178a3bf33faae74a.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`
51592025-10-13T23:34:36.949Z 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=5b5c00f145959772 -C extra-filename=-8a57a90d30e785c6 --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-178a3bf33faae74a.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`
51602025-10-13T23:34:37.142Z 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=6f306da1dba6d0a6 -C extra-filename=-2a4369d98f4ccfe3 --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-856a8896ec6f8bb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-13T23:34:37.248Z 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=67949784838656e7 -C extra-filename=-95c9f01e98f41b09 --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-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
51622025-10-13T23:34:37.818Z 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=4fd4e7f0d317b678 -C extra-filename=-f1c5d296786365ed --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-856a8896ec6f8bb8.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-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.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`
51632025-10-13T23:34:38.395Z 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=f60918744ede5efa -C extra-filename=-0cc4373aa869ec03 --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-178a3bf33faae74a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.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`
51642025-10-13T23:34:38.574Z 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=61d3009ea7d69687 -C extra-filename=-4e951286a2522b5e --out-dir /work/oxidecomputer/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-178a3bf33faae74a.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`
51652025-10-13T23:34:39.040Z 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=cca7c3e80fd68782 -C extra-filename=-7d965cfac51ce12c --out-dir /work/oxidecomputer/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-b674dd16dd22f44c.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-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.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-f600ce30a4f63004.rlib --cfg 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`
51662025-10-13T23:34:40.141Z 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=d8b788f41d8e844c -C extra-filename=-1402a8ecfb59b8a3 --out-dir /work/oxidecomputer/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-178a3bf33faae74a.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`
51672025-10-13T23:34:40.834Z 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=24c84b2f047cde3d -C extra-filename=-a5119b96988a3b5c --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-178a3bf33faae74a.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`
51682025-10-13T23:34:41.407Z 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=6dda789c65525343 -C extra-filename=-2013681065a6dfe7 --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-856a8896ec6f8bb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
51692025-10-13T23:34:41.697Z 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=339ef134ce3de7e8 -C extra-filename=-a20ede00e07ef73b --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-178a3bf33faae74a.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`
51702025-10-13T23:34:41.739Z 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=e64787cb08e81d07 -C extra-filename=-dd287d89e6229dc8 --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-178a3bf33faae74a.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`
51712025-10-13T23:34:42.334Z 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=3dec65c7163e5785 -C extra-filename=-68932578a6c0b26c --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-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.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`
51722025-10-13T23:34:42.916Z 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=7338dbee63322ca5 -C extra-filename=-f825594334d4e564 --out-dir /work/oxidecomputer/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-178a3bf33faae74a.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`
51732025-10-13T23:34:43.644Z 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=cbc74ac4d7ac4347 -C extra-filename=-42bfbf6757f364bb --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-fa33fc3fea407a3e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3708ad563010fdb5.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-6db268b7ab5218c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg 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-13T23:34:43.742Z 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=488c560d7985b3db -C extra-filename=-03866ef652dcc6ac --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-178a3bf33faae74a.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`
51752025-10-13T23:34:44.253Z 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=6cf087a24da717a4 -C extra-filename=-f21fc385ba34e4fa --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-c9c66229a77eff07.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-ff6a5a790b8a0d3a.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-b87fd6613cc2fc15.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2da796a22f582014.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-27efb91a483473e9.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-020a72a980be986e.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-39e95183ef82f4c1.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-710e91481cd0b98a.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-3bf07c002fc086f9.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-964f37db051ab742.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-ac0e33b2af33f733.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-fa33fc3fea407a3e.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-012c98008c7e3a3a.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-9216ee19421e8437.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-2541dcd2e83056ae.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.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-deabff44a5f88e6e.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-3f4a1ef14aef24a3.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-5abc6f59dc903098.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 sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-016c821dc9c10552.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.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-4acd45e355d937bd.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-f600ce30a4f63004.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-84d8e4aadb0c95af.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`
51762025-10-13T23:34:44.417Z 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=2d069170df41a9d2 -C extra-filename=-b52997f94955f5cb --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-ff6a5a790b8a0d3a.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.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-5abc6f59dc903098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51772025-10-13T23:34:44.795Z 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`
51782025-10-13T23:35:39.470Z 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=a457dc5a9b9dbca5 -C extra-filename=-7252c623c512c716 --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-e9eedd5beac69c8a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33e4b5fa45968886.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-870c5596411a1911.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-c3b5cee30c9c95a8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-228bb852efd82063.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e2d4a7a744d736ed.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-4acd45e355d937bd.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`
51792025-10-13T23:35:39.496Z 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=6b1983b08be9ea3c -C extra-filename=-27f81ec7e3a7d913 --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.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-e9eedd5beac69c8a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33e4b5fa45968886.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-870c5596411a1911.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-228bb852efd82063.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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`
51802025-10-13T23:35:39.496Z 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=5df28072452e7716 -C extra-filename=-12e2dfeddf71ec75 --out-dir /work/oxidecomputer/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-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-e9eedd5beac69c8a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33e4b5fa45968886.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-870c5596411a1911.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-c3b5cee30c9c95a8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-228bb852efd82063.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e2d4a7a744d736ed.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-4acd45e355d937bd.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`
51812025-10-13T23:35:39.535Z 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=23cb51006a91d3ab -C extra-filename=-0787b1f21873fd59 --out-dir /work/oxidecomputer/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-1e7b920cfd1d6499.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-87b5b8d90c34e508.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-0ee331a945adfe59.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f17c0a0ec6749d78.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-3aa573fe7f592958.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e9eedd5beac69c8a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.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-964f37db051ab742.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-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.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-d180497785b46993.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e99f7eefee81d6fb.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-126c035fe7b6b8d8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c5fcb292480315a0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3960e08f527090e7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6a94f62370868fad.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-0596558231ac026b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-870c5596411a1911.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b438fd721ef97649.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-228bb852efd82063.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-35085b233b640699.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.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 sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a8aea60a82a5e4f8.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-7016dcfaa30975a2.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-4d3ec98371e69837.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-9af23d869935c341.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg 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`
51822025-10-13T23:35:39.576Z 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=5f074524331b9ac7 -C extra-filename=-6c3f75b23b6481d2 --out-dir /work/oxidecomputer/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-1e7b920cfd1d6499.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-87b5b8d90c34e508.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-0ee331a945adfe59.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f17c0a0ec6749d78.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.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-3aa573fe7f592958.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e9eedd5beac69c8a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.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-964f37db051ab742.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-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.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-d180497785b46993.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e99f7eefee81d6fb.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-126c035fe7b6b8d8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c5fcb292480315a0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3960e08f527090e7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6a94f62370868fad.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-0596558231ac026b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-870c5596411a1911.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b438fd721ef97649.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-228bb852efd82063.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-35085b233b640699.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.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 sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a8aea60a82a5e4f8.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-7016dcfaa30975a2.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-4d3ec98371e69837.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-9af23d869935c341.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg 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`
51832025-10-13T23:35:39.601Z 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=5c9c01b87453273f -C extra-filename=-2b359ec9a7ab3d07 --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-ad2f86fd355c1a29.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3960e08f527090e7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6a94f62370868fad.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-870c5596411a1911.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b438fd721ef97649.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-228bb852efd82063.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-e680d48eead497a9.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`
51842025-10-13T23:35:39.662Z 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=df007b4719a38381 -C extra-filename=-ddf54bd4b8e1c010 --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-ad2f86fd355c1a29.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3960e08f527090e7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6a94f62370868fad.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-870c5596411a1911.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b438fd721ef97649.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-228bb852efd82063.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-e680d48eead497a9.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`
51852025-10-13T23:35:39.722Z 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=a7317de639a5b2d2 -C extra-filename=-eeef44a71c4647fa --out-dir /work/oxidecomputer/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-1e7b920cfd1d6499.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-04027a02170ab2d8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5674cdc6db40cb73.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.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-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-126c035fe7b6b8d8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c5fcb292480315a0.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-69af0c7be5f51e87.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ab092961e6ed4052.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-99429029d65043a9.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6a94f62370868fad.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-870c5596411a1911.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b438fd721ef97649.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-228bb852efd82063.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.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-a8aea60a82a5e4f8.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-9af23d869935c341.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/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`
51862025-10-13T23:42:17.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24m 38s
51872025-10-13T23:42:30.172Z
51882025-10-13T23:42:30.199Zreal 24:51.240867004
51892025-10-13T23:42:30.199Zuser 1:59:01.573094824
51902025-10-13T23:42:30.199Zsys 23:43.311232396
51912025-10-13T23:42:30.199Ztrap 12.670552888
51922025-10-13T23:42:30.199Ztflt 2.456763238
51932025-10-13T23:42:30.199Zdflt 9:25.709787872
51942025-10-13T23:42:30.199Zkflt 0.341517034
51952025-10-13T23:42:30.199Zlock 7:12:53.673738463
51962025-10-13T23:42:30.199Zslp 12:04:56.659328513
51972025-10-13T23:42:30.199Zlat 13:44.009367879
51982025-10-13T23:42:30.199Zstop 15:43.508274619
51992025-10-13T23:42:31.180Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
52002025-10-13T23:42:36.395Z Fresh unicode-ident v1.0.19
52012025-10-13T23:42:36.471Z Fresh cfg-if v1.0.1
52022025-10-13T23:42:36.471Z Fresh autocfg v1.4.0
52032025-10-13T23:42:36.471Z Fresh memchr v2.7.4
52042025-10-13T23:42:36.472Z Fresh proc-macro2 v1.0.101
52052025-10-13T23:42:36.472Z Fresh value-bag v1.9.0
52062025-10-13T23:42:36.472Z Fresh smallvec v1.15.1
52072025-10-13T23:42:36.472Z Fresh version_check v0.9.5
52082025-10-13T23:42:36.472Z Fresh quote v1.0.40
52092025-10-13T23:42:36.472Z Fresh libc v0.2.174
52102025-10-13T23:42:36.472Z Fresh serde_core v1.0.226
52112025-10-13T23:42:36.472Z Fresh log v0.4.27
52122025-10-13T23:42:36.472Z Fresh scopeguard v1.2.0
52132025-10-13T23:42:36.472Z Fresh itoa v1.0.11
52142025-10-13T23:42:36.472Z Fresh ryu v1.0.18
52152025-10-13T23:42:36.472Z Fresh syn v2.0.106
52162025-10-13T23:42:36.472Z Fresh lock_api v0.4.12
52172025-10-13T23:42:36.472Z Fresh getrandom v0.2.15
52182025-10-13T23:42:36.472Z Fresh stable_deref_trait v1.2.0
52192025-10-13T23:42:36.472Z Fresh serde_derive v1.0.226
52202025-10-13T23:42:36.472Z Fresh zeroize_derive v1.4.2
52212025-10-13T23:42:36.472Z Fresh synstructure v0.13.1
52222025-10-13T23:42:36.472Z Fresh critical-section v1.1.3
52232025-10-13T23:42:36.472Z Fresh serde v1.0.226
52242025-10-13T23:42:36.472Z Fresh zeroize v1.8.1
52252025-10-13T23:42:36.472Z Fresh libm v0.2.8
52262025-10-13T23:42:36.472Z Fresh serde_json v1.0.145
52272025-10-13T23:42:36.472Z Fresh portable-atomic v1.11.0
52282025-10-13T23:42:36.472Z Fresh zerofrom-derive v0.1.4
52292025-10-13T23:42:36.472Z Fresh pin-project-lite v0.2.14
52302025-10-13T23:42:36.472Z Fresh yoke-derive v0.7.4
52312025-10-13T23:42:36.472Z Fresh bitflags v2.9.4
52322025-10-13T23:42:36.472Z Fresh bytes v1.10.1
52332025-10-13T23:42:36.472Z Fresh num-traits v0.2.19
52342025-10-13T23:42:36.472Z Fresh once_cell v1.21.3
52352025-10-13T23:42:36.472Z Fresh zerofrom v0.1.4
52362025-10-13T23:42:36.472Z Fresh fnv v1.0.7
52372025-10-13T23:42:36.472Z Fresh zerovec-derive v0.10.3
52382025-10-13T23:42:36.472Z Fresh displaydoc v0.2.5
52392025-10-13T23:42:36.472Z Fresh yoke v0.7.4
52402025-10-13T23:42:36.472Z Fresh regex-syntax v0.8.5
52412025-10-13T23:42:36.472Z Fresh shlex v1.3.0
52422025-10-13T23:42:36.473Z Fresh allocator-api2 v0.2.21
52432025-10-13T23:42:36.473Z Fresh rand_core v0.6.4
52442025-10-13T23:42:36.473Z Fresh writeable v0.5.5
52452025-10-13T23:42:36.473Z Fresh zerovec v0.10.4
52462025-10-13T23:42:36.473Z Fresh percent-encoding v2.3.2
52472025-10-13T23:42:36.473Z Fresh litemap v0.7.3
52482025-10-13T23:42:36.473Z Fresh byteorder v1.5.0
52492025-10-13T23:42:36.473Z Fresh equivalent v1.0.2
52502025-10-13T23:42:36.473Z Fresh icu_provider_macros v1.5.0
52512025-10-13T23:42:36.473Z Fresh tinystr v0.7.6
52522025-10-13T23:42:36.473Z Fresh parking_lot_core v0.9.10
52532025-10-13T23:42:36.473Z Fresh getrandom v0.3.1
52542025-10-13T23:42:36.473Z Fresh jobserver v0.1.32
52552025-10-13T23:42:36.473Z Fresh icu_locid_transform_data v1.5.0
52562025-10-13T23:42:36.473Z Fresh icu_collections v1.5.0
52572025-10-13T23:42:36.473Z Fresh errno v0.3.12
52582025-10-13T23:42:36.473Z Fresh semver v1.0.27
52592025-10-13T23:42:36.473Z Fresh icu_locid v1.5.0
52602025-10-13T23:42:36.473Z Fresh cc v1.2.30
52612025-10-13T23:42:36.473Z Fresh parking_lot v0.12.3
52622025-10-13T23:42:36.473Z Fresh icu_properties_data v1.5.0
52632025-10-13T23:42:36.473Z Fresh utf16_iter v1.0.5
52642025-10-13T23:42:36.473Z Fresh utf8_iter v1.0.4
52652025-10-13T23:42:36.473Z Fresh icu_normalizer_data v1.5.0
52662025-10-13T23:42:36.473Z Fresh write16 v1.0.0
52672025-10-13T23:42:36.473Z Fresh icu_provider v1.5.0
52682025-10-13T23:42:36.473Z Fresh form_urlencoded v1.2.2
52692025-10-13T23:42:36.473Z Fresh subtle v2.6.1
52702025-10-13T23:42:36.473Z Fresh signal-hook-registry v1.4.2
52712025-10-13T23:42:36.473Z Fresh aho-corasick v1.1.3
52722025-10-13T23:42:36.473Z Fresh mio v1.0.2
52732025-10-13T23:42:36.473Z Fresh futures-core v0.3.31
52742025-10-13T23:42:36.473Z Fresh icu_locid_transform v1.5.0
52752025-10-13T23:42:36.473Z Fresh regex-automata v0.4.11
52762025-10-13T23:42:36.473Z Fresh heck v0.5.0
52772025-10-13T23:42:36.473Z Fresh hashbrown v0.16.0
52782025-10-13T23:42:36.473Z Fresh tokio-macros v2.5.0
52792025-10-13T23:42:36.473Z Fresh icu_properties v1.5.1
52802025-10-13T23:42:36.473Z Fresh typenum v1.17.0
52812025-10-13T23:42:36.474Z Fresh regex v1.11.3
52822025-10-13T23:42:36.474Z Fresh socket2 v0.6.0
52832025-10-13T23:42:36.474Z Fresh either v1.15.0
52842025-10-13T23:42:36.474Z Fresh indexmap v2.11.4
52852025-10-13T23:42:36.474Z Fresh icu_normalizer v1.5.0
52862025-10-13T23:42:36.474Z Fresh generic-array v0.14.7
52872025-10-13T23:42:36.474Z Fresh rustix v0.38.37
52882025-10-13T23:42:36.474Z Fresh tokio v1.47.0
52892025-10-13T23:42:36.474Z Fresh iana-time-zone v0.1.63
52902025-10-13T23:42:36.500Z Fresh thiserror-impl v2.0.17
52912025-10-13T23:42:36.500Z Fresh spin v0.9.8
52922025-10-13T23:42:36.500Z Fresh idna_adapter v1.2.0
52932025-10-13T23:42:36.500Z Fresh crypto-common v0.1.6
52942025-10-13T23:42:36.500Z Fresh chrono v0.4.42
52952025-10-13T23:42:36.500Z Fresh zerocopy-derive v0.7.35
52962025-10-13T23:42:36.500Z Fresh futures-io v0.3.31
52972025-10-13T23:42:36.500Z Fresh thiserror-impl v1.0.69
52982025-10-13T23:42:36.500Z Fresh idna v1.0.3
52992025-10-13T23:42:36.500Z Fresh thiserror v2.0.17
53002025-10-13T23:42:36.500Z Fresh zerocopy v0.7.35
53012025-10-13T23:42:36.500Z Fresh uuid v1.18.1
53022025-10-13T23:42:36.500Z Fresh lazy_static v1.5.0
53032025-10-13T23:42:36.500Z Fresh pkg-config v0.3.31
53042025-10-13T23:42:36.500Z Fresh url v2.5.4
53052025-10-13T23:42:36.500Z Fresh thiserror v1.0.69
53062025-10-13T23:42:36.500Z Fresh const-oid v0.9.6
53072025-10-13T23:42:36.500Z Fresh block-buffer v0.10.4
53082025-10-13T23:42:36.500Z Fresh futures-sink v0.3.31
53092025-10-13T23:42:36.500Z Fresh pin-utils v0.1.0
53102025-10-13T23:42:36.500Z Fresh serde_derive_internals v0.29.1
53112025-10-13T23:42:36.500Z Fresh slab v0.4.9
53122025-10-13T23:42:36.500Z Fresh digest v0.10.7
53132025-10-13T23:42:36.500Z Fresh dyn-clone v1.0.20
53142025-10-13T23:42:36.500Z Fresh schemars_derive v0.8.22
53152025-10-13T23:42:36.501Z Fresh futures-channel v0.3.31
53162025-10-13T23:42:36.501Z Fresh futures-macro v0.3.31
53172025-10-13T23:42:36.501Z Fresh futures-task v0.3.31
53182025-10-13T23:42:36.501Z Fresh futures-util v0.3.31
53192025-10-13T23:42:36.501Z Fresh cpufeatures v0.2.14
53202025-10-13T23:42:36.501Z Fresh foldhash v0.1.5
53212025-10-13T23:42:36.501Z Fresh strsim v0.11.1
53222025-10-13T23:42:36.501Z Fresh ppv-lite86 v0.2.20
53232025-10-13T23:42:36.501Z Fresh tracing-core v0.1.32
53242025-10-13T23:42:36.501Z Fresh schemars v0.8.22
53252025-10-13T23:42:36.501Z Fresh hashbrown v0.15.4
53262025-10-13T23:42:36.501Z Fresh tracing-attributes v0.1.27
53272025-10-13T23:42:36.501Z Fresh adler2 v2.0.0
53282025-10-13T23:42:36.501Z Fresh glob v0.3.2
53292025-10-13T23:42:36.501Z Fresh http v1.3.1
53302025-10-13T23:42:36.501Z Fresh minimal-lexical v0.2.1
53312025-10-13T23:42:36.501Z Fresh syn v1.0.109
53322025-10-13T23:42:36.501Z Fresh tracing v0.1.40
53332025-10-13T23:42:36.501Z Fresh miniz_oxide v0.8.5
53342025-10-13T23:42:36.501Z Fresh nom v7.1.3
53352025-10-13T23:42:36.501Z Fresh serde_tokenstream v0.2.2
53362025-10-13T23:42:36.501Z Fresh libloading v0.8.5
53372025-10-13T23:42:36.501Z Fresh gimli v0.31.1
53382025-10-13T23:42:36.501Z Fresh cexpr v0.6.0
53392025-10-13T23:42:36.501Z Fresh crossbeam-utils v0.8.21
53402025-10-13T23:42:36.501Z Fresh paste v1.0.15
53412025-10-13T23:42:36.501Z Fresh clang-sys v1.8.1
53422025-10-13T23:42:36.501Z Fresh prettyplease v0.2.36
53432025-10-13T23:42:36.501Z Fresh addr2line v0.24.2
53442025-10-13T23:42:36.501Z Fresh object v0.36.5
53452025-10-13T23:42:36.501Z Fresh rustc-demangle v0.1.24
53462025-10-13T23:42:36.501Z Fresh num-conv v0.1.0
53472025-10-13T23:42:36.501Z Fresh time-core v0.1.6
53482025-10-13T23:42:36.501Z Fresh powerfmt v0.2.0
53492025-10-13T23:42:36.501Z Fresh home v0.5.9
53502025-10-13T23:42:36.501Z Fresh backtrace v0.3.74
53512025-10-13T23:42:36.501Z Fresh vcpkg v0.2.15
53522025-10-13T23:42:36.501Z Fresh time-macros v0.2.24
53532025-10-13T23:42:36.501Z Fresh deranged v0.5.3
53542025-10-13T23:42:36.502Z Fresh num_threads v0.1.7
53552025-10-13T23:42:36.502Z Fresh anyhow v1.0.99
53562025-10-13T23:42:36.502Z Fresh block-padding v0.3.3
53572025-10-13T23:42:36.502Z Fresh itertools v0.12.1
53582025-10-13T23:42:36.502Z Fresh time v0.3.43
53592025-10-13T23:42:36.502Z Fresh base64 v0.22.1
53602025-10-13T23:42:36.502Z Fresh inout v0.1.3
53612025-10-13T23:42:36.502Z Fresh which v4.4.2
53622025-10-13T23:42:36.502Z Fresh tokio-util v0.7.15
53632025-10-13T23:42:36.502Z Fresh ipnet v2.11.0
53642025-10-13T23:42:36.502Z Fresh lazycell v1.3.0
53652025-10-13T23:42:36.502Z Fresh rustc-hash v1.1.0
53662025-10-13T23:42:36.502Z Fresh atomic-waker v1.1.2
53672025-10-13T23:42:36.502Z Fresh cipher v0.4.4
53682025-10-13T23:42:36.502Z Fresh cmake v0.1.51
53692025-10-13T23:42:36.502Z Fresh fs_extra v1.3.0
53702025-10-13T23:42:36.502Z Fresh untrusted v0.9.0
53712025-10-13T23:42:36.502Z Fresh dunce v1.0.5
53722025-10-13T23:42:36.502Z Fresh bindgen v0.69.5
53732025-10-13T23:42:36.502Z Fresh ring v0.17.14
53742025-10-13T23:42:36.502Z Fresh sha2 v0.10.9
53752025-10-13T23:42:36.502Z Fresh fastrand v2.1.1
53762025-10-13T23:42:36.502Z Fresh base64ct v1.6.0
53772025-10-13T23:42:36.502Z Fresh ident_case v1.0.1
53782025-10-13T23:42:36.502Z Fresh httparse v1.9.5
53792025-10-13T23:42:36.502Z Fresh hmac v0.12.1
53802025-10-13T23:42:36.502Z Fresh rustls-pki-types v1.10.0
53812025-10-13T23:42:36.502Z Fresh http-body v1.0.1
53822025-10-13T23:42:36.502Z Fresh rand_chacha v0.3.1
53832025-10-13T23:42:36.502Z Fresh rustversion v1.0.22
53842025-10-13T23:42:36.502Z Fresh utf8parse v0.2.2
53852025-10-13T23:42:36.502Z Fresh rand v0.8.5
53862025-10-13T23:42:36.502Z Fresh untrusted v0.7.1
53872025-10-13T23:42:36.502Z Fresh try-lock v0.2.5
53882025-10-13T23:42:36.502Z Fresh httpdate v1.0.3
53892025-10-13T23:42:36.502Z Fresh h2 v0.4.6
53902025-10-13T23:42:36.529Z Fresh aws-lc-sys v0.26.0
53912025-10-13T23:42:36.529Z Fresh want v0.3.1
53922025-10-13T23:42:36.529Z Fresh toml_datetime v0.6.11
53932025-10-13T23:42:36.529Z Fresh serde_spanned v0.6.9
53942025-10-13T23:42:36.529Z Fresh tower-service v0.3.3
53952025-10-13T23:42:36.529Z Fresh pem-rfc7468 v0.7.0
53962025-10-13T23:42:36.529Z Fresh aws-lc-rs v1.12.4
53972025-10-13T23:42:36.529Z Fresh hyper v1.7.0
53982025-10-13T23:42:36.529Z Fresh async-trait v0.1.89
53992025-10-13T23:42:36.529Z Fresh anstyle v1.0.11
54002025-10-13T23:42:36.529Z Fresh rand_core v0.9.3
54012025-10-13T23:42:36.529Z Fresh ucd-trie v0.1.7
54022025-10-13T23:42:36.529Z Fresh rustls-webpki v0.102.8
54032025-10-13T23:42:36.529Z Fresh mime v0.3.17
54042025-10-13T23:42:36.529Z Fresh pest v2.8.2
54052025-10-13T23:42:36.529Z Fresh hyper-util v0.1.17
54062025-10-13T23:42:36.529Z Fresh anstyle-parse v0.2.5
54072025-10-13T23:42:36.529Z Fresh der_derive v0.7.3
54082025-10-13T23:42:36.529Z Fresh slog v2.7.0
54092025-10-13T23:42:36.529Z Fresh colorchoice v1.0.2
54102025-10-13T23:42:36.529Z Fresh is_terminal_polyfill v1.70.1
54112025-10-13T23:42:36.529Z Fresh anstyle-query v1.1.1
54122025-10-13T23:42:36.529Z Fresh flagset v0.4.6
54132025-10-13T23:42:36.529Z Fresh pest_meta v2.8.2
54142025-10-13T23:42:36.529Z Fresh pbkdf2 v0.12.2
54152025-10-13T23:42:36.529Z Fresh der v0.7.9
54162025-10-13T23:42:36.529Z Fresh anstream v0.6.18
54172025-10-13T23:42:36.529Z Fresh camino v1.2.0
54182025-10-13T23:42:36.529Z Fresh http-body-util v0.1.3
54192025-10-13T23:42:36.529Z Fresh aes v0.8.4
54202025-10-13T23:42:36.529Z Fresh rustc_version v0.4.1
54212025-10-13T23:42:36.529Z Fresh plain v0.2.3
54222025-10-13T23:42:36.529Z Fresh spki v0.7.3
54232025-10-13T23:42:36.530Z Fresh pest_generator v2.8.2
54242025-10-13T23:42:36.530Z Fresh rand_chacha v0.9.0
54252025-10-13T23:42:36.530Z Fresh cbc v0.1.2
54262025-10-13T23:42:36.530Z Fresh salsa20 v0.10.2
54272025-10-13T23:42:36.530Z Fresh openssl-probe v0.1.5
54282025-10-13T23:42:36.530Z Fresh foreign-types-shared v0.1.1
54292025-10-13T23:42:36.530Z Fresh rand v0.9.2
54302025-10-13T23:42:36.530Z Fresh pest_derive v2.8.2
54312025-10-13T23:42:36.530Z Fresh scrypt v0.11.0
54322025-10-13T23:42:36.530Z Fresh rustix v1.0.7
54332025-10-13T23:42:36.530Z Fresh openssl-sys v0.9.109
54342025-10-13T23:42:36.530Z Fresh foreign-types v0.3.2
54352025-10-13T23:42:36.530Z Fresh terminal_size v0.4.0
54362025-10-13T23:42:36.530Z Fresh serde_urlencoded v0.7.1
54372025-10-13T23:42:36.530Z Fresh openssl-macros v0.1.1
54382025-10-13T23:42:36.530Z Fresh zerocopy-derive v0.8.27
54392025-10-13T23:42:36.530Z Fresh encoding_rs v0.8.34
54402025-10-13T23:42:36.530Z Fresh pretty-hex v0.4.1
54412025-10-13T23:42:36.530Z Fresh openssl v0.10.73
54422025-10-13T23:42:36.530Z Fresh zerocopy v0.8.27
54432025-10-13T23:42:36.530Z Fresh pkcs5 v0.7.1
54442025-10-13T23:42:36.530Z Fresh darling_core v0.20.10
54452025-10-13T23:42:36.530Z Fresh openapiv3 v2.2.0
54462025-10-13T23:42:36.530Z Fresh clap_lex v0.7.4
54472025-10-13T23:42:36.530Z Fresh pkcs8 v0.10.2
54482025-10-13T23:42:36.530Z Fresh darling_macro v0.20.10
54492025-10-13T23:42:36.530Z Fresh clap_builder v4.5.48
54502025-10-13T23:42:36.530Z Fresh rustls v0.23.19
54512025-10-13T23:42:36.530Z Fresh tempfile v3.20.0
54522025-10-13T23:42:36.530Z Fresh clap_derive v4.5.47
54532025-10-13T23:42:36.530Z Fresh litrs v0.4.1
54542025-10-13T23:42:36.530Z Fresh darling v0.20.10
54552025-10-13T23:42:36.530Z Fresh clap v4.5.48
54562025-10-13T23:42:36.530Z Fresh tokio-rustls v0.26.0
54572025-10-13T23:42:36.530Z Fresh sync_wrapper v1.0.1
54582025-10-13T23:42:36.530Z Fresh winnow v0.7.13
54592025-10-13T23:42:36.530Z Fresh document-features v0.2.11
54602025-10-13T23:42:36.530Z Fresh native-tls v0.2.12
54612025-10-13T23:42:36.530Z Fresh psl-types v2.0.11
54622025-10-13T23:42:36.531Z Fresh tower-layer v0.3.3
54632025-10-13T23:42:36.531Z Fresh cookie v0.18.1
54642025-10-13T23:42:36.531Z Fresh rustls-native-certs v0.8.1
54652025-10-13T23:42:36.531Z Fresh webpki-roots v1.0.1
54662025-10-13T23:42:36.531Z Fresh ipnetwork v0.21.1
54672025-10-13T23:42:36.531Z Fresh tokio-native-tls v0.3.1
54682025-10-13T23:42:36.531Z Fresh tower v0.5.2
54692025-10-13T23:42:36.531Z Fresh publicsuffix v2.3.0
54702025-10-13T23:42:36.531Z Fresh scroll_derive v0.12.0
54712025-10-13T23:42:36.531Z Fresh iri-string v0.7.8
54722025-10-13T23:42:36.531Z Fresh unicode-segmentation v1.12.0
54732025-10-13T23:42:36.531Z Fresh hyper-rustls v0.27.7
54742025-10-13T23:42:36.531Z Fresh data-encoding v2.9.0
54752025-10-13T23:42:36.531Z Fresh cookie_store v0.21.1
54762025-10-13T23:42:36.531Z Fresh tower-http v0.6.6
54772025-10-13T23:42:36.531Z Fresh hyper-tls v0.6.0
54782025-10-13T23:42:36.531Z Fresh scroll v0.12.0
54792025-10-13T23:42:36.531Z Fresh winnow v0.5.40
54802025-10-13T23:42:36.531Z Fresh tinyvec_macros v0.1.1
54812025-10-13T23:42:36.531Z Fresh dtrace-parser v0.2.0
54822025-10-13T23:42:36.531Z Fresh goblin v0.8.2
54832025-10-13T23:42:36.531Z Fresh reqwest v0.12.22
54842025-10-13T23:42:36.531Z Fresh toml_edit v0.19.15
54852025-10-13T23:42:36.531Z Fresh tinyvec v1.8.0
54862025-10-13T23:42:36.531Z Fresh signature v2.2.0
54872025-10-13T23:42:36.531Z Fresh thread-id v4.2.2
54882025-10-13T23:42:36.531Z Fresh quick-error v1.2.3
54892025-10-13T23:42:36.531Z Fresh dof v0.3.0
54902025-10-13T23:42:36.557Z Fresh sha1 v0.10.6
54912025-10-13T23:42:36.557Z Fresh bit-vec v0.8.0
54922025-10-13T23:42:36.557Z Fresh bstr v1.10.0
54932025-10-13T23:42:36.557Z Fresh num-integer v0.1.46
54942025-10-13T23:42:36.557Z Fresh wait-timeout v0.2.0
54952025-10-13T23:42:36.557Z Fresh memmap v0.7.0
54962025-10-13T23:42:36.557Z Fresh crc32fast v1.4.2
54972025-10-13T23:42:36.557Z Fresh usdt-impl v0.5.0
54982025-10-13T23:42:36.557Z Fresh bit-set v0.8.0
54992025-10-13T23:42:36.557Z Fresh static_assertions v1.1.0
55002025-10-13T23:42:36.557Z Fresh heck v0.4.1
55012025-10-13T23:42:36.558Z Fresh toml_write v0.1.2
55022025-10-13T23:42:36.558Z Fresh oxnet v0.1.3
55032025-10-13T23:42:36.558Z Fresh crossbeam-epoch v0.9.18
55042025-10-13T23:42:36.558Z Fresh itertools v0.13.0
55052025-10-13T23:42:36.558Z Fresh usdt-macro v0.5.0
55062025-10-13T23:42:36.558Z Fresh usdt-attr-macro v0.5.0
55072025-10-13T23:42:36.558Z Fresh toml_edit v0.22.27
55082025-10-13T23:42:36.558Z Fresh base16ct v0.2.0
55092025-10-13T23:42:36.558Z Fresh rusty-fork v0.3.0
55102025-10-13T23:42:36.558Z Fresh rand_xorshift v0.4.0
55112025-10-13T23:42:36.558Z Fresh hubpack_derive v0.1.1
55122025-10-13T23:42:36.558Z Fresh ff v0.13.0
55132025-10-13T23:42:36.558Z Fresh usdt v0.5.0
55142025-10-13T23:42:36.558Z Fresh sec1 v0.7.3
55152025-10-13T23:42:36.558Z Fresh unarray v0.1.4
55162025-10-13T23:42:36.558Z Fresh zlib-rs v0.5.1
55172025-10-13T23:42:36.558Z Fresh group v0.13.0
55182025-10-13T23:42:36.558Z Fresh hubpack v0.1.2
55192025-10-13T23:42:36.558Z Fresh num-iter v0.1.45
55202025-10-13T23:42:36.558Z Fresh strum_macros v0.26.4
55212025-10-13T23:42:36.558Z Fresh libz-rs-sys v0.5.1
55222025-10-13T23:42:36.558Z Fresh proptest v1.7.0
55232025-10-13T23:42:36.558Z Fresh hkdf v0.12.4
55242025-10-13T23:42:36.558Z Fresh crypto-bigint v0.5.5
55252025-10-13T23:42:36.558Z Fresh bitflags v1.3.2
55262025-10-13T23:42:36.558Z Fresh strum v0.26.3
55272025-10-13T23:42:36.558Z Fresh elliptic-curve v0.13.8
55282025-10-13T23:42:36.558Z Fresh flate2 v1.1.2
55292025-10-13T23:42:36.558Z Fresh derive_builder_core v0.20.2
55302025-10-13T23:42:36.558Z Fresh siphasher v0.3.11
55312025-10-13T23:42:36.558Z Fresh newtype-uuid v1.3.1
55322025-10-13T23:42:36.558Z Fresh phf_shared v0.11.2
55332025-10-13T23:42:36.558Z Fresh num-bigint-dig v0.8.4
55342025-10-13T23:42:36.558Z Fresh derive_builder_macro v0.20.2
55352025-10-13T23:42:36.558Z Fresh bzip2-sys v0.1.13+1.0.8
55362025-10-13T23:42:36.558Z Fresh pkcs1 v0.7.5
55372025-10-13T23:42:36.558Z Fresh daft-derive v0.1.4
55382025-10-13T23:42:36.558Z Fresh cfg_aliases v0.2.1
55392025-10-13T23:42:36.558Z Fresh rsa v0.9.6
55402025-10-13T23:42:36.559Z Fresh signal-hook v0.3.18
55412025-10-13T23:42:36.559Z Fresh derive_builder v0.20.2
55422025-10-13T23:42:36.559Z Fresh daft v0.1.4
55432025-10-13T23:42:36.559Z Fresh toml v0.7.8
55442025-10-13T23:42:36.559Z Fresh unicode-normalization v0.1.24
55452025-10-13T23:42:36.559Z Fresh rfc6979 v0.4.0
55462025-10-13T23:42:36.559Z Fresh enum-as-inner v0.6.1
55472025-10-13T23:42:36.559Z Fresh curve25519-dalek-derive v0.1.1
55482025-10-13T23:42:36.559Z Fresh scroll_derive v0.13.1
55492025-10-13T23:42:36.559Z Fresh env_filter v0.1.2
55502025-10-13T23:42:36.559Z Fresh managed v0.8.0
55512025-10-13T23:42:36.559Z Fresh ahash v0.8.12
55522025-10-13T23:42:36.559Z Fresh memoffset v0.9.1
55532025-10-13T23:42:36.559Z Fresh ecdsa v0.16.9
55542025-10-13T23:42:36.559Z Fresh curve25519-dalek v4.1.3
55552025-10-13T23:42:36.559Z Fresh env_logger v0.11.5
55562025-10-13T23:42:36.559Z Fresh scroll v0.13.0
55572025-10-13T23:42:36.559Z Fresh x509-cert v0.2.5
55582025-10-13T23:42:36.559Z Fresh itertools v0.10.5
55592025-10-13T23:42:36.559Z Fresh cargo-platform v0.1.8
55602025-10-13T23:42:36.559Z Fresh precomputed-hash v0.1.1
55612025-10-13T23:42:36.559Z Fresh fixedbitset v0.4.2
55622025-10-13T23:42:36.559Z Fresh new_debug_unreachable v1.0.6
55632025-10-13T23:42:36.559Z Fresh cargo_metadata v0.19.2
55642025-10-13T23:42:36.559Z Fresh goblin v0.10.2
55652025-10-13T23:42:36.559Z Fresh petgraph v0.6.5
55662025-10-13T23:42:36.559Z Fresh string_cache v0.8.9
55672025-10-13T23:42:36.559Z Fresh vergen-lib v0.1.6
55682025-10-13T23:42:36.559Z Fresh zstd-sys v2.0.14+zstd.1.5.7
55692025-10-13T23:42:36.559Z Fresh signal-hook-mio v0.2.4
55702025-10-13T23:42:36.559Z Fresh ed25519 v2.2.3
55712025-10-13T23:42:36.559Z Fresh ref-cast-impl v1.0.24
55722025-10-13T23:42:36.559Z Fresh rustc-hash v2.1.1
55732025-10-13T23:42:36.559Z Fresh ed25519-dalek v2.1.1
55742025-10-13T23:42:36.559Z Fresh vergen v9.0.6
55752025-10-13T23:42:36.559Z Fresh zstd-safe v7.2.3
55762025-10-13T23:42:36.559Z Fresh dof v0.4.0
55772025-10-13T23:42:36.559Z Fresh bzip2 v0.4.4
55782025-10-13T23:42:36.559Z Fresh ref-cast v1.0.24
55792025-10-13T23:42:36.560Z Fresh dtrace-parser v0.3.0
55802025-10-13T23:42:36.560Z Fresh thread-id v5.0.0
55812025-10-13T23:42:36.560Z Fresh simd-adler32 v0.3.7
55822025-10-13T23:42:36.560Z Fresh lalrpop-util v0.19.12
55832025-10-13T23:42:36.560Z Fresh bumpalo v3.16.0
55842025-10-13T23:42:36.560Z Fresh lockfree-object-pool v0.1.6
55852025-10-13T23:42:36.560Z Fresh usdt-impl v0.6.0
55862025-10-13T23:42:36.560Z Fresh zip v0.6.6
55872025-10-13T23:42:36.560Z Fresh zstd v0.13.3
55882025-10-13T23:42:36.560Z Fresh crossterm v0.28.1
55892025-10-13T23:42:36.560Z Fresh bzip2 v0.5.2
55902025-10-13T23:42:36.586Z Fresh zopfli v0.8.1
55912025-10-13T23:42:36.586Z Fresh similar v2.7.0
55922025-10-13T23:42:36.586Z Fresh hash32 v0.2.1
55932025-10-13T23:42:36.586Z Fresh socket2 v0.5.10
55942025-10-13T23:42:36.586Z Fresh winnow v0.6.26
55952025-10-13T23:42:36.586Z Fresh predicates-core v1.0.8
55962025-10-13T23:42:36.586Z Fresh unicode-bidi v0.3.17
55972025-10-13T23:42:36.586Z Fresh unicode-properties v0.1.3
55982025-10-13T23:42:36.586Z Fresh heapless v0.7.17
55992025-10-13T23:42:36.586Z Fresh zip v4.2.0
56002025-10-13T23:42:36.586Z Fresh stringprep v0.1.5
56012025-10-13T23:42:36.586Z Fresh hickory-proto v0.25.2
56022025-10-13T23:42:36.586Z Fresh tokio-stream v0.1.17
56032025-10-13T23:42:36.586Z Fresh md-5 v0.10.6
56042025-10-13T23:42:36.586Z Fresh strum_macros v0.27.2
56052025-10-13T23:42:36.586Z Fresh float-cmp v0.10.0
56062025-10-13T23:42:36.586Z Fresh normalize-line-endings v0.3.0
56072025-10-13T23:42:36.586Z Fresh fallible-iterator v0.2.0
56082025-10-13T23:42:36.587Z Fresh difflib v0.4.0
56092025-10-13T23:42:36.587Z Fresh strum v0.27.2
56102025-10-13T23:42:36.587Z Fresh buf-list v1.0.3
56112025-10-13T23:42:36.587Z Fresh nix v0.29.0
56122025-10-13T23:42:36.587Z Fresh smoltcp v0.9.1
56132025-10-13T23:42:36.587Z Fresh fs-err v3.1.1
56142025-10-13T23:42:36.587Z Fresh serde-big-array v0.5.1
56152025-10-13T23:42:36.587Z Fresh postgres-protocol v0.6.8
56162025-10-13T23:42:36.587Z Fresh predicates v3.1.3
56172025-10-13T23:42:36.587Z Fresh serde_repr v0.1.19
56182025-10-13T23:42:36.587Z Fresh peg-runtime v0.8.5
56192025-10-13T23:42:36.587Z Fresh foldhash v0.2.0
56202025-10-13T23:42:36.587Z Fresh phf v0.11.2
56212025-10-13T23:42:36.587Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
56222025-10-13T23:42:36.587Z Fresh whoami v1.5.2
56232025-10-13T23:42:36.587Z Fresh postgres-types v0.2.9
56242025-10-13T23:42:36.587Z Fresh iddqd v0.3.13
56252025-10-13T23:42:36.587Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
56262025-10-13T23:42:36.587Z Fresh futures-executor v0.3.31
56272025-10-13T23:42:36.587Z Fresh regress v0.10.4
56282025-10-13T23:42:36.587Z Fresh crossbeam-channel v0.5.15
56292025-10-13T23:42:36.587Z Fresh is-terminal v0.4.13
56302025-10-13T23:42:36.587Z Fresh unsafe-libyaml v0.2.11
56312025-10-13T23:42:36.587Z Fresh tokio-postgres v0.7.13
56322025-10-13T23:42:36.587Z Fresh futures v0.3.31
56332025-10-13T23:42:36.587Z Fresh typify-impl v0.4.3
56342025-10-13T23:42:36.587Z Fresh serde_yaml v0.9.34+deprecated
56352025-10-13T23:42:36.587Z Fresh thread_local v1.1.8
56362025-10-13T23:42:36.587Z Fresh term v1.1.0
56372025-10-13T23:42:36.587Z Fresh take_mut v0.2.2
56382025-10-13T23:42:36.587Z Fresh typify-macro v0.4.3
56392025-10-13T23:42:36.587Z Fresh slog-term v2.9.2
56402025-10-13T23:42:36.587Z Fresh match_cfg v0.1.0
56412025-10-13T23:42:36.587Z Fresh debug-ignore v1.0.5
56422025-10-13T23:42:36.587Z Fresh hex v0.4.3
56432025-10-13T23:42:36.587Z Fresh structmeta-derive v0.3.0
56442025-10-13T23:42:36.587Z Fresh typify v0.4.3
56452025-10-13T23:42:36.587Z Fresh slog-async v2.8.0
56462025-10-13T23:42:36.587Z Fresh hostname v0.3.1
56472025-10-13T23:42:36.588Z Fresh structmeta v0.3.0
56482025-10-13T23:42:36.588Z Fresh progenitor-client v0.10.0
56492025-10-13T23:42:36.588Z Fresh toml_parser v1.0.2
56502025-10-13T23:42:36.588Z Fresh serde_path_to_error v0.1.17
56512025-10-13T23:42:36.588Z Fresh serde_spanned v1.0.0
56522025-10-13T23:42:36.588Z Fresh toml_datetime v0.7.0
56532025-10-13T23:42:36.588Z Fresh toml_writer v1.0.2
56542025-10-13T23:42:36.588Z Fresh slog-json v2.6.1
56552025-10-13T23:42:36.588Z Fresh rustls v0.22.4
56562025-10-13T23:42:36.588Z Fresh toml v0.9.5
56572025-10-13T23:42:36.588Z Fresh async-stream-impl v0.3.6
56582025-10-13T23:42:36.588Z Fresh slog-bunyan v2.5.0
56592025-10-13T23:42:36.588Z Fresh rustls-pemfile v2.2.0
56602025-10-13T23:42:36.588Z Fresh waitgroup v0.1.2
56612025-10-13T23:42:36.588Z Fresh tokio-rustls v0.25.0
56622025-10-13T23:42:36.588Z Fresh async-stream v0.3.6
56632025-10-13T23:42:36.588Z Fresh multer v3.1.0
56642025-10-13T23:42:36.588Z Fresh dropshot_endpoint v0.16.4
56652025-10-13T23:42:36.588Z Fresh hostname v0.4.0
56662025-10-13T23:42:36.588Z Fresh derive-ex v0.1.8
56672025-10-13T23:42:36.588Z Fresh newtype-uuid-macros v0.1.0
56682025-10-13T23:42:36.588Z Fresh dropshot v0.16.4
56692025-10-13T23:42:36.588Z Fresh test-strategy v0.4.3
56702025-10-13T23:42:36.588Z Fresh serde_with_macros v3.14.0
56712025-10-13T23:42:36.588Z Fresh macaddr v1.0.1
56722025-10-13T23:42:36.588Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
56732025-10-13T23:42:36.588Z Fresh instant v0.1.13
56742025-10-13T23:42:36.588Z Fresh progenitor-impl v0.11.2
56752025-10-13T23:42:36.588Z Fresh serde_with v3.14.0
56762025-10-13T23:42:36.588Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
56772025-10-13T23:42:36.588Z Fresh derive-where v1.5.0
56782025-10-13T23:42:36.588Z Fresh progenitor-macro v0.11.2
56792025-10-13T23:42:36.588Z Fresh parse-display-derive v0.10.0
56802025-10-13T23:42:36.588Z Fresh progenitor-client v0.11.2
56812025-10-13T23:42:36.588Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
56822025-10-13T23:42:36.588Z Fresh backoff v0.4.0
56832025-10-13T23:42:36.588Z Fresh parse-display v0.10.0
56842025-10-13T23:42:36.588Z Fresh progenitor v0.11.2
56852025-10-13T23:42:36.588Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
56862025-10-13T23:42:36.589Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
56872025-10-13T23:42:36.589Z Fresh itertools v0.14.0
56882025-10-13T23:42:36.589Z Fresh toml v0.8.23
56892025-10-13T23:42:36.589Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
56902025-10-13T23:42:36.615Z Fresh camino-tempfile v1.4.1
56912025-10-13T23:42:36.616Z Fresh unicode-width v0.1.14
56922025-10-13T23:42:36.616Z Fresh unicode-width v0.2.0
56932025-10-13T23:42:36.616Z Fresh crossbeam-deque v0.8.5
56942025-10-13T23:42:36.616Z Fresh progenitor-impl v0.10.0
56952025-10-13T23:42:36.616Z Fresh progenitor-macro v0.10.0
56962025-10-13T23:42:36.616Z Fresh darling_core v0.21.0
56972025-10-13T23:42:36.616Z Fresh proc-macro-crate v1.3.1
56982025-10-13T23:42:36.616Z Fresh rayon-core v1.12.1
56992025-10-13T23:42:36.616Z Fresh proc-macro-error-attr v1.0.4
57002025-10-13T23:42:36.616Z Fresh progenitor v0.10.0
57012025-10-13T23:42:36.616Z Fresh darling_macro v0.21.0
57022025-10-13T23:42:36.616Z Fresh num_enum_derive v0.5.11
57032025-10-13T23:42:36.616Z Fresh proc-macro-error v1.0.4
57042025-10-13T23:42:36.616Z Fresh rayon v1.10.0
57052025-10-13T23:42:36.616Z Fresh crucible-workspace-hack v0.1.0
57062025-10-13T23:42:36.616Z Fresh darling v0.21.0
57072025-10-13T23:42:36.616Z Fresh num_enum v0.5.11
57082025-10-13T23:42:36.616Z Fresh hash32 v0.3.1
57092025-10-13T23:42:36.616Z Fresh ingot-macros v0.1.1
57102025-10-13T23:42:36.616Z Fresh heapless v0.8.0
57112025-10-13T23:42:36.616Z Fresh tabwriter v1.4.0
57122025-10-13T23:42:36.616Z Fresh foreign-types-macros v0.2.3
57132025-10-13T23:42:36.616Z Fresh cobs v0.2.3
57142025-10-13T23:42:36.616Z Fresh ingot-types v0.1.2
57152025-10-13T23:42:36.616Z Fresh foreign-types-shared v0.3.1
57162025-10-13T23:42:36.616Z Fresh postcard v1.0.10
57172025-10-13T23:42:36.616Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
57182025-10-13T23:42:36.616Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
57192025-10-13T23:42:36.616Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57202025-10-13T23:42:36.616Z Fresh smoltcp v0.11.0
57212025-10-13T23:42:36.616Z Fresh ingot v0.1.1
57222025-10-13T23:42:36.616Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
57232025-10-13T23:42:36.616Z Fresh foreign-types v0.5.0
57242025-10-13T23:42:36.616Z Fresh cstr-argument v0.1.2
57252025-10-13T23:42:36.616Z Fresh pretty-hex v0.2.1
57262025-10-13T23:42:36.617Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
57272025-10-13T23:42:36.617Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
57282025-10-13T23:42:36.617Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57292025-10-13T23:42:36.617Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
57302025-10-13T23:42:36.617Z Fresh colored v2.2.0
57312025-10-13T23:42:36.617Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57322025-10-13T23:42:36.617Z Fresh sigpipe v0.1.3
57332025-10-13T23:42:36.617Z Fresh jiff v0.2.15
57342025-10-13T23:42:36.617Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
57352025-10-13T23:42:36.617Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57362025-10-13T23:42:36.617Z Fresh zone_cfg_derive v0.3.0
57372025-10-13T23:42:36.617Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8e9252917993e36d43dce96b4409ef151b7d4442#8e925291)
57382025-10-13T23:42:36.617Z Fresh smf v0.2.3
57392025-10-13T23:42:36.617Z Fresh num-derive v0.4.2
57402025-10-13T23:42:36.617Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57412025-10-13T23:42:36.617Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8e9252917993e36d43dce96b4409ef151b7d4442#8e925291)
57422025-10-13T23:42:36.617Z Fresh zone v0.3.1
57432025-10-13T23:42:36.617Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=102b0bb8305cfbc3fa74c52d643d716653756372#102b0bb8)
57442025-10-13T23:42:36.617Z Fresh convert_case v0.4.0
57452025-10-13T23:42:36.617Z Fresh indent_write v2.2.0
57462025-10-13T23:42:36.617Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57472025-10-13T23:42:36.617Z Fresh derive_more v0.99.20
57482025-10-13T23:42:36.617Z Fresh num-rational v0.4.2
57492025-10-13T23:42:36.617Z Fresh num-complex v0.4.6
57502025-10-13T23:42:36.617Z Fresh float-ord v0.3.2
57512025-10-13T23:42:36.617Z Fresh secrecy v0.10.3
57522025-10-13T23:42:36.617Z Fresh swrite v0.1.0
57532025-10-13T23:42:36.617Z Fresh num v0.4.3
57542025-10-13T23:42:36.617Z Fresh console v0.15.10
57552025-10-13T23:42:36.617Z Fresh password-hash v0.5.0
57562025-10-13T23:42:36.617Z Fresh blake2 v0.10.6
57572025-10-13T23:42:36.617Z Fresh atomicwrites v0.4.4
57582025-10-13T23:42:36.617Z Fresh newline-converter v0.3.0
57592025-10-13T23:42:36.617Z Fresh argon2 v0.5.3
57602025-10-13T23:42:36.617Z Fresh bytecount v0.6.8
57612025-10-13T23:42:36.617Z Fresh expectorate v1.2.0
57622025-10-13T23:42:36.617Z Fresh fixedbitset v0.5.7
57632025-10-13T23:42:36.617Z Fresh tokio-dtrace v0.1.0
57642025-10-13T23:42:36.617Z Fresh base64 v0.21.7
57652025-10-13T23:42:36.617Z Fresh petgraph v0.8.2
57662025-10-13T23:42:36.618Z Fresh oxide-tokio-rt v0.1.2
57672025-10-13T23:42:36.618Z Fresh libsw-core v0.3.1
57682025-10-13T23:42:36.618Z Fresh linear-map v1.2.0
57692025-10-13T23:42:36.618Z Fresh unicode-xid v0.2.6
57702025-10-13T23:42:36.618Z Fresh owo-colors v4.2.2
57712025-10-13T23:42:36.618Z Fresh libsw v3.5.0
57722025-10-13T23:42:36.618Z Fresh same-file v1.0.6
57732025-10-13T23:42:36.618Z Fresh resolv-conf v0.7.0
57742025-10-13T23:42:36.618Z Fresh cancel-safe-futures v0.1.5
57752025-10-13T23:42:36.618Z Fresh walkdir v2.5.0
57762025-10-13T23:42:36.618Z Fresh utf-8 v0.7.6
57772025-10-13T23:42:36.618Z Fresh convert_case v0.7.1
57782025-10-13T23:42:36.618Z Fresh gethostname v0.5.0
57792025-10-13T23:42:36.618Z Fresh derive_more-impl v2.0.1
57802025-10-13T23:42:36.618Z Fresh globset v0.4.15
57812025-10-13T23:42:36.618Z Fresh async-recursion v1.1.1
57822025-10-13T23:42:36.618Z Fresh vte_generate_state_changes v0.1.2
57832025-10-13T23:42:36.618Z Fresh termtree v0.5.1
57842025-10-13T23:42:36.618Z Fresh derive_more v2.0.1
57852025-10-13T23:42:36.618Z Fresh slog-dtrace v0.3.0
57862025-10-13T23:42:36.618Z Fresh vte v0.11.1
57872025-10-13T23:42:36.618Z Fresh fd-lock v4.0.2
57882025-10-13T23:42:36.618Z Fresh linked-hash-map v0.5.6
57892025-10-13T23:42:36.618Z Fresh tungstenite v0.21.0
57902025-10-13T23:42:36.644Z Fresh hickory-proto v0.24.4
57912025-10-13T23:42:36.645Z Fresh crossterm v0.29.0
57922025-10-13T23:42:36.645Z Fresh strip-ansi-escapes v0.2.0
57932025-10-13T23:42:36.645Z Fresh lru-cache v0.1.2
57942025-10-13T23:42:36.645Z Fresh nibble_vec v0.1.0
57952025-10-13T23:42:36.645Z Fresh display-error-chain v0.2.2
57962025-10-13T23:42:36.645Z Fresh endian-type v0.1.2
57972025-10-13T23:42:36.645Z Fresh nu-ansi-term v0.50.1
57982025-10-13T23:42:36.645Z Fresh radix_trie v0.2.1
57992025-10-13T23:42:36.645Z Fresh reedline v0.40.0
58002025-10-13T23:42:36.645Z Fresh tokio-tungstenite v0.21.0
58012025-10-13T23:42:36.645Z Fresh pin-project-internal v1.1.6
58022025-10-13T23:42:36.645Z Fresh smawk v0.3.2
58032025-10-13T23:42:36.645Z Fresh unicode-linebreak v0.1.5
58042025-10-13T23:42:36.645Z Fresh pin-project v1.1.6
58052025-10-13T23:42:36.645Z Fresh textwrap v0.16.2
58062025-10-13T23:42:36.645Z Fresh hickory-resolver v0.24.4
58072025-10-13T23:42:36.645Z Fresh pem v3.0.5
58082025-10-13T23:42:36.645Z Fresh snafu-derive v0.8.5
58092025-10-13T23:42:36.645Z Fresh humantime v2.2.0
58102025-10-13T23:42:36.645Z Fresh qorb v0.4.1
58112025-10-13T23:42:36.645Z Fresh cfg_aliases v0.1.1
58122025-10-13T23:42:36.645Z Fresh snafu v0.8.5
58132025-10-13T23:42:36.645Z Fresh olpc-cjson v0.1.4
58142025-10-13T23:42:36.645Z Fresh bcs v0.1.6
58152025-10-13T23:42:36.645Z Fresh serde_plain v1.0.2
58162025-10-13T23:42:36.645Z Fresh siphasher v1.0.1
58172025-10-13T23:42:36.645Z Fresh typed-path v0.9.3
58182025-10-13T23:42:36.645Z Fresh phf_shared v0.12.1
58192025-10-13T23:42:36.645Z Fresh tough v0.20.0
58202025-10-13T23:42:36.645Z Fresh papergrid v0.11.0
58212025-10-13T23:42:36.645Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
58222025-10-13T23:42:36.645Z Fresh tabled_derive v0.7.0
58232025-10-13T23:42:36.645Z Fresh csv-core v0.1.11
58242025-10-13T23:42:36.645Z Fresh semver v0.1.20
58252025-10-13T23:42:36.645Z Fresh highway v1.3.0
58262025-10-13T23:42:36.645Z Fresh tabled v0.15.0
58272025-10-13T23:42:36.645Z Fresh phf v0.12.1
58282025-10-13T23:42:36.645Z Fresh csv v1.3.1
58292025-10-13T23:42:36.646Z Fresh const_format_proc_macros v0.2.34
58302025-10-13T23:42:36.646Z Fresh rustc_version v0.1.7
58312025-10-13T23:42:36.646Z Fresh nix v0.28.0
58322025-10-13T23:42:36.646Z Fresh peg-macros v0.8.5
58332025-10-13T23:42:36.646Z Fresh sqlparser_derive v0.2.2
58342025-10-13T23:42:36.646Z Fresh unicode_categories v0.1.1
58352025-10-13T23:42:36.646Z Fresh sqlformat v0.3.5
58362025-10-13T23:42:36.646Z Fresh sqlparser v0.45.0
58372025-10-13T23:42:36.646Z Fresh chrono-tz v0.10.4
58382025-10-13T23:42:36.646Z Fresh peg v0.8.5
58392025-10-13T23:42:36.646Z Fresh rustyline v14.0.0
58402025-10-13T23:42:36.646Z Fresh const_format v0.2.34
58412025-10-13T23:42:36.646Z Fresh arc-swap v1.7.1
58422025-10-13T23:42:36.646Z Fresh xattr v1.3.1
58432025-10-13T23:42:36.646Z Fresh filetime v0.2.25
58442025-10-13T23:42:36.646Z Fresh half v2.4.1
58452025-10-13T23:42:36.646Z Fresh newtype_derive v0.1.6
58462025-10-13T23:42:36.646Z Fresh slog-scope v4.4.0
58472025-10-13T23:42:36.646Z Fresh tar v0.4.44
58482025-10-13T23:42:36.646Z Fresh ciborium-io v0.2.2
58492025-10-13T23:42:36.646Z Fresh keccak v0.1.5
58502025-10-13T23:42:36.646Z Fresh universal-hash v0.5.1
58512025-10-13T23:42:36.646Z Fresh steno v0.4.1
58522025-10-13T23:42:36.646Z Fresh slog-stdlog v4.1.1
58532025-10-13T23:42:36.646Z Fresh ciborium-ll v0.2.2
58542025-10-13T23:42:36.646Z Fresh sha3 v0.10.8
58552025-10-13T23:42:36.646Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
58562025-10-13T23:42:36.646Z Fresh opaque-debug v0.3.1
58572025-10-13T23:42:36.646Z Fresh typify-impl v0.2.0
58582025-10-13T23:42:36.646Z Fresh subprocess v0.2.9
58592025-10-13T23:42:36.646Z Fresh slog-envlogger v2.2.0
58602025-10-13T23:42:36.646Z Fresh ciborium v0.2.2
58612025-10-13T23:42:36.646Z Fresh typify-macro v0.2.0
58622025-10-13T23:42:36.646Z Fresh headers-core v0.3.0
58632025-10-13T23:42:36.646Z Fresh aead v0.5.2
58642025-10-13T23:42:36.646Z Fresh poly1305 v0.8.0
58652025-10-13T23:42:36.646Z Fresh chacha20 v0.9.1
58662025-10-13T23:42:36.646Z Fresh typify v0.2.0
58672025-10-13T23:42:36.646Z Fresh headers v0.4.1
58682025-10-13T23:42:36.647Z Fresh progenitor-client v0.8.0
58692025-10-13T23:42:36.647Z Fresh heck v0.3.3
58702025-10-13T23:42:36.647Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
58712025-10-13T23:42:36.647Z Fresh yasna v0.5.2
58722025-10-13T23:42:36.647Z Fresh progenitor-impl v0.8.0
58732025-10-13T23:42:36.647Z Fresh zone_cfg_derive v0.1.2
58742025-10-13T23:42:36.647Z Fresh number_prefix v0.4.0
58752025-10-13T23:42:36.647Z Fresh base64 v0.13.1
58762025-10-13T23:42:36.647Z Fresh rcgen v0.12.1
58772025-10-13T23:42:36.647Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
58782025-10-13T23:42:36.647Z Fresh thiserror-impl-no-std v2.0.2
58792025-10-13T23:42:36.647Z Fresh progenitor-macro v0.8.0
58802025-10-13T23:42:36.647Z Fresh lzma-sys v0.1.20
58812025-10-13T23:42:36.647Z Fresh zone v0.1.8
58822025-10-13T23:42:36.647Z Fresh ron v0.7.1
58832025-10-13T23:42:36.647Z Fresh indicatif v0.17.11
58842025-10-13T23:42:36.647Z Fresh thiserror-no-std v2.0.2
58852025-10-13T23:42:36.647Z Fresh chacha20poly1305 v0.10.1
58862025-10-13T23:42:36.647Z Fresh progenitor v0.8.0
58872025-10-13T23:42:36.647Z Fresh xz2 v0.1.7
58882025-10-13T23:42:36.647Z Fresh vsss-rs v3.3.4
58892025-10-13T23:42:36.647Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=102b0bb8305cfbc3fa74c52d643d716653756372#102b0bb8)
58902025-10-13T23:42:36.674Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8e9252917993e36d43dce96b4409ef151b7d4442#8e925291)
58912025-10-13T23:42:36.674Z Fresh tagptr v0.2.0
58922025-10-13T23:42:36.674Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
58932025-10-13T23:42:36.674Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8e9252917993e36d43dce96b4409ef151b7d4442#8e925291)
58942025-10-13T23:42:36.674Z Fresh dropshot-api-manager-types v0.2.2
58952025-10-13T23:42:36.674Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
58962025-10-13T23:42:36.674Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8e9252917993e36d43dce96b4409ef151b7d4442#8e925291)
58972025-10-13T23:42:36.674Z Fresh moka v0.12.10
58982025-10-13T23:42:36.674Z Fresh bitfield-struct v0.6.2
58992025-10-13T23:42:36.674Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
59002025-10-13T23:42:36.674Z Fresh hickory-resolver v0.25.2
59012025-10-13T23:42:36.674Z Fresh nix v0.30.1
59022025-10-13T23:42:36.674Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
59032025-10-13T23:42:36.674Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
59042025-10-13T23:42:36.674Z Fresh libefi-sys v0.1.0
59052025-10-13T23:42:36.674Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
59062025-10-13T23:42:36.674Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
59072025-10-13T23:42:36.674Z Fresh tap v1.0.1
59082025-10-13T23:42:36.674Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
59092025-10-13T23:42:36.674Z Fresh wyz v0.5.1
59102025-10-13T23:42:36.674Z Fresh zerocopy-derive v0.6.6
59112025-10-13T23:42:36.674Z Fresh funty v2.0.0
59122025-10-13T23:42:36.674Z Fresh crc-catalog v2.4.0
59132025-10-13T23:42:36.674Z Fresh radium v0.7.0
59142025-10-13T23:42:36.674Z Fresh zerocopy v0.6.6
59152025-10-13T23:42:36.674Z Fresh maybe-uninit v2.0.0
59162025-10-13T23:42:36.674Z Fresh crc v3.2.1
59172025-10-13T23:42:36.674Z Fresh packed_struct_codegen v0.10.1
59182025-10-13T23:42:36.674Z Fresh bitfield-macros v0.19.2
59192025-10-13T23:42:36.674Z Fresh bitvec v1.0.1
59202025-10-13T23:42:36.674Z Fresh memmap2 v0.9.8
59212025-10-13T23:42:36.675Z Fresh nodrop v0.1.14
59222025-10-13T23:42:36.675Z Fresh bitfield v0.19.2
59232025-10-13T23:42:36.675Z Fresh smallvec v0.6.14
59242025-10-13T23:42:36.675Z Fresh proc-macro-error-attr2 v2.0.0
59252025-10-13T23:42:36.675Z Fresh hashbrown v0.12.3
59262025-10-13T23:42:36.675Z Fresh array-init v0.0.4
59272025-10-13T23:42:36.675Z Fresh packed_struct v0.10.1
59282025-10-13T23:42:36.675Z Fresh xshell-macros v0.2.7
59292025-10-13T23:42:36.675Z Fresh proc-macro-error2 v2.0.1
59302025-10-13T23:42:36.675Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
59312025-10-13T23:42:36.675Z Fresh ron v0.8.1
59322025-10-13T23:42:36.675Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
59332025-10-13T23:42:36.675Z Fresh indexmap v1.9.3
59342025-10-13T23:42:36.675Z Fresh xshell v0.2.7
59352025-10-13T23:42:36.675Z Fresh serde-hex v0.1.0
59362025-10-13T23:42:36.675Z Fresh hashbrown v0.13.2
59372025-10-13T23:42:36.675Z Fresh maplit v1.0.2
59382025-10-13T23:42:36.675Z Fresh crc-any v2.5.0
59392025-10-13T23:42:36.675Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
59402025-10-13T23:42:36.675Z Fresh object v0.30.4
59412025-10-13T23:42:36.675Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
59422025-10-13T23:42:36.675Z Fresh path-slash v0.1.5
59432025-10-13T23:42:36.675Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
59442025-10-13T23:42:36.675Z Fresh num-derive v0.3.3
59452025-10-13T23:42:36.675Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
59462025-10-13T23:42:36.675Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
59472025-10-13T23:42:36.675Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
59482025-10-13T23:42:36.675Z Fresh libscf-sys v1.1.0
59492025-10-13T23:42:36.675Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
59502025-10-13T23:42:36.675Z Fresh tabled_derive v0.11.0
59512025-10-13T23:42:36.675Z Fresh papergrid v0.17.0
59522025-10-13T23:42:36.675Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
59532025-10-13T23:42:36.675Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
59542025-10-13T23:42:36.675Z Fresh testing_table v0.3.0
59552025-10-13T23:42:36.675Z Fresh usdt-macro v0.6.0
59562025-10-13T23:42:36.675Z Fresh usdt-attr-macro v0.6.0
59572025-10-13T23:42:36.675Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
59582025-10-13T23:42:36.675Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
59592025-10-13T23:42:36.675Z Fresh tabled v0.20.0
59602025-10-13T23:42:36.676Z Fresh usdt v0.6.0
59612025-10-13T23:42:36.676Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
59622025-10-13T23:42:36.676Z Fresh fxhash v0.2.1
59632025-10-13T23:42:36.676Z Fresh crc8 v0.1.1
59642025-10-13T23:42:36.676Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
59652025-10-13T23:42:36.676Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
59662025-10-13T23:42:36.676Z Fresh diff v0.1.13
59672025-10-13T23:42:36.676Z Fresh half v1.8.3
59682025-10-13T23:42:36.676Z Fresh dsl_auto_type v0.1.2
59692025-10-13T23:42:36.676Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
59702025-10-13T23:42:36.676Z Fresh serde_cbor v0.11.2
59712025-10-13T23:42:36.676Z Fresh scheduled-thread-pool v0.2.7
59722025-10-13T23:42:36.676Z Fresh diesel_table_macro_syntax v0.2.0
59732025-10-13T23:42:36.676Z Fresh diesel_derives v2.2.3
59742025-10-13T23:42:36.676Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
59752025-10-13T23:42:36.676Z Fresh r2d2 v0.8.10
59762025-10-13T23:42:36.676Z Fresh kstat-rs v0.2.4
59772025-10-13T23:42:36.676Z Fresh dirs-sys-next v0.1.2
59782025-10-13T23:42:36.676Z Fresh diesel v2.2.12
59792025-10-13T23:42:36.676Z Fresh vergen-gitcl v1.0.8
59802025-10-13T23:42:36.676Z Fresh dirs-next v2.0.0
59812025-10-13T23:42:36.676Z Fresh crunchy v0.2.2
59822025-10-13T23:42:36.676Z Fresh term v0.7.0
59832025-10-13T23:42:36.676Z Fresh bit-vec v0.6.3
59842025-10-13T23:42:36.676Z Fresh ena v0.14.3
59852025-10-13T23:42:36.676Z Fresh regex-syntax v0.6.29
59862025-10-13T23:42:36.676Z Fresh ascii-canvas v3.0.0
59872025-10-13T23:42:36.676Z Fresh tiny-keccak v2.0.2
59882025-10-13T23:42:36.676Z Fresh bit-set v0.5.3
59892025-10-13T23:42:36.676Z Fresh lalrpop v0.19.12
59902025-10-13T23:42:36.703Z Fresh nanorand v0.7.0
59912025-10-13T23:42:36.703Z Fresh bindgen v0.71.1
59922025-10-13T23:42:36.703Z Fresh parking_lot_core v0.8.6
59932025-10-13T23:42:36.703Z Fresh flume v0.11.1
59942025-10-13T23:42:36.703Z Fresh strum_macros v0.24.3
59952025-10-13T23:42:36.703Z Fresh parking_lot v0.11.2
59962025-10-13T23:42:36.703Z Fresh prefix-trie v0.7.0
59972025-10-13T23:42:36.703Z Fresh indoc v1.0.9
59982025-10-13T23:42:36.703Z Fresh libxml v0.3.3
59992025-10-13T23:42:36.703Z Fresh sled v0.34.7
60002025-10-13T23:42:36.703Z Fresh hickory-server v0.25.2
60012025-10-13T23:42:36.703Z Fresh polar-core v0.27.3
60022025-10-13T23:42:36.703Z Fresh hickory-client v0.25.2
60032025-10-13T23:42:36.703Z Fresh impl-trait-for-tuples v0.2.2
60042025-10-13T23:42:36.703Z Fresh oso-derive v0.27.3
60052025-10-13T23:42:36.703Z Fresh quick-xml v0.37.2
60062025-10-13T23:42:36.703Z Fresh samael v0.0.19
60072025-10-13T23:42:36.703Z Fresh oso v0.27.3
60082025-10-13T23:42:36.703Z Fresh unicase v2.8.1
60092025-10-13T23:42:36.703Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
60102025-10-13T23:42:36.703Z Fresh predicates-tree v1.0.12
60112025-10-13T23:42:36.703Z Fresh bb8 v0.8.5
60122025-10-13T23:42:36.703Z Fresh parse-size v1.1.0
60132025-10-13T23:42:36.703Z Fresh fs-err v2.11.0
60142025-10-13T23:42:36.703Z Fresh async-bb8-diesel v0.2.1
60152025-10-13T23:42:36.703Z Fresh diesel-dtrace v0.4.2
60162025-10-13T23:42:36.703Z Fresh primeorder v0.13.6
60172025-10-13T23:42:36.703Z Fresh ignore v0.4.23
60182025-10-13T23:42:36.703Z Fresh assert_matches v1.5.0
60192025-10-13T23:42:36.703Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
60202025-10-13T23:42:36.703Z Fresh http-range v0.1.5
60212025-10-13T23:42:36.703Z Fresh globwalk v0.9.1
60222025-10-13T23:42:36.703Z Fresh signal-hook-tokio v0.3.1
60232025-10-13T23:42:36.703Z Fresh atty v0.2.14
60242025-10-13T23:42:36.703Z Fresh camino-tempfile-ext v0.3.2
60252025-10-13T23:42:36.703Z Fresh mime_guess v2.0.5
60262025-10-13T23:42:36.704Z Fresh p384 v0.13.0
60272025-10-13T23:42:36.704Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=102b0bb8305cfbc3fa74c52d643d716653756372#102b0bb8)
60282025-10-13T23:42:36.704Z Fresh hyper-staticfile v0.10.1
60292025-10-13T23:42:36.704Z Fresh tungstenite v0.23.0
60302025-10-13T23:42:36.704Z Fresh void v1.0.2
60312025-10-13T23:42:36.704Z Fresh salty v0.3.0
60322025-10-13T23:42:36.704Z Fresh lzss v0.8.2
60332025-10-13T23:42:36.704Z Fresh tokio-tungstenite v0.23.1
60342025-10-13T23:42:36.704Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
60352025-10-13T23:42:36.704Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
60362025-10-13T23:42:36.704Z Fresh nix v0.27.1
60372025-10-13T23:42:36.704Z Fresh secrecy v0.8.0
60382025-10-13T23:42:36.704Z Fresh serde_bytes v0.11.19
60392025-10-13T23:42:36.704Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8e9252917993e36d43dce96b4409ef151b7d4442#8e925291)
60402025-10-13T23:42:36.704Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
60412025-10-13T23:42:36.704Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
60422025-10-13T23:42:36.704Z Fresh rand_seeder v0.4.0
60432025-10-13T23:42:36.704Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
60442025-10-13T23:42:36.704Z Fresh yansi v1.0.1
60452025-10-13T23:42:36.704Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
60462025-10-13T23:42:36.704Z Fresh pretty_assertions v1.4.1
60472025-10-13T23:42:36.704Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
60482025-10-13T23:42:36.704Z Fresh tabled_derive v0.10.0
60492025-10-13T23:42:36.704Z Fresh papergrid v0.14.0
60502025-10-13T23:42:36.704Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
60512025-10-13T23:42:36.704Z Fresh concurrent-queue v2.5.0
60522025-10-13T23:42:36.704Z Fresh parking v2.2.1
60532025-10-13T23:42:36.704Z Fresh typeid v1.0.3
60542025-10-13T23:42:36.704Z Fresh tabled v0.18.0
60552025-10-13T23:42:36.704Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
60562025-10-13T23:42:36.704Z Fresh castaway v0.2.3
60572025-10-13T23:42:36.704Z Fresh indoc v2.0.6
60582025-10-13T23:42:36.704Z Fresh compact_str v0.8.0
60592025-10-13T23:42:36.704Z Fresh erased-serde v0.4.6
60602025-10-13T23:42:36.704Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
60612025-10-13T23:42:36.704Z Fresh libz-sys v1.1.20
60622025-10-13T23:42:36.704Z Fresh unicode-truncate v1.1.0
60632025-10-13T23:42:36.704Z Fresh lru v0.12.5
60642025-10-13T23:42:36.704Z Fresh ordered-float v2.10.1
60652025-10-13T23:42:36.705Z Fresh instability v0.3.2
60662025-10-13T23:42:36.705Z Fresh cassowary v0.3.0
60672025-10-13T23:42:36.705Z Fresh serde-untagged v0.1.7
60682025-10-13T23:42:36.705Z Fresh libgit2-sys v0.18.2+1.9.1
60692025-10-13T23:42:36.705Z Fresh event-listener v5.3.1
60702025-10-13T23:42:36.705Z Fresh console v0.16.0
60712025-10-13T23:42:36.705Z Fresh serde-value v0.7.0
60722025-10-13T23:42:36.705Z Fresh ratatui v0.29.0
60732025-10-13T23:42:36.705Z Fresh unit-prefix v0.5.1
60742025-10-13T23:42:36.705Z Fresh is_ci v1.2.0
60752025-10-13T23:42:36.705Z Fresh git2 v0.20.2
60762025-10-13T23:42:36.705Z Fresh event-listener-strategy v0.5.2
60772025-10-13T23:42:36.705Z Fresh indicatif v0.18.0
60782025-10-13T23:42:36.705Z Fresh supports-color v3.0.2
60792025-10-13T23:42:36.705Z Fresh cargo-util-schemas v0.8.2
60802025-10-13T23:42:36.705Z Fresh cargo-platform v0.2.0
60812025-10-13T23:42:36.705Z Fresh vergen-git2 v1.0.7
60822025-10-13T23:42:36.705Z Fresh cargo_metadata v0.21.0
60832025-10-13T23:42:36.705Z Fresh futures-lite v2.3.0
60842025-10-13T23:42:36.705Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs#dbe1cb7e)
60852025-10-13T23:42:36.705Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
60862025-10-13T23:42:36.705Z Fresh sct v0.7.1
60872025-10-13T23:42:36.705Z Fresh rustls-webpki v0.101.7
60882025-10-13T23:42:36.705Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
60892025-10-13T23:42:36.705Z Fresh rustls v0.21.12
60902025-10-13T23:42:36.732Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
60912025-10-13T23:42:36.732Z Fresh tokio-rustls v0.24.1
60922025-10-13T23:42:36.732Z Fresh async-lock v3.4.0
60932025-10-13T23:42:36.732Z Fresh rustls-pemfile v1.0.4
60942025-10-13T23:42:36.732Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=102b0bb8305cfbc3fa74c52d643d716653756372#102b0bb8)
60952025-10-13T23:42:36.732Z Fresh twox-hash v2.1.0
60962025-10-13T23:42:36.732Z Fresh polling v3.7.3
60972025-10-13T23:42:36.732Z Fresh shell-words v1.1.0
60982025-10-13T23:42:36.732Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
60992025-10-13T23:42:36.732Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=102b0bb8305cfbc3fa74c52d643d716653756372#102b0bb8)
61002025-10-13T23:42:36.732Z Fresh async-io v2.3.4
61012025-10-13T23:42:36.732Z Fresh fatfs v0.3.6
61022025-10-13T23:42:36.732Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
61032025-10-13T23:42:36.732Z Fresh async-task v4.7.1
61042025-10-13T23:42:36.732Z Fresh async-channel v2.3.1
61052025-10-13T23:42:36.732Z Fresh piper v0.2.4
61062025-10-13T23:42:36.732Z Fresh plotters-backend v0.3.7
61072025-10-13T23:42:36.732Z Fresh hex-literal v0.4.1
61082025-10-13T23:42:36.732Z Fresh async-signal v0.2.10
61092025-10-13T23:42:36.732Z Fresh async-executor v1.13.1
61102025-10-13T23:42:36.732Z Fresh blocking v1.6.1
61112025-10-13T23:42:36.733Z Fresh plotters-svg v0.3.7
61122025-10-13T23:42:36.733Z Fresh rtoolbox v0.0.2
61132025-10-13T23:42:36.733Z Fresh event-listener v2.5.3
61142025-10-13T23:42:36.733Z Fresh futures-timer v3.0.3
61152025-10-13T23:42:36.733Z Fresh cast v0.3.0
61162025-10-13T23:42:36.733Z Fresh async-process v2.3.0
61172025-10-13T23:42:36.733Z Fresh async-global-executor v2.4.1
61182025-10-13T23:42:36.733Z Fresh criterion-plot v0.6.0
61192025-10-13T23:42:36.733Z Fresh plotters v0.3.7
61202025-10-13T23:42:36.733Z Fresh rpassword v7.4.0
61212025-10-13T23:42:36.733Z Fresh async-channel v1.9.0
61222025-10-13T23:42:36.733Z Fresh tui-tree-widget v0.23.1
61232025-10-13T23:42:36.733Z Fresh async-attributes v1.1.2
61242025-10-13T23:42:36.733Z Fresh tinytemplate v1.2.1
61252025-10-13T23:42:36.733Z Fresh kv-log-macro v1.0.7
61262025-10-13T23:42:36.733Z Fresh oorandom v11.1.4
61272025-10-13T23:42:36.733Z Fresh anes v0.1.6
61282025-10-13T23:42:36.733Z Fresh petname v2.0.2
61292025-10-13T23:42:36.733Z Fresh polyval v0.6.2
61302025-10-13T23:42:36.733Z Fresh sync-ptr v0.1.4
61312025-10-13T23:42:36.733Z Fresh async-std v1.13.0
61322025-10-13T23:42:36.733Z Fresh criterion v0.7.0
61332025-10-13T23:42:36.733Z Fresh ghash v0.5.1
61342025-10-13T23:42:36.733Z Fresh ctr v0.9.2
61352025-10-13T23:42:36.733Z Fresh async-object-pool v0.1.5
61362025-10-13T23:42:36.733Z Fresh serde_regex v1.1.0
61372025-10-13T23:42:36.733Z Fresh assert-json-diff v2.0.2
61382025-10-13T23:42:36.733Z Fresh path-tree v0.8.1
61392025-10-13T23:42:36.733Z Fresh stringmetrics v2.2.2
61402025-10-13T23:42:36.733Z Fresh aes-gcm v0.10.3
61412025-10-13T23:42:36.733Z Fresh httpmock v0.8.0-alpha.1
61422025-10-13T23:42:36.733Z Fresh ssh-encoding v0.2.0
61432025-10-13T23:42:36.733Z Fresh blowfish v0.9.1
61442025-10-13T23:42:36.733Z Fresh constant_time_eq v0.3.1
61452025-10-13T23:42:36.733Z Fresh arrayref v0.3.9
61462025-10-13T23:42:36.733Z Fresh arrayvec v0.7.6
61472025-10-13T23:42:36.733Z Fresh ssh-cipher v0.2.0
61482025-10-13T23:42:36.733Z Fresh target-lexicon v0.13.2
61492025-10-13T23:42:36.733Z Fresh bcrypt-pbkdf v0.10.0
61502025-10-13T23:42:36.733Z Fresh password-hash v0.4.2
61512025-10-13T23:42:36.734Z Fresh cfg-expr v0.20.1
61522025-10-13T23:42:36.734Z Fresh ssh-key v0.6.6
61532025-10-13T23:42:36.734Z Fresh guppy-workspace-hack v0.1.0
61542025-10-13T23:42:36.734Z Fresh pbkdf2 v0.11.0
61552025-10-13T23:42:36.734Z Fresh p521 v0.13.3
61562025-10-13T23:42:36.734Z Fresh p256 v0.13.2
61572025-10-13T23:42:36.734Z Fresh russh-cryptovec v0.7.3
61582025-10-13T23:42:36.734Z Fresh md5 v0.7.0
61592025-10-13T23:42:36.734Z Fresh target-spec v3.5.0
61602025-10-13T23:42:36.734Z Fresh russh-keys v0.45.0
61612025-10-13T23:42:36.734Z Fresh httptest v0.16.3
61622025-10-13T23:42:36.734Z Fresh num-bigint v0.4.6
61632025-10-13T23:42:36.734Z Fresh pathdiff v0.2.3
61642025-10-13T23:42:36.734Z Fresh des v0.8.1
61652025-10-13T23:42:36.734Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
61662025-10-13T23:42:36.734Z Fresh nested v0.1.1
61672025-10-13T23:42:36.734Z Fresh blake3 v1.5.4
61682025-10-13T23:42:36.734Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
61692025-10-13T23:42:36.734Z Fresh russh v0.45.0
61702025-10-13T23:42:36.734Z Fresh guppy v0.17.20
61712025-10-13T23:42:36.734Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
61722025-10-13T23:42:36.734Z Fresh topological-sort v0.2.2
61732025-10-13T23:42:36.734Z Fresh internet-checksum v0.2.1
61742025-10-13T23:42:36.734Z Fresh escape8259 v0.5.3
61752025-10-13T23:42:36.734Z Fresh doc-comment v0.3.3
61762025-10-13T23:42:36.734Z Fresh libtest-mimic v0.8.1
61772025-10-13T23:42:36.734Z Fresh omicron-zone-package v0.12.2
61782025-10-13T23:42:36.734Z Compiling similar-asserts v1.7.0
61792025-10-13T23:42:36.734Z Fresh proc-macro-crate v3.2.0
61802025-10-13T23:42:36.734Z Fresh fancy-regex v0.14.0
61812025-10-13T23:42:36.734Z Fresh relative-path v1.9.3
61822025-10-13T23:42:36.734Z Fresh assert_cmd v2.0.17
61832025-10-13T23:42:36.734Z 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`
61842025-10-13T23:42:36.734Z Fresh datatest-stable v0.3.2
61852025-10-13T23:42:36.734Z Fresh rstest_macros v0.25.0
61862025-10-13T23:42:36.734Z Fresh target-triple v0.1.3
61872025-10-13T23:42:36.734Z Fresh support-bundle-viewer v0.1.2
61882025-10-13T23:42:36.734Z Fresh multimap v0.10.1
61892025-10-13T23:42:36.735Z Fresh uzers v0.12.1
61902025-10-13T23:42:36.766Z Fresh termcolor v1.4.1
61912025-10-13T23:42:36.766Z Fresh rstest v0.25.0
61922025-10-13T23:42:36.766Z Fresh blake2b_simd v1.0.2
61932025-10-13T23:42:36.766Z Fresh trybuild v1.0.106
61942025-10-13T23:42:36.766Z Fresh partial-io v0.5.4
61952025-10-13T23:42:36.766Z Fresh drift v0.1.0
61962025-10-13T23:42:36.766Z Fresh rand_distr v0.5.1
61972025-10-13T23:42:36.766Z Fresh approx v0.5.1
61982025-10-13T23:42:36.766Z Fresh rust-argon2 v2.1.0
61992025-10-13T23:42:36.766Z Fresh dropshot-api-manager v0.2.2
62002025-10-13T23:42:36.766Z Fresh cargo_toml v0.21.0
62012025-10-13T23:42:36.766Z Fresh termios v0.3.3
62022025-10-13T23:42:36.766Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
62032025-10-13T23:42:36.766Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
62042025-10-13T23:42:36.766Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
62052025-10-13T23:42:36.766Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
62062025-10-13T23:42:36.766Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
62072025-10-13T23:42:36.766Z Fresh omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
62082025-10-13T23:42:36.766Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
62092025-10-13T23:42:36.767Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
62102025-10-13T23:42:36.767Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
62112025-10-13T23:42:36.767Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
62122025-10-13T23:42:36.767Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
62132025-10-13T23:42:36.767Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
62142025-10-13T23:42:36.767Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
62152025-10-13T23:42:36.767Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
62162025-10-13T23:42:36.767Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
62172025-10-13T23:42:36.767Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
62182025-10-13T23:42:36.767Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
62192025-10-13T23:42:36.767Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
62202025-10-13T23:42:36.767Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
62212025-10-13T23:42:36.767Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
62222025-10-13T23:42:36.767Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
62232025-10-13T23:42:36.767Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
62242025-10-13T23:42:36.767Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
62252025-10-13T23:42:36.767Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
62262025-10-13T23:42:36.767Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
62272025-10-13T23:42:36.767Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
62282025-10-13T23:42:36.767Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
62292025-10-13T23:42:36.767Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
62302025-10-13T23:42:36.767Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
62312025-10-13T23:42:36.767Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
62322025-10-13T23:42:36.767Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
62332025-10-13T23:42:36.767Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
62342025-10-13T23:42:36.767Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
62352025-10-13T23:42:36.767Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
62362025-10-13T23:42:36.767Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
62372025-10-13T23:42:36.767Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
62382025-10-13T23:42:36.767Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
62392025-10-13T23:42:36.767Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
62402025-10-13T23:42:36.767Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
62412025-10-13T23:42:36.767Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
62422025-10-13T23:42:36.767Z 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=a0cb6694389a6188 -C extra-filename=-10a62be46ad1ce59 --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-04027a02170ab2d8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5674cdc6db40cb73.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-0ee331a945adfe59.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a5d5a834fff29d73.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f17c0a0ec6749d78.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-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.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-92fbff836cd1685a.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-b674dd16dd22f44c.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-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c6a9695b5e708128.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-3f001ffdf92df144.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc2c29e688854918.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-339743ec37ec16d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-126c035fe7b6b8d8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2a7396bd45bcce30.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-113ac825a925c2df.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-0d6d2b2d904e313e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c5fcb292480315a0.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-13be26ac0059e2e5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-340c08cef2961472.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-69af0c7be5f51e87.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ab092961e6ed4052.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-082472623975aa05.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-99429029d65043a9.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6a94f62370868fad.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0e9781a0c6ef6b65.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-0596558231ac026b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33e4b5fa45968886.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.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-bac91d3a5f49972d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-228bb852efd82063.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-fa1cf59ca29f0d95.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d9fde2819637ec21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5b2298e3cb2ded9a.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-54de39cebd12a8b7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.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-57ab985b4c888431.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d4a776c31a0a00da.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-9198a76e2322449a.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-a8aea60a82a5e4f8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.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-7016dcfaa30975a2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.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-4acd45e355d937bd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
62432025-10-13T23:42:36.767Z 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=b6f011e81a6ba18d -C extra-filename=-e57b2c01adadeaea --out-dir /work/oxidecomputer/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-87b5b8d90c34e508.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-04027a02170ab2d8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5674cdc6db40cb73.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-0ee331a945adfe59.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a5d5a834fff29d73.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f17c0a0ec6749d78.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-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.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-92fbff836cd1685a.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-b674dd16dd22f44c.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-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c6a9695b5e708128.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-3f001ffdf92df144.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc2c29e688854918.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-339743ec37ec16d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-126c035fe7b6b8d8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2a7396bd45bcce30.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-113ac825a925c2df.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-0d6d2b2d904e313e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c5fcb292480315a0.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-13be26ac0059e2e5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-340c08cef2961472.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-69af0c7be5f51e87.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ab092961e6ed4052.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-082472623975aa05.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-99429029d65043a9.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6a94f62370868fad.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0e9781a0c6ef6b65.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-0596558231ac026b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33e4b5fa45968886.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.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-bac91d3a5f49972d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-228bb852efd82063.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-fa1cf59ca29f0d95.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d9fde2819637ec21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5b2298e3cb2ded9a.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-54de39cebd12a8b7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.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-57ab985b4c888431.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d4a776c31a0a00da.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-9198a76e2322449a.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-a8aea60a82a5e4f8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.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-7016dcfaa30975a2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.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-4acd45e355d937bd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
62442025-10-13T23:42:36.767Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
62452025-10-13T23:42:36.767Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
62462025-10-13T23:42:36.768Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
62472025-10-13T23:42:36.768Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
62482025-10-13T23:42:36.768Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
62492025-10-13T23:42:36.768Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
62502025-10-13T23:42:36.768Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
62512025-10-13T23:42:36.768Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
62522025-10-13T23:42:36.768Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
62532025-10-13T23:42:36.768Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
62542025-10-13T23:42:36.768Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
62552025-10-13T23:42:36.768Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
62562025-10-13T23:42:36.768Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
62572025-10-13T23:42:36.768Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
62582025-10-13T23:42:36.768Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
62592025-10-13T23:42:36.768Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
62602025-10-13T23:42:36.768Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
62612025-10-13T23:42:36.768Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
62622025-10-13T23:42:36.768Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
62632025-10-13T23:42:36.768Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
62642025-10-13T23:42:36.768Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
62652025-10-13T23:42:36.768Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
62662025-10-13T23:42:36.768Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
62672025-10-13T23:42:36.768Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
62682025-10-13T23:42:36.768Z Fresh sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
62692025-10-13T23:42:36.768Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
62702025-10-13T23:42:36.768Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
62712025-10-13T23:42:36.768Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
62722025-10-13T23:42:36.768Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
62732025-10-13T23:42:36.768Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
62742025-10-13T23:42:36.768Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
62752025-10-13T23:42:36.768Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
62762025-10-13T23:42:36.768Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
62772025-10-13T23:42:36.768Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
62782025-10-13T23:42:36.768Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
62792025-10-13T23:42:36.768Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
62802025-10-13T23:42:36.768Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
62812025-10-13T23:42:36.768Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
62822025-10-13T23:42:36.768Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
62832025-10-13T23:42:36.768Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
62842025-10-13T23:42:36.769Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
62852025-10-13T23:42:36.769Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
62862025-10-13T23:42:36.769Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
62872025-10-13T23:42:36.769Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
62882025-10-13T23:42:36.769Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
62892025-10-13T23:42:36.769Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
62902025-10-13T23:42:36.795Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
62912025-10-13T23:42:36.795Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
62922025-10-13T23:42:36.795Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
62932025-10-13T23:42:36.795Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
62942025-10-13T23:42:36.795Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
62952025-10-13T23:42:36.795Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
62962025-10-13T23:42:36.796Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
62972025-10-13T23:42:36.796Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
62982025-10-13T23:42:36.796Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
62992025-10-13T23:42:36.796Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
63002025-10-13T23:42:36.796Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
63012025-10-13T23:42:36.796Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
63022025-10-13T23:42:36.796Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
63032025-10-13T23:42:36.796Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
63042025-10-13T23:42:36.796Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
63052025-10-13T23:42:36.796Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
63062025-10-13T23:42:36.796Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
63072025-10-13T23:42:36.796Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
63082025-10-13T23:42:36.796Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
63092025-10-13T23:42:36.796Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
63102025-10-13T23:42:36.796Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
63112025-10-13T23:42:36.796Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
63122025-10-13T23:42:36.796Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
63132025-10-13T23:42:36.796Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
63142025-10-13T23:42:36.796Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
63152025-10-13T23:42:36.796Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
63162025-10-13T23:42:36.796Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
63172025-10-13T23:42:36.796Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
63182025-10-13T23:42:36.796Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
63192025-10-13T23:42:36.796Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
63202025-10-13T23:42:36.796Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
63212025-10-13T23:42:36.796Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
63222025-10-13T23:42:36.796Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
63232025-10-13T23:42:36.796Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
63242025-10-13T23:42:36.796Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
63252025-10-13T23:42:36.796Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
63262025-10-13T23:42:36.796Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
63272025-10-13T23:42:36.796Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
63282025-10-13T23:42:36.796Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
63292025-10-13T23:42:36.796Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
63302025-10-13T23:42:36.796Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
63312025-10-13T23:42:36.796Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
63322025-10-13T23:42:36.796Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
63332025-10-13T23:42:36.796Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
63342025-10-13T23:42:36.797Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
63352025-10-13T23:42:36.797Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
63362025-10-13T23:42:36.797Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
63372025-10-13T23:42:36.797Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
63382025-10-13T23:42:36.797Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
63392025-10-13T23:42:36.797Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
63402025-10-13T23:42:36.797Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
63412025-10-13T23:42:36.797Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
63422025-10-13T23:42:36.797Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
63432025-10-13T23:42:36.797Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
63442025-10-13T23:42:36.797Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
63452025-10-13T23:42:36.797Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
63462025-10-13T23:42:36.797Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
63472025-10-13T23:42:36.797Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
63482025-10-13T23:42:36.797Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
63492025-10-13T23:42:36.797Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
63502025-10-13T23:42:36.797Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
63512025-10-13T23:42:36.797Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
63522025-10-13T23:42:36.797Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
63532025-10-13T23:42:36.797Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
63542025-10-13T23:42:36.797Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
63552025-10-13T23:42:36.797Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
63562025-10-13T23:42:36.797Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
63572025-10-13T23:42:36.797Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
63582025-10-13T23:42:36.797Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
63592025-10-13T23:42:36.797Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
63602025-10-13T23:42:38.338Z 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=6a4544a922165528 -C extra-filename=-ba02c1bff4bc14cc --out-dir /work/oxidecomputer/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-1e7b920cfd1d6499.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-87b5b8d90c34e508.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-04027a02170ab2d8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5674cdc6db40cb73.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.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-0ee331a945adfe59.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a5d5a834fff29d73.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f17c0a0ec6749d78.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.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-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e9eedd5beac69c8a.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-b674dd16dd22f44c.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-f37f24c98238e8bd.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-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c6a9695b5e708128.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-3f001ffdf92df144.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc2c29e688854918.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-339743ec37ec16d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-126c035fe7b6b8d8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2a7396bd45bcce30.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-113ac825a925c2df.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-0d6d2b2d904e313e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c5fcb292480315a0.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-13be26ac0059e2e5.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3960e08f527090e7.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-340c08cef2961472.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-69af0c7be5f51e87.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ab092961e6ed4052.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-082472623975aa05.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-99429029d65043a9.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6a94f62370868fad.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0e9781a0c6ef6b65.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-0596558231ac026b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33e4b5fa45968886.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-870c5596411a1911.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b438fd721ef97649.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.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-bac91d3a5f49972d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4b37fce8fb2726ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-e2d4a7a744d736ed.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-fa1cf59ca29f0d95.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4d0573f8e2598029.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d9fde2819637ec21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5b2298e3cb2ded9a.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-54de39cebd12a8b7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.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-57ab985b4c888431.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d4a776c31a0a00da.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-9198a76e2322449a.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-a8aea60a82a5e4f8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.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-6b761cb0ea37c47c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7016dcfaa30975a2.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-b5013a1c5083beb9.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-4acd45e355d937bd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
63612025-10-13T23:42:38.389Z 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=8eebe0d6289121bb -C extra-filename=-b12c75679ac8029c --out-dir /work/oxidecomputer/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-1e7b920cfd1d6499.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-87b5b8d90c34e508.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-04027a02170ab2d8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5674cdc6db40cb73.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.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-0ee331a945adfe59.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a5d5a834fff29d73.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f17c0a0ec6749d78.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.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-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e9eedd5beac69c8a.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-b674dd16dd22f44c.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-f37f24c98238e8bd.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-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c6a9695b5e708128.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-3f001ffdf92df144.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc2c29e688854918.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-339743ec37ec16d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-126c035fe7b6b8d8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2a7396bd45bcce30.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-113ac825a925c2df.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-0d6d2b2d904e313e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c5fcb292480315a0.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-13be26ac0059e2e5.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3960e08f527090e7.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-340c08cef2961472.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-69af0c7be5f51e87.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ab092961e6ed4052.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-082472623975aa05.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-99429029d65043a9.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6a94f62370868fad.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0e9781a0c6ef6b65.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-0596558231ac026b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33e4b5fa45968886.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-870c5596411a1911.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b438fd721ef97649.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.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-bac91d3a5f49972d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-228bb852efd82063.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4b37fce8fb2726ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-e2d4a7a744d736ed.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-fa1cf59ca29f0d95.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4d0573f8e2598029.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d9fde2819637ec21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5b2298e3cb2ded9a.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-54de39cebd12a8b7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.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-57ab985b4c888431.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d4a776c31a0a00da.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-9198a76e2322449a.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-a8aea60a82a5e4f8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.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-6b761cb0ea37c47c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7016dcfaa30975a2.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-b5013a1c5083beb9.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-4acd45e355d937bd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
63622025-10-13T23:42:38.389Z 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=ab3b5b6d9dfcea13 -C extra-filename=-bb1dddcb6a623257 --out-dir /work/oxidecomputer/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-1e7b920cfd1d6499.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-87b5b8d90c34e508.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-04027a02170ab2d8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5674cdc6db40cb73.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.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-0ee331a945adfe59.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a5d5a834fff29d73.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f17c0a0ec6749d78.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.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-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e9eedd5beac69c8a.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-b674dd16dd22f44c.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-f37f24c98238e8bd.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-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c6a9695b5e708128.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-3f001ffdf92df144.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc2c29e688854918.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-339743ec37ec16d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-126c035fe7b6b8d8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2a7396bd45bcce30.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-113ac825a925c2df.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-0d6d2b2d904e313e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c5fcb292480315a0.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-13be26ac0059e2e5.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3960e08f527090e7.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-340c08cef2961472.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-69af0c7be5f51e87.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ab092961e6ed4052.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-082472623975aa05.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-99429029d65043a9.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6a94f62370868fad.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0e9781a0c6ef6b65.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-0596558231ac026b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33e4b5fa45968886.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-870c5596411a1911.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b438fd721ef97649.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.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-bac91d3a5f49972d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-228bb852efd82063.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4b37fce8fb2726ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-e2d4a7a744d736ed.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-fa1cf59ca29f0d95.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4d0573f8e2598029.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d9fde2819637ec21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5b2298e3cb2ded9a.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-54de39cebd12a8b7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.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-57ab985b4c888431.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d4a776c31a0a00da.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-9198a76e2322449a.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-a8aea60a82a5e4f8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.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-6b761cb0ea37c47c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7016dcfaa30975a2.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-b5013a1c5083beb9.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-4acd45e355d937bd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
63632025-10-13T23:42:38.389Z 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=c11aaadcfdd4c506 -C extra-filename=-a10b255070ce1543 --out-dir /work/oxidecomputer/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-1e7b920cfd1d6499.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-87b5b8d90c34e508.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-04027a02170ab2d8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5674cdc6db40cb73.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.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-0ee331a945adfe59.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a5d5a834fff29d73.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f17c0a0ec6749d78.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.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-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.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-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e9eedd5beac69c8a.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-b674dd16dd22f44c.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-f37f24c98238e8bd.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-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9af8bccd40033b12.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c6a9695b5e708128.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-3f001ffdf92df144.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc2c29e688854918.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-339743ec37ec16d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d180497785b46993.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-126c035fe7b6b8d8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc390aeeec3bc9fd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad2f86fd355c1a29.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2a7396bd45bcce30.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-113ac825a925c2df.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-0d6d2b2d904e313e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c5fcb292480315a0.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-13be26ac0059e2e5.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3960e08f527090e7.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-340c08cef2961472.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-69af0c7be5f51e87.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ab092961e6ed4052.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-082472623975aa05.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-99429029d65043a9.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6a94f62370868fad.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0e9781a0c6ef6b65.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-0596558231ac026b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-7d53fb4c478ec8a1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33e4b5fa45968886.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-870c5596411a1911.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b438fd721ef97649.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4152b28669340563.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.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-bac91d3a5f49972d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-228bb852efd82063.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4b37fce8fb2726ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eb8865c58bacfd25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.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-e2d4a7a744d736ed.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-fa1cf59ca29f0d95.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4d0573f8e2598029.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d9fde2819637ec21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5b2298e3cb2ded9a.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-54de39cebd12a8b7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.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-57ab985b4c888431.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d4a776c31a0a00da.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-9198a76e2322449a.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-a8aea60a82a5e4f8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7ed694ccac46be36.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-6b761cb0ea37c47c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7016dcfaa30975a2.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-b5013a1c5083beb9.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-4acd45e355d937bd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.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`
63642025-10-13T23:50:13.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 42s
63652025-10-13T23:50:14.062Z
63662025-10-13T23:50:14.063Zreal 7:42.771354078
63672025-10-13T23:50:14.063Zuser 16:26.610482426
63682025-10-13T23:50:14.063Zsys 1:18.996594541
63692025-10-13T23:50:14.063Ztrap 0.361768542
63702025-10-13T23:50:14.063Ztflt 1.062320676
63712025-10-13T23:50:14.063Zdflt 17.945386370
63722025-10-13T23:50:14.063Zkflt 0.099740124
63732025-10-13T23:50:14.063Zlock 46:00.161812245
63742025-10-13T23:50:14.063Zslp 53:39.935872670
63752025-10-13T23:50:14.088Zlat 6.028652672
63762025-10-13T23:50:14.088Zstop 8.662536446
63772025-10-13T23:50:14.088Z+ banner test
63782025-10-13T23:50:14.088Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose --test-threads -2
63792025-10-13T23:50:14.152Z
63802025-10-13T23:50:14.152Z ##### ###### #### #####
63812025-10-13T23:50:14.152Z # # # #
63822025-10-13T23:50:14.152Z # ##### #### #
63832025-10-13T23:50:14.152Z # # # #
63842025-10-13T23:50:14.152Z # # # # #
63852025-10-13T23:50:14.152Z # ###### #### #
63862025-10-13T23:50:14.152Z
63872025-10-13T23:50:17.598Zinfo: experimental features enabled: setup-scripts
63882025-10-13T23:50:20.086Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
63892025-10-13T23:50:20.144Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
63902025-10-13T23:50:20.182Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
63912025-10-13T23:50:20.216Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
63922025-10-13T23:50:37.194Z Finished `test` profile [unoptimized + debuginfo] target(s) in 19.58s
63932025-10-13T23:50:42.854Z────────────
63942025-10-13T23:50:42.854Z Nextest run ID 315a824c-f012-40f8-892e-7be25e102b9f with nextest profile: ci
63952025-10-13T23:50:42.854Z Starting 2262 tests across 210 binaries (3 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
63962025-10-13T23:50:42.854Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
63972025-10-13T23:50:42.886Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
63982025-10-13T23:50:42.886Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
63992025-10-13T23:50:42.886Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
64002025-10-13T23:50:42.886Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
64012025-10-13T23:50:42.886Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
64022025-10-13T23:50:42.886Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
64032025-10-13T23:50:42.886Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
64042025-10-13T23:50:42.887Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
64052025-10-13T23:50:45.715Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
64062025-10-13T23:50:47.045Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
64072025-10-13T23:50:47.864Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
64082025-10-13T23:50:50.921Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
64092025-10-13T23:51:17.387Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
64102025-10-13T23:51:20.300Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
64112025-10-13T23:51:23.759Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
64122025-10-13T23:51:37.245Z Finished `test` profile [unoptimized + debuginfo] target(s) in 56.25s
64132025-10-13T23:51:37.387Z Running `target/debug/crdb-seed`
64142025-10-13T23:51:37.467ZOct 13 23:51:37.315 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmprKf3Pi
64152025-10-13T23:51:37.467ZOct 13 23:51:37.319 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpja2gXM,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmprKf3Pi/listen-url
64162025-10-13T23:51:37.467ZOct 13 23:51:37.319 INFO cockroach environment: BUILDOMAT_JOB_ID=01K7FXAVFV36XBHRBHHJ1F366B 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=ixi/bump-propolis-crucible GITHUB_REF=refs/heads/ixi/bump-propolis-crucible GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=6e328ac74a8d5057eb2211cc5583369f2c46678c 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-env6z2K9d 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=315a824c-f012-40f8-892e-7be25e102b9f 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
64172025-10-13T23:51:38.584ZOct 13 23:51:38.436 INFO cockroach pid: 12605
64182025-10-13T23:51:38.584ZOct 13 23:51:38.436 INFO cockroach listen URL: postgresql://root@[::1]:58752/omicron?sslmode=disable
64192025-10-13T23:51:38.614ZOct 13 23:51:38.467 INFO cockroach: populating
64202025-10-13T23:51:41.326ZOct 13 23:51:41.179 INFO cockroach: populated
64212025-10-13T23:51:43.089ZOct 13 23:51:42.942 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/6d65a1c09dcb1b73afdadb95eea74c79a1cd99bb033549c6339a1723e75d06be.tar`
64222025-10-13T23:51:43.114Z SETUP PASS [ 62.201s] crdb-seed: cargo run -p crdb-seed --profile test
64232025-10-13T23:51:43.114Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
64242025-10-13T23:51:44.620Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
64252025-10-13T23:51:44.621Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
64262025-10-13T23:51:46.555Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
64272025-10-13T23:51:47.933Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
64282025-10-13T23:52:01.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.72s
64292025-10-13T23:52:02.064Z Running `target/debug/clickhouse-cluster-dev`
64302025-10-13T23:52:02.140ZOct 13 23:52:01.993 INFO Setting up a ClickHouse cluster
64312025-10-13T23:52:02.165ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
64322025-10-13T23:52:02.165ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
64332025-10-13T23:52:02.165ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
64342025-10-13T23:52:02.165ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
64352025-10-13T23:52:02.165ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
64362025-10-13T23:52:04.612ZOct 13 23:52:04.466 INFO ClickHouse server ready
64372025-10-13T23:52:04.637ZOct 13 23:52:04.466 INFO ClickHouse server ready
64382025-10-13T23:52:05.026ZOct 13 23:52:04.879 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
64392025-10-13T23:52:05.051Z SETUP PASS [ 21.937s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
64402025-10-13T23:52:24.783Z PASS [ 19.745s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
64412025-10-13T23:52:25.399Z PASS [ 20.359s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
64422025-10-13T23:52:30.155Z PASS [ 25.116s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
64432025-10-13T23:52:30.908Z PASS [ 25.870s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
64442025-10-13T23:52:53.583Z PASS [ 28.798s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
64452025-10-13T23:52:53.707Z PASS [ 28.308s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
64462025-10-13T23:52:58.587Z PASS [ 28.433s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
64472025-10-13T23:52:59.751Z PASS [ 28.844s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
64482025-10-13T23:53:05.042Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64492025-10-13T23:53:05.042Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64502025-10-13T23:53:24.116Z PASS [ 30.411s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
64512025-10-13T23:53:27.686Z PASS [ 29.100s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
64522025-10-13T23:53:28.017Z PASS [ 28.266s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
64532025-10-13T23:53:53.521Z PASS [ 59.940s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
64542025-10-13T23:53:54.133Z PASS [ 30.017s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
64552025-10-13T23:53:57.615Z PASS [ 29.930s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
64562025-10-13T23:54:05.041Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64572025-10-13T23:54:05.042Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64582025-10-13T23:54:16.492Z PASS [ 18.877s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
64592025-10-13T23:54:19.398Z PASS [ 25.266s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
64602025-10-13T23:54:28.017Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64612025-10-13T23:54:33.831Z PASS [ 17.339s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
64622025-10-13T23:54:33.861Z PASS [ 0.030s] api_identity test::test_identity
64632025-10-13T23:54:33.886Z PASS [ 0.019s] api_identity test::test_identity_no_field
64642025-10-13T23:54:33.918Z PASS [ 0.037s] authz-macros tests::test_authz_snapshots
64652025-10-13T23:54:33.961Z PASS [ 0.043s] bootstore schemes::tests::hello_roundtrip
64662025-10-13T23:54:35.083Z PASS [ 1.121s] bootstore schemes::v0::peer::tests::basic_3_nodes
64672025-10-13T23:54:35.136Z PASS [ 0.053s] bootstore schemes::v0::peer::tests::network_config
64682025-10-13T23:54:35.163Z PASS [ 0.027s] bootstore schemes::v0::share_pkg::tests::create_packages
64692025-10-13T23:54:35.188Z PASS [ 0.020s] bootstore trust_quorum::rack_secret::tests::create_and_verify
64702025-10-13T23:54:35.213Z PASS [ 0.025s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
64712025-10-13T23:54:39.278Z PASS [ 4.068s] bootstore::v0-fsm-proptest-learner run
64722025-10-13T23:54:45.051Z PASS [ 5.774s] bootstore::v0-fsm-proptest-rack-coordinator run
64732025-10-13T23:54:45.325Z PASS [ 0.274s] cert-dev::test-cert-dev test_cert_create
64742025-10-13T23:54:45.573Z PASS [ 0.247s] clickana chart::tests::gather_chart_data_failure
64752025-10-13T23:54:45.601Z PASS [ 0.027s] clickana chart::tests::gather_chart_data_for_disk_usage_success
64762025-10-13T23:54:45.627Z PASS [ 0.025s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
64772025-10-13T23:54:45.652Z PASS [ 0.022s] clickana chart::tests::gather_chart_data_for_query_count_success
64782025-10-13T23:54:45.677Z PASS [ 0.020s] clickana chart::tests::gather_chart_data_for_running_queries_success
64792025-10-13T23:54:45.730Z PASS [ 0.061s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
64802025-10-13T23:54:45.767Z PASS [ 0.037s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
64812025-10-13T23:54:45.793Z PASS [ 0.026s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
64822025-10-13T23:54:45.822Z PASS [ 0.028s] clickhouse-admin-types tests::test_empty_output_parse_fail
64832025-10-13T23:54:45.848Z PASS [ 0.026s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
64842025-10-13T23:54:45.877Z PASS [ 0.028s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
64852025-10-13T23:54:45.901Z PASS [ 0.024s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
64862025-10-13T23:54:45.930Z PASS [ 0.030s] clickhouse-admin-types tests::test_full_lgif_parse_success
64872025-10-13T23:54:45.972Z PASS [ 0.041s] clickhouse-admin-types tests::test_full_raft_config_parse_success
64882025-10-13T23:54:46.009Z PASS [ 0.036s] clickhouse-admin-types tests::test_generate_keeper_config
64892025-10-13T23:54:46.039Z PASS [ 0.031s] clickhouse-admin-types tests::test_generate_replica_config
64902025-10-13T23:54:46.088Z PASS [ 0.048s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
64912025-10-13T23:54:46.139Z PASS [ 0.050s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
64922025-10-13T23:54:46.169Z PASS [ 0.030s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
64932025-10-13T23:54:46.195Z PASS [ 0.026s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
64942025-10-13T23:54:46.222Z PASS [ 0.026s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
64952025-10-13T23:54:46.247Z PASS [ 0.026s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
64962025-10-13T23:54:46.275Z PASS [ 0.028s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
64972025-10-13T23:54:46.301Z PASS [ 0.025s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
64982025-10-13T23:54:46.329Z PASS [ 0.028s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
64992025-10-13T23:54:46.361Z PASS [ 0.031s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
65002025-10-13T23:54:46.388Z PASS [ 0.028s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
65012025-10-13T23:54:46.423Z PASS [ 0.035s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
65022025-10-13T23:54:46.448Z PASS [ 0.025s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
65032025-10-13T23:54:46.474Z PASS [ 0.025s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
65042025-10-13T23:54:46.499Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
65052025-10-13T23:54:46.524Z PASS [ 0.025s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
65062025-10-13T23:54:46.550Z PASS [ 0.029s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
65072025-10-13T23:54:46.580Z PASS [ 0.030s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
65082025-10-13T23:54:46.607Z PASS [ 0.026s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
65092025-10-13T23:54:46.632Z PASS [ 0.025s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
65102025-10-13T23:54:46.657Z PASS [ 0.024s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
65112025-10-13T23:54:46.682Z PASS [ 0.021s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
65122025-10-13T23:54:46.707Z PASS [ 0.025s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
65132025-10-13T23:54:46.792Z PASS [ 0.089s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
65142025-10-13T23:54:46.865Z PASS [ 0.073s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
65152025-10-13T23:54:46.890Z PASS [ 0.020s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
65162025-10-13T23:54:46.915Z PASS [ 0.015s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
65172025-10-13T23:54:46.940Z PASS [ 0.017s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
65182025-10-13T23:54:46.965Z PASS [ 0.023s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
65192025-10-13T23:54:46.990Z PASS [ 0.031s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
65202025-10-13T23:54:47.279Z PASS [ 0.307s] db-dev::test-db-dev test_db_dev_populate_no_args
65212025-10-13T23:54:47.330Z PASS [ 0.051s] db-dev::test-db-dev test_db_dev_wipe_no_args
65222025-10-13T23:54:53.413Z PASS [ 6.081s] db-dev::test-db-dev test_db_killed
65232025-10-13T23:54:53.522Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
65242025-10-13T23:55:05.040Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65252025-10-13T23:55:05.065Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65262025-10-13T23:55:06.749Z PASS [ 73.229s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
65272025-10-13T23:55:06.817Z PASS [ 0.068s] db-macros lookup::test::test_lookup_snapshots
65282025-10-13T23:55:06.842Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_fails_for_enums
65292025-10-13T23:55:06.866Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
65302025-10-13T23:55:06.892Z PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
65312025-10-13T23:55:06.917Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
65322025-10-13T23:55:06.942Z PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
65332025-10-13T23:55:06.967Z PASS [ 0.027s] db-macros tests::test_derive_snapshots
65342025-10-13T23:55:06.992Z PASS [ 0.022s] db-macros tests::test_derive_with_unknown_field
65352025-10-13T23:55:07.411Z PASS [ 0.443s] dns-server storage::test::test_update_basic
65362025-10-13T23:55:07.532Z PASS [ 0.121s] dns-server storage::test::test_update_in_progress
65372025-10-13T23:55:07.671Z PASS [ 0.138s] dns-server storage::test::test_update_interrupted
65382025-10-13T23:55:07.792Z PASS [ 0.121s] dns-server storage::test::test_zone_gets_soa_record
65392025-10-13T23:55:08.249Z PASS [ 0.458s] dns-server::basic_test a_crud
65402025-10-13T23:55:08.477Z PASS [ 0.228s] dns-server::basic_test aaaa_crud
65412025-10-13T23:55:08.688Z PASS [ 0.210s] dns-server::basic_test answers_match_question
65422025-10-13T23:55:08.892Z PASS [ 0.204s] dns-server::basic_test empty_record
65432025-10-13T23:55:09.126Z PASS [ 0.234s] dns-server::basic_test multi_record_crud
65442025-10-13T23:55:09.511Z PASS [ 0.385s] dns-server::basic_test name_contains_zone
65452025-10-13T23:55:09.784Z PASS [ 0.273s] dns-server::basic_test nxdomain
65462025-10-13T23:55:10.024Z PASS [ 0.240s] dns-server::basic_test servfail
65472025-10-13T23:55:10.305Z PASS [ 0.281s] dns-server::basic_test soa
65482025-10-13T23:55:10.567Z PASS [ 0.262s] dns-server::basic_test srv_crud
65492025-10-13T23:55:13.443Z PASS [ 2.876s] dns-server::commands_test test_dnsadm
65502025-10-13T23:55:14.182Z PASS [ 0.739s] dns-server::cross_version_test cross_version_works
65512025-10-13T23:55:14.226Z PASS [ 0.044s] ereport-types tests::test_arb_json_deserializes
65522025-10-13T23:55:14.251Z PASS [ 0.022s] ereport-types tests::test_ena_from_str
65532025-10-13T23:55:14.276Z PASS [ 0.017s] ereport-types tests::test_ena_from_str_roundtrip
65542025-10-13T23:55:14.311Z PASS [ 0.046s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
65552025-10-13T23:55:14.336Z PASS [ 0.025s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
65562025-10-13T23:55:14.361Z PASS [ 0.020s] gfss gf256::tests::test_all_multiplication
65572025-10-13T23:55:14.386Z PASS [ 0.013s] gfss gf256::tests::test_all_multiplicative_inverses
65582025-10-13T23:55:14.387Z PASS [ 0.014s] gfss gf256::tests::test_docs_example
65592025-10-13T23:55:15.128Z PASS [ 21.717s] db-dev::test-db-dev test_db_run
65602025-10-13T23:55:16.400Z PASS [ 1.272s] gfss shamir::tests::split_and_combine
65612025-10-13T23:55:16.425Z PASS [ 0.017s] gfss shamir::tests::test_share_reconstruction
65622025-10-13T23:55:16.450Z PASS [ 0.027s] id-map tests::deserialize_rejects_duplicates
65632025-10-13T23:55:16.474Z PASS [ 0.015s] id-map tests::deserialize_rejects_mismatched_keys
65642025-10-13T23:55:16.577Z PASS [ 0.118s] id-map tests::get_mut_panics_if_id_changes
65652025-10-13T23:55:16.638Z PASS [ 0.060s] id-map tests::iter_mut_panics_if_id_changes
65662025-10-13T23:55:16.662Z PASS [ 0.018s] id-map tests::methods_allow_borrowed_ids
65672025-10-13T23:55:16.722Z PASS [ 0.066s] id-map tests::mut_into_iter_panics_if_id_changes
65682025-10-13T23:55:16.778Z PASS [ 0.055s] id-map tests::occupied_entry_panics_if_id_changed_via_get_mut
65692025-10-13T23:55:16.835Z PASS [ 0.055s] id-map tests::occupied_entry_panics_if_id_changed_via_into_mut
65702025-10-13T23:55:16.888Z PASS [ 0.055s] id-map tests::occupied_entry_panics_if_id_changes_on_insert
65712025-10-13T23:55:16.953Z PASS [ 0.064s] id-map tests::retain_panics_if_id_changes
65722025-10-13T23:55:17.026Z PASS [ 0.074s] id-map tests::serialization_is_transparent
65732025-10-13T23:55:17.113Z PASS [ 0.087s] id-map tests::serialization_roundtrip
65742025-10-13T23:55:17.171Z PASS [ 0.057s] id-map tests::vacant_entry_panics_if_id_changed_after_insert
65752025-10-13T23:55:17.221Z PASS [ 0.049s] id-map tests::vacant_entry_panics_if_id_changes_on_insert
65762025-10-13T23:55:17.287Z PASS [ 0.067s] illumos-utils destructor::test::test_delayed_delete
65772025-10-13T23:55:18.063Z PASS [ 0.775s] illumos-utils destructor::test::test_delayed_delete_with_error
65782025-10-13T23:55:18.090Z PASS [ 0.026s] illumos-utils destructor::test::test_destructor_bad_close
65792025-10-13T23:55:18.128Z PASS [ 0.039s] illumos-utils link::test::test_allocate
65802025-10-13T23:55:18.158Z PASS [ 0.030s] illumos-utils link::test::test_allocate_within_scopes
65812025-10-13T23:55:18.227Z PASS [ 0.069s] illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
65822025-10-13T23:55:18.252Z PASS [ 0.025s] illumos-utils running_zone::tests::test_is_oxide_smf_service
65832025-10-13T23:55:18.322Z PASS [ 0.070s] illumos-utils zfs::test::directory_mutability
65842025-10-13T23:55:18.401Z PASS [ 0.079s] illumos-utils zfs::test::get_values_of_rpool
65852025-10-13T23:55:18.429Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_bad_avail
65862025-10-13T23:55:18.455Z PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_bad_quota
65872025-10-13T23:55:18.484Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_bad_reservation
65882025-10-13T23:55:18.514Z PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_bad_usage
65892025-10-13T23:55:18.541Z PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_bad_uuid
65902025-10-13T23:55:18.570Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_missing_fields
65912025-10-13T23:55:18.594Z PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_props
65922025-10-13T23:55:18.619Z PASS [ 0.022s] illumos-utils zfs::test::parse_dataset_props_with_optionals
65932025-10-13T23:55:18.644Z PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_too_many_columns
65942025-10-13T23:55:18.671Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
65952025-10-13T23:55:18.696Z PASS [ 0.022s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
65962025-10-13T23:55:18.720Z PASS [ 0.027s] illumos-utils zfs::test::parse_quota_ignored_if_default
65972025-10-13T23:55:18.745Z PASS [ 0.022s] illumos-utils zfs::test::parse_reservation_ignored_if_default
65982025-10-13T23:55:18.770Z PASS [ 0.024s] illumos-utils zfs::test::parse_sorts_and_dedups
65992025-10-13T23:55:18.804Z PASS [ 0.038s] illumos-utils zone::tests::delete_nonexistent_address
66002025-10-13T23:55:18.829Z PASS [ 0.025s] illumos-utils zone::tests::test_parse_ip_network
66012025-10-13T23:55:18.853Z PASS [ 0.023s] illumos-utils zpool::test::test_parse_zpool
66022025-10-13T23:55:18.878Z PASS [ 0.024s] illumos-utils zpool::test::test_parse_zpool_missing_column
66032025-10-13T23:55:19.399Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
66042025-10-13T23:55:20.718Z PASS [ 6.334s] gfss polynomial::tests::test_polynomial_eval
66052025-10-13T23:55:21.894Z PASS [ 3.017s] installinator mock_peers::tests::proptest_fetch_artifact
66062025-10-13T23:55:21.998Z PASS [ 1.280s] installinator write::tests::proptest_write_artifact
66072025-10-13T23:55:22.048Z PASS [ 0.155s] installinator-common block_size_writer::tests::proptest_block_writer
66082025-10-13T23:55:22.452Z PASS [ 0.404s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
66092025-10-13T23:55:22.477Z PASS [ 0.471s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
66102025-10-13T23:55:22.702Z PASS [ 0.250s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
66112025-10-13T23:55:22.860Z PASS [ 0.391s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
66122025-10-13T23:55:23.000Z PASS [ 0.297s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
66132025-10-13T23:55:23.133Z PASS [ 0.273s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
66142025-10-13T23:55:23.166Z PASS [ 0.034s] internal-dns-types config::test::display_hosts
66152025-10-13T23:55:23.191Z PASS [ 0.024s] internal-dns-types config::test::display_srv_service
66162025-10-13T23:55:23.228Z PASS [ 0.038s] internal-dns-types config::test::test_builder_errors
66172025-10-13T23:55:23.279Z PASS [ 0.050s] internal-dns-types config::test::test_builder_output
66182025-10-13T23:55:23.304Z PASS [ 0.025s] internal-dns-types diff::test::diff_different
66192025-10-13T23:55:23.329Z PASS [ 0.310s] internal-dns-resolver resolver::test::update_record
66202025-10-13T23:55:23.329Z PASS [ 0.019s] internal-dns-types diff::test::diff_equivalent
66212025-10-13T23:55:23.354Z PASS [ 0.023s] internal-dns-types diff::test::diff_invalid
66222025-10-13T23:55:23.354Z PASS [ 0.027s] ipcc tests::deserialize_fixed_value
66232025-10-13T23:55:23.379Z PASS [ 0.032s] ipcc tests::installinator_image_id_round_trip
66242025-10-13T23:55:23.379Z PASS [ 0.025s] ipcc tests::serialized_size
66252025-10-13T23:55:23.420Z PASS [ 0.043s] key-manager tests::different_ikm_produces_different_keys
66262025-10-13T23:55:23.444Z PASS [ 0.057s] key-manager tests::different_disks_produce_different_keys
66272025-10-13T23:55:23.469Z PASS [ 0.026s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
66282025-10-13T23:55:23.469Z PASS [ 0.031s] key-manager tests::disk_encryption_key_epoch_0
66292025-10-13T23:55:23.556Z PASS [ 0.105s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
66302025-10-13T23:55:23.580Z PASS [ 0.110s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
66312025-10-13T23:55:23.605Z PASS [ 0.034s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
66322025-10-13T23:55:23.605Z PASS [ 0.038s] nexus-auth authn::external::session_cookie::test::test_get_token
66332025-10-13T23:55:23.630Z PASS [ 0.030s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
66342025-10-13T23:55:23.630Z PASS [ 0.032s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
66352025-10-13T23:55:23.655Z PASS [ 0.035s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
66362025-10-13T23:55:23.680Z PASS [ 0.037s] nexus-auth authn::external::session_cookie::test::test_other_cookie
66372025-10-13T23:55:23.705Z PASS [ 0.034s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
66382025-10-13T23:55:23.705Z PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
66392025-10-13T23:55:23.730Z PASS [ 0.034s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
66402025-10-13T23:55:23.754Z PASS [ 0.047s] nexus-auth authn::external::spoof::test::test_make_header_value
66412025-10-13T23:55:23.779Z PASS [ 0.045s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
66422025-10-13T23:55:23.804Z PASS [ 0.049s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
66432025-10-13T23:55:23.804Z PASS [ 0.035s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
66442025-10-13T23:55:23.829Z PASS [ 0.032s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
66452025-10-13T23:55:23.853Z PASS [ 0.039s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
66462025-10-13T23:55:23.878Z PASS [ 0.043s] nexus-auth authn::external::test::test_authn_sequence
66472025-10-13T23:55:23.878Z PASS [ 0.033s] nexus-auth authn::external::token::test::test_make_header_value
66482025-10-13T23:55:23.903Z PASS [ 0.030s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
66492025-10-13T23:55:23.927Z PASS [ 0.032s] nexus-auth authn::external::token::test::test_token_header_missing
66502025-10-13T23:55:23.952Z PASS [ 0.036s] nexus-auth authn::external::token::test::test_token_header_valid
66512025-10-13T23:55:23.977Z PASS [ 0.052s] nexus-auth authn::test::test_internal_users
66522025-10-13T23:55:24.008Z PASS [ 0.048s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
66532025-10-13T23:55:24.070Z PASS [ 0.135s] nexus-auth authz::context::test::test_unregistered_resource
66542025-10-13T23:55:24.120Z PASS [ 0.081s] nexus-auth context::test::test_background_context
66552025-10-13T23:55:24.145Z PASS [ 0.074s] nexus-auth context::test::test_child_context
66562025-10-13T23:55:24.184Z PASS [ 0.096s] nexus-auth context::test::test_test_context
66572025-10-13T23:55:24.225Z PASS [ 0.040s] nexus-config nexus_config::test::test_config_bad_toml
66582025-10-13T23:55:24.249Z PASS [ 0.103s] nexus-config nexus_config::test::test_bad_authn_schemes
66592025-10-13T23:55:24.274Z PASS [ 0.031s] nexus-config nexus_config::test::test_config_empty
66602025-10-13T23:55:24.274Z PASS [ 0.026s] nexus-config nexus_config::test::test_config_nonexistent
66612025-10-13T23:55:24.315Z PASS [ 0.041s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
66622025-10-13T23:55:24.339Z PASS [ 0.074s] nexus-config nexus_config::test::test_deployment_config_schema
66632025-10-13T23:55:24.379Z PASS [ 0.065s] nexus-config nexus_config::test::test_repo_configs_are_valid
66642025-10-13T23:55:24.404Z PASS [ 0.067s] nexus-config nexus_config::test::test_valid
66652025-10-13T23:55:24.429Z PASS [ 0.035s] nexus-config postgres_config::test::test_bad_url
66662025-10-13T23:55:24.429Z PASS [ 0.027s] nexus-config postgres_config::test::test_example_url
66672025-10-13T23:55:24.459Z PASS [ 0.035s] nexus-db-fixed-data test::test_allowlist_id_is_valid
66682025-10-13T23:55:24.484Z PASS [ 0.045s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
66692025-10-13T23:55:24.509Z PASS [ 0.030s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
66702025-10-13T23:55:24.509Z PASS [ 0.034s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
66712025-10-13T23:55:24.534Z PASS [ 0.036s] nexus-db-model alert_class::tests::test_from_str_roundtrips
66722025-10-13T23:55:24.558Z PASS [ 0.028s] nexus-db-model alert_class::tests::test_is_test
66732025-10-13T23:55:24.588Z PASS [ 0.031s] nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
66742025-10-13T23:55:24.631Z PASS [ 0.043s] nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
66752025-10-13T23:55:24.692Z PASS [ 0.061s] nexus-db-model alert_subscription::test::test_valid_subscription_parsing
66762025-10-13T23:55:24.719Z PASS [ 0.027s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
66772025-10-13T23:55:24.757Z PASS [ 0.038s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
66782025-10-13T23:55:24.797Z PASS [ 0.040s] nexus-db-model device_auth::test::test_generate_user_code
66792025-10-13T23:55:24.825Z PASS [ 0.028s] nexus-db-model instance_state::tests::test_from_str_roundtrips
66802025-10-13T23:55:24.866Z PASS [ 0.040s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
66812025-10-13T23:55:24.895Z PASS [ 0.029s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
66822025-10-13T23:55:24.946Z PASS [ 0.050s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
66832025-10-13T23:55:24.971Z PASS [ 0.025s] nexus-db-model schema_versions::test::test_known_versions
66842025-10-13T23:55:25.005Z PASS [ 0.034s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
66852025-10-13T23:55:25.040Z PASS [ 0.035s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
66862025-10-13T23:55:25.088Z PASS [ 0.048s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
66872025-10-13T23:55:25.119Z PASS [ 0.031s] nexus-db-model schema_versions::test::test_verify
66882025-10-13T23:55:25.155Z PASS [ 0.035s] nexus-db-model semver_version::test::test_to_from_sortable_string
66892025-10-13T23:55:25.184Z PASS [ 0.030s] nexus-db-model tests::test_ip_subnet_check_requestable_address
66902025-10-13T23:55:25.211Z PASS [ 0.027s] nexus-db-model tests::test_ipv6_net_random_subnet
66912025-10-13T23:55:25.240Z PASS [ 0.029s] nexus-db-model tests::test_roles_database_strings
66922025-10-13T23:55:25.270Z PASS [ 0.029s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
66932025-10-13T23:55:25.310Z PASS [ 0.041s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
66942025-10-13T23:55:25.338Z PASS [ 0.028s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
66952025-10-13T23:55:28.016Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66962025-10-13T23:55:29.497Z PASS [ 5.007s] nexus-db-lookup::integration lookup::test_lookup
66972025-10-13T23:55:30.370Z PASS [ 5.031s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
66982025-10-13T23:55:32.877Z PASS [ 3.380s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
66992025-10-13T23:55:33.793Z PASS [ 3.423s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
67002025-10-13T23:55:36.318Z PASS [ 3.441s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
67012025-10-13T23:55:37.400Z PASS [ 3.607s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
67022025-10-13T23:55:39.930Z PASS [ 3.612s] nexus-db-queries db::collection_attach::test::test_attach_once
67032025-10-13T23:55:41.136Z PASS [ 3.736s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
67042025-10-13T23:55:43.566Z PASS [ 3.637s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
67052025-10-13T23:55:44.792Z PASS [ 3.655s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
67062025-10-13T23:55:44.830Z PASS [ 0.039s] nexus-db-queries db::collection_attach::test::test_verify_query
67072025-10-13T23:55:47.016Z PASS [ 3.449s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
67082025-10-13T23:55:48.248Z PASS [ 3.417s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
67092025-10-13T23:55:50.318Z PASS [ 3.302s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
67102025-10-13T23:55:51.751Z PASS [ 3.503s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
67112025-10-13T23:55:54.044Z PASS [ 3.726s] nexus-db-queries db::collection_detach::test::test_detach_once
67122025-10-13T23:55:55.197Z PASS [ 3.446s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
67132025-10-13T23:55:55.242Z PASS [ 0.045s] nexus-db-queries db::collection_detach::test::test_verify_query
67142025-10-13T23:55:57.412Z PASS [ 3.366s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
67152025-10-13T23:55:58.852Z PASS [ 3.610s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
67162025-10-13T23:56:00.861Z PASS [ 3.450s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
67172025-10-13T23:56:02.191Z PASS [ 3.339s] nexus-db-queries db::collection_detach_many::test::test_detach_many
67182025-10-13T23:56:04.202Z PASS [ 3.341s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
67192025-10-13T23:56:05.039Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67202025-10-13T23:56:05.064Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67212025-10-13T23:56:05.829Z PASS [ 3.637s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
67222025-10-13T23:56:07.757Z FAIL [ 159.699s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67232025-10-13T23:56:07.757Z stdout ───
67242025-10-13T23:56:07.757Z
67252025-10-13T23:56:07.757Z running 1 test
67262025-10-13T23:56:07.757Z test app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry has been running for over 60 seconds
67272025-10-13T23:56:07.757Z test app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry ... FAILED
67282025-10-13T23:56:07.757Z
67292025-10-13T23:56:07.757Z failures:
67302025-10-13T23:56:07.758Z
67312025-10-13T23:56:07.758Z failures:
67322025-10-13T23:56:07.758Z app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67332025-10-13T23:56:07.758Z
67342025-10-13T23:56:07.758Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 184 filtered out; finished in 159.28s
67352025-10-13T23:56:07.758Z
67362025-10-13T23:56:07.758Z stderr ───
67372025-10-13T23:56:07.758Z log file: /var/tmp/omicron_tmp/omicron_nexus-ba02c1bff4bc14cc-test_action_failure_can_unwind_no_pantry.12941.0.log
67382025-10-13T23:56:07.758Z note: configured to log to "/var/tmp/omicron_tmp/omicron_nexus-ba02c1bff4bc14cc-test_action_failure_can_unwind_no_pantry.12941.0.log"
67392025-10-13T23:56:07.758Z DB URL: postgresql://root@[::1]:59138/omicron?sslmode=disable
67402025-10-13T23:56:07.758Z DB address: [::1]:59138
67412025-10-13T23:56:07.758Z log file: /var/tmp/omicron_tmp/omicron_nexus-ba02c1bff4bc14cc-test_action_failure_can_unwind_no_pantry.12941.2.log
67422025-10-13T23:56:07.758Z note: configured to log to "/var/tmp/omicron_tmp/omicron_nexus-ba02c1bff4bc14cc-test_action_failure_can_unwind_no_pantry.12941.2.log"
67432025-10-13T23:56:07.758Z
67442025-10-13T23:56:07.758Z thread 'app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry' panicked at nexus/src/app/sagas/test_helpers.rs:382:19:
67452025-10-13T23:56:07.758Z instance 0455ca57-06c3-4c9e-aabd-8b9fa825cf10 did not transition to no_VMM after 120s: timed out after 120.313006772s
67462025-10-13T23:56:07.758Z stack backtrace:
67472025-10-13T23:56:07.758Z 0: __rustc::rust_begin_unwind
67482025-10-13T23:56:07.758Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/panicking.rs:697:5
67492025-10-13T23:56:07.758Z 1: core::panicking::panic_fmt
67502025-10-13T23:56:07.758Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/core/src/panicking.rs:75:14
67512025-10-13T23:56:07.758Z 2: {async_fn#0}
67522025-10-13T23:56:07.758Z at ./src/app/sagas/test_helpers.rs:382:19
67532025-10-13T23:56:07.758Z 3: {async_fn#0}
67542025-10-13T23:56:07.758Z at ./src/app/sagas/test_helpers.rs:328:75
67552025-10-13T23:56:07.758Z 4: {async_block#0}
67562025-10-13T23:56:07.758Z at ./src/app/sagas/snapshot_create.rs:2374:26
67572025-10-13T23:56:07.758Z 5: poll<alloc::boxed::Box<(dyn core::future::future::Future<Output=()> + core::marker::Send), alloc::alloc::Global>>
67582025-10-13T23:56:07.758Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/core/src/future/future.rs:124:9
67592025-10-13T23:56:07.758Z 6: {async_fn#0}<omicron_nexus::app::sagas::snapshot_create::SagaSnapshotCreate, omicron_nexus::app::sagas::snapshot_create::test::test_action_failure_can_unwind_wrapper::{async_fn#0}::{closure_env#0}, omicron_nexus::app::sagas::snapshot_create::test::test_action_failure_can_unwind_wrapper::{async_fn#0}::{closure_env#1}>
67602025-10-13T23:56:07.758Z at ./src/app/sagas/test_helpers.rs:639:22
67612025-10-13T23:56:07.758Z 7: {async_fn#0}
67622025-10-13T23:56:07.758Z at ./src/app/sagas/snapshot_create.rs:2389:10
67632025-10-13T23:56:07.758Z 8: {async_fn#0}
67642025-10-13T23:56:07.758Z at ./src/app/sagas/snapshot_create.rs:2230:66
67652025-10-13T23:56:07.758Z 9: {async_block#0}
67662025-10-13T23:56:07.758Z at ./src/app/sagas/snapshot_create.rs:2226:5
67672025-10-13T23:56:07.759Z 10: poll<&mut dyn core::future::future::Future<Output=()>>
67682025-10-13T23:56:07.759Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/core/src/future/future.rs:124:9
67692025-10-13T23:56:07.759Z 11: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
67702025-10-13T23:56:07.759Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/core/src/future/future.rs:124:9
67712025-10-13T23:56:07.759Z 12: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
67722025-10-13T23:56:07.759Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:742:70
67732025-10-13T23:56:07.759Z 13: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
67742025-10-13T23:56:07.759Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/task/coop/mod.rs:167:5
67752025-10-13T23:56:07.759Z 14: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
67762025-10-13T23:56:07.759Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/task/coop/mod.rs:133:5
67772025-10-13T23:56:07.759Z 15: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
67782025-10-13T23:56:07.759Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:742:25
67792025-10-13T23:56:07.759Z 16: tokio::runtime::scheduler::current_thread::Context::enter
67802025-10-13T23:56:07.759Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:432:19
67812025-10-13T23:56:07.759Z 17: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
67822025-10-13T23:56:07.759Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:741:44
67832025-10-13T23:56:07.759Z 18: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}
67842025-10-13T23:56:07.759Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:829:68
67852025-10-13T23:56:07.759Z 19: tokio::runtime::context::scoped::Scoped<T>::set
67862025-10-13T23:56:07.759Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/context/scoped.rs:40:9
67872025-10-13T23:56:07.759Z 20: tokio::runtime::context::set_scheduler::{{closure}}
67882025-10-13T23:56:07.759Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/context.rs:176:38
67892025-10-13T23:56:07.759Z 21: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)>
67902025-10-13T23:56:07.759Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/thread/local.rs:315:12
67912025-10-13T23:56:07.759Z 22: std::thread::local::LocalKey<T>::with
67922025-10-13T23:56:07.759Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/thread/local.rs:279:20
67932025-10-13T23:56:07.759Z 23: tokio::runtime::context::set_scheduler
67942025-10-13T23:56:07.759Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/context.rs:176:17
67952025-10-13T23:56:07.759Z 24: tokio::runtime::scheduler::current_thread::CoreGuard::enter
67962025-10-13T23:56:07.759Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:829:27
67972025-10-13T23:56:07.759Z 25: tokio::runtime::scheduler::current_thread::CoreGuard::block_on
67982025-10-13T23:56:07.759Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:729:24
67992025-10-13T23:56:07.759Z 26: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
68002025-10-13T23:56:07.760Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:200:33
68012025-10-13T23:56:07.760Z 27: tokio::runtime::context::runtime::enter_runtime
68022025-10-13T23:56:07.760Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/context/runtime.rs:65:16
68032025-10-13T23:56:07.760Z 28: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
68042025-10-13T23:56:07.760Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:188:9
68052025-10-13T23:56:07.760Z 29: tokio::runtime::runtime::Runtime::block_on_inner
68062025-10-13T23:56:07.760Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/runtime.rs:356:52
68072025-10-13T23:56:07.760Z 30: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
68082025-10-13T23:56:07.760Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/runtime.rs:330:18
68092025-10-13T23:56:07.760Z 31: test_action_failure_can_unwind_no_pantry
68102025-10-13T23:56:07.760Z at ./src/app/sagas/snapshot_create.rs:2226:5
68112025-10-13T23:56:07.760Z 32: omicron_nexus::app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry::{{closure}}
68122025-10-13T23:56:07.760Z at ./src/app/sagas/snapshot_create.rs:2229:6
68132025-10-13T23:56:07.760Z 33: core::ops::function::FnOnce::call_once
68142025-10-13T23:56:07.760Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/core/src/ops/function.rs:250:5
68152025-10-13T23:56:07.760Z 34: core::ops::function::FnOnce::call_once
68162025-10-13T23:56:07.787Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/core/src/ops/function.rs:250:5
68172025-10-13T23:56:07.787Z note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
68182025-10-13T23:56:07.787Z WARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
68192025-10-13T23:56:07.787Z WARN: temporary directory leaked: "/var/tmp/omicron_tmp/.tmpDUBlTs"
68202025-10-13T23:56:07.787Z If you would like to access the database for debugging, run the following:
68212025-10-13T23:56:07.787Z
68222025-10-13T23:56:07.787Z # Run the database
68232025-10-13T23:56:07.787Z cargo xtask db-dev run --no-populate --store-dir "/var/tmp/omicron_tmp/.tmpDUBlTs/data"
68242025-10-13T23:56:07.787Z # Access the database. Note the port may change if you run multiple databases.
68252025-10-13T23:56:07.787Z cockroach sql --host=localhost:32221 --insecure
68262025-10-13T23:56:07.788Z WARN: dropped ClickHouse process without cleaning it up first (there may still be a child process running (PID 12959) and a temporary directory leaked, /var/tmp/omicron_tmp/omicron_nexus-ba02c1bff4bc14cc-test_action_failure_can_unwind_no_pantry.12941.1-clickhouse-KzeReT)
68272025-10-13T23:56:07.788Z failed to clean up ClickHouse data dir:
68282025-10-13T23:56:07.788Z - /var/tmp/omicron_tmp/omicron_nexus-ba02c1bff4bc14cc-test_action_failure_can_unwind_no_pantry.12941.1-clickhouse-KzeReT: File exists (os error 17)
68292025-10-13T23:56:07.788Z WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
68302025-10-13T23:56:07.788Z WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpYt1Q8L
68312025-10-13T23:56:07.788Z WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
68322025-10-13T23:56:07.788Z WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpdIsXW2
68332025-10-13T23:56:07.788Z
68342025-10-13T23:56:07.909Z PASS [ 3.706s] nexus-db-queries db::collection_detach_many::test::test_detach_once
68352025-10-13T23:56:07.953Z PASS [ 0.044s] nexus-db-queries db::collection_detach_many::test::test_verify_query
68362025-10-13T23:56:09.189Z PASS [ 3.360s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
68372025-10-13T23:56:11.323Z PASS [ 3.610s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
68382025-10-13T23:56:11.374Z PASS [ 0.051s] nexus-db-queries db::collection_insert::test::test_verify_query
68392025-10-13T23:56:11.400Z PASS [ 3.447s] nexus-db-queries db::collection_insert::test::test_collection_not_present
68402025-10-13T23:56:11.429Z PASS [ 0.054s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
68412025-10-13T23:56:11.453Z PASS [ 0.045s] nexus-db-queries db::column_walker::test::test_walk_columns
68422025-10-13T23:56:11.478Z PASS [ 0.042s] nexus-db-queries db::column_walker::test::test_walk_table
68432025-10-13T23:56:12.617Z PASS [ 3.428s] nexus-db-queries db::collection_insert::test::test_collection_present
68442025-10-13T23:56:17.569Z PASS [ 6.124s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
68452025-10-13T23:56:17.719Z PASS [ 6.248s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
68462025-10-13T23:56:19.398Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
68472025-10-13T23:56:21.540Z PASS [ 8.923s] nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
68482025-10-13T23:56:23.438Z PASS [ 5.869s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
68492025-10-13T23:56:23.659Z PASS [ 5.939s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
68502025-10-13T23:56:28.099Z PASS [ 6.559s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
68512025-10-13T23:56:29.251Z PASS [ 5.813s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
68522025-10-13T23:56:30.254Z PASS [ 6.595s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
68532025-10-13T23:56:33.895Z PASS [ 5.796s] nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
68542025-10-13T23:56:34.901Z PASS [ 5.650s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
68552025-10-13T23:56:36.021Z PASS [ 5.767s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
68562025-10-13T23:56:39.522Z PASS [ 5.627s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
68572025-10-13T23:56:40.774Z PASS [ 5.873s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
68582025-10-13T23:56:44.802Z PASS [ 8.780s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
68592025-10-13T23:56:45.409Z PASS [ 5.887s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
68602025-10-13T23:56:46.744Z PASS [ 5.969s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
68612025-10-13T23:56:51.132Z PASS [ 5.723s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
68622025-10-13T23:56:51.413Z PASS [ 6.613s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
68632025-10-13T23:56:53.188Z PASS [ 6.444s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
68642025-10-13T23:56:56.926Z PASS [ 5.794s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
68652025-10-13T23:56:57.154Z PASS [ 5.740s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
68662025-10-13T23:56:59.104Z PASS [ 5.913s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
68672025-10-13T23:57:02.717Z PASS [ 3.617s] nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
68682025-10-13T23:57:04.816Z PASS [ 7.891s] nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
68692025-10-13T23:57:05.040Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68702025-10-13T23:57:05.040Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68712025-10-13T23:57:05.064Z PASS [ 7.895s] nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
68722025-10-13T23:57:08.861Z PASS [ 6.144s] nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
68732025-10-13T23:57:10.497Z PASS [ 5.448s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
68742025-10-13T23:57:10.594Z PASS [ 5.778s] nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
68752025-10-13T23:57:14.519Z PASS [ 5.657s] nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
68762025-10-13T23:57:15.881Z PASS [ 5.286s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
68772025-10-13T23:57:16.051Z PASS [ 5.555s] nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
68782025-10-13T23:57:19.398Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
68792025-10-13T23:57:20.222Z PASS [ 5.703s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
68802025-10-13T23:57:21.500Z PASS [ 5.446s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
68812025-10-13T23:57:21.525Z PASS [ 5.634s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
68822025-10-13T23:57:25.070Z PASS [ 3.572s] nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
68832025-10-13T23:57:26.187Z PASS [ 4.672s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
68842025-10-13T23:57:26.228Z PASS [ 6.006s] nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
68852025-10-13T23:57:28.521Z PASS [ 3.452s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
68862025-10-13T23:57:29.832Z PASS [ 3.645s] nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
68872025-10-13T23:57:29.859Z PASS [ 3.631s] nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
68882025-10-13T23:57:32.230Z PASS [ 3.709s] nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
68892025-10-13T23:57:33.495Z PASS [ 3.636s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
68902025-10-13T23:57:33.644Z PASS [ 3.812s] nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
68912025-10-13T23:57:35.903Z PASS [ 3.673s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
68922025-10-13T23:57:37.177Z PASS [ 3.682s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
68932025-10-13T23:57:37.232Z PASS [ 3.588s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
68942025-10-13T23:57:39.324Z PASS [ 3.420s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
68952025-10-13T23:57:40.742Z PASS [ 3.565s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
68962025-10-13T23:57:40.813Z PASS [ 3.580s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
68972025-10-13T23:57:44.993Z PASS [ 5.669s] nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
68982025-10-13T23:57:46.886Z PASS [ 6.073s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
68992025-10-13T23:57:46.967Z PASS [ 6.225s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
69002025-10-13T23:57:50.600Z PASS [ 5.606s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
69012025-10-13T23:57:52.658Z PASS [ 5.691s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
69022025-10-13T23:57:53.213Z PASS [ 6.329s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
69032025-10-13T23:57:58.841Z PASS [ 6.183s] nexus-db-queries db::datastore::deployment::tests::test_set_target
69042025-10-13T23:57:59.359Z PASS [ 8.760s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
69052025-10-13T23:57:59.426Z PASS [ 0.067s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
69062025-10-13T23:57:59.839Z PASS [ 6.625s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
69072025-10-13T23:58:04.354Z PASS [ 5.513s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
69082025-10-13T23:58:04.708Z PASS [ 5.283s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
69092025-10-13T23:58:05.040Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69102025-10-13T23:58:05.040Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69112025-10-13T23:58:05.477Z PASS [ 5.638s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
69122025-10-13T23:58:10.469Z PASS [ 5.760s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
69132025-10-13T23:58:11.200Z PASS [ 6.846s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
69142025-10-13T23:58:11.532Z PASS [ 6.055s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
69152025-10-13T23:58:14.115Z PASS [ 2.914s] nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
69162025-10-13T23:58:14.549Z PASS [ 3.017s] nexus-db-queries db::datastore::ereport::tests::explain_host_restart_list_by_serial
69172025-10-13T23:58:15.766Z PASS [ 5.298s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
69182025-10-13T23:58:17.531Z PASS [ 3.416s] nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
69192025-10-13T23:58:17.702Z PASS [ 3.153s] nexus-db-queries db::datastore::ereport::tests::explain_sp_restart_list_by_serial
69202025-10-13T23:58:19.397Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
69212025-10-13T23:58:21.931Z PASS [ 6.165s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
69222025-10-13T23:58:23.340Z PASS [ 5.638s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
69232025-10-13T23:58:25.513Z PASS [ 7.983s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
69242025-10-13T23:58:27.803Z PASS [ 5.872s] nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
69252025-10-13T23:58:29.202Z PASS [ 5.862s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
69262025-10-13T23:58:31.464Z PASS [ 5.951s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
69272025-10-13T23:58:33.643Z PASS [ 5.840s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
69282025-10-13T23:58:34.971Z PASS [ 5.769s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
69292025-10-13T23:58:37.128Z PASS [ 5.664s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
69302025-10-13T23:58:39.004Z PASS [ 5.361s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
69312025-10-13T23:58:40.422Z PASS [ 5.450s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
69322025-10-13T23:58:42.228Z PASS [ 5.100s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
69332025-10-13T23:58:44.771Z PASS [ 5.767s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
69342025-10-13T23:58:47.746Z PASS [ 5.516s] nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
69352025-10-13T23:58:48.826Z PASS [ 8.405s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
69362025-10-13T23:58:50.028Z PASS [ 5.257s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
69372025-10-13T23:58:53.364Z PASS [ 5.619s] nexus-db-queries db::datastore::inventory::test::test_zone_image_source
69382025-10-13T23:58:53.973Z PASS [ 5.147s] nexus-db-queries db::datastore::ip_pool::test::cannot_insert_range_in_pool_with_different_ip_version
69392025-10-13T23:58:55.619Z PASS [ 5.591s] nexus-db-queries db::datastore::ip_pool::test::cannot_set_default_ip_pool_for_internal_silo
69402025-10-13T23:58:58.890Z PASS [ 5.526s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
69412025-10-13T23:58:59.387Z PASS [ 5.414s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pools
69422025-10-13T23:59:01.126Z PASS [ 5.507s] nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
69432025-10-13T23:59:04.641Z PASS [ 5.751s] nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
69442025-10-13T23:59:04.872Z PASS [ 5.485s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
69452025-10-13T23:59:05.039Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69462025-10-13T23:59:05.039Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69472025-10-13T23:59:08.041Z PASS [ 6.915s] nexus-db-queries db::datastore::nat_entry::test::nat_changeset
69482025-10-13T23:59:09.448Z PASS [ 4.807s] nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
69492025-10-13T23:59:09.772Z PASS [ 4.899s] nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
69502025-10-13T23:59:12.925Z PASS [ 4.884s] nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
69512025-10-13T23:59:14.507Z PASS [ 4.736s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
69522025-10-13T23:59:15.316Z PASS [ 5.867s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
69532025-10-13T23:59:19.257Z PASS [ 6.332s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
69542025-10-13T23:59:19.397Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
69552025-10-13T23:59:20.872Z PASS [ 5.556s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
69562025-10-13T23:59:26.742Z PASS [ 5.870s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
69572025-10-13T23:59:30.309Z PASS [ 15.803s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
69582025-10-13T23:59:32.615Z PASS [ 5.873s] nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
69592025-10-13T23:59:35.948Z PASS [ 5.637s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
69602025-10-13T23:59:38.200Z PASS [ 5.585s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
69612025-10-13T23:59:42.143Z PASS [ 6.196s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
69622025-10-13T23:59:44.017Z PASS [ 24.761s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
69632025-10-13T23:59:44.538Z PASS [ 6.338s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
69642025-10-13T23:59:47.996Z PASS [ 5.853s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
69652025-10-13T23:59:48.055Z PASS [ 463.019s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69662025-10-13T23:59:48.208Z PASS [ 463.180s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69672025-10-13T23:59:49.350Z PASS [ 5.333s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
69682025-10-13T23:59:50.666Z PASS [ 6.128s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
69692025-10-13T23:59:54.364Z PASS [ 6.156s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
69702025-10-13T23:59:54.813Z PASS [ 6.765s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
69712025-10-13T23:59:55.590Z PASS [ 6.239s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
69722025-10-13T23:59:56.254Z PASS [ 8.259s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
69732025-10-13T23:59:57.552Z PASS [ 6.884s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
69742025-10-13T23:59:57.617Z PASS [ 0.067s] nexus-db-queries db::datastore::region::test::test_extent_count
69752025-10-14T00:00:00.519Z PASS [ 6.155s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
69762025-10-14T00:00:00.827Z PASS [ 5.237s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
69772025-10-14T00:00:00.950Z PASS [ 6.137s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
69782025-10-14T00:00:01.260Z PASS [ 5.006s] nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
69792025-10-14T00:00:02.727Z PASS [ 5.110s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
69802025-10-14T00:00:05.850Z PASS [ 5.330s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
69812025-10-14T00:00:06.107Z PASS [ 5.280s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
69822025-10-14T00:00:06.399Z PASS [ 5.450s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
69832025-10-14T00:00:06.532Z PASS [ 5.272s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
69842025-10-14T00:00:08.235Z PASS [ 5.509s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
69852025-10-14T00:00:10.639Z PASS [ 351.249s] oximeter-db client::tests::test_replicated
69862025-10-14T00:00:10.698Z PASS [ 0.056s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
69872025-10-14T00:00:10.728Z PASS [ 0.030s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
69882025-10-14T00:00:10.757Z PASS [ 0.029s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
69892025-10-14T00:00:10.787Z PASS [ 0.030s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
69902025-10-14T00:00:10.820Z PASS [ 0.033s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
69912025-10-14T00:00:11.347Z PASS [ 5.240s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
69922025-10-14T00:00:11.405Z PASS [ 0.584s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
69932025-10-14T00:00:11.525Z PASS [ 5.675s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
69942025-10-14T00:00:11.585Z PASS [ 0.180s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
69952025-10-14T00:00:11.631Z PASS [ 5.231s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
69962025-10-14T00:00:11.777Z PASS [ 0.192s] omicron-clickhouse-admin::integration_test test_lgif_parsing
69972025-10-14T00:00:11.854Z PASS [ 5.322s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
69982025-10-14T00:00:11.951Z PASS [ 0.174s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
69992025-10-14T00:00:12.082Z PASS [ 0.131s] omicron-clickhouse-admin::integration_test test_teardown
70002025-10-14T00:00:12.154Z PASS [ 0.072s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
70012025-10-14T00:00:13.305Z PASS [ 5.070s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
70022025-10-14T00:00:16.231Z PASS [ 4.884s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
70032025-10-14T00:00:16.405Z PASS [ 4.880s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
70042025-10-14T00:00:16.760Z PASS [ 4.906s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
70052025-10-14T00:00:16.893Z PASS [ 5.262s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
70062025-10-14T00:00:18.776Z PASS [ 5.471s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
70072025-10-14T00:00:21.455Z PASS [ 5.223s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
70082025-10-14T00:00:21.663Z PASS [ 5.258s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
70092025-10-14T00:00:22.721Z PASS [ 5.962s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
70102025-10-14T00:00:22.746Z PASS [ 5.833s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
70112025-10-14T00:00:24.964Z PASS [ 6.186s] nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
70122025-10-14T00:00:27.719Z PASS [ 6.264s] nexus-db-queries db::datastore::sled::test::affinity_multi_group
70132025-10-14T00:00:27.776Z PASS [ 6.113s] nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
70142025-10-14T00:00:28.819Z PASS [ 6.098s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail
70152025-10-14T00:00:28.976Z PASS [ 6.251s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
70162025-10-14T00:00:31.482Z PASS [ 6.518s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
70172025-10-14T00:00:34.134Z PASS [ 6.415s] nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
70182025-10-14T00:00:34.497Z PASS [ 6.721s] nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
70192025-10-14T00:00:35.320Z PASS [ 6.344s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
70202025-10-14T00:00:35.345Z PASS [ 6.503s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
70212025-10-14T00:00:37.932Z PASS [ 6.452s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
70222025-10-14T00:00:40.599Z PASS [ 6.465s] nexus-db-queries db::datastore::sled::test::sled_list_batch
70232025-10-14T00:00:40.624Z PASS [ 6.104s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
70242025-10-14T00:00:41.447Z PASS [ 6.125s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
70252025-10-14T00:00:41.599Z PASS [ 6.279s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
70262025-10-14T00:00:43.775Z PASS [ 5.843s] nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
70272025-10-14T00:00:46.592Z PASS [ 5.991s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
70282025-10-14T00:00:47.227Z PASS [ 6.627s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
70292025-10-14T00:00:47.297Z PASS [ 5.698s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
70302025-10-14T00:00:49.468Z PASS [ 5.693s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
70312025-10-14T00:00:51.284Z PASS [ 9.837s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
70322025-10-14T00:00:52.309Z PASS [ 5.717s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
70332025-10-14T00:00:54.796Z PASS [ 7.570s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
70342025-10-14T00:00:55.177Z PASS [ 7.880s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
70352025-10-14T00:00:57.610Z PASS [ 8.141s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
70362025-10-14T00:00:58.430Z PASS [ 6.121s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
70372025-10-14T00:00:58.990Z PASS [ 7.706s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
70382025-10-14T00:01:00.918Z PASS [ 6.121s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
70392025-10-14T00:01:01.063Z PASS [ 5.886s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
70402025-10-14T00:01:03.523Z PASS [ 5.913s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
70412025-10-14T00:01:04.524Z PASS [ 6.094s] nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
70422025-10-14T00:01:04.946Z PASS [ 5.955s] nexus-db-queries db::datastore::target_release::test::target_release_datastore
70432025-10-14T00:01:07.343Z PASS [ 6.425s] nexus-db-queries db::datastore::target_release::test::test_recent_distinct
70442025-10-14T00:01:07.368Z PASS [ 6.303s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
70452025-10-14T00:01:09.432Z PASS [ 5.909s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
70462025-10-14T00:01:10.427Z PASS [ 5.902s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
70472025-10-14T00:01:10.518Z PASS [ 5.572s] nexus-db-queries db::datastore::test::test_project_creation
70482025-10-14T00:01:12.155Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
70492025-10-14T00:01:12.608Z PASS [ 5.265s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
70502025-10-14T00:01:13.261Z PASS [ 5.894s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
70512025-10-14T00:01:16.500Z PASS [ 6.074s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
70522025-10-14T00:01:16.568Z PASS [ 64.415s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
70532025-10-14T00:01:17.061Z PASS [ 6.543s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
70542025-10-14T00:01:18.455Z PASS [ 5.847s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
70552025-10-14T00:01:19.456Z PASS [ 2.888s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
70562025-10-14T00:01:21.125Z PASS [ 11.689s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
70572025-10-14T00:01:24.301Z PASS [ 11.041s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
70582025-10-14T00:01:26.351Z PASS [ 5.230s] nexus-db-queries db::datastore::test::test_session_methods
70592025-10-14T00:01:27.307Z PASS [ 10.807s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
70602025-10-14T00:01:29.976Z PASS [ 5.675s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
70612025-10-14T00:01:30.833Z PASS [ 13.773s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
70622025-10-14T00:01:31.398Z PASS [ 12.943s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
70632025-10-14T00:01:31.622Z PASS [ 5.271s] nexus-db-queries db::datastore::test::test_ssh_keys
70642025-10-14T00:01:32.391Z PASS [ 5.085s] nexus-db-queries db::datastore::test::test_table_scan
70652025-10-14T00:01:33.744Z PASS [ 14.289s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
70662025-10-14T00:01:36.542Z PASS [ 5.144s] nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
70672025-10-14T00:01:36.614Z PASS [ 4.992s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
70682025-10-14T00:01:36.970Z PASS [ 6.137s] nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
70692025-10-14T00:01:37.793Z PASS [ 5.401s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
70702025-10-14T00:01:41.991Z PASS [ 5.447s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
70712025-10-14T00:01:42.283Z PASS [ 5.668s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
70722025-10-14T00:01:43.466Z PASS [ 5.674s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
70732025-10-14T00:01:43.819Z PASS [ 6.850s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
70742025-10-14T00:01:47.667Z PASS [ 5.677s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
70752025-10-14T00:01:48.554Z PASS [ 6.272s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
70762025-10-14T00:01:48.691Z PASS [ 5.225s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
70772025-10-14T00:01:49.605Z PASS [ 15.861s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
70782025-10-14T00:01:50.154Z PASS [ 6.335s] nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
70792025-10-14T00:01:52.918Z PASS [ 5.252s] nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
70802025-10-14T00:01:53.768Z PASS [ 5.214s] nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
70812025-10-14T00:01:54.097Z PASS [ 5.396s] nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
70822025-10-14T00:01:54.886Z PASS [ 5.280s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
70832025-10-14T00:01:55.258Z PASS [ 5.104s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
70842025-10-14T00:01:57.945Z PASS [ 5.026s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
70852025-10-14T00:01:58.743Z PASS [ 4.975s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
70862025-10-14T00:01:58.785Z PASS [ 0.042s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
70872025-10-14T00:01:58.835Z PASS [ 0.049s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
70882025-10-14T00:01:59.389Z PASS [ 5.302s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
70892025-10-14T00:01:59.897Z PASS [ 5.011s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
70902025-10-14T00:02:00.320Z PASS [ 5.062s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
70912025-10-14T00:02:04.648Z PASS [ 4.751s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
70922025-10-14T00:02:05.151Z PASS [ 4.831s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
70932025-10-14T00:02:08.519Z PASS [ 38.544s] nexus-db-queries db::datastore::update::test::test_list_unpruned
70942025-10-14T00:02:08.657Z PASS [ 10.712s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
70952025-10-14T00:02:09.440Z PASS [ 4.792s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
70962025-10-14T00:02:09.593Z PASS [ 10.759s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
70972025-10-14T00:02:10.524Z PASS [ 5.373s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
70982025-10-14T00:02:10.553Z PASS [ 11.165s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
70992025-10-14T00:02:10.793Z PASS [ 0.269s] nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
71002025-10-14T00:02:13.887Z PASS [ 5.368s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
71012025-10-14T00:02:14.203Z PASS [ 3.650s] nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
71022025-10-14T00:02:15.688Z PASS [ 6.248s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
71032025-10-14T00:02:15.877Z PASS [ 7.221s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
71042025-10-14T00:02:16.181Z PASS [ 5.385s] nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
71052025-10-14T00:02:16.527Z PASS [ 6.934s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
71062025-10-14T00:02:16.721Z PASS [ 2.834s] nexus-db-queries db::explain::test::test_explain_async
71072025-10-14T00:02:16.911Z PASS [ 2.708s] nexus-db-queries db::explain::test::test_explain_full_table_scan
71082025-10-14T00:02:19.372Z PASS [ 3.684s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
71092025-10-14T00:02:19.601Z PASS [ 3.724s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
71102025-10-14T00:02:19.653Z PASS [ 0.044s] nexus-db-queries db::pagination::test::test_paginator
71112025-10-14T00:02:19.780Z PASS [ 3.601s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
71122025-10-14T00:02:20.229Z PASS [ 3.701s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
71132025-10-14T00:02:20.322Z PASS [ 3.601s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
71142025-10-14T00:02:20.500Z PASS [ 3.589s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
71152025-10-14T00:02:21.201Z PASS [ 1.556s] nexus-db-queries db::pool::test::test_pool_can_be_terminated
71162025-10-14T00:02:21.342Z PASS [ 1.562s] nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
71172025-10-14T00:02:22.974Z PASS [ 3.602s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
71182025-10-14T00:02:25.885Z PASS [ 5.385s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
71192025-10-14T00:02:25.985Z PASS [ 5.664s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
71202025-10-14T00:02:26.208Z PASS [ 5.980s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
71212025-10-14T00:02:26.325Z PASS [ 5.124s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
71222025-10-14T00:02:26.587Z PASS [ 5.245s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
71232025-10-14T00:02:28.204Z PASS [ 5.230s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
71242025-10-14T00:02:31.284Z PASS [ 5.298s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
71252025-10-14T00:02:31.308Z PASS [ 5.405s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
71262025-10-14T00:02:31.335Z PASS [ 0.045s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
71272025-10-14T00:02:31.519Z PASS [ 5.311s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
71282025-10-14T00:02:31.623Z PASS [ 5.298s] nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
71292025-10-14T00:02:32.172Z PASS [ 5.585s] nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_address
71302025-10-14T00:02:33.510Z PASS [ 5.305s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
71312025-10-14T00:02:36.507Z PASS [ 5.172s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
71322025-10-14T00:02:36.568Z PASS [ 4.946s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
71332025-10-14T00:02:36.786Z PASS [ 5.266s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
71342025-10-14T00:02:37.387Z PASS [ 5.215s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
71352025-10-14T00:02:37.754Z PASS [ 6.470s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
71362025-10-14T00:02:38.838Z PASS [ 5.328s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
71372025-10-14T00:02:41.433Z PASS [ 4.865s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
71382025-10-14T00:02:41.789Z PASS [ 5.282s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
71392025-10-14T00:02:41.814Z PASS [ 5.008s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
71402025-10-14T00:02:42.520Z PASS [ 5.134s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
71412025-10-14T00:02:42.774Z PASS [ 5.021s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
71422025-10-14T00:02:42.815Z PASS [ 0.041s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
71432025-10-14T00:02:44.271Z PASS [ 5.434s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
71442025-10-14T00:02:46.769Z PASS [ 5.335s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
71452025-10-14T00:02:47.050Z PASS [ 5.256s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
71462025-10-14T00:02:47.204Z PASS [ 5.414s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
71472025-10-14T00:02:47.393Z PASS [ 3.121s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
71482025-10-14T00:02:47.433Z PASS [ 0.041s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
71492025-10-14T00:02:47.670Z PASS [ 5.149s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
71502025-10-14T00:02:47.942Z PASS [ 0.272s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
71512025-10-14T00:02:48.215Z PASS [ 0.273s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
71522025-10-14T00:02:48.434Z PASS [ 5.619s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
71532025-10-14T00:02:49.755Z PASS [ 2.986s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
71542025-10-14T00:02:49.800Z PASS [ 0.046s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
71552025-10-14T00:02:49.844Z PASS [ 0.044s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
71562025-10-14T00:02:50.395Z PASS [ 3.191s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
71572025-10-14T00:02:50.485Z PASS [ 3.436s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
71582025-10-14T00:02:50.669Z PASS [ 3.236s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
71592025-10-14T00:02:50.778Z PASS [ 0.293s] nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
71602025-10-14T00:02:51.001Z PASS [ 2.786s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
71612025-10-14T00:02:51.075Z PASS [ 0.297s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
71622025-10-14T00:02:51.106Z PASS [ 1.262s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
71632025-10-14T00:02:51.273Z PASS [ 0.272s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
71642025-10-14T00:02:51.327Z PASS [ 2.892s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
71652025-10-14T00:02:51.361Z PASS [ 0.286s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
71662025-10-14T00:02:51.588Z PASS [ 0.261s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
71672025-10-14T00:02:51.648Z PASS [ 0.286s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
71682025-10-14T00:02:51.894Z PASS [ 0.305s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
71692025-10-14T00:02:51.940Z PASS [ 0.292s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
71702025-10-14T00:02:53.347Z PASS [ 2.678s] nexus-db-queries db::queries::regions_hard_delete::test::explainable
71712025-10-14T00:02:53.679Z PASS [ 3.284s] nexus-db-queries db::queries::region_allocation::test::explainable
71722025-10-14T00:02:54.052Z PASS [ 2.778s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
71732025-10-14T00:02:54.137Z PASS [ 0.085s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
71742025-10-14T00:02:54.185Z PASS [ 0.048s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
71752025-10-14T00:02:54.232Z PASS [ 0.047s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
71762025-10-14T00:02:54.277Z PASS [ 3.171s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
71772025-10-14T00:02:54.301Z PASS [ 0.052s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
71782025-10-14T00:02:54.335Z PASS [ 0.058s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
71792025-10-14T00:02:54.535Z PASS [ 2.642s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
71802025-10-14T00:02:54.604Z PASS [ 2.664s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
71812025-10-14T00:02:56.021Z PASS [ 2.674s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
71822025-10-14T00:02:56.464Z PASS [ 2.784s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
71832025-10-14T00:02:56.952Z PASS [ 2.669s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
71842025-10-14T00:02:57.110Z PASS [ 2.775s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
71852025-10-14T00:02:57.145Z PASS [ 0.035s] nexus-defaults tests::test_random_vpc_ipv6_prefix
71862025-10-14T00:02:57.260Z PASS [ 2.725s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
71872025-10-14T00:02:57.307Z PASS [ 0.047s] nexus-inventory builder::test::test_empty
71882025-10-14T00:02:57.368Z PASS [ 0.060s] nexus-inventory builder::test::test_problems
71892025-10-14T00:02:57.413Z PASS [ 0.268s] nexus-inventory builder::test::test_basic
71902025-10-14T00:02:58.685Z PASS [ 1.317s] nexus-inventory collector::test::test_basic
71912025-10-14T00:02:58.881Z PASS [ 1.466s] nexus-inventory collector::test::test_multi_mgs
71922025-10-14T00:02:59.199Z PASS [ 0.514s] nexus-inventory collector::test::test_multi_mgs_failure
71932025-10-14T00:02:59.713Z PASS [ 0.832s] nexus-inventory collector::test::test_sled_agent_failure
71942025-10-14T00:03:01.474Z PASS [ 5.011s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
71952025-10-14T00:03:01.677Z PASS [ 4.725s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
71962025-10-14T00:03:03.841Z PASS [ 2.164s] nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
71972025-10-14T00:03:04.094Z PASS [ 2.614s] nexus-mgs-updates driver_update::test::test_rot_basic_failures
71982025-10-14T00:03:04.923Z PASS [ 5.724s] nexus-metrics-producer-gc tests::test_prune_expired_producers
71992025-10-14T00:03:04.947Z PASS [ 10.332s] nexus-db-queries policy_test::test_conferred_roles
72002025-10-14T00:03:05.145Z PASS [ 5.431s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
72012025-10-14T00:03:05.988Z PASS [ 1.065s] nexus-mgs-updates driver_update::test::test_sp_basic_failures
72022025-10-14T00:03:10.688Z PASS [ 4.700s] nexus-mgs-updates driver_update::test::test_sp_update_watched
72032025-10-14T00:03:10.814Z PASS [ 6.973s] nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
72042025-10-14T00:03:11.170Z PASS [ 7.081s] nexus-mgs-updates driver_update::test::test_rot_update_basic
72052025-10-14T00:03:12.487Z PASS [ 1.672s] nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
72062025-10-14T00:03:13.815Z PASS [ 8.878s] nexus-mgs-updates driver_update::test::test_sp_update_basic
72072025-10-14T00:03:14.058Z PASS [ 0.243s] nexus-mgs-updates test_util::step_through::test::test_basic
72082025-10-14T00:03:14.703Z PASS [ 0.645s] nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
72092025-10-14T00:03:14.883Z PASS [ 0.180s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
72102025-10-14T00:03:14.926Z PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
72112025-10-14T00:03:14.965Z PASS [ 0.038s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
72122025-10-14T00:03:15.007Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
72132025-10-14T00:03:15.046Z PASS [ 0.038s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
72142025-10-14T00:03:15.087Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
72152025-10-14T00:03:15.126Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
72162025-10-14T00:03:15.165Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
72172025-10-14T00:03:15.202Z PASS [ 0.037s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
72182025-10-14T00:03:15.246Z PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
72192025-10-14T00:03:15.294Z PASS [ 0.052s] nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
72202025-10-14T00:03:15.330Z PASS [ 0.035s] nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
72212025-10-14T00:03:15.368Z PASS [ 0.038s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
72222025-10-14T00:03:15.406Z PASS [ 0.037s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
72232025-10-14T00:03:15.447Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
72242025-10-14T00:03:15.483Z PASS [ 0.036s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
72252025-10-14T00:03:15.522Z PASS [ 0.038s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
72262025-10-14T00:03:15.558Z PASS [ 0.036s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
72272025-10-14T00:03:16.615Z PASS [ 5.926s] nexus-mgs-updates driver_update::test_host_phase_1::basic
72282025-10-14T00:03:16.733Z PASS [ 0.118s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
72292025-10-14T00:03:19.834Z PASS [ 14.690s] nexus-mgs-updates driver_update::test::test_sp_update_takeover
72302025-10-14T00:03:22.576Z PASS [ 10.088s] nexus-mgs-updates driver_update::test_host_phase_1::update_watched
72312025-10-14T00:03:27.932Z PASS [ 8.098s] nexus-reconfigurator-execution database::test::test_database_nexus_access_create
72322025-10-14T00:03:28.958Z PASS [ 6.383s] nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
72332025-10-14T00:03:31.040Z PASS [ 19.870s] nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
72342025-10-14T00:03:31.140Z PASS [ 0.100s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
72352025-10-14T00:03:31.229Z PASS [ 0.090s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
72362025-10-14T00:03:31.429Z PASS [ 0.199s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
72372025-10-14T00:03:31.496Z PASS [ 0.067s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
72382025-10-14T00:03:35.130Z PASS [ 7.198s] nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
72392025-10-14T00:03:36.626Z PASS [ 7.667s] nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
72402025-10-14T00:03:56.022Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
72412025-10-14T00:04:01.804Z PASS [ 26.674s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
72422025-10-14T00:04:02.003Z PASS [ 25.377s] nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
72432025-10-14T00:04:15.559Z SLOW [> 60.000s] nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
72442025-10-14T00:04:16.732Z SLOW [> 60.000s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
72452025-10-14T00:04:23.118Z PASS [ 67.561s] nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
72462025-10-14T00:04:23.413Z PASS [ 0.294s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
72472025-10-14T00:04:23.466Z PASS [ 0.054s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
72482025-10-14T00:04:23.508Z PASS [ 0.041s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
72492025-10-14T00:04:23.597Z PASS [ 0.089s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
72502025-10-14T00:04:23.648Z PASS [ 0.050s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
72512025-10-14T00:04:23.696Z PASS [ 0.048s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
72522025-10-14T00:04:23.753Z PASS [ 0.057s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
72532025-10-14T00:04:23.804Z PASS [ 0.051s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
72542025-10-14T00:04:23.854Z PASS [ 0.049s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
72552025-10-14T00:04:23.890Z PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
72562025-10-14T00:04:23.927Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
72572025-10-14T00:04:23.963Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
72582025-10-14T00:04:23.997Z PASS [ 0.034s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
72592025-10-14T00:04:24.035Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
72602025-10-14T00:04:24.093Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
72612025-10-14T00:04:24.118Z PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
72622025-10-14T00:04:24.143Z PASS [ 0.032s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
72632025-10-14T00:04:24.214Z PASS [ 0.075s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
72642025-10-14T00:04:30.781Z PASS [ 28.978s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
72652025-10-14T00:04:30.849Z PASS [ 0.067s] nexus-reconfigurator-planning blueprint_editor::allocators::internal_dns::test::test_dns_subnet_allocator
72662025-10-14T00:04:30.994Z PASS [ 6.779s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
72672025-10-14T00:04:31.086Z PASS [ 29.085s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
72682025-10-14T00:04:31.245Z PASS [ 0.396s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
72692025-10-14T00:04:31.269Z PASS [ 0.173s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
72702025-10-14T00:04:31.294Z PASS [ 0.033s] nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
72712025-10-14T00:04:31.436Z PASS [ 0.191s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
72722025-10-14T00:04:31.461Z PASS [ 0.146s] nexus-reconfigurator-planning example::tests::builder_zone_counts
72732025-10-14T00:04:31.485Z PASS [ 0.032s] nexus-reconfigurator-planning example::tests::instances_on_examples
72742025-10-14T00:04:31.510Z PASS [ 0.054s] nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
72752025-10-14T00:04:31.510Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
72762025-10-14T00:04:31.510Z PASS [ 0.042s] nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
72772025-10-14T00:04:31.544Z PASS [ 0.050s] nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
72782025-10-14T00:04:31.568Z PASS [ 0.048s] nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
72792025-10-14T00:04:31.593Z PASS [ 0.589s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
72802025-10-14T00:04:31.593Z PASS [ 0.044s] nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
72812025-10-14T00:04:31.618Z PASS [ 0.042s] nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
72822025-10-14T00:04:31.642Z PASS [ 0.040s] nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
72832025-10-14T00:04:31.642Z PASS [ 0.041s] nexus-reconfigurator-planning mgs_updates::test::test_sp_move
72842025-10-14T00:04:31.667Z PASS [ 0.054s] nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
72852025-10-14T00:04:31.692Z PASS [ 0.049s] nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
72862025-10-14T00:04:31.716Z PASS [ 0.080s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
72872025-10-14T00:04:31.741Z PASS [ 0.065s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
72882025-10-14T00:04:31.766Z PASS [ 0.088s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
72892025-10-14T00:04:31.801Z PASS [ 0.064s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
72902025-10-14T00:04:31.826Z PASS [ 0.098s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
72912025-10-14T00:04:31.826Z PASS [ 0.070s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
72922025-10-14T00:04:31.873Z PASS [ 0.073s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
72932025-10-14T00:04:31.898Z PASS [ 0.061s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
72942025-10-14T00:04:31.923Z PASS [ 0.094s] nexus-reconfigurator-planning planner::test::test_disk_add_expunge_decommission
72952025-10-14T00:04:31.923Z PASS [ 95.894s] nexus-db-queries policy_test::test_iam_roles_behavior
72962025-10-14T00:04:31.947Z PASS [ 0.053s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
72972025-10-14T00:04:31.947Z PASS [ 0.073s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
72982025-10-14T00:04:31.977Z PASS [ 0.076s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
72992025-10-14T00:04:32.002Z PASS [ 0.071s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
73002025-10-14T00:04:32.027Z PASS [ 0.081s] nexus-reconfigurator-planning planner::test::test_internal_dns_zone_replaced_after_marked_for_cleanup
73012025-10-14T00:04:32.051Z PASS [ 0.098s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
73022025-10-14T00:04:32.076Z PASS [ 0.085s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
73032025-10-14T00:04:32.076Z PASS [ 0.079s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
73042025-10-14T00:04:32.100Z PASS [ 0.085s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
73052025-10-14T00:04:32.125Z PASS [ 0.072s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
73062025-10-14T00:04:32.150Z PASS [ 0.066s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
73072025-10-14T00:04:32.150Z PASS [ 0.069s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
73082025-10-14T00:04:33.052Z PASS [ 0.922s] nexus-reconfigurator-planning planner::test::test_update_cockroach
73092025-10-14T00:04:33.166Z PASS [ 1.032s] nexus-reconfigurator-planning planner::test::test_update_crucible_pantry_before_nexus
73102025-10-14T00:04:33.191Z PASS [ 1.064s] nexus-reconfigurator-planning planner::test::test_update_boundary_ntp
73112025-10-14T00:04:33.255Z PASS [ 0.091s] nexus-reconfigurator-planning planner::test::test_zones_marked_ready_for_cleanup_based_on_inventory
73122025-10-14T00:04:33.284Z PASS [ 1.191s] nexus-reconfigurator-planning planner::test::test_update_all_zones
73132025-10-14T00:04:33.348Z PASS [ 0.063s] nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
73142025-10-14T00:04:33.491Z PASS [ 0.143s] nexus-saga-recovery recovery::test::test_execution_basic
73152025-10-14T00:04:33.529Z PASS [ 0.038s] nexus-saga-recovery recovery::test::test_plan_basic
73162025-10-14T00:04:33.565Z PASS [ 0.035s] nexus-saga-recovery recovery::test::test_read_all_from_channel
73172025-10-14T00:04:33.612Z PASS [ 0.047s] nexus-saga-recovery test::test_basic
73182025-10-14T00:04:33.652Z PASS [ 0.041s] nexus-sled-agent-shared inventory::tests::test_artifact_id_to_install_dataset_file
73192025-10-14T00:04:33.689Z PASS [ 0.037s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
73202025-10-14T00:04:33.720Z PASS [ 0.031s] nexus-sled-agent-shared inventory::tests::test_zone_prefix_matches_artifact_in_install_dataset
73212025-10-14T00:04:33.772Z PASS [ 0.052s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
73222025-10-14T00:04:33.826Z PASS [ 0.054s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
73232025-10-14T00:04:33.859Z PASS [ 0.032s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
73242025-10-14T00:04:33.892Z PASS [ 0.033s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
73252025-10-14T00:04:33.930Z PASS [ 0.037s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
73262025-10-14T00:04:33.966Z PASS [ 0.037s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
73272025-10-14T00:04:34.002Z PASS [ 0.037s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
73282025-10-14T00:04:34.033Z PASS [ 0.979s] nexus-reconfigurator-planning planner::test::test_update_internal_dns
73292025-10-14T00:04:34.117Z PASS [ 0.085s] nexus-types deployment::test::test_serialize_pending_mgs_updates
73302025-10-14T00:04:34.173Z PASS [ 0.056s] nexus-types external_api::shared::test::test_policy_parsing
73312025-10-14T00:04:34.244Z PASS [ 0.071s] nexus-types external_api::shared::test::test_webhook_subscription_validation
73322025-10-14T00:04:34.284Z PASS [ 0.040s] nexus-types external_api::views::test::test_expected_one_of
73332025-10-14T00:04:34.344Z PASS [ 0.060s] nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status
73342025-10-14T00:04:34.401Z PASS [ 0.058s] nexus-types internal_api::views::test::test_can_serialize_mgs_updates
73352025-10-14T00:04:34.496Z PASS [ 0.095s] nexus-types quiesce::test::test_drained_blueprint
73362025-10-14T00:04:34.541Z PASS [ 0.044s] nexus-types quiesce::test::test_quiesce_block_on_first_recovery
73372025-10-14T00:04:34.585Z PASS [ 0.044s] nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
73382025-10-14T00:04:34.630Z PASS [ 0.044s] nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
73392025-10-14T00:04:34.673Z PASS [ 0.044s] nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
73402025-10-14T00:04:34.713Z PASS [ 0.040s] nexus-types quiesce::test::test_quiesce_block_on_reassignment
73412025-10-14T00:04:34.759Z PASS [ 0.046s] nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
73422025-10-14T00:04:34.801Z PASS [ 0.042s] nexus-types quiesce::test::test_quiesce_block_on_saga_started
73432025-10-14T00:04:34.849Z PASS [ 0.047s] nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
73442025-10-14T00:04:34.898Z PASS [ 0.050s] nexus-types quiesce::test::test_quiesce_noop
73452025-10-14T00:04:34.943Z PASS [ 0.045s] nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
73462025-10-14T00:04:35.122Z PASS [ 0.179s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
73472025-10-14T00:04:35.188Z PASS [ 0.065s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
73482025-10-14T00:04:35.259Z PASS [ 0.071s] omicron-certificates tests::test_cert_extended_key_usage
73492025-10-14T00:04:35.369Z PASS [ 0.109s] omicron-certificates tests::test_common_name_is_validated
73502025-10-14T00:04:35.476Z PASS [ 0.105s] omicron-certificates tests::test_subject_alternate_names_are_validated
73512025-10-14T00:04:35.711Z PASS [ 0.237s] omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
73522025-10-14T00:04:40.529Z PASS [ 4.818s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
73532025-10-14T00:04:51.819Z PASS [ 11.290s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
73542025-10-14T00:04:53.950Z PASS [ 2.130s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
73552025-10-14T00:04:54.661Z PASS [ 21.479s] nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
73562025-10-14T00:04:55.829Z PASS [ 21.827s] nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
73572025-10-14T00:04:55.949Z PASS [ 2.000s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
73582025-10-14T00:04:56.004Z PASS [ 0.053s] omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
73592025-10-14T00:04:56.069Z PASS [ 0.066s] omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
73602025-10-14T00:04:56.375Z PASS [ 0.306s] omicron-cockroach-metrics tests::test_cluster_client_caching
73612025-10-14T00:04:56.418Z PASS [ 0.042s] omicron-cockroach-metrics tests::test_histogram_bucket_sorting
73622025-10-14T00:04:56.446Z PASS [ 0.029s] omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
73632025-10-14T00:04:56.475Z PASS [ 0.028s] omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
73642025-10-14T00:04:56.506Z PASS [ 0.031s] omicron-cockroach-metrics tests::test_prometheus_metrics_empty
73652025-10-14T00:04:56.535Z PASS [ 0.029s] omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
73662025-10-14T00:04:56.567Z PASS [ 0.031s] omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
73672025-10-14T00:04:56.595Z PASS [ 0.029s] omicron-cockroach-metrics tests::test_typed_cockroach_metrics
73682025-10-14T00:04:56.640Z PASS [ 0.044s] omicron-common address::test::test_dns_subnets
73692025-10-14T00:04:56.669Z PASS [ 0.029s] omicron-common address::test::test_ip_range_checks_non_decreasing
73702025-10-14T00:04:56.722Z PASS [ 0.051s] omicron-common address::test::test_ip_range_enum_deserialization
73712025-10-14T00:04:56.749Z PASS [ 0.029s] omicron-common address::test::test_ip_range_iter
73722025-10-14T00:04:56.778Z PASS [ 0.028s] omicron-common address::test::test_ip_range_length
73732025-10-14T00:04:56.808Z PASS [ 0.030s] omicron-common address::test::test_ip_range_try_from
73742025-10-14T00:04:56.839Z PASS [ 0.030s] omicron-common address::test::test_ipv6_subnet_deserialize
73752025-10-14T00:04:56.867Z PASS [ 0.029s] omicron-common address::test::test_sled_address
73762025-10-14T00:04:56.897Z PASS [ 0.030s] omicron-common api::external::error::test::test_bail_unless
73772025-10-14T00:04:56.924Z PASS [ 0.026s] omicron-common api::external::error::test::test_context
73782025-10-14T00:04:56.965Z PASS [ 0.041s] omicron-common api::external::http_pagination::test::test_pagination_examples
73792025-10-14T00:04:57.012Z PASS [ 0.047s] omicron-common api::external::http_pagination::test::test_pagination_schemas
73802025-10-14T00:04:57.058Z PASS [ 0.046s] omicron-common api::external::http_pagination::test::test_scan_by_id
73812025-10-14T00:04:57.094Z PASS [ 0.035s] omicron-common api::external::http_pagination::test::test_scan_by_name
73822025-10-14T00:04:57.126Z PASS [ 0.032s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
73832025-10-14T00:04:57.157Z PASS [ 0.031s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
73842025-10-14T00:04:57.188Z PASS [ 0.031s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
73852025-10-14T00:04:57.218Z PASS [ 0.030s] omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
73862025-10-14T00:04:57.246Z PASS [ 0.029s] omicron-common api::external::test::test_bytecount
73872025-10-14T00:04:57.276Z PASS [ 0.027s] omicron-common api::external::test::test_bytecount_display
73882025-10-14T00:04:57.312Z PASS [ 0.036s] omicron-common api::external::test::test_digest
73892025-10-14T00:04:57.364Z PASS [ 0.052s] omicron-common api::external::test::test_firewall_deserialization
73902025-10-14T00:04:57.394Z PASS [ 1.565s] omicron-cockroach-admin context::tests::test_node_id
73912025-10-14T00:04:57.433Z PASS [ 0.039s] omicron-common api::external::test::test_firewall_rule_proto_filter_parse
73922025-10-14T00:04:57.458Z PASS [ 0.077s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
73932025-10-14T00:04:57.482Z PASS [ 0.040s] omicron-common api::external::test::test_generation_display_parse
73942025-10-14T00:04:57.507Z PASS [ 0.063s] omicron-common api::external::test::test_firewall_rule_target_parse
73952025-10-14T00:04:57.531Z PASS [ 0.035s] omicron-common api::external::test::test_generation_from_int
73962025-10-14T00:04:57.556Z PASS [ 0.032s] omicron-common api::external::test::test_generation_serde
73972025-10-14T00:04:57.592Z PASS [ 0.042s] omicron-common api::external::test::test_hostname_from_str
73982025-10-14T00:04:57.624Z PASS [ 0.032s] omicron-common api::external::test::test_ip_port_range_from_str
73992025-10-14T00:04:57.657Z PASS [ 0.033s] omicron-common api::external::test::test_ip_port_range_into_str
74002025-10-14T00:04:57.690Z PASS [ 0.033s] omicron-common api::external::test::test_ipv6_net_operations
74012025-10-14T00:04:57.729Z PASS [ 0.039s] omicron-common api::external::test::test_mac_system_iterator
74022025-10-14T00:04:57.759Z PASS [ 0.030s] omicron-common api::external::test::test_mac_to_int_conversions
74032025-10-14T00:04:57.908Z PASS [ 0.032s] omicron-common api::external::test::test_macaddr
74042025-10-14T00:04:57.932Z PASS [ 0.032s] omicron-common api::external::test::test_name_parse
74052025-10-14T00:04:57.932Z PASS [ 0.033s] omicron-common api::external::test::test_name_parse_from_param
74062025-10-14T00:04:57.932Z PASS [ 0.037s] omicron-common api::external::test::test_resource_name_parse
74072025-10-14T00:04:57.956Z PASS [ 0.054s] omicron-common api::external::test::test_route_destination_parse
74082025-10-14T00:04:58.000Z PASS [ 0.504s] omicron-common api::external::test::test_generation_overflow
74092025-10-14T00:04:58.024Z PASS [ 0.053s] omicron-common api::external::test::test_route_target_parse
74102025-10-14T00:04:58.048Z PASS [ 0.027s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
74112025-10-14T00:04:58.048Z PASS [ 0.032s] omicron-common api::external::test::test_semver_serialize
74122025-10-14T00:04:58.072Z PASS [ 0.030s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
74132025-10-14T00:04:58.072Z PASS [ 0.034s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
74142025-10-14T00:04:58.096Z PASS [ 0.031s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
74152025-10-14T00:04:58.120Z PASS [ 0.040s] omicron-common disk::tests::parse_dataset_name
74162025-10-14T00:04:58.144Z PASS [ 0.051s] omicron-common ledger::test::test_commit_handles_write_failures
74172025-10-14T00:04:58.169Z PASS [ 0.042s] omicron-common ledger::test::test_create_default_ledger
74182025-10-14T00:04:58.192Z PASS [ 0.044s] omicron-common ledger::test::test_create_ledger_reads_from_storage
74192025-10-14T00:04:58.216Z PASS [ 0.049s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
74202025-10-14T00:04:58.241Z PASS [ 0.043s] omicron-common zpool_name::test::test_parse_bad_zpool_names
74212025-10-14T00:04:58.241Z PASS [ 0.034s] omicron-common zpool_name::test::test_parse_external_zpool_name
74222025-10-14T00:04:58.265Z PASS [ 0.028s] omicron-common zpool_name::test::test_parse_internal_zpool_name
74232025-10-14T00:04:58.265Z PASS [ 0.028s] omicron-common zpool_name::test::test_parse_zpool_name_json
74242025-10-14T00:04:58.289Z PASS [ 0.028s] omicron-common zpool_name::test::test_zpool_name_regex
74252025-10-14T00:04:59.777Z PASS [ 1.516s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
74262025-10-14T00:04:59.801Z PASS [ 1.496s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
74272025-10-14T00:05:03.002Z PASS [ 29.748s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
74282025-10-14T00:05:03.100Z PASS [ 0.098s] omicron-gateway management_switch::location_map::tests::test_config_validation
74292025-10-14T00:05:03.162Z PASS [ 0.062s] omicron-gateway management_switch::location_map::tests::test_resolve_location
74302025-10-14T00:05:03.605Z PASS [ 8.945s] omicron-cockroach-admin cockroach_cli::tests::test_schema_init
74312025-10-14T00:05:03.673Z PASS [ 0.068s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
74322025-10-14T00:05:03.930Z PASS [ 0.767s] omicron-gateway::test_all integration_tests::component_list::component_list
74332025-10-14T00:05:04.045Z PASS [ 0.371s] omicron-gateway::test_all integration_tests::ereports::ereports_basic
74342025-10-14T00:05:04.248Z PASS [ 0.317s] omicron-gateway::test_all integration_tests::ereports::ereports_commit
74352025-10-14T00:05:04.361Z PASS [ 0.316s] omicron-gateway::test_all integration_tests::ereports::ereports_limit
74362025-10-14T00:05:04.663Z PASS [ 0.301s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
74372025-10-14T00:05:04.753Z PASS [ 0.505s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
74382025-10-14T00:05:04.987Z PASS [ 0.323s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
74392025-10-14T00:05:05.114Z PASS [ 0.361s] omicron-gateway::test_all integration_tests::task_dump::task_dump
74402025-10-14T00:05:05.197Z PASS [ 0.083s] omicron-nexus app::alert::tests::test_alert_class_list
74412025-10-14T00:05:07.742Z PASS [ 7.960s] omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
74422025-10-14T00:05:09.654Z PASS [ 98.160s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
74432025-10-14T00:05:16.732Z SLOW [>120.000s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
74442025-10-14T00:05:25.606Z PASS [ 25.831s] omicron-dev::test-omicron-dev test_run_all
74452025-10-14T00:05:26.722Z PASS [ 129.992s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
74462025-10-14T00:05:27.812Z PASS [ 22.607s] omicron-nexus app::background::driver::test::test_activation_in_progress
74472025-10-14T00:05:28.472Z PASS [ 20.724s] omicron-nexus app::background::driver::test::test_driver_basic
74482025-10-14T00:05:29.423Z PASS [ 24.437s] omicron-ls-apis::test_dependencies test_api_dependencies
74492025-10-14T00:05:30.987Z PASS [ 21.334s] omicron-nexus app::background::init::test::test_dns_propagation_basic
74502025-10-14T00:05:48.867Z PASS [ 20.401s] omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
74512025-10-14T00:05:52.108Z PASS [ 21.121s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
74522025-10-14T00:05:53.033Z PASS [ 23.610s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
74532025-10-14T00:05:53.294Z PASS [ 27.689s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
74542025-10-14T00:05:54.523Z PASS [ 27.802s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
74552025-10-14T00:05:55.413Z PASS [ 27.609s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
74562025-10-14T00:05:55.478Z PASS [ 0.065s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
74572025-10-14T00:05:59.282Z PASS [ 6.250s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
74582025-10-14T00:05:59.747Z PASS [ 6.453s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
74592025-10-14T00:06:00.189Z PASS [ 8.082s] omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
74602025-10-14T00:06:01.050Z PASS [ 6.526s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
74612025-10-14T00:06:13.532Z PASS [ 24.664s] omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
74622025-10-14T00:06:14.606Z PASS [ 19.126s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
74632025-10-14T00:06:17.446Z PASS [ 18.164s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
74642025-10-14T00:06:17.913Z PASS [ 18.165s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
74652025-10-14T00:06:18.745Z PASS [ 18.556s] omicron-nexus app::background::tasks::dns_config::test::test_basic
74662025-10-14T00:06:19.089Z PASS [ 18.033s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
74672025-10-14T00:06:32.352Z PASS [ 18.821s] omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
74682025-10-14T00:06:33.445Z PASS [ 18.841s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
74692025-10-14T00:06:43.073Z PASS [ 25.162s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
74702025-10-14T00:06:43.952Z PASS [ 24.872s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
74712025-10-14T00:06:48.437Z PASS [ 5.364s] omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
74722025-10-14T00:06:49.828Z PASS [ 16.383s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
74732025-10-14T00:06:58.718Z PASS [ 14.766s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
74742025-10-14T00:06:58.962Z PASS [ 41.517s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
74752025-10-14T00:07:02.059Z PASS [ 29.707s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
74762025-10-14T00:07:05.392Z PASS [ 15.563s] omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
74772025-10-14T00:07:09.477Z PASS [ 21.027s] omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
74782025-10-14T00:07:15.022Z PASS [ 16.304s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
74792025-10-14T00:07:15.562Z PASS [ 16.599s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
74802025-10-14T00:07:18.746Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
74812025-10-14T00:07:18.770Z PASS [ 16.711s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
74822025-10-14T00:07:22.409Z PASS [ 17.017s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
74832025-10-14T00:07:26.949Z PASS [ 17.486s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
74842025-10-14T00:07:33.837Z PASS [ 18.816s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
74852025-10-14T00:07:34.106Z PASS [ 18.546s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
74862025-10-14T00:07:36.829Z PASS [ 78.084s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
74872025-10-14T00:07:37.246Z PASS [ 18.472s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
74882025-10-14T00:07:40.951Z PASS [ 4.124s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
74892025-10-14T00:07:45.383Z PASS [ 22.975s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
74902025-10-14T00:07:45.551Z PASS [ 4.600s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
74912025-10-14T00:07:49.208Z PASS [ 22.259s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
74922025-10-14T00:07:50.588Z PASS [ 16.481s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
74932025-10-14T00:07:50.821Z PASS [ 16.984s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
74942025-10-14T00:07:56.210Z PASS [ 18.969s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
74952025-10-14T00:08:03.455Z PASS [ 18.073s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
74962025-10-14T00:08:03.479Z PASS [ 17.909s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
74972025-10-14T00:08:07.236Z PASS [ 18.028s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
74982025-10-14T00:08:08.654Z PASS [ 17.833s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
74992025-10-14T00:08:09.366Z PASS [ 18.779s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
75002025-10-14T00:08:09.435Z PASS [ 0.068s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
75012025-10-14T00:08:09.784Z PASS [ 0.349s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
75022025-10-14T00:08:10.156Z PASS [ 0.372s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
75032025-10-14T00:08:10.517Z PASS [ 0.349s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
75042025-10-14T00:08:11.917Z PASS [ 1.412s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
75052025-10-14T00:08:11.986Z PASS [ 0.067s] omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
75062025-10-14T00:08:12.360Z PASS [ 16.150s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
75072025-10-14T00:08:12.471Z PASS [ 0.110s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
75082025-10-14T00:08:12.513Z PASS [ 0.527s] omicron-nexus app::external_endpoints::test::test_authority
75092025-10-14T00:08:12.616Z PASS [ 0.104s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
75102025-10-14T00:08:12.686Z PASS [ 0.070s] omicron-nexus app::external_endpoints::test::test_no_endpoint
75112025-10-14T00:08:12.746Z PASS [ 0.060s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
75122025-10-14T00:08:12.806Z PASS [ 0.060s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
75132025-10-14T00:08:12.864Z PASS [ 0.058s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
75142025-10-14T00:08:12.932Z PASS [ 0.067s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
75152025-10-14T00:08:13.008Z PASS [ 0.076s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
75162025-10-14T00:08:13.069Z PASS [ 0.061s] omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
75172025-10-14T00:08:13.134Z PASS [ 0.065s] omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
75182025-10-14T00:08:13.654Z PASS [ 1.182s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
75192025-10-14T00:08:22.995Z PASS [ 19.536s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
75202025-10-14T00:08:23.972Z PASS [ 20.517s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
75212025-10-14T00:08:23.997Z PASS [ 16.752s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
75222025-10-14T00:08:24.038Z PASS [ 0.066s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
75232025-10-14T00:08:26.978Z PASS [ 18.324s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
75242025-10-14T00:08:32.323Z PASS [ 19.190s] omicron-nexus app::quiesce::test::test_quiesce_easy
75252025-10-14T00:08:33.095Z PASS [ 19.442s] omicron-nexus app::quiesce::test::test_quiesce_full
75262025-10-14T00:08:39.298Z PASS [ 16.303s] omicron-nexus app::quiesce::test::test_quiesce_multi
75272025-10-14T00:08:46.274Z PASS [ 22.236s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
75282025-10-14T00:08:48.254Z PASS [ 24.268s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
75292025-10-14T00:08:50.404Z PASS [ 23.427s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
75302025-10-14T00:08:52.469Z PASS [ 19.375s] omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
75312025-10-14T00:08:56.325Z PASS [ 24.002s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
75322025-10-14T00:09:06.901Z PASS [ 20.627s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
75332025-10-14T00:09:07.887Z PASS [ 28.590s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
75342025-10-14T00:09:22.100Z PASS [ 33.846s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
75352025-10-14T00:09:22.383Z PASS [ 31.980s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
75362025-10-14T00:09:25.921Z PASS [ 33.452s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
75372025-10-14T00:09:28.196Z PASS [ 31.873s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
75382025-10-14T00:09:39.897Z PASS [ 32.010s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
75392025-10-14T00:09:40.282Z PASS [ 33.382s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
75402025-10-14T00:09:54.962Z PASS [ 32.862s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
75412025-10-14T00:09:55.040Z PASS [ 32.658s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
75422025-10-14T00:09:55.603Z PASS [ 29.683s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
75432025-10-14T00:10:01.548Z PASS [ 33.352s] omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
75442025-10-14T00:10:10.005Z PASS [ 29.723s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
75452025-10-14T00:10:10.244Z PASS [ 30.348s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
75462025-10-14T00:10:24.728Z PASS [ 29.766s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
75472025-10-14T00:10:26.459Z PASS [ 30.856s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
75482025-10-14T00:10:31.625Z PASS [ 30.077s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
75492025-10-14T00:10:44.270Z PASS [ 34.266s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
75502025-10-14T00:10:55.041Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
75512025-10-14T00:10:55.693Z PASS [ 30.966s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
75522025-10-14T00:10:57.574Z PASS [ 31.115s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
75532025-10-14T00:11:10.243Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
75542025-10-14T00:11:15.926Z PASS [ 31.657s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
75552025-10-14T00:11:28.487Z PASS [ 32.795s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
75562025-10-14T00:11:31.626Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
75572025-10-14T00:11:48.577Z PASS [ 32.651s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
75582025-10-14T00:11:50.417Z PASS [ 115.379s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
75592025-10-14T00:11:57.573Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
75602025-10-14T00:11:59.490Z PASS [ 31.004s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
75612025-10-14T00:12:10.243Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
75622025-10-14T00:12:20.436Z PASS [ 30.019s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
75632025-10-14T00:12:30.716Z PASS [ 31.227s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
75642025-10-14T00:12:31.626Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
75652025-10-14T00:12:34.644Z PASS [ 123.022s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
75662025-10-14T00:12:40.268Z PASS [ 150.028s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
75672025-10-14T00:12:48.577Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
75682025-10-14T00:12:57.573Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
75692025-10-14T00:13:03.690Z PASS [ 32.974s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
75702025-10-14T00:13:08.361Z PASS [ 33.716s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
75712025-10-14T00:13:20.437Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
75722025-10-14T00:13:29.587Z PASS [ 101.013s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
75732025-10-14T00:13:33.989Z PASS [ 30.300s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
75742025-10-14T00:13:39.078Z PASS [ 30.701s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
75752025-10-14T00:13:40.269Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
75762025-10-14T00:13:57.572Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
75772025-10-14T00:14:01.869Z PASS [ 184.300s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
75782025-10-14T00:14:01.949Z PASS [ 81.684s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
75792025-10-14T00:14:02.065Z PASS [ 28.076s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
75802025-10-14T00:14:20.436Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
75812025-10-14T00:14:28.704Z PASS [ 26.755s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
75822025-10-14T00:14:28.847Z PASS [ 26.979s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
75832025-10-14T00:14:29.588Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
75842025-10-14T00:14:38.862Z PASS [ 36.798s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
75852025-10-14T00:14:39.078Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
75862025-10-14T00:14:40.974Z PASS [ 140.542s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
75872025-10-14T00:14:48.781Z PASS [ 19.934s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
75882025-10-14T00:14:56.588Z PASS [ 27.884s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
75892025-10-14T00:14:58.003Z PASS [ 19.141s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
75902025-10-14T00:15:05.994Z PASS [ 17.214s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
75912025-10-14T00:15:07.396Z PASS [ 26.422s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
75922025-10-14T00:15:15.679Z PASS [ 17.676s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
75932025-10-14T00:15:21.612Z PASS [ 25.025s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
75942025-10-14T00:15:22.370Z PASS [ 112.785s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
75952025-10-14T00:15:33.411Z PASS [ 114.351s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
75962025-10-14T00:15:33.750Z PASS [ 27.757s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
75972025-10-14T00:15:33.818Z PASS [ 0.068s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
75982025-10-14T00:15:35.914Z PASS [ 28.519s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
75992025-10-14T00:15:45.063Z PASS [ 29.385s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
76002025-10-14T00:15:49.711Z PASS [ 28.099s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
76012025-10-14T00:15:51.038Z PASS [ 28.670s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
76022025-10-14T00:15:51.580Z PASS [ 18.171s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
76032025-10-14T00:16:01.931Z PASS [ 28.114s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
76042025-10-14T00:16:06.973Z PASS [ 17.263s] omicron-nexus app::sagas::test_saga::test_saga_stuck
76052025-10-14T00:16:11.155Z PASS [ 35.242s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
76062025-10-14T00:16:11.858Z PASS [ 20.820s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
76072025-10-14T00:16:12.050Z PASS [ 20.471s] omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
76082025-10-14T00:16:17.561Z PASS [ 32.499s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
76092025-10-14T00:16:21.414Z PASS [ 19.483s] omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
76102025-10-14T00:16:21.460Z PASS [ 0.046s] omicron-nexus external_api::console_api::test::test_accept_gz
76112025-10-14T00:16:21.516Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
76122025-10-14T00:16:21.541Z PASS [ 3.961s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
76132025-10-14T00:16:21.566Z PASS [ 0.050s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
76142025-10-14T00:16:21.592Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
76152025-10-14T00:16:21.622Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
76162025-10-14T00:16:21.649Z PASS [ 0.052s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
76172025-10-14T00:16:21.679Z PASS [ 0.048s] omicron-nexus external_api::console_api::test::test_relative_uri
76182025-10-14T00:16:21.705Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
76192025-10-14T00:16:21.738Z PASS [ 0.059s] omicron-nexus external_api::http_entrypoints::tests::test_is_new_target_release_version_allowed
76202025-10-14T00:16:26.067Z PASS [ 19.093s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
76212025-10-14T00:16:29.857Z PASS [ 18.701s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
76222025-10-14T00:16:30.849Z PASS [ 18.799s] omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
76232025-10-14T00:16:31.261Z PASS [ 19.403s] omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
76242025-10-14T00:16:40.786Z PASS [ 19.047s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
76252025-10-14T00:16:43.803Z PASS [ 17.738s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
76262025-10-14T00:16:55.092Z PASS [ 25.236s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
76272025-10-14T00:16:57.150Z PASS [ 26.301s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
76282025-10-14T00:16:58.651Z PASS [ 36.971s] omicron-nexus populate::test::test_populators
76292025-10-14T00:17:03.876Z PASS [ 23.091s] omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
76302025-10-14T00:17:10.292Z PASS [ 26.488s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
76312025-10-14T00:17:14.277Z PASS [ 43.018s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
76322025-10-14T00:17:20.657Z PASS [ 25.565s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
76332025-10-14T00:17:22.746Z PASS [ 24.095s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
76342025-10-14T00:17:24.693Z PASS [ 1.946s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
76352025-10-14T00:17:24.996Z PASS [ 21.120s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
76362025-10-14T00:17:25.518Z PASS [ 0.522s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
76372025-10-14T00:17:26.556Z PASS [ 1.863s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
76382025-10-14T00:17:38.286Z PASS [ 24.009s] omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
76392025-10-14T00:17:40.640Z PASS [ 43.491s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
76402025-10-14T00:17:42.056Z PASS [ 31.766s] omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
76412025-10-14T00:17:43.763Z PASS [ 18.245s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
76422025-10-14T00:17:44.033Z PASS [ 17.477s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
76432025-10-14T00:17:46.977Z PASS [ 26.321s] omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
76442025-10-14T00:17:57.525Z PASS [ 19.240s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
76452025-10-14T00:17:58.419Z PASS [ 17.778s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
76462025-10-14T00:18:00.658Z PASS [ 18.602s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
76472025-10-14T00:18:01.270Z PASS [ 17.238s] omicron-nexus::test_all integration_tests::basic::test_ping
76482025-10-14T00:18:01.731Z PASS [ 17.969s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
76492025-10-14T00:18:13.334Z PASS [ 26.358s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
76502025-10-14T00:18:15.484Z PASS [ 17.066s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
76512025-10-14T00:18:18.431Z PASS [ 17.162s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
76522025-10-14T00:18:18.680Z PASS [ 18.023s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
76532025-10-14T00:18:19.526Z PASS [ 17.796s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
76542025-10-14T00:18:29.993Z PASS [ 32.468s] omicron-nexus::test_all integration_tests::basic::test_projects_list
76552025-10-14T00:18:30.278Z PASS [ 16.944s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
76562025-10-14T00:18:34.276Z PASS [ 18.792s] omicron-nexus::test_all integration_tests::certificates::test_crud
76572025-10-14T00:18:35.682Z PASS [ 1.406s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
76582025-10-14T00:18:35.707Z PASS [ 17.271s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
76592025-10-14T00:18:35.970Z PASS [ 0.210s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
76602025-10-14T00:18:36.802Z PASS [ 1.112s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
76612025-10-14T00:18:36.968Z PASS [ 17.306s] omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
76622025-10-14T00:18:42.633Z PASS [ 23.952s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
76632025-10-14T00:18:47.736Z PASS [ 17.459s] omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
76642025-10-14T00:18:47.795Z PASS [ 17.802s] omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
76652025-10-14T00:18:52.840Z PASS [ 16.928s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
76662025-10-14T00:18:54.331Z PASS [ 17.537s] omicron-nexus::test_all integration_tests::console_api::test_assets
76672025-10-14T00:18:54.684Z PASS [ 17.853s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
76682025-10-14T00:19:05.783Z PASS [ 23.151s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
76692025-10-14T00:19:05.854Z PASS [ 18.060s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
76702025-10-14T00:19:10.047Z PASS [ 22.311s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
76712025-10-14T00:19:12.036Z PASS [ 17.352s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
76722025-10-14T00:19:12.395Z PASS [ 19.555s] omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
76732025-10-14T00:19:13.435Z PASS [ 19.105s] omicron-nexus::test_all integration_tests::console_api::test_session_me
76742025-10-14T00:19:23.779Z PASS [ 17.925s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
76752025-10-14T00:19:28.701Z PASS [ 22.918s] omicron-nexus::test_all integration_tests::console_api::test_sessions
76762025-10-14T00:19:44.987Z PASS [ 34.941s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
76772025-10-14T00:19:45.751Z PASS [ 33.715s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
76782025-10-14T00:19:47.527Z PASS [ 35.132s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
76792025-10-14T00:19:49.166Z PASS [ 35.731s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
76802025-10-14T00:20:11.747Z PASS [ 47.968s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
76812025-10-14T00:20:15.456Z PASS [ 46.757s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
76822025-10-14T00:20:23.082Z PASS [ 37.332s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
76832025-10-14T00:20:28.182Z PASS [ 43.196s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
76842025-10-14T00:20:32.328Z PASS [ 43.164s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
76852025-10-14T00:20:32.674Z PASS [ 45.148s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
76862025-10-14T00:20:49.445Z PASS [ 26.363s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
76872025-10-14T00:20:55.243Z PASS [ 43.498s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
76882025-10-14T00:21:15.457Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
76892025-10-14T00:21:19.457Z PASS [ 46.784s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
76902025-10-14T00:21:23.495Z PASS [ 68.040s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
76912025-10-14T00:21:28.182Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
76922025-10-14T00:21:32.329Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
76932025-10-14T00:21:41.152Z PASS [ 51.707s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
76942025-10-14T00:21:48.465Z PASS [ 53.223s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
76952025-10-14T00:21:48.695Z PASS [ 76.368s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
76962025-10-14T00:21:50.182Z PASS [ 82.002s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
76972025-10-14T00:21:58.966Z PASS [ 17.814s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
76982025-10-14T00:22:07.543Z PASS [ 18.849s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
76992025-10-14T00:22:13.007Z PASS [ 22.826s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
77002025-10-14T00:22:18.566Z PASS [ 30.101s] omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
77012025-10-14T00:22:19.295Z PASS [ 20.330s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
77022025-10-14T00:22:19.458Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
77032025-10-14T00:22:23.451Z PASS [ 15.908s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
77042025-10-14T00:22:23.496Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
77052025-10-14T00:22:44.272Z PASS [ 84.816s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
77062025-10-14T00:22:47.799Z PASS [ 29.234s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
77072025-10-14T00:22:50.621Z PASS [ 27.170s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
77082025-10-14T00:22:55.357Z PASS [ 36.063s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
77092025-10-14T00:23:09.803Z PASS [ 25.532s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
77102025-10-14T00:23:12.129Z PASS [ 108.637s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
77112025-10-14T00:23:12.692Z PASS [ 24.893s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
77122025-10-14T00:23:13.008Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
77132025-10-14T00:23:15.561Z PASS [ 24.941s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
77142025-10-14T00:23:17.828Z PASS [ 22.471s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
77152025-10-14T00:23:19.522Z PASS [ 66.513s] omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
77162025-10-14T00:23:35.811Z PASS [ 20.250s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
77172025-10-14T00:23:36.061Z PASS [ 23.932s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
77182025-10-14T00:23:36.105Z PASS [ 23.414s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
77192025-10-14T00:23:37.174Z PASS [ 19.346s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
77202025-10-14T00:23:42.700Z PASS [ 23.181s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
77212025-10-14T00:23:54.524Z PASS [ 44.722s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
77222025-10-14T00:23:54.795Z PASS [ 18.984s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
77232025-10-14T00:24:01.643Z PASS [ 25.583s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
77242025-10-14T00:24:02.070Z PASS [ 24.896s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
77252025-10-14T00:24:10.883Z PASS [ 28.184s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
77262025-10-14T00:24:14.953Z PASS [ 38.849s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
77272025-10-14T00:24:21.333Z PASS [ 26.810s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
77282025-10-14T00:24:25.147Z PASS [ 30.353s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
77292025-10-14T00:24:30.253Z PASS [ 28.610s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
77302025-10-14T00:24:31.549Z PASS [ 29.480s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
77312025-10-14T00:24:35.934Z PASS [ 25.051s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
77322025-10-14T00:24:41.894Z PASS [ 26.941s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
77332025-10-14T00:24:46.210Z PASS [ 24.877s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
77342025-10-14T00:24:51.069Z PASS [ 25.922s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
77352025-10-14T00:24:52.580Z PASS [ 22.327s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
77362025-10-14T00:24:53.013Z PASS [ 21.464s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
77372025-10-14T00:25:02.672Z PASS [ 26.739s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
77382025-10-14T00:25:06.094Z PASS [ 24.201s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
77392025-10-14T00:25:15.864Z PASS [ 29.655s] omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
77402025-10-14T00:25:16.016Z PASS [ 24.948s] omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
77412025-10-14T00:25:20.350Z PASS [ 27.770s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
77422025-10-14T00:25:25.026Z PASS [ 32.013s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
77432025-10-14T00:25:35.778Z PASS [ 19.914s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
77442025-10-14T00:25:41.805Z PASS [ 21.456s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
77452025-10-14T00:25:42.935Z PASS [ 40.264s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
77462025-10-14T00:25:45.138Z PASS [ 29.123s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
77472025-10-14T00:25:47.532Z PASS [ 41.439s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
77482025-10-14T00:25:54.927Z PASS [ 29.902s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
77492025-10-14T00:25:54.952Z PASS [ 19.168s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
77502025-10-14T00:26:00.642Z PASS [ 18.837s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
77512025-10-14T00:26:02.312Z PASS [ 19.378s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
77522025-10-14T00:26:06.212Z PASS [ 21.075s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
77532025-10-14T00:26:06.902Z PASS [ 19.369s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
77542025-10-14T00:26:14.965Z PASS [ 20.038s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
77552025-10-14T00:26:19.446Z PASS [ 24.500s] omicron-nexus::test_all integration_tests::images::test_image_create
77562025-10-14T00:26:25.321Z PASS [ 24.680s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
77572025-10-14T00:26:30.744Z PASS [ 28.432s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
77582025-10-14T00:26:31.678Z PASS [ 25.465s] omicron-nexus::test_all integration_tests::images::test_image_promotion
77592025-10-14T00:26:31.939Z PASS [ 25.038s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
77602025-10-14T00:26:37.561Z PASS [ 22.596s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
77612025-10-14T00:26:38.374Z PASS [ 6.696s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
77622025-10-14T00:26:38.858Z PASS [ 6.919s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
77632025-10-14T00:26:41.773Z PASS [ 4.212s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
77642025-10-14T00:26:42.724Z PASS [ 23.279s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
77652025-10-14T00:26:44.249Z PASS [ 18.929s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
77662025-10-14T00:26:46.648Z PASS [ 15.904s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
77672025-10-14T00:26:47.558Z PASS [ 9.184s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
77682025-10-14T00:27:07.094Z PASS [ 24.370s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
77692025-10-14T00:27:10.909Z PASS [ 29.136s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
77702025-10-14T00:27:13.057Z PASS [ 28.807s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
77712025-10-14T00:27:14.839Z PASS [ 28.193s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
77722025-10-14T00:27:16.412Z PASS [ 37.555s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
77732025-10-14T00:27:18.270Z PASS [ 30.713s] omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
77742025-10-14T00:27:31.420Z PASS [ 18.364s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
77752025-10-14T00:27:33.611Z PASS [ 18.772s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
77762025-10-14T00:27:40.075Z PASS [ 29.166s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
77772025-10-14T00:27:44.125Z PASS [ 27.713s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
77782025-10-14T00:27:46.962Z PASS [ 39.869s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
77792025-10-14T00:27:49.631Z PASS [ 18.212s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
77802025-10-14T00:27:54.943Z PASS [ 36.674s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
77812025-10-14T00:28:03.247Z PASS [ 23.173s] omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
77822025-10-14T00:28:06.739Z PASS [ 22.615s] omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
77832025-10-14T00:28:08.212Z PASS [ 34.602s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
77842025-10-14T00:28:18.217Z PASS [ 23.275s] omicron-nexus::test_all integration_tests::instances::test_instance_access
77852025-10-14T00:28:20.715Z PASS [ 17.469s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
77862025-10-14T00:28:24.856Z PASS [ 35.226s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
77872025-10-14T00:28:34.277Z PASS [ 27.538s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
77882025-10-14T00:28:39.423Z PASS [ 31.212s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
77892025-10-14T00:28:41.846Z PASS [ 54.885s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
77902025-10-14T00:28:50.251Z PASS [ 32.034s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
77912025-10-14T00:28:52.294Z PASS [ 31.580s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
77922025-10-14T00:28:53.431Z PASS [ 28.575s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
77932025-10-14T00:29:03.982Z PASS [ 22.136s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
77942025-10-14T00:29:04.687Z PASS [ 30.411s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
77952025-10-14T00:29:05.728Z PASS [ 26.306s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
77962025-10-14T00:29:16.996Z PASS [ 26.746s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
77972025-10-14T00:29:25.620Z PASS [ 33.326s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
77982025-10-14T00:29:27.436Z PASS [ 22.750s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
77992025-10-14T00:29:27.670Z PASS [ 23.689s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
78002025-10-14T00:29:31.594Z PASS [ 25.867s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
78012025-10-14T00:29:38.951Z PASS [ 45.521s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
78022025-10-14T00:29:43.967Z PASS [ 26.972s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
78032025-10-14T00:29:51.646Z PASS [ 26.027s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
78042025-10-14T00:29:54.369Z PASS [ 26.700s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
78052025-10-14T00:29:56.485Z PASS [ 29.049s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
78062025-10-14T00:29:57.906Z PASS [ 26.313s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
78072025-10-14T00:30:26.190Z PASS [ 34.545s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
78082025-10-14T00:30:26.540Z PASS [ 30.056s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
78092025-10-14T00:30:28.961Z PASS [ 34.592s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
78102025-10-14T00:30:29.516Z PASS [ 31.611s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
78112025-10-14T00:30:31.269Z PASS [ 47.303s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
78122025-10-14T00:30:38.951Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
78132025-10-14T00:30:45.105Z PASS [ 66.156s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
78142025-10-14T00:30:51.703Z PASS [ 25.163s] omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
78152025-10-14T00:30:54.876Z PASS [ 25.917s] omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
78162025-10-14T00:30:56.813Z PASS [ 30.623s] omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
78172025-10-14T00:31:03.088Z PASS [ 31.820s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
78182025-10-14T00:31:07.867Z PASS [ 22.762s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
78192025-10-14T00:31:08.740Z PASS [ 39.224s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
78202025-10-14T00:31:13.521Z PASS [ 18.645s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
78212025-10-14T00:31:23.395Z PASS [ 20.307s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
78222025-10-14T00:31:26.332Z PASS [ 29.519s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
78232025-10-14T00:31:26.574Z PASS [ 34.871s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
78242025-10-14T00:31:31.299Z PASS [ 17.778s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
78252025-10-14T00:31:32.312Z PASS [ 24.445s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
78262025-10-14T00:31:32.401Z PASS [ 23.661s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
78272025-10-14T00:31:48.077Z PASS [ 24.683s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
78282025-10-14T00:31:48.968Z PASS [ 16.568s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
78292025-10-14T00:31:49.952Z PASS [ 23.620s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
78302025-10-14T00:31:55.689Z PASS [ 24.391s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
78312025-10-14T00:32:00.769Z PASS [ 28.459s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
78322025-10-14T00:32:02.278Z PASS [ 35.706s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
78332025-10-14T00:32:06.182Z PASS [ 18.105s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
78342025-10-14T00:32:06.714Z PASS [ 17.746s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
78352025-10-14T00:32:08.840Z PASS [ 18.889s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
78362025-10-14T00:32:17.421Z PASS [ 16.652s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
78372025-10-14T00:32:24.473Z PASS [ 28.784s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
78382025-10-14T00:32:33.747Z PASS [ 27.034s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
78392025-10-14T00:32:34.125Z PASS [ 27.942s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
78402025-10-14T00:32:34.652Z PASS [ 32.372s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
78412025-10-14T00:32:38.784Z PASS [ 29.945s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
78422025-10-14T00:32:42.189Z PASS [ 17.715s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
78432025-10-14T00:32:44.980Z PASS [ 27.541s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
78442025-10-14T00:32:52.524Z PASS [ 17.875s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
78452025-10-14T00:32:52.939Z PASS [ 18.816s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
78462025-10-14T00:32:54.659Z PASS [ 20.912s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
78472025-10-14T00:32:55.727Z PASS [ 16.944s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
78482025-10-14T00:32:58.505Z PASS [ 16.318s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
78492025-10-14T00:33:01.437Z PASS [ 16.475s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
78502025-10-14T00:33:10.011Z PASS [ 17.488s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
78512025-10-14T00:33:10.743Z PASS [ 17.804s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
78522025-10-14T00:33:13.924Z PASS [ 18.196s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
78532025-10-14T00:33:14.078Z PASS [ 19.419s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
78542025-10-14T00:33:20.024Z PASS [ 21.519s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
78552025-10-14T00:33:20.393Z PASS [ 18.957s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
78562025-10-14T00:33:27.430Z PASS [ 16.687s] omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
78572025-10-14T00:33:30.633Z PASS [ 16.710s] omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
78582025-10-14T00:33:36.553Z PASS [ 26.543s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
78592025-10-14T00:33:41.808Z PASS [ 21.416s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
78602025-10-14T00:33:47.713Z PASS [ 33.636s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
78612025-10-14T00:33:48.886Z PASS [ 18.254s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
78622025-10-14T00:33:53.471Z PASS [ 16.918s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
78632025-10-14T00:34:00.645Z PASS [ 18.837s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
78642025-10-14T00:34:10.665Z PASS [ 50.642s] omicron-nexus::test_all integration_tests::metrics::test_metrics
78652025-10-14T00:34:11.764Z PASS [ 44.335s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
78662025-10-14T00:34:16.369Z PASS [ 22.899s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
78672025-10-14T00:34:21.132Z PASS [ 33.420s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
78682025-10-14T00:34:23.550Z PASS [ 22.905s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
78692025-10-14T00:34:31.902Z PASS [ 43.016s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
78702025-10-14T00:34:33.717Z PASS [ 23.052s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
78712025-10-14T00:34:43.586Z PASS [ 22.454s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
78722025-10-14T00:34:51.038Z PASS [ 39.275s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
78732025-10-14T00:34:54.953Z PASS [ 38.584s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
78742025-10-14T00:35:00.935Z PASS [ 29.034s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
78752025-10-14T00:35:02.412Z PASS [ 38.863s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
78762025-10-14T00:35:02.514Z PASS [ 28.798s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
78772025-10-14T00:35:14.345Z PASS [ 30.759s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
78782025-10-14T00:35:14.478Z PASS [ 23.441s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
78792025-10-14T00:35:22.036Z PASS [ 19.522s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
78802025-10-14T00:35:31.461Z PASS [ 16.983s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
78812025-10-14T00:35:31.673Z PASS [ 17.328s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
78822025-10-14T00:35:33.228Z PASS [ 38.276s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
78832025-10-14T00:35:40.245Z PASS [ 18.210s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
78842025-10-14T00:35:41.487Z PASS [ 40.553s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
78852025-10-14T00:35:52.832Z PASS [ 19.605s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
78862025-10-14T00:35:54.401Z PASS [ 22.729s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
78872025-10-14T00:35:55.068Z PASS [ 23.607s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
78882025-10-14T00:36:02.412Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
78892025-10-14T00:36:03.398Z PASS [ 23.153s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
78902025-10-14T00:36:07.657Z PASS [ 26.171s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
78912025-10-14T00:36:12.883Z PASS [ 17.816s] omicron-nexus::test_all integration_tests::quiesce::test_quiesce
78922025-10-14T00:36:13.410Z PASS [ 20.578s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
78932025-10-14T00:36:14.206Z PASS [ 19.806s] omicron-nexus::test_all integration_tests::projects::test_projects
78942025-10-14T00:36:14.230Z PASS [ 71.808s] omicron-nexus::test_all integration_tests::password_login::test_local_users
78952025-10-14T00:36:24.076Z PASS [ 20.679s] omicron-nexus::test_all integration_tests::quotas::test_negative_quota
78962025-10-14T00:36:27.278Z PASS [ 19.621s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
78972025-10-14T00:36:29.413Z PASS [ 16.003s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
78982025-10-14T00:36:30.353Z PASS [ 16.148s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
78992025-10-14T00:36:33.755Z PASS [ 19.538s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
79002025-10-14T00:36:40.137Z PASS [ 16.061s] omicron-nexus::test_all integration_tests::rack::test_sled_add
79012025-10-14T00:36:43.623Z PASS [ 16.345s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
79022025-10-14T00:36:45.895Z PASS [ 16.482s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
79032025-10-14T00:36:49.041Z PASS [ 18.678s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
79042025-10-14T00:36:49.856Z PASS [ 16.101s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
79052025-10-14T00:36:55.630Z PASS [ 42.748s] omicron-nexus::test_all integration_tests::quotas::test_quotas
79062025-10-14T00:36:56.584Z PASS [ 16.447s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
79072025-10-14T00:36:56.714Z PASS [ 0.130s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
79082025-10-14T00:36:56.824Z PASS [ 0.109s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
79092025-10-14T00:36:56.939Z PASS [ 0.115s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
79102025-10-14T00:36:57.054Z PASS [ 0.113s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
79112025-10-14T00:36:57.167Z PASS [ 0.115s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
79122025-10-14T00:37:03.135Z PASS [ 19.512s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
79132025-10-14T00:37:05.707Z PASS [ 19.812s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
79142025-10-14T00:37:08.002Z PASS [ 18.145s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
79152025-10-14T00:37:13.195Z PASS [ 24.165s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
79162025-10-14T00:37:14.145Z PASS [ 16.979s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
79172025-10-14T00:37:14.716Z PASS [ 19.086s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
79182025-10-14T00:37:14.829Z PASS [ 0.113s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
79192025-10-14T00:37:19.612Z PASS [ 16.477s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
79202025-10-14T00:37:22.337Z PASS [ 16.630s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
79212025-10-14T00:37:22.545Z PASS [ 0.207s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
79222025-10-14T00:37:22.653Z PASS [ 0.109s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
79232025-10-14T00:37:24.694Z PASS [ 16.694s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
79242025-10-14T00:37:28.822Z PASS [ 15.627s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
79252025-10-14T00:37:31.428Z PASS [ 17.283s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
79262025-10-14T00:37:33.151Z PASS [ 18.322s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
79272025-10-14T00:37:36.747Z PASS [ 17.135s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
79282025-10-14T00:37:37.809Z PASS [ 15.156s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
79292025-10-14T00:37:39.460Z PASS [ 14.766s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
79302025-10-14T00:37:41.827Z PASS [ 2.366s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
79312025-10-14T00:37:41.851Z PASS [ 13.014s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
79322025-10-14T00:37:44.222Z PASS [ 2.395s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
79332025-10-14T00:37:44.273Z PASS [ 12.845s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
79342025-10-14T00:37:46.031Z PASS [ 1.809s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
79352025-10-14T00:37:47.888Z PASS [ 1.857s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
79362025-10-14T00:37:49.791Z PASS [ 1.903s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
79372025-10-14T00:37:51.800Z PASS [ 2.009s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
79382025-10-14T00:38:51.800Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
79392025-10-14T00:39:12.393Z PASS [ 80.595s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
79402025-10-14T00:39:13.764Z PASS [ 1.371s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
79412025-10-14T00:40:11.159Z PASS [ 57.397s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
79422025-10-14T00:40:34.112Z PASS [ 22.953s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
79432025-10-14T00:41:27.139Z PASS [ 53.028s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
79442025-10-14T00:41:39.324Z PASS [ 12.185s] omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
79452025-10-14T00:41:39.324Z PASS [ 12.185s] omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
79462025-10-14T00:41:50.547Z PASS [ 11.223s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
79472025-10-14T00:41:51.642Z PASS [ 12.318s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
79482025-10-14T00:42:01.727Z PASS [ 11.180s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
79492025-10-14T00:42:03.584Z PASS [ 11.942s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
79502025-10-14T00:42:13.728Z PASS [ 12.002s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
79512025-10-14T00:42:15.877Z PASS [ 12.293s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
79522025-10-14T00:42:25.931Z PASS [ 12.203s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
79532025-10-14T00:42:27.142Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
79542025-10-14T00:42:27.916Z PASS [ 12.039s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
79552025-10-14T00:42:33.436Z PASS [ 66.299s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
79562025-10-14T00:42:43.573Z PASS [ 17.642s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
79572025-10-14T00:42:44.104Z PASS [ 16.188s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
79582025-10-14T00:42:49.841Z PASS [ 16.405s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
79592025-10-14T00:42:50.652Z PASS [ 17.216s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
79602025-10-14T00:42:55.309Z PASS [ 17.781s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
79612025-10-14T00:42:55.340Z PASS [ 18.903s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
79622025-10-14T00:43:02.151Z PASS [ 18.048s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
79632025-10-14T00:43:07.583Z PASS [ 16.932s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
79642025-10-14T00:43:07.632Z PASS [ 24.059s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
79652025-10-14T00:43:08.264Z PASS [ 17.047s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
79662025-10-14T00:43:08.742Z PASS [ 18.900s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
79672025-10-14T00:43:10.107Z PASS [ 17.768s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
79682025-10-14T00:43:19.885Z PASS [ 17.733s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
79692025-10-14T00:43:24.423Z PASS [ 16.840s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
79702025-10-14T00:43:27.769Z PASS [ 19.028s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
79712025-10-14T00:43:29.427Z PASS [ 21.796s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
79722025-10-14T00:43:31.110Z PASS [ 22.848s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
79732025-10-14T00:43:33.292Z PASS [ 23.186s] omicron-nexus::test_all integration_tests::silos::test_silos
79742025-10-14T00:43:36.766Z PASS [ 16.882s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
79752025-10-14T00:43:46.521Z PASS [ 18.752s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
79762025-10-14T00:43:50.307Z PASS [ 25.884s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
79772025-10-14T00:43:50.936Z PASS [ 19.826s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
79782025-10-14T00:43:52.759Z PASS [ 23.333s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
79792025-10-14T00:44:02.211Z PASS [ 28.920s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
79802025-10-14T00:44:06.669Z PASS [ 16.362s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
79812025-10-14T00:44:06.949Z PASS [ 30.184s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
79822025-10-14T00:44:08.986Z PASS [ 18.050s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
79832025-10-14T00:44:12.608Z PASS [ 19.849s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
79842025-10-14T00:44:13.619Z PASS [ 27.099s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
79852025-10-14T00:44:21.443Z PASS [ 19.232s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
79862025-10-14T00:44:31.998Z PASS [ 25.048s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
79872025-10-14T00:44:37.272Z PASS [ 30.603s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
79882025-10-14T00:44:38.473Z PASS [ 29.487s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
79892025-10-14T00:44:38.769Z PASS [ 17.326s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
79902025-10-14T00:44:39.855Z PASS [ 26.236s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
79912025-10-14T00:44:40.270Z PASS [ 27.662s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
79922025-10-14T00:44:57.244Z PASS [ 17.389s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
79932025-10-14T00:44:57.924Z PASS [ 20.652s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
79942025-10-14T00:44:59.235Z PASS [ 20.763s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
79952025-10-14T00:45:00.224Z PASS [ 21.456s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
79962025-10-14T00:45:00.482Z PASS [ 20.212s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
79972025-10-14T00:45:01.417Z PASS [ 29.420s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
79982025-10-14T00:45:02.364Z PASS [ 1.883s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
79992025-10-14T00:45:17.003Z PASS [ 19.760s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
80002025-10-14T00:45:18.208Z PASS [ 18.973s] omicron-nexus::test_all integration_tests::target_release::get_set_target_release
80012025-10-14T00:45:18.382Z PASS [ 20.459s] omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
80022025-10-14T00:45:21.627Z PASS [ 19.263s] omicron-nexus::test_all integration_tests::updates::test_repo_prune
80032025-10-14T00:45:22.127Z PASS [ 20.711s] omicron-nexus::test_all integration_tests::updates::test_repo_list
80042025-10-14T00:45:35.060Z PASS [ 16.852s] omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
80052025-10-14T00:45:36.608Z PASS [ 18.227s] omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
80062025-10-14T00:45:39.389Z PASS [ 17.262s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
80072025-10-14T00:45:40.183Z PASS [ 18.556s] omicron-nexus::test_all integration_tests::updates::test_update_status
80082025-10-14T00:45:41.697Z PASS [ 24.694s] omicron-nexus::test_all integration_tests::updates::test_repo_upload
80092025-10-14T00:46:00.225Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
80102025-10-14T00:46:01.472Z PASS [ 26.413s] omicron-nexus::test_all integration_tests::utilization::test_utilization_list
80112025-10-14T00:46:06.028Z PASS [ 29.421s] omicron-nexus::test_all integration_tests::utilization::test_utilization_view
80122025-10-14T00:46:06.520Z PASS [ 24.824s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
80132025-10-14T00:46:06.883Z PASS [ 27.494s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
80142025-10-14T00:46:10.718Z PASS [ 30.536s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
80152025-10-14T00:46:31.654Z PASS [ 30.182s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
80162025-10-14T00:46:35.428Z PASS [ 29.400s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
80172025-10-14T00:46:35.738Z PASS [ 29.218s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
80182025-10-14T00:46:36.255Z PASS [ 29.373s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
80192025-10-14T00:46:39.639Z PASS [ 28.921s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
80202025-10-14T00:46:51.774Z PASS [ 111.552s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
80212025-10-14T00:46:59.734Z PASS [ 23.996s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
80222025-10-14T00:47:00.005Z PASS [ 28.351s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
80232025-10-14T00:47:03.129Z PASS [ 27.701s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
80242025-10-14T00:47:13.755Z PASS [ 21.982s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
80252025-10-14T00:47:22.183Z PASS [ 22.179s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
80262025-10-14T00:47:25.937Z PASS [ 49.683s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
80272025-10-14T00:47:28.080Z PASS [ 48.443s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
80282025-10-14T00:47:29.240Z PASS [ 29.507s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
80292025-10-14T00:47:32.338Z PASS [ 29.210s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
80302025-10-14T00:47:46.652Z PASS [ 32.898s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
80312025-10-14T00:47:53.263Z PASS [ 31.081s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
80322025-10-14T00:48:02.127Z PASS [ 36.191s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
80332025-10-14T00:48:04.332Z PASS [ 36.253s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
80342025-10-14T00:48:05.388Z PASS [ 36.149s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
80352025-10-14T00:48:07.955Z PASS [ 35.618s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
80362025-10-14T00:48:12.915Z PASS [ 26.263s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
80372025-10-14T00:48:19.231Z PASS [ 25.969s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
80382025-10-14T00:48:32.915Z PASS [ 30.788s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
80392025-10-14T00:48:37.241Z PASS [ 24.327s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
80402025-10-14T00:48:43.682Z PASS [ 24.451s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
80412025-10-14T00:48:48.344Z PASS [ 42.957s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
80422025-10-14T00:48:54.821Z PASS [ 46.868s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
80432025-10-14T00:48:57.818Z PASS [ 24.904s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
80442025-10-14T00:49:01.089Z PASS [ 23.848s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
80452025-10-14T00:49:04.332Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
80462025-10-14T00:49:08.537Z PASS [ 24.855s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
80472025-10-14T00:49:15.731Z PASS [ 17.913s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
80482025-10-14T00:49:18.728Z PASS [ 30.385s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
80492025-10-14T00:49:18.911Z PASS [ 17.822s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
80502025-10-14T00:49:22.809Z PASS [ 27.988s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
80512025-10-14T00:49:25.082Z PASS [ 16.545s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
80522025-10-14T00:49:28.077Z PASS [ 83.746s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
80532025-10-14T00:49:32.802Z PASS [ 17.072s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
80542025-10-14T00:49:35.367Z PASS [ 16.638s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
80552025-10-14T00:49:36.235Z PASS [ 17.324s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
80562025-10-14T00:49:39.794Z PASS [ 16.985s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
80572025-10-14T00:49:41.726Z PASS [ 16.645s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
80582025-10-14T00:49:45.306Z PASS [ 17.230s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
80592025-10-14T00:49:51.340Z PASS [ 18.538s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
80602025-10-14T00:49:52.583Z PASS [ 17.218s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
80612025-10-14T00:49:53.096Z PASS [ 16.862s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
80622025-10-14T00:49:56.752Z PASS [ 16.958s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
80632025-10-14T00:49:58.074Z PASS [ 16.349s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
80642025-10-14T00:50:01.839Z PASS [ 16.533s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
80652025-10-14T00:50:07.756Z PASS [ 16.416s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
80662025-10-14T00:50:10.040Z PASS [ 16.944s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
80672025-10-14T00:50:13.168Z PASS [ 16.417s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
80682025-10-14T00:50:14.630Z PASS [ 16.556s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
80692025-10-14T00:50:18.231Z PASS [ 16.392s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
80702025-10-14T00:50:22.111Z PASS [ 29.529s] omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
80712025-10-14T00:50:24.461Z PASS [ 16.706s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
80722025-10-14T00:50:26.392Z PASS [ 16.353s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
80732025-10-14T00:50:35.738Z PASS [ 17.508s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
80742025-10-14T00:50:39.872Z PASS [ 17.761s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
80752025-10-14T00:50:41.263Z PASS [ 28.095s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
80762025-10-14T00:50:41.993Z PASS [ 17.532s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
80772025-10-14T00:50:44.313Z PASS [ 17.920s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
80782025-10-14T00:50:44.338Z PASS [ 29.703s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
80792025-10-14T00:50:52.974Z PASS [ 17.236s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
80802025-10-14T00:50:59.364Z PASS [ 18.101s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
80812025-10-14T00:51:02.866Z PASS [ 18.554s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
80822025-10-14T00:51:03.120Z PASS [ 21.127s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
80832025-10-14T00:51:03.279Z PASS [ 18.948s] omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
80842025-10-14T00:51:06.346Z PASS [ 26.467s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
80852025-10-14T00:51:14.490Z PASS [ 21.516s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
80862025-10-14T00:51:24.121Z PASS [ 24.758s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
80872025-10-14T00:51:26.165Z PASS [ 23.299s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
80882025-10-14T00:51:31.024Z PASS [ 27.745s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
80892025-10-14T00:51:31.242Z PASS [ 24.904s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
80902025-10-14T00:51:37.737Z PASS [ 23.248s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
80912025-10-14T00:51:42.690Z PASS [ 16.525s] omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
80922025-10-14T00:51:47.516Z PASS [ 44.397s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
80932025-10-14T00:51:48.544Z PASS [ 17.521s] omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
80942025-10-14T00:51:49.185Z PASS [ 17.942s] omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
80952025-10-14T00:51:55.832Z PASS [ 18.095s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
80962025-10-14T00:51:59.047Z PASS [ 16.357s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
80972025-10-14T00:52:10.856Z PASS [ 15.023s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
80982025-10-14T00:52:13.085Z PASS [ 14.038s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
80992025-10-14T00:52:15.175Z PASS [ 51.054s] omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
81002025-10-14T00:52:24.876Z PASS [ 14.021s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
81012025-10-14T00:52:26.458Z PASS [ 13.373s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
81022025-10-14T00:52:26.501Z PASS [ 0.043s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
81032025-10-14T00:52:26.534Z PASS [ 0.030s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
81042025-10-14T00:52:26.559Z PASS [ 0.025s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
81052025-10-14T00:52:26.584Z PASS [ 0.025s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
81062025-10-14T00:52:26.609Z PASS [ 0.023s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
81072025-10-14T00:52:26.634Z PASS [ 0.023s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
81082025-10-14T00:52:26.659Z PASS [ 0.027s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
81092025-10-14T00:52:26.684Z PASS [ 0.024s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
81102025-10-14T00:52:26.709Z PASS [ 0.029s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
81112025-10-14T00:52:26.735Z PASS [ 0.027s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
81122025-10-14T00:52:26.762Z PASS [ 0.027s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
81132025-10-14T00:52:26.789Z PASS [ 0.027s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
81142025-10-14T00:52:26.814Z PASS [ 0.024s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
81152025-10-14T00:52:26.839Z PASS [ 0.022s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
81162025-10-14T00:52:26.864Z PASS [ 0.024s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
81172025-10-14T00:52:28.349Z PASS [ 13.175s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
81182025-10-14T00:52:33.490Z PASS [ 45.975s] omicron-nexus::test_all integration_tests::webhooks::test_probe
81192025-10-14T00:52:39.266Z PASS [ 50.723s] omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
81202025-10-14T00:52:39.317Z PASS [ 0.052s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
81212025-10-14T00:52:39.350Z PASS [ 0.032s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
81222025-10-14T00:52:39.399Z PASS [ 0.048s] omicron-package config::tests::multi_preset_arg
81232025-10-14T00:52:39.446Z PASS [ 0.048s] omicron-package dot::test::test_bad_dependency
81242025-10-14T00:52:39.482Z PASS [ 0.036s] omicron-package dot::test::test_dot_output
81252025-10-14T00:52:40.088Z PASS [ 15.212s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
81262025-10-14T00:52:40.114Z PASS [ 0.021s] omicron-passwords test::test_password_constraints
81272025-10-14T00:52:42.734Z PASS [ 53.551s] omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
81282025-10-14T00:52:43.785Z PASS [ 10.295s] omicron-omdb::test_all_output test_omdb_usage_errors
81292025-10-14T00:52:43.823Z PASS [ 0.038s] omicron-passwords test::test_stable
81302025-10-14T00:52:43.848Z PASS [ 0.015s] omicron-passwords test::test_weak_hashes
81312025-10-14T00:52:43.873Z PASS [ 0.013s] omicron-rpaths internal::tests::test_configure_from_path
81322025-10-14T00:52:43.898Z PASS [ 0.046s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
81332025-10-14T00:52:43.923Z PASS [ 0.018s] omicron-rpaths internal::tests::test_emit_rpath
81342025-10-14T00:52:44.016Z PASS [ 3.883s] omicron-passwords test::test_reproducible
81352025-10-14T00:52:44.304Z PASS [ 0.388s] omicron-sled-agent artifact_store::test::generations
81362025-10-14T00:52:44.330Z PASS [ 0.318s] omicron-sled-agent artifact_store::test::issue_7796
81372025-10-14T00:52:44.432Z PASS [ 0.121s] omicron-sled-agent artifact_store::test::no_dataset
81382025-10-14T00:52:44.457Z PASS [ 0.130s] omicron-sled-agent artifact_store::test::list_get_put
81392025-10-14T00:52:44.482Z PASS [ 0.044s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
81402025-10-14T00:52:44.527Z PASS [ 0.048s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
81412025-10-14T00:52:44.554Z PASS [ 0.112s] omicron-sled-agent artifact_store::test::wrong_hash
81422025-10-14T00:52:44.579Z PASS [ 0.035s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
81432025-10-14T00:52:44.604Z PASS [ 0.055s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
81442025-10-14T00:52:44.629Z PASS [ 0.033s] omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
81452025-10-14T00:52:44.629Z PASS [ 0.040s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
81462025-10-14T00:52:44.654Z PASS [ 0.032s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
81472025-10-14T00:52:44.679Z PASS [ 0.038s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
81482025-10-14T00:52:44.679Z PASS [ 0.029s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
81492025-10-14T00:52:44.706Z PASS [ 0.048s] omicron-sled-agent config::test::test_smf_configs
81502025-10-14T00:52:45.072Z PASS [ 0.366s] omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
81512025-10-14T00:52:45.098Z PASS [ 0.399s] omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
81522025-10-14T00:52:45.456Z PASS [ 0.383s] omicron-sled-agent instance::tests::test_instance_create_events_normal
81532025-10-14T00:52:46.377Z PASS [ 1.302s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
81542025-10-14T00:52:46.403Z PASS [ 0.933s] omicron-sled-agent instance::tests::test_instance_manager_creation
81552025-10-14T00:52:46.775Z PASS [ 0.397s] omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
81562025-10-14T00:52:46.810Z PASS [ 0.035s] omicron-sled-agent probe_manager::test::probe_state_set_ops
81572025-10-14T00:52:46.842Z PASS [ 0.032s] omicron-sled-agent profile::tests::empty_profile
81582025-10-14T00:52:46.875Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_disabled_instance
81592025-10-14T00:52:46.907Z PASS [ 0.031s] omicron-sled-agent profile::tests::test_instance
81602025-10-14T00:52:46.947Z PASS [ 0.039s] omicron-sled-agent profile::tests::test_multiple
81612025-10-14T00:52:46.983Z PASS [ 0.037s] omicron-sled-agent profile::tests::test_property
81622025-10-14T00:52:47.017Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_property_group
81632025-10-14T00:52:47.051Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_service
81642025-10-14T00:52:47.086Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_service_property_group
81652025-10-14T00:52:47.123Z PASS [ 0.037s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
81662025-10-14T00:52:47.158Z PASS [ 0.034s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
81672025-10-14T00:52:47.198Z PASS [ 0.040s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
81682025-10-14T00:52:47.258Z PASS [ 0.060s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
81692025-10-14T00:52:47.317Z PASS [ 0.060s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
81702025-10-14T00:52:47.368Z PASS [ 0.050s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
81712025-10-14T00:52:47.399Z PASS [ 0.031s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
81722025-10-14T00:52:47.435Z PASS [ 0.036s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
81732025-10-14T00:52:47.479Z PASS [ 0.043s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
81742025-10-14T00:52:47.519Z PASS [ 0.040s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
81752025-10-14T00:52:47.562Z PASS [ 0.043s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
81762025-10-14T00:52:47.605Z PASS [ 0.042s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
81772025-10-14T00:52:47.644Z PASS [ 0.040s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
81782025-10-14T00:52:47.686Z PASS [ 0.042s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
81792025-10-14T00:52:48.010Z PASS [ 8.527s] omicron-passwords test::test_compatible
81802025-10-14T00:52:48.051Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
81812025-10-14T00:52:48.090Z PASS [ 0.038s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
81822025-10-14T00:52:48.137Z PASS [ 0.042s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
81832025-10-14T00:52:48.172Z PASS [ 0.040s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
81842025-10-14T00:52:48.212Z PASS [ 0.040s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
81852025-10-14T00:52:48.253Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::nested_dataset
81862025-10-14T00:52:48.295Z PASS [ 0.043s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
81872025-10-14T00:52:48.339Z PASS [ 0.043s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
81882025-10-14T00:52:48.381Z PASS [ 0.042s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
81892025-10-14T00:52:48.424Z PASS [ 0.042s] omicron-sled-agent sim::storage::test::snapshot_needs_region
81902025-10-14T00:52:51.176Z PASS [ 3.490s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
81912025-10-14T00:52:51.992Z PASS [ 3.569s] omicron-sled-agent support_bundle::storage::tests::basic_crud
81922025-10-14T00:52:53.320Z PASS [ 26.457s] omicron-omdb::test_all_output test_omdb_env_settings
81932025-10-14T00:52:54.616Z PASS [ 3.440s] omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
81942025-10-14T00:52:55.614Z PASS [ 3.622s] omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
81952025-10-14T00:52:57.179Z PASS [ 3.862s] omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
81962025-10-14T00:52:58.803Z PASS [ 4.186s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
81972025-10-14T00:52:59.407Z PASS [ 3.792s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
81982025-10-14T00:53:00.926Z PASS [ 3.748s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
81992025-10-14T00:53:02.451Z PASS [ 3.648s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
82002025-10-14T00:53:03.277Z PASS [ 3.870s] omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
82012025-10-14T00:53:03.865Z PASS [ 21.131s] omicron-passwords test::test_smoke
82022025-10-14T00:53:03.902Z PASS [ 0.036s] omicron-sled-agent updates::test::test_query_no_components
82032025-10-14T00:53:03.941Z PASS [ 0.040s] omicron-sled-agent updates::test::test_query_sled_agent_version
82042025-10-14T00:53:04.017Z PASS [ 0.050s] omicron-sled-agent updates::test::test_query_zone_version
82052025-10-14T00:53:04.042Z PASS [ 0.030s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
82062025-10-14T00:53:04.952Z PASS [ 4.026s] omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
82072025-10-14T00:53:06.785Z PASS [ 4.334s] omicron-sled-agent support_bundle::storage::tests::ranges
82082025-10-14T00:53:06.830Z PASS [ 0.045s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
82092025-10-14T00:53:07.156Z PASS [ 3.134s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
82102025-10-14T00:53:07.451Z PASS [ 4.173s] omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
82112025-10-14T00:53:07.912Z PASS [ 2.960s] omicron-sled-agent zone_bundle::illumos_tests::test_context
82122025-10-14T00:53:08.001Z PASS [ 0.089s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
82132025-10-14T00:53:08.047Z PASS [ 0.046s] omicron-sled-agent zone_bundle::tests::test_dir_size
82142025-10-14T00:53:08.095Z PASS [ 0.047s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
82152025-10-14T00:53:08.603Z PASS [ 0.508s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
82162025-10-14T00:53:08.973Z PASS [ 0.370s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
82172025-10-14T00:53:09.082Z PASS [ 0.109s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
82182025-10-14T00:53:09.762Z PASS [ 2.605s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
82192025-10-14T00:53:09.799Z PASS [ 0.037s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
82202025-10-14T00:53:09.829Z PASS [ 0.030s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
82212025-10-14T00:53:09.853Z PASS [ 3.022s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
82222025-10-14T00:53:09.919Z PASS [ 0.837s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
82232025-10-14T00:53:10.076Z PASS [ 2.625s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
82242025-10-14T00:53:10.111Z PASS [ 0.035s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
82252025-10-14T00:53:10.150Z PASS [ 0.039s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
82262025-10-14T00:53:10.383Z PASS [ 0.554s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
82272025-10-14T00:53:10.408Z PASS [ 0.535s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
82282025-10-14T00:53:10.408Z PASS [ 0.255s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
82292025-10-14T00:53:10.629Z PASS [ 0.240s] omicron-test-utils dev::db::test::test_bad_cmd
82302025-10-14T00:53:10.828Z PASS [ 0.445s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
82312025-10-14T00:53:10.878Z PASS [ 0.472s] omicron-test-utils dev::db::test::test_cmd_fails
82322025-10-14T00:53:10.953Z PASS [ 1.034s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
82332025-10-14T00:53:10.994Z PASS [ 0.041s] omicron-test-utils dev::db::test::test_make_pg_config_fail
82342025-10-14T00:53:11.031Z PASS [ 0.037s] omicron-test-utils dev::db::test::test_make_pg_config_ok
82352025-10-14T00:53:11.073Z PASS [ 0.042s] omicron-test-utils dev::db::test::test_parse_http_addr
82362025-10-14T00:53:11.108Z PASS [ 0.035s] omicron-test-utils dev::db::test::test_process_exit_abnormal
82372025-10-14T00:53:11.133Z PASS [ 0.284s] omicron-test-utils dev::db::test::test_database_start_hang
82382025-10-14T00:53:11.157Z PASS [ 0.043s] omicron-test-utils dev::db::test::test_process_exit_normal
82392025-10-14T00:53:11.594Z PASS [ 0.482s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
82402025-10-14T00:53:11.908Z PASS [ 1.030s] omicron-test-utils dev::db::test::test_http_addr_integration
82412025-10-14T00:53:11.943Z PASS [ 0.035s] omicron-test-utils dev::db::test::test_starter_tmpdir
82422025-10-14T00:53:11.989Z PASS [ 43.641s] omicron-omdb::test_all_output test_omdb_success_cases
82432025-10-14T00:53:12.015Z PASS [ 0.051s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
82442025-10-14T00:53:12.040Z PASS [ 0.031s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
82452025-10-14T00:53:12.040Z PASS [ 0.037s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
82462025-10-14T00:53:12.065Z PASS [ 0.035s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
82472025-10-14T00:53:12.101Z PASS [ 0.070s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
82482025-10-14T00:53:12.127Z PASS [ 0.072s] omicron-test-utils dev::test_cmds::tests::test_redact_section
82492025-10-14T00:53:12.188Z PASS [ 0.061s] omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
82502025-10-14T00:53:12.510Z PASS [ 0.322s] oximeter test::timeseries_schema_consistency
82512025-10-14T00:53:12.535Z PASS [ 0.432s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
82522025-10-14T00:53:12.623Z PASS [ 1.995s] omicron-test-utils dev::db::test::test_database_concurrent
82532025-10-14T00:53:12.844Z PASS [ 0.220s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
82542025-10-14T00:53:12.869Z PASS [ 0.322s] oximeter-collector agent::tests::test_self_stat_error_counter
82552025-10-14T00:53:12.869Z PASS [ 0.347s] oximeter-collector agent::tests::test_self_stat_collection_count
82562025-10-14T00:53:12.894Z PASS [ 0.028s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
82572025-10-14T00:53:12.919Z PASS [ 0.026s] oximeter-collector self_stats::tests::test_failure_reason_serialization
82582025-10-14T00:53:12.972Z PASS [ 0.127s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
82592025-10-14T00:53:12.997Z PASS [ 1.385s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
82602025-10-14T00:53:12.997Z PASS [ 0.136s] oximeter-collector agent::tests::verify_producer_details
82612025-10-14T00:53:13.022Z PASS [ 0.033s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
82622025-10-14T00:53:13.022Z PASS [ 0.043s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
82632025-10-14T00:53:13.022Z PASS [ 0.028s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
82642025-10-14T00:53:13.047Z PASS [ 0.033s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
82652025-10-14T00:53:13.072Z PASS [ 0.038s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
82662025-10-14T00:53:13.303Z PASS [ 0.390s] oximeter-collector::test_commands test_oximeter_no_args
82672025-10-14T00:53:13.986Z PASS [ 0.965s] oximeter-db client::oxql::tests::test_get_entire_table
82682025-10-14T00:53:14.029Z PASS [ 0.975s] oximeter-db client::oxql::tests::test_get_one_timeseries
82692025-10-14T00:53:14.067Z PASS [ 1.022s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
82702025-10-14T00:53:14.130Z PASS [ 0.063s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
82712025-10-14T00:53:14.360Z PASS [ 1.056s] oximeter-db client::oxql::tests::test_limit_operations
82722025-10-14T00:53:14.585Z PASS [ 0.599s] oximeter-db client::tests::can_ping_clickhouse
82732025-10-14T00:53:15.432Z PASS [ 0.847s] oximeter-db client::tests::read_latest_version_reports_max
82742025-10-14T00:53:16.208Z PASS [ 0.776s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
82752025-10-14T00:53:16.340Z PASS [ 2.210s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
82762025-10-14T00:53:16.641Z PASS [ 2.280s] oximeter-db client::tests::insert_samples_fails_fast
82772025-10-14T00:53:16.828Z PASS [ 0.620s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
82782025-10-14T00:53:17.092Z PASS [ 0.751s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
82792025-10-14T00:53:17.469Z PASS [ 0.640s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
82802025-10-14T00:53:17.557Z PASS [ 0.917s] oximeter-db client::tests::select_timeseries_with_select_one
82812025-10-14T00:53:17.932Z PASS [ 0.840s] oximeter-db client::tests::test_client_select_timeseries_one
82822025-10-14T00:53:18.282Z PASS [ 0.814s] oximeter-db client::tests::test_database_version_update_is_idempotent
82832025-10-14T00:53:18.365Z PASS [ 0.808s] oximeter-db client::tests::test_database_version_will_not_downgrade
82842025-10-14T00:53:18.512Z PASS [ 32.123s] omicron-sled-agent nexus::test::nexus_self_notification_test
82852025-10-14T00:53:18.728Z PASS [ 0.796s] oximeter-db client::tests::test_database_version_will_not_upgrade
82862025-10-14T00:53:19.081Z PASS [ 0.799s] oximeter-db client::tests::test_differentiate_by_timeseries_name
82872025-10-14T00:53:19.168Z PASS [ 0.803s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
82882025-10-14T00:53:19.283Z PASS [ 0.771s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
82892025-10-14T00:53:19.491Z PASS [ 0.763s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
82902025-10-14T00:53:20.007Z PASS [ 0.839s] oximeter-db client::tests::test_field_record_count
82912025-10-14T00:53:20.146Z PASS [ 0.863s] oximeter-db client::tests::test_get_schema_no_new_values
82922025-10-14T00:53:20.284Z PASS [ 0.793s] oximeter-db client::tests::test_insert_samples
82932025-10-14T00:53:20.558Z PASS [ 1.478s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
82942025-10-14T00:53:20.596Z PASS [ 0.037s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
82952025-10-14T00:53:20.633Z PASS [ 0.037s] oximeter-db client::tests::test_read_timeseries_to_delete
82962025-10-14T00:53:20.665Z PASS [ 0.032s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
82972025-10-14T00:53:20.696Z PASS [ 0.031s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
82982025-10-14T00:53:20.777Z PASS [ 0.770s] oximeter-db client::tests::test_is_oximeter_cluster
82992025-10-14T00:53:21.021Z PASS [ 0.874s] oximeter-db client::tests::test_list_timeseries
83002025-10-14T00:53:21.094Z PASS [ 0.810s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
83012025-10-14T00:53:21.626Z PASS [ 0.849s] oximeter-db client::tests::test_schema_mismatch
83022025-10-14T00:53:21.942Z PASS [ 0.922s] oximeter-db client::tests::test_schema_update
83032025-10-14T00:53:22.004Z PASS [ 0.910s] oximeter-db client::tests::test_select_all_datum_types
83042025-10-14T00:53:22.029Z PASS [ 10.856s] omicron-test-utils dev::db::test::test_setup_database_default_dir
83052025-10-14T00:53:22.262Z PASS [ 1.566s] oximeter-db client::tests::test_recall_of_all_fields
83062025-10-14T00:53:22.442Z PASS [ 0.815s] oximeter-db client::tests::test_select_all_field_types
83072025-10-14T00:53:22.786Z PASS [ 0.844s] oximeter-db client::tests::test_select_timeseries_with_all
83082025-10-14T00:53:23.036Z PASS [ 1.029s] oximeter-db client::tests::test_select_timeseries_with_order
83092025-10-14T00:53:23.061Z PASS [ 1.043s] oximeter-db client::tests::test_select_timeseries_with_limit
83102025-10-14T00:53:23.114Z PASS [ 0.849s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
83112025-10-14T00:53:23.139Z PASS [ 0.024s] oximeter-db client::tests::test_unravel_index
83122025-10-14T00:53:23.326Z PASS [ 0.885s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
83132025-10-14T00:53:23.366Z PASS [ 0.039s] oximeter-db client::tests::test_verify_schema_upgrades
83142025-10-14T00:53:23.400Z PASS [ 0.034s] oximeter-db model::fields::tests::test_extract_fields_as_block
83152025-10-14T00:53:23.430Z PASS [ 0.030s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
83162025-10-14T00:53:23.464Z PASS [ 0.033s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
83172025-10-14T00:53:23.493Z PASS [ 0.029s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
83182025-10-14T00:53:23.525Z PASS [ 0.031s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
83192025-10-14T00:53:23.553Z PASS [ 0.028s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
83202025-10-14T00:53:23.580Z PASS [ 0.028s] oximeter-db native::block::tests::concat_blocks
83212025-10-14T00:53:23.608Z PASS [ 0.028s] oximeter-db native::block::tests::datetime64_scale_checks_range
83222025-10-14T00:53:23.634Z PASS [ 0.026s] oximeter-db native::block::tests::parse_date_time
83232025-10-14T00:53:23.659Z PASS [ 0.850s] oximeter-db client::tests::test_select_timeseries_with_start_time
83242025-10-14T00:53:23.684Z PASS [ 0.030s] oximeter-db native::block::tests::parse_date_time64
83252025-10-14T00:53:23.684Z PASS [ 0.029s] oximeter-db native::block::tests::parse_escaped_date_time64
83262025-10-14T00:53:23.709Z PASS [ 0.031s] oximeter-db native::block::tests::test_data_type_to_string
83272025-10-14T00:53:23.710Z PASS [ 0.031s] oximeter-db native::block::tests::test_datetime64_conversions
83282025-10-14T00:53:23.734Z PASS [ 0.030s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
83292025-10-14T00:53:23.735Z PASS [ 0.032s] oximeter-db native::block::tests::test_parse_all_known_timezones
83302025-10-14T00:53:23.760Z PASS [ 0.027s] oximeter-db native::block::tests::test_parse_enum8
83312025-10-14T00:53:23.760Z PASS [ 0.032s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
83322025-10-14T00:53:23.785Z PASS [ 0.026s] oximeter-db native::block::tests::test_parse_enum_variant
83332025-10-14T00:53:23.810Z PASS [ 0.030s] oximeter-db native::block::tests::test_parse_invalid_data_type
83342025-10-14T00:53:23.840Z PASS [ 0.793s] oximeter-db client::tests::test_timeseries_schema_list
83352025-10-14T00:53:23.957Z PASS [ 0.818s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
83362025-10-14T00:53:24.272Z PASS [ 1.236s] oximeter-db client::tests::test_sql_query_output
83372025-10-14T00:53:24.377Z PASS [ 0.596s] oximeter-db native::connection::tests::test_basic_select_query
83382025-10-14T00:53:24.442Z PASS [ 0.602s] oximeter-db native::connection::tests::test_exchange_hello
83392025-10-14T00:53:24.502Z PASS [ 0.711s] oximeter-db native::connection::tests::test_can_cancel_query
83402025-10-14T00:53:24.568Z PASS [ 0.610s] oximeter-db native::connection::tests::test_insert_and_select_data
83412025-10-14T00:53:24.877Z PASS [ 0.605s] oximeter-db native::connection::tests::test_insert_and_select_uuid
83422025-10-14T00:53:24.903Z PASS [ 0.026s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
83432025-10-14T00:53:24.933Z PASS [ 0.030s] oximeter-db native::io::block::tests::test_decode_full_block
83442025-10-14T00:53:24.958Z PASS [ 0.024s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
83452025-10-14T00:53:24.983Z PASS [ 0.602s] oximeter-db native::connection::tests::test_select_array_column
83462025-10-14T00:53:25.009Z PASS [ 0.033s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
83472025-10-14T00:53:25.034Z PASS [ 0.034s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
83482025-10-14T00:53:25.034Z PASS [ 0.031s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
83492025-10-14T00:53:25.059Z PASS [ 0.026s] oximeter-db native::io::column::tests::test_decode_string_column
83502025-10-14T00:53:25.059Z PASS [ 0.028s] oximeter-db native::io::column::tests::test_decode_uint64_column
83512025-10-14T00:53:25.059Z PASS [ 0.608s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
83522025-10-14T00:53:25.084Z PASS [ 0.023s] oximeter-db native::io::column::tests::test_decode_uint8_column
83532025-10-14T00:53:25.085Z PASS [ 0.027s] oximeter-db native::io::column::tests::test_decode_uuid_column
83542025-10-14T00:53:25.085Z PASS [ 0.029s] oximeter-db native::io::column::tests::test_encode_decode_column
83552025-10-14T00:53:25.110Z PASS [ 0.023s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
83562025-10-14T00:53:25.110Z PASS [ 0.024s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
83572025-10-14T00:53:25.110Z PASS [ 0.028s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
83582025-10-14T00:53:25.135Z PASS [ 0.024s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
83592025-10-14T00:53:25.135Z PASS [ 0.610s] oximeter-db native::connection::tests::test_select_nullable_column
83602025-10-14T00:53:25.135Z PASS [ 0.029s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
83612025-10-14T00:53:25.135Z PASS [ 0.024s] oximeter-db native::io::packet::server::tests::test_decode_pong
83622025-10-14T00:53:25.135Z PASS [ 0.024s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
83632025-10-14T00:53:25.160Z PASS [ 0.024s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
83642025-10-14T00:53:25.160Z PASS [ 0.024s] oximeter-db native::io::string::test::test_encode_decode
83652025-10-14T00:53:25.160Z PASS [ 0.023s] oximeter-db native::io::string::test::test_encode_hello_world
83662025-10-14T00:53:25.160Z PASS [ 0.024s] oximeter-db native::io::table_columns::tests::test_column_count
83672025-10-14T00:53:25.185Z PASS [ 0.026s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
83682025-10-14T00:53:25.185Z PASS [ 0.605s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
83692025-10-14T00:53:25.185Z PASS [ 0.022s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
83702025-10-14T00:53:25.185Z PASS [ 0.029s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
83712025-10-14T00:53:25.185Z PASS [ 0.025s] oximeter-db native::io::table_columns::tests::test_column_descriptions
83722025-10-14T00:53:25.210Z PASS [ 0.029s] oximeter-db native::io::varuint::test_encode_decode_varuint
83732025-10-14T00:53:25.210Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
83742025-10-14T00:53:25.210Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
83752025-10-14T00:53:25.210Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_comparison
83762025-10-14T00:53:25.210Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
83772025-10-14T00:53:25.236Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_double_literal
83782025-10-14T00:53:25.236Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
83792025-10-14T00:53:25.236Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
83802025-10-14T00:53:25.236Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
83812025-10-14T00:53:25.236Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
83822025-10-14T00:53:25.261Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
83832025-10-14T00:53:25.261Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
83842025-10-14T00:53:25.261Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
83852025-10-14T00:53:25.287Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
83862025-10-14T00:53:25.287Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
83872025-10-14T00:53:25.287Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_group_by
83882025-10-14T00:53:25.287Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
83892025-10-14T00:53:25.287Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_ident
83902025-10-14T00:53:25.287Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
83912025-10-14T00:53:25.313Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
83922025-10-14T00:53:25.313Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
83932025-10-14T00:53:25.313Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
83942025-10-14T00:53:25.313Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
83952025-10-14T00:53:25.313Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
83962025-10-14T00:53:25.338Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
83972025-10-14T00:53:25.338Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
83982025-10-14T00:53:25.338Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_query
83992025-10-14T00:53:25.363Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
84002025-10-14T00:53:25.363Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
84012025-10-14T00:53:25.364Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
84022025-10-14T00:53:25.364Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
84032025-10-14T00:53:25.389Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
84042025-10-14T00:53:25.389Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_reducer
84052025-10-14T00:53:25.389Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
84062025-10-14T00:53:25.389Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
84072025-10-14T00:53:25.414Z PASS [ 0.020s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
84082025-10-14T00:53:25.414Z PASS [ 0.019s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
84092025-10-14T00:53:25.414Z PASS [ 0.025s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
84102025-10-14T00:53:25.414Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
84112025-10-14T00:53:25.414Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
84122025-10-14T00:53:25.439Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
84132025-10-14T00:53:25.439Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
84142025-10-14T00:53:25.439Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
84152025-10-14T00:53:25.439Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
84162025-10-14T00:53:25.465Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
84172025-10-14T00:53:25.465Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
84182025-10-14T00:53:25.465Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
84192025-10-14T00:53:25.490Z PASS [ 0.035s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
84202025-10-14T00:53:25.490Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
84212025-10-14T00:53:25.490Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
84222025-10-14T00:53:25.490Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
84232025-10-14T00:53:25.515Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
84242025-10-14T00:53:25.515Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
84252025-10-14T00:53:25.515Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
84262025-10-14T00:53:25.515Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
84272025-10-14T00:53:25.540Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
84282025-10-14T00:53:25.540Z PASS [ 0.035s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
84292025-10-14T00:53:25.540Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
84302025-10-14T00:53:25.540Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
84312025-10-14T00:53:25.566Z PASS [ 0.028s] oximeter-db oxql::plan::align::test::test_align_input_schema
84322025-10-14T00:53:25.656Z PASS [ 0.123s] oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
84332025-10-14T00:53:25.681Z PASS [ 0.124s] oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
84342025-10-14T00:53:25.681Z PASS [ 0.129s] oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
84352025-10-14T00:53:25.681Z PASS [ 0.123s] oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
84362025-10-14T00:53:25.770Z PASS [ 0.112s] oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
84372025-10-14T00:53:25.795Z PASS [ 0.115s] oximeter-db oxql::plan::plan::tests::cannot_join_one_table
84382025-10-14T00:53:25.795Z PASS [ 0.116s] oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
84392025-10-14T00:53:25.796Z PASS [ 0.110s] oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
84402025-10-14T00:53:25.879Z PASS [ 0.109s] oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
84412025-10-14T00:53:25.905Z PASS [ 0.110s] oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
84422025-10-14T00:53:25.905Z PASS [ 0.121s] oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
84432025-10-14T00:53:25.905Z PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
84442025-10-14T00:53:25.990Z PASS [ 0.111s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
84452025-10-14T00:53:26.016Z PASS [ 0.110s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
84462025-10-14T00:53:26.016Z PASS [ 0.112s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
84472025-10-14T00:53:26.016Z PASS [ 0.110s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
84482025-10-14T00:53:26.120Z PASS [ 0.122s] oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
84492025-10-14T00:53:26.146Z PASS [ 0.139s] oximeter-db oxql::plan::plan::tests::requires_full_table_scan
84502025-10-14T00:53:26.146Z PASS [ 0.130s] oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
84512025-10-14T00:53:26.146Z PASS [ 0.130s] oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
84522025-10-14T00:53:26.173Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_coalesce_limits
84532025-10-14T00:53:26.198Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
84542025-10-14T00:53:26.223Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
84552025-10-14T00:53:26.249Z PASS [ 0.109s] oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
84562025-10-14T00:53:26.250Z PASS [ 0.112s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
84572025-10-14T00:53:26.250Z PASS [ 0.111s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
84582025-10-14T00:53:26.250Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
84592025-10-14T00:53:26.276Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
84602025-10-14T00:53:26.276Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
84612025-10-14T00:53:26.301Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
84622025-10-14T00:53:26.301Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
84632025-10-14T00:53:26.301Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_coalesce_predicates
84642025-10-14T00:53:26.326Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
84652025-10-14T00:53:26.326Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
84662025-10-14T00:53:26.326Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
84672025-10-14T00:53:26.326Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_insert_filters
84682025-10-14T00:53:26.352Z PASS [ 0.038s] oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
84692025-10-14T00:53:26.352Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
84702025-10-14T00:53:26.352Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_query_end_time
84712025-10-14T00:53:26.377Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
84722025-10-14T00:53:26.377Z PASS [ 1.056s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
84732025-10-14T00:53:26.377Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
84742025-10-14T00:53:26.377Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
84752025-10-14T00:53:26.377Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
84762025-10-14T00:53:26.403Z PASS [ 0.029s] oximeter-db query::tests::test_field_cmp
84772025-10-14T00:53:26.403Z PASS [ 0.038s] oximeter-db oxql::query::tests::test_split_query
84782025-10-14T00:53:26.403Z PASS [ 0.027s] oximeter-db query::tests::test_field_value_as_db_str
84792025-10-14T00:53:26.403Z PASS [ 0.030s] oximeter-db query::tests::test_field_selector_as_query
84802025-10-14T00:53:26.428Z PASS [ 0.038s] oximeter-db query::tests::test_select_query_builder_field_selectors
84812025-10-14T00:53:26.453Z PASS [ 0.029s] oximeter-db query::tests::test_select_query_builder_limit_offset
84822025-10-14T00:53:26.453Z PASS [ 0.034s] oximeter-db query::tests::test_select_query_builder_from_parts
84832025-10-14T00:53:26.453Z PASS [ 0.037s] oximeter-db query::tests::test_select_query_builder_full
84842025-10-14T00:53:26.453Z PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_filter_raw
84852025-10-14T00:53:26.453Z PASS [ 0.028s] oximeter-db query::tests::test_select_query_builder_no_fields
84862025-10-14T00:53:26.479Z PASS [ 0.029s] oximeter-db query::tests::test_select_query_builder_no_selectors
84872025-10-14T00:53:26.479Z PASS [ 0.028s] oximeter-db query::tests::test_time_range
84882025-10-14T00:53:26.479Z PASS [ 0.039s] oximeter-db query::tests::test_string_field_selector
84892025-10-14T00:53:26.479Z PASS [ 0.032s] oximeter-db sql::tests::test_allow_subqueries
84902025-10-14T00:53:26.479Z PASS [ 0.040s] oximeter-db sql::tests::test_allow_limit_offset
84912025-10-14T00:53:26.504Z PASS [ 0.032s] oximeter-db sql::tests::test_cannot_name_database
84922025-10-14T00:53:26.504Z PASS [ 0.031s] oximeter-db sql::tests::test_ctes_are_not_supported
84932025-10-14T00:53:26.504Z PASS [ 0.035s] oximeter-db sql::tests::test_function_allow_list
84942025-10-14T00:53:26.504Z PASS [ 0.026s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
84952025-10-14T00:53:26.530Z PASS [ 0.058s] oximeter-db sql::tests::test_join_must_be_inner
84962025-10-14T00:53:26.555Z PASS [ 0.036s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
84972025-10-14T00:53:26.555Z PASS [ 0.042s] oximeter-db sql::tests::test_query_must_be_select_statement
84982025-10-14T00:53:26.555Z PASS [ 0.030s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
84992025-10-14T00:53:26.555Z PASS [ 0.039s] oximeter-db sql::tests::test_require_table_is_timeseries_name
85002025-10-14T00:53:26.580Z PASS [ 0.031s] oximeter-db tests::test_timeseries_key_field_stability
85012025-10-14T00:53:26.580Z PASS [ 0.033s] oximeter-db sql::tests::test_with_comma_join_fails
85022025-10-14T00:53:26.580Z PASS [ 0.033s] oximeter-db tests::test_timeseries_key_sample_stability
85032025-10-14T00:53:26.653Z PASS [ 0.091s] oximeter-instruments http::tests::test_latency_tracker
85042025-10-14T00:53:26.713Z PASS [ 0.059s] oximeter-instruments kstat::link::tests::test_kstat_interested
85052025-10-14T00:53:26.739Z PASS [ 0.176s] oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
85062025-10-14T00:53:26.815Z PASS [ 0.075s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
85072025-10-14T00:53:26.841Z PASS [ 0.102s] oximeter-instruments kstat::link::tests::test_kstat_sampler
85082025-10-14T00:53:26.884Z PASS [ 0.068s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
85092025-10-14T00:53:26.909Z PASS [ 0.080s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
85102025-10-14T00:53:26.959Z PASS [ 0.075s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
85112025-10-14T00:53:26.984Z PASS [ 0.071s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
85122025-10-14T00:53:27.009Z PASS [ 0.049s] oximeter-instruments kstat::link::tests::test_sled_datalink
85132025-10-14T00:53:27.034Z PASS [ 0.055s] oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
85142025-10-14T00:53:27.060Z PASS [ 0.027s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
85152025-10-14T00:53:27.060Z PASS [ 0.019s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
85162025-10-14T00:53:27.060Z PASS [ 0.019s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
85172025-10-14T00:53:27.060Z PASS [ 0.018s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
85182025-10-14T00:53:27.085Z PASS [ 0.018s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
85192025-10-14T00:53:27.085Z PASS [ 0.023s] oximeter-macro-impl tests::test_metric_annotated_field
85202025-10-14T00:53:27.110Z PASS [ 0.022s] oximeter-macro-impl tests::test_metric_datum_field
85212025-10-14T00:53:27.110Z PASS [ 0.019s] oximeter-macro-impl tests::test_metric_enum
85222025-10-14T00:53:27.136Z PASS [ 0.022s] oximeter-macro-impl tests::test_metric_without_datum_field
85232025-10-14T00:53:27.136Z PASS [ 0.020s] oximeter-macro-impl tests::test_target
85242025-10-14T00:53:27.136Z PASS [ 0.019s] oximeter-macro-impl tests::test_target_empty_struct
85252025-10-14T00:53:27.161Z PASS [ 0.020s] oximeter-macro-impl tests::test_target_enum
85262025-10-14T00:53:27.161Z PASS [ 0.020s] oximeter-macro-impl tests::test_target_unit_struct
85272025-10-14T00:53:27.186Z PASS [ 0.020s] oximeter-macro-impl tests::test_target_with_datum_field
85282025-10-14T00:53:27.248Z PASS [ 0.087s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
85292025-10-14T00:53:27.282Z PASS [ 0.034s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
85302025-10-14T00:53:27.308Z PASS [ 0.024s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
85312025-10-14T00:53:27.333Z PASS [ 0.024s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
85322025-10-14T00:53:27.359Z PASS [ 0.028s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
85332025-10-14T00:53:27.396Z PASS [ 0.038s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
85342025-10-14T00:53:27.424Z PASS [ 0.027s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
85352025-10-14T00:53:27.453Z PASS [ 0.029s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
85362025-10-14T00:53:27.478Z PASS [ 0.024s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
85372025-10-14T00:53:27.507Z PASS [ 0.030s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
85382025-10-14T00:53:27.542Z PASS [ 0.034s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
85392025-10-14T00:53:27.567Z PASS [ 0.023s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
85402025-10-14T00:53:27.592Z PASS [ 0.024s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
85412025-10-14T00:53:27.618Z PASS [ 0.025s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
85422025-10-14T00:53:27.643Z PASS [ 0.027s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
85432025-10-14T00:53:27.668Z PASS [ 0.022s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
85442025-10-14T00:53:27.693Z PASS [ 0.024s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
85452025-10-14T00:53:27.718Z PASS [ 0.023s] oximeter-schema ir::tests::fail_on_empty_descriptions
85462025-10-14T00:53:27.743Z PASS [ 0.027s] oximeter-schema ir::tests::fail_on_empty_metric_name
85472025-10-14T00:53:27.768Z PASS [ 0.024s] oximeter-schema ir::tests::fail_on_empty_target_name
85482025-10-14T00:53:27.793Z PASS [ 0.028s] oximeter-schema ir::tests::fail_on_very_long_field_names
85492025-10-14T00:53:27.818Z PASS [ 0.027s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
85502025-10-14T00:53:27.843Z PASS [ 0.025s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
85512025-10-14T00:53:27.871Z PASS [ 0.028s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
85522025-10-14T00:53:27.903Z PASS [ 0.032s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
85532025-10-14T00:53:27.933Z PASS [ 0.030s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
85542025-10-14T00:53:27.965Z PASS [ 0.032s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
85552025-10-14T00:53:27.995Z PASS [ 0.030s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
85562025-10-14T00:53:28.029Z PASS [ 0.033s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
85572025-10-14T00:53:28.059Z PASS [ 0.031s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
85582025-10-14T00:53:28.090Z PASS [ 0.030s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
85592025-10-14T00:53:28.119Z PASS [ 0.029s] oximeter-schema ir::tests::only_support_format_version_1
85602025-10-14T00:53:28.147Z PASS [ 0.028s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
85612025-10-14T00:53:28.174Z PASS [ 0.026s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
85622025-10-14T00:53:28.264Z PASS [ 0.090s] oximeter-test-utils tests::test_gen_test_samples
85632025-10-14T00:53:28.306Z PASS [ 0.041s] oximeter-test-utils tests::test_sample_struct
85642025-10-14T00:53:28.335Z PASS [ 0.029s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
85652025-10-14T00:53:28.361Z PASS [ 0.026s] oximeter-test-utils tests::test_timeseries_schema_from_parts
85662025-10-14T00:53:28.393Z PASS [ 0.031s] oximeter-test-utils tests::test_timeseries_schema_from_sample
85672025-10-14T00:53:28.425Z PASS [ 0.032s] oximeter-types histogram::tests::test_bin_range
85682025-10-14T00:53:28.451Z PASS [ 0.026s] oximeter-types histogram::tests::test_bin_range_from
85692025-10-14T00:53:28.478Z PASS [ 0.026s] oximeter-types histogram::tests::test_bin_range_to
85702025-10-14T00:53:28.503Z PASS [ 0.025s] oximeter-types histogram::tests::test_empty_bins_not_supported
85712025-10-14T00:53:28.528Z PASS [ 0.024s] oximeter-types histogram::tests::test_ensure_finite
85722025-10-14T00:53:28.556Z PASS [ 0.029s] oximeter-types histogram::tests::test_histogram
85732025-10-14T00:53:28.585Z PASS [ 0.029s] oximeter-types histogram::tests::test_histogram_construct_with
85742025-10-14T00:53:28.610Z PASS [ 0.023s] oximeter-types histogram::tests::test_histogram_extreme_bins
85752025-10-14T00:53:28.635Z PASS [ 0.024s] oximeter-types histogram::tests::test_histogram_extreme_samples
85762025-10-14T00:53:28.660Z PASS [ 0.022s] oximeter-types histogram::tests::test_histogram_float_bins
85772025-10-14T00:53:28.685Z PASS [ 0.023s] oximeter-types histogram::tests::test_histogram_unbounded_samples
85782025-10-14T00:53:28.711Z PASS [ 0.027s] oximeter-types histogram::tests::test_histogram_unsorted_bins
85792025-10-14T00:53:28.736Z PASS [ 0.026s] oximeter-types histogram::tests::test_histogram_with_bins
85802025-10-14T00:53:28.761Z PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
85812025-10-14T00:53:28.786Z PASS [ 0.024s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
85822025-10-14T00:53:28.811Z PASS [ 0.023s] oximeter-types histogram::tests::test_log_bins_u64
85832025-10-14T00:53:28.836Z PASS [ 0.023s] oximeter-types histogram::tests::test_log_bins_u8
85842025-10-14T00:53:28.861Z PASS [ 0.030s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
85852025-10-14T00:53:28.886Z PASS [ 0.022s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
85862025-10-14T00:53:28.911Z PASS [ 0.023s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
85872025-10-14T00:53:28.936Z PASS [ 0.024s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
85882025-10-14T00:53:28.961Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
85892025-10-14T00:53:28.986Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
85902025-10-14T00:53:28.986Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
85912025-10-14T00:53:29.015Z PASS [ 0.025s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
85922025-10-14T00:53:29.041Z PASS [ 0.024s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
85932025-10-14T00:53:29.066Z PASS [ 0.021s] oximeter-types histogram::tests::test_span_decades
85942025-10-14T00:53:29.091Z PASS [ 0.023s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
85952025-10-14T00:53:29.116Z PASS [ 0.032s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
85962025-10-14T00:53:29.141Z PASS [ 0.023s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
85972025-10-14T00:53:29.165Z PASS [ 0.019s] oximeter-types quantile::tests::test_default_percentiles
85982025-10-14T00:53:29.190Z PASS [ 0.023s] oximeter-types quantile::tests::test_empty_observations
85992025-10-14T00:53:29.215Z PASS [ 0.027s] oximeter-types quantile::tests::test_find_cells
86002025-10-14T00:53:29.240Z PASS [ 0.022s] oximeter-types quantile::tests::test_float_observations
86012025-10-14T00:53:29.265Z PASS [ 0.025s] oximeter-types quantile::tests::test_integer_observations
86022025-10-14T00:53:29.290Z PASS [ 0.022s] oximeter-types quantile::tests::test_invalid_p_value
86032025-10-14T00:53:29.315Z PASS [ 0.020s] oximeter-types quantile::tests::test_max_p
86042025-10-14T00:53:29.315Z PASS [ 0.018s] oximeter-types quantile::tests::test_min_p
86052025-10-14T00:53:29.340Z PASS [ 0.025s] oximeter-types quantile::tests::test_non_filled_observations
86062025-10-14T00:53:29.365Z PASS [ 0.025s] oximeter-types quantile::tests::test_rounding
86072025-10-14T00:53:29.390Z PASS [ 0.020s] oximeter-types schema::tests::test_field_schema_ordering
86082025-10-14T00:53:29.418Z PASS [ 0.037s] oximeter-types schema::tests::test_timeseries_name
86092025-10-14T00:53:29.450Z PASS [ 0.032s] oximeter-types schema::tests::test_timeseries_name_from_str
86102025-10-14T00:53:29.475Z PASS [ 0.024s] oximeter-types traits::tests::test_metric_trait
86112025-10-14T00:53:29.503Z PASS [ 0.028s] oximeter-types traits::tests::test_producer_trait
86122025-10-14T00:53:29.527Z PASS [ 0.021s] oximeter-types traits::tests::test_target_trait
86132025-10-14T00:53:29.552Z PASS [ 0.022s] oximeter-types types::tests::test_cumulative_f64
86142025-10-14T00:53:29.577Z PASS [ 0.021s] oximeter-types types::tests::test_cumulative_i64
86152025-10-14T00:53:29.602Z PASS [ 0.025s] oximeter-types types::tests::test_datum
86162025-10-14T00:53:29.627Z PASS [ 0.025s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
86172025-10-14T00:53:29.652Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
86182025-10-14T00:53:29.677Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
86192025-10-14T00:53:29.702Z PASS [ 0.027s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
86202025-10-14T00:53:29.727Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
86212025-10-14T00:53:29.752Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
86222025-10-14T00:53:29.777Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
86232025-10-14T00:53:29.778Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
86242025-10-14T00:53:29.803Z PASS [ 0.027s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
86252025-10-14T00:53:29.828Z PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
86262025-10-14T00:53:29.853Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
86272025-10-14T00:53:29.878Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
86282025-10-14T00:53:29.903Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
86292025-10-14T00:53:29.928Z PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
86302025-10-14T00:53:29.953Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
86312025-10-14T00:53:29.953Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
86322025-10-14T00:53:29.978Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
86332025-10-14T00:53:30.003Z PASS [ 0.023s] oximeter-types types::tests::test_measurement
86342025-10-14T00:53:30.028Z PASS [ 0.026s] oximeter-types types::tests::test_verify_field_names
86352025-10-14T00:53:30.053Z PASS [ 0.025s] oxlog tests::test_daterange_filter
86362025-10-14T00:53:30.078Z PASS [ 0.017s] oxlog tests::test_is_oxide_smf_log_file
86372025-10-14T00:53:30.078Z PASS [ 0.016s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
86382025-10-14T00:53:30.103Z PASS [ 0.014s] oxlog tests::test_sort_logs
86392025-10-14T00:53:30.103Z PASS [ 2.944s] oximeter-producer tests::test_producer_registration_task
86402025-10-14T00:53:30.139Z PASS [ 0.049s] oxlog::bin/oxlog tests::test_parse_timestamp
86412025-10-14T00:53:30.164Z PASS [ 0.060s] oxql-types point::tests::test_cast_points_from_bool
86422025-10-14T00:53:30.189Z PASS [ 0.029s] oxql-types point::tests::test_cast_points_from_double
86432025-10-14T00:53:30.214Z PASS [ 0.032s] oxql-types point::tests::test_cast_points_from_double_distribution
86442025-10-14T00:53:30.214Z PASS [ 0.026s] oxql-types point::tests::test_cast_points_from_int_distribution
86452025-10-14T00:53:30.239Z PASS [ 0.030s] oxql-types point::tests::test_cast_points_from_integer
86462025-10-14T00:53:30.239Z PASS [ 0.032s] oxql-types point::tests::test_cast_points_from_string
86472025-10-14T00:53:30.264Z PASS [ 0.027s] oxql-types point::tests::test_join_point_arrays
86482025-10-14T00:53:30.264Z PASS [ 0.027s] oxql-types point::tests::test_point_delta_between
86492025-10-14T00:53:30.289Z PASS [ 0.024s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
86502025-10-14T00:53:30.289Z PASS [ 0.026s] oxql-types point::tests::test_point_delta_between_with_new_epoch
86512025-10-14T00:53:30.314Z PASS [ 0.024s] oxql-types point::tests::test_push_concrete_values
86522025-10-14T00:53:30.314Z PASS [ 0.029s] oxql-types point::tests::test_sub_between_histogram_distributions
86532025-10-14T00:53:30.349Z PASS [ 0.040s] range-requests test::get_response_no_range
86542025-10-14T00:53:30.383Z PASS [ 0.034s] range-requests test::get_response_with_range
86552025-10-14T00:53:30.408Z PASS [ 0.092s] parallel-task-set test::test_spawn_many
86562025-10-14T00:53:30.408Z PASS [ 0.019s] range-requests test::invalid_ranges
86572025-10-14T00:53:30.408Z PASS [ 0.019s] range-requests test::parse_range_invalid
86582025-10-14T00:53:30.433Z PASS [ 0.021s] range-requests test::parse_range_valid
86592025-10-14T00:53:30.433Z PASS [ 0.025s] range-requests test::potential_range_parsing_does_not_crash
86602025-10-14T00:53:30.458Z PASS [ 0.016s] range-requests test::range_into_str
86612025-10-14T00:53:30.458Z PASS [ 0.023s] range-requests test::single_range_parsing_does_not_crash
86622025-10-14T00:53:30.984Z PASS [ 0.543s] reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
86632025-10-14T00:53:31.217Z PASS [ 0.233s] reconfigurator-cli::test-scripts script::cmds-example.txt
86642025-10-14T00:53:31.451Z PASS [ 0.234s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
86652025-10-14T00:53:31.670Z PASS [ 0.219s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
86662025-10-14T00:53:31.774Z PASS [ 1.317s] reconfigurator-cli::test-scripts script::cmds-add-zones-with-mupdate-override.txt
86672025-10-14T00:53:31.825Z PASS [ 0.155s] reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
86682025-10-14T00:53:31.931Z PASS [ 0.157s] reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
86692025-10-14T00:53:32.763Z PASS [ 0.938s] reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
86702025-10-14T00:53:34.016Z PASS [ 1.249s] reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
86712025-10-14T00:53:34.110Z PASS [ 2.179s] reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
86722025-10-14T00:53:34.158Z PASS [ 0.145s] reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
86732025-10-14T00:53:34.302Z PASS [ 0.144s] reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
86742025-10-14T00:53:34.525Z PASS [ 0.222s] reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
86752025-10-14T00:53:34.745Z PASS [ 0.220s] reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
86762025-10-14T00:53:34.895Z PASS [ 0.149s] reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
86772025-10-14T00:53:35.929Z PASS [ 1.819s] reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
86782025-10-14T00:53:37.454Z PASS [ 2.559s] reconfigurator-cli::test-scripts script::cmds-target-release.txt
86792025-10-14T00:53:37.678Z PASS [ 0.224s] reconfigurator-cli::test-scripts script::cmds.txt
86802025-10-14T00:53:37.772Z PASS [ 1.844s] reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
86812025-10-14T00:53:38.729Z PASS [ 1.051s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
86822025-10-14T00:53:38.940Z PASS [ 1.168s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
86832025-10-14T00:53:39.803Z PASS [ 1.075s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
86842025-10-14T00:53:40.935Z PASS [ 1.131s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
86852025-10-14T00:53:41.442Z PASS [ 14.898s] oximeter-db::integration_test test_schemas_disjoint
86862025-10-14T00:53:43.015Z PASS [ 2.079s] sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
86872025-10-14T00:53:44.071Z PASS [ 30.043s] oximeter-db client::tests::cannot_ping_nonexistent_server
86882025-10-14T00:53:44.110Z PASS [ 17.546s] oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
86892025-10-14T00:53:44.956Z PASS [ 0.840s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
86902025-10-14T00:53:45.361Z PASS [ 3.920s] sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
86912025-10-14T00:53:45.410Z PASS [ 0.048s] sled-agent-config-reconciler dump_setup::tests::test_archives_rotated_logs_and_cores
86922025-10-14T00:53:45.447Z PASS [ 0.038s] sled-agent-config-reconciler dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
86932025-10-14T00:53:45.491Z PASS [ 0.044s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold
86942025-10-14T00:53:45.532Z PASS [ 0.041s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold_many_files
86952025-10-14T00:53:45.580Z PASS [ 0.047s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleanup_ignores_support_bundles
86962025-10-14T00:53:45.623Z PASS [ 0.043s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_not_cleaned_under_threshold
86972025-10-14T00:53:45.658Z PASS [ 0.035s] sled-agent-config-reconciler dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
86982025-10-14T00:53:45.702Z PASS [ 0.043s] sled-agent-config-reconciler dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
86992025-10-14T00:53:45.744Z PASS [ 0.042s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
87002025-10-14T00:53:45.785Z PASS [ 0.041s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
87012025-10-14T00:53:45.915Z PASS [ 2.901s] sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
87022025-10-14T00:53:45.949Z PASS [ 0.994s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
87032025-10-14T00:53:45.975Z PASS [ 0.041s] sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
87042025-10-14T00:53:46.001Z PASS [ 0.047s] sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
87052025-10-14T00:53:46.227Z PASS [ 0.270s] sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
87062025-10-14T00:53:46.252Z PASS [ 7.312s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
87072025-10-14T00:53:46.277Z PASS [ 0.043s] sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
87082025-10-14T00:53:46.302Z PASS [ 0.041s] sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
87092025-10-14T00:53:46.328Z PASS [ 0.038s] sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
87102025-10-14T00:53:46.386Z PASS [ 0.092s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_merges_old_configs
87112025-10-14T00:53:46.425Z PASS [ 0.039s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_returns_none_if_no_legacy_configs
87122025-10-14T00:53:46.498Z PASS [ 0.072s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_merge_old_configs
87132025-10-14T00:53:46.542Z PASS [ 0.044s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_old_config_schema
87142025-10-14T00:53:46.628Z PASS [ 0.085s] sled-agent-config-reconciler ledger::tests::convert_legacy_ledgers_if_present
87152025-10-14T00:53:46.672Z PASS [ 0.044s] sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
87162025-10-14T00:53:46.719Z PASS [ 0.046s] sled-agent-config-reconciler ledger::tests::read_existing_config
87172025-10-14T00:53:46.766Z PASS [ 0.047s] sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
87182025-10-14T00:53:46.822Z PASS [ 0.056s] sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
87192025-10-14T00:53:46.868Z PASS [ 0.046s] sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
87202025-10-14T00:53:46.905Z PASS [ 0.908s] sled-agent-config-reconciler internal_disks::tests::failures_are_retried
87212025-10-14T00:53:46.930Z PASS [ 0.046s] sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
87222025-10-14T00:53:46.955Z PASS [ 0.047s] sled-agent-config-reconciler ledger::tests::reject_old_config_generation
87232025-10-14T00:53:46.980Z PASS [ 0.048s] sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
87242025-10-14T00:53:47.004Z PASS [ 0.675s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_panics_if_partial_legacy_configs
87252025-10-14T00:53:48.964Z PASS [ 2.011s] sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
87262025-10-14T00:53:49.735Z PASS [ 2.772s] sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
87272025-10-14T00:53:50.610Z PASS [ 6.539s] sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
87282025-10-14T00:53:50.645Z PASS [ 0.035s] sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
87292025-10-14T00:53:50.687Z PASS [ 0.041s] sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
87302025-10-14T00:53:50.725Z PASS [ 0.038s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
87312025-10-14T00:53:50.765Z PASS [ 0.040s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
87322025-10-14T00:53:50.803Z PASS [ 0.037s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
87332025-10-14T00:53:50.838Z PASS [ 0.035s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
87342025-10-14T00:53:50.875Z PASS [ 0.037s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
87352025-10-14T00:53:50.914Z PASS [ 0.039s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
87362025-10-14T00:53:50.953Z PASS [ 0.039s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
87372025-10-14T00:53:50.993Z PASS [ 0.040s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
87382025-10-14T00:53:51.018Z PASS [ 4.028s] sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
87392025-10-14T00:53:51.043Z PASS [ 0.042s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
87402025-10-14T00:53:51.115Z PASS [ 0.079s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
87412025-10-14T00:53:51.140Z PASS [ 0.104s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
87422025-10-14T00:53:51.167Z PASS [ 0.051s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
87432025-10-14T00:53:51.192Z PASS [ 0.055s] sled-agent-types rack_init::tests::parse_rack_initialization
87442025-10-14T00:53:51.217Z PASS [ 0.029s] sled-agent-types rack_init::tests::test_subnets
87452025-10-14T00:53:51.218Z PASS [ 0.048s] sled-agent-types rack_init::tests::test_extra_certs
87462025-10-14T00:53:51.243Z PASS [ 0.038s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
87472025-10-14T00:53:51.268Z PASS [ 0.033s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
87482025-10-14T00:53:51.268Z PASS [ 0.029s] sled-agent-types zone_bundle::tests::test_compare_bundles
87492025-10-14T00:53:51.293Z PASS [ 0.028s] sled-agent-types zone_bundle::tests::test_priority_dimension
87502025-10-14T00:53:51.293Z PASS [ 0.025s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
87512025-10-14T00:53:51.318Z PASS [ 0.026s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
87522025-10-14T00:53:51.386Z PASS [ 2.422s] sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
87532025-10-14T00:53:51.411Z PASS [ 0.105s] sled-agent-zone-images mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
87542025-10-14T00:53:51.411Z PASS [ 0.119s] sled-agent-zone-images mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
87552025-10-14T00:53:51.436Z PASS [ 0.036s] sled-agent-zone-images mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
87562025-10-14T00:53:51.461Z PASS [ 0.036s] sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
87572025-10-14T00:53:51.461Z PASS [ 0.044s] sled-agent-zone-images mupdate_override::tests::clear_boot_not_present
87582025-10-14T00:53:51.461Z PASS [ 0.037s] sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_matches_present
87592025-10-14T00:53:51.487Z PASS [ 0.033s] sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
87602025-10-14T00:53:51.511Z PASS [ 0.035s] sled-agent-zone-images mupdate_override::tests::clear_file_io_error
87612025-10-14T00:53:51.512Z PASS [ 0.033s] sled-agent-zone-images mupdate_override::tests::clear_no_status
87622025-10-14T00:53:51.512Z PASS [ 0.029s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_boot_absent_other_present
87632025-10-14T00:53:51.537Z PASS [ 0.035s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_boot_disk_read_error
87642025-10-14T00:53:51.537Z PASS [ 0.035s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_disk_missing
87652025-10-14T00:53:51.562Z PASS [ 0.029s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_matches_absent
87662025-10-14T00:53:51.562Z PASS [ 0.032s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_read_error
87672025-10-14T00:53:51.562Z PASS [ 0.034s] sled-agent-zone-images mupdate_override::tests::read_boot_absent_other_present
87682025-10-14T00:53:51.587Z PASS [ 0.027s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_missing
87692025-10-14T00:53:51.612Z PASS [ 0.032s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_not_dir
87702025-10-14T00:53:51.612Z PASS [ 0.035s] sled-agent-zone-images mupdate_override::tests::read_boot_present_other_absent
87712025-10-14T00:53:51.612Z PASS [ 0.033s] sled-agent-zone-images mupdate_override::tests::read_boot_read_error
87722025-10-14T00:53:51.637Z PASS [ 0.035s] sled-agent-zone-images mupdate_override::tests::read_both_absent
87732025-10-14T00:53:51.637Z PASS [ 0.038s] sled-agent-zone-images mupdate_override::tests::read_both_present
87742025-10-14T00:53:51.662Z PASS [ 0.041s] sled-agent-zone-images mupdate_override::tests::read_different_values
87752025-10-14T00:53:51.662Z PASS [ 0.031s] sled-agent-zone-images mupdate_override::tests::read_solo_boot_disk
87762025-10-14T00:53:51.687Z PASS [ 0.041s] sled-agent-zone-images source_resolver::tests::file_source_zone_manifest_invalid
87772025-10-14T00:53:51.687Z PASS [ 0.046s] sled-agent-zone-images source_resolver::tests::file_source_with_errors
87782025-10-14T00:53:51.712Z PASS [ 0.045s] sled-agent-zone-images source_resolver::tests::lookup_with_mupdate_override
87792025-10-14T00:53:51.737Z PASS [ 0.034s] sled-agent-zone-images source_resolver::tests::resolver_status_to_inventory
87802025-10-14T00:53:51.737Z PASS [ 0.041s] sled-agent-zone-images source_resolver::tests::lookup_with_mupdate_override_error
87812025-10-14T00:53:51.737Z PASS [ 0.038s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_missing
87822025-10-14T00:53:51.762Z PASS [ 0.037s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_read_error
87832025-10-14T00:53:51.762Z PASS [ 0.038s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_zone_mismatch
87842025-10-14T00:53:51.787Z PASS [ 0.041s] sled-agent-zone-images zone_manifest::tests::read_non_boot_disk_zone_mismatch
87852025-10-14T00:53:51.812Z PASS [ 0.036s] sled-agent-zone-images zone_manifest::tests::read_success
87862025-10-14T00:53:52.237Z PASS [ 25.703s] oximeter-db::integration_test test_cluster
87872025-10-14T00:53:53.401Z PASS [ 3.666s] sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
87882025-10-14T00:53:53.456Z PASS [ 0.055s] sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
87892025-10-14T00:53:53.491Z PASS [ 0.034s] sled-diagnostics logs::test::test_sort_cockroach_extra_logs
87902025-10-14T00:53:53.554Z PASS [ 0.063s] sled-diagnostics queries::test::test_command_stderr_is_correct
87912025-10-14T00:53:53.595Z PASS [ 0.041s] sled-diagnostics queries::test::test_command_stdout_is_correct
87922025-10-14T00:53:53.645Z PASS [ 0.050s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
87932025-10-14T00:53:54.177Z PASS [ 0.531s] sled-diagnostics queries::test::test_long_running_command_is_aborted
87942025-10-14T00:53:54.221Z PASS [ 0.044s] sled-hardware disk::test::test_disk_paths
87952025-10-14T00:53:54.250Z PASS [ 0.029s] sled-hardware disk::test::test_partition_device_paths
87962025-10-14T00:53:54.326Z PASS [ 0.076s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
87972025-10-14T00:53:54.360Z PASS [ 0.034s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
87982025-10-14T00:53:54.395Z PASS [ 0.034s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
87992025-10-14T00:53:54.425Z PASS [ 0.030s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
88002025-10-14T00:53:54.465Z PASS [ 0.040s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
88012025-10-14T00:53:54.500Z PASS [ 0.033s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
88022025-10-14T00:53:54.531Z PASS [ 0.032s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
88032025-10-14T00:53:54.560Z PASS [ 0.029s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
88042025-10-14T00:53:54.616Z PASS [ 0.056s] sled-storage dataset::test::serialize_dataset_name
88052025-10-14T00:53:54.694Z PASS [ 0.078s] sled-storage manager::test::test_datasets_schema
88062025-10-14T00:53:54.725Z PASS [ 0.031s] sled-storage manager::test::test_omicron_physical_disks_schema
88072025-10-14T00:53:55.578Z PASS [ 3.788s] sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
88082025-10-14T00:53:55.646Z PASS [ 3.885s] sled-diagnostics logs::illumos_tests::collect_current_logs
88092025-10-14T00:53:55.705Z PASS [ 3.926s] sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
88102025-10-14T00:53:55.730Z PASS [ 0.059s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
88112025-10-14T00:53:56.078Z PASS [ 3.840s] sled-diagnostics logs::illumos_tests::log_snapshots_work
88122025-10-14T00:53:56.846Z PASS [ 1.268s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
88132025-10-14T00:53:57.287Z PASS [ 2.562s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
88142025-10-14T00:53:58.162Z PASS [ 2.456s] sled-storage manager::tests::ensure_datasets
88152025-10-14T00:53:58.218Z PASS [ 0.056s] sled-storage manager::tests::ensure_using_exactly_these_disks
88162025-10-14T00:53:58.636Z PASS [ 2.931s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
88172025-10-14T00:53:58.706Z PASS [ 2.628s] sled-storage manager::tests::ensure_datasets_get_mounted
88182025-10-14T00:53:58.857Z PASS [ 13.072s] sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
88192025-10-14T00:53:59.550Z PASS [ 2.703s] sled-storage manager::tests::ensure_datasets_get_mounted_even_with_data
88202025-10-14T00:54:00.388Z PASS [ 1.530s] sled-storage manager::tests::update_rawdisk_firmware
88212025-10-14T00:54:00.675Z PASS [ 2.457s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
88222025-10-14T00:54:01.152Z PASS [ 2.446s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
88232025-10-14T00:54:01.544Z PASS [ 2.908s] sled-storage manager::tests::nested_dataset
88242025-10-14T00:54:01.580Z PASS [ 0.036s] trust-quorum crypto::tests::rack_secrets_decryption_failure
88252025-10-14T00:54:01.605Z PASS [ 0.025s] trust-quorum crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
88262025-10-14T00:54:01.851Z PASS [ 0.246s] trust-quorum node::tests::initial_configuration
88272025-10-14T00:54:01.886Z PASS [ 0.035s] trust-quorum rack_secret_loader::tests::test_load_rack_secrets
88282025-10-14T00:54:02.050Z PASS [ 0.163s] trust-quorum validators::tests::test_validate_reconfigure_msg_failure
88292025-10-14T00:54:02.154Z PASS [ 2.604s] sled-storage manager::tests::upsert_filesystem
88302025-10-14T00:54:02.179Z PASS [ 1.504s] sled-storage manager::tests::wait_for_boot_disk
88312025-10-14T00:54:02.218Z PASS [ 1.066s] trust-quorum crypto::tests::rack_secret_test
88322025-10-14T00:54:02.243Z PASS [ 0.172s] trust-quorum validators::tests::test_validate_reconfigure_msg_new_success
88332025-10-14T00:54:02.880Z PASS [ 0.701s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
88342025-10-14T00:54:02.905Z PASS [ 0.665s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
88352025-10-14T00:54:02.931Z PASS [ 2.536s] sled-storage manager::tests::upsert_filesystem_no_uuid
88362025-10-14T00:54:02.956Z PASS [ 0.053s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
88372025-10-14T00:54:02.981Z PASS [ 0.077s] update-common artifacts::update_plan::tests::test_bad_rot_versions
88382025-10-14T00:54:03.006Z PASS [ 0.077s] update-common artifacts::update_plan::tests::test_multi_rot_bord
88392025-10-14T00:54:03.031Z PASS [ 0.048s] update-common artifacts::update_plan::tests::test_split_control_plane
88402025-10-14T00:54:03.031Z PASS [ 0.083s] update-common artifacts::update_plan::tests::test_multi_rot_version
88412025-10-14T00:54:03.056Z PASS [ 0.037s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
88422025-10-14T00:54:03.081Z PASS [ 0.055s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
88432025-10-14T00:54:03.106Z PASS [ 0.085s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
88442025-10-14T00:54:03.133Z PASS [ 0.031s] update-engine display::line_display_shared::tests::test_format_progress_counter
88452025-10-14T00:54:03.167Z PASS [ 0.034s] update-engine display::line_display_shared::tests::test_start_line
88462025-10-14T00:54:03.202Z PASS [ 0.035s] update-engine engine::tests::error_exits_early
88472025-10-14T00:54:03.227Z PASS [ 0.139s] update-engine display::group_display::tests::test_stats
88482025-10-14T00:54:03.255Z PASS [ 0.053s] update-engine events::tests::progress_event_parse_unknown
88492025-10-14T00:54:03.280Z PASS [ 0.052s] update-engine events::tests::step_event_parse_unknown
88502025-10-14T00:54:03.305Z PASS [ 0.032s] update-engine spec::tests::test_merge_anyhow_list
88512025-10-14T00:54:03.330Z PASS [ 0.278s] update-engine buffer::tests::test_buffer
88522025-10-14T00:54:03.330Z PASS [ 0.038s] wicket state::inventory::tests::component_id_display
88532025-10-14T00:54:03.357Z PASS [ 0.032s] wicket state::rack::tests::prev_next_are_opposites
88542025-10-14T00:54:03.357Z PASS [ 0.028s] wicket state::rack::tests::up_down_are_opposites
88552025-10-14T00:54:03.391Z PASS [ 0.135s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
88562025-10-14T00:54:03.427Z PASS [ 0.072s] wicket-common rack_setup::tests::roundtrip_import_export_policy
88572025-10-14T00:54:03.495Z PASS [ 0.104s] wicketd installinator_progress::tests::test_states
88582025-10-14T00:54:03.520Z PASS [ 0.080s] wicketd rss_config::tests::test_bgp_auth_key_states
88592025-10-14T00:54:03.768Z PASS [ 0.421s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
88602025-10-14T00:54:04.780Z PASS [ 1.285s] wicketd::mod integration_tests::inventory::test_inventory
88612025-10-14T00:54:05.349Z PASS [ 3.127s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
88622025-10-14T00:54:05.621Z PASS [ 1.853s] wicketd::mod integration_tests::updates::test_installinator_fetch_no_installinator_document
88632025-10-14T00:54:05.646Z PASS [ 2.123s] wicketd::mod integration_tests::updates::test_installinator_fetch
88642025-10-14T00:54:05.920Z PASS [ 1.140s] wicketd::mod integration_tests::updates::test_update_races
88652025-10-14T00:54:07.253Z PASS [ 9.966s] sled-storage manager::tests::ensure_many_datasets
88662025-10-14T00:54:07.481Z PASS [ 2.131s] wicketd::mod integration_tests::updates::test_updates
88672025-10-14T00:55:02.154Z SLOW [> 60.000s] trust-quorum::cluster test_trust_quorum_protocol
88682025-10-14T00:56:02.153Z SLOW [>120.000s] trust-quorum::cluster test_trust_quorum_protocol
88692025-10-14T00:56:14.317Z PASS [ 132.166s] trust-quorum::cluster test_trust_quorum_protocol
88702025-10-14T00:56:14.343Z────────────
88712025-10-14T00:56:14.343Z Summary [3933.526s] 2262 tests run: 2261 passed (32 slow), 1 failed, 3 skipped
88722025-10-14T00:56:14.343Z FAIL [ 159.699s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
88732025-10-14T00:56:14.403Zerror: test run failed
88742025-10-14T00:56:14.428Z
88752025-10-14T00:56:14.428Zreal 1:06:00.452521270
88762025-10-14T00:56:14.428Zuser 5:47:58.607512006
88772025-10-14T00:56:14.428Zsys 1:13:35.230466975
88782025-10-14T00:56:14.428Ztrap 3:06.416048339
88792025-10-14T00:56:14.428Ztflt 17.483050144
88802025-10-14T00:56:14.428Zdflt 1:02.848064945
88812025-10-14T00:56:14.428Zkflt 0.536559192
88822025-10-14T00:56:14.428Zlock 1517:46:51.588273358
88832025-10-14T00:56:14.428Zslp 117:35:13.676899922
88842025-10-14T00:56:14.428Zlat 5:22:09.004862932
88852025-10-14T00:56:14.428Zstop 1:05:21.429702725
88862025-10-14T00:56:15.046Zprocess exited: duration 6376616 ms, exit code 100
 
88872025-10-14T00:56:15.140Zfound 63 output files
88882025-10-14T00:56:15.165Zuploading: /work/crate-build-timings.json (677069 bytes)
88892025-10-14T00:56:16.396Zuploaded: /work/crate-build-timings.json
88902025-10-14T00:56:16.396Zuploading: /work/environment.json (130 bytes)
88912025-10-14T00:56:17.492Zuploaded: /work/environment.json
88922025-10-14T00:56:17.492Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (464883 bytes)
88932025-10-14T00:56:18.743Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
88942025-10-14T00:56:18.768Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/cockroach_stderr (704 bytes)
88952025-10-14T00:56:19.837Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/cockroach_stderr
88962025-10-14T00:56:19.837Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/cockroach_stdout (874 bytes)
88972025-10-14T00:56:20.932Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/cockroach_stdout
88982025-10-14T00:56:20.932Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/000017.log (148255 bytes)
88992025-10-14T00:56:22.148Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/000017.log
89002025-10-14T00:56:22.148Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/000020.sst (901483 bytes)
89012025-10-14T00:56:23.426Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/000020.sst
89022025-10-14T00:56:23.465Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/000021.log (19660936 bytes)
89032025-10-14T00:56:31.174Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/000021.log
89042025-10-14T00:56:31.199Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/CURRENT (16 bytes)
89052025-10-14T00:56:32.269Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/CURRENT
89062025-10-14T00:56:32.270Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/LOCK (0 bytes)
89072025-10-14T00:56:33.341Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/LOCK
89082025-10-14T00:56:33.341Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/MANIFEST-000001 (44 bytes)
89092025-10-14T00:56:34.437Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/MANIFEST-000001
89102025-10-14T00:56:34.437Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/MANIFEST-000018 (640 bytes)
89112025-10-14T00:56:35.533Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/MANIFEST-000018
89122025-10-14T00:56:35.557Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/OPTIONS-000019 (2366 bytes)
89132025-10-14T00:56:36.628Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/OPTIONS-000019
89142025-10-14T00:56:36.628Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/STORAGE_MIN_VERSION (8 bytes)
89152025-10-14T00:56:37.723Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/STORAGE_MIN_VERSION
89162025-10-14T00:56:37.723Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/cockroach-temp1947132055/000002.log (0 bytes)
89172025-10-14T00:56:38.795Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/cockroach-temp1947132055/000002.log
89182025-10-14T00:56:38.795Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/cockroach-temp1947132055/CURRENT (16 bytes)
89192025-10-14T00:56:39.889Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/cockroach-temp1947132055/CURRENT
89202025-10-14T00:56:39.889Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/cockroach-temp1947132055/LOCK (0 bytes)
89212025-10-14T00:56:40.962Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/cockroach-temp1947132055/LOCK
89222025-10-14T00:56:40.962Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/cockroach-temp1947132055/MANIFEST-000001 (50 bytes)
89232025-10-14T00:56:42.057Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/cockroach-temp1947132055/MANIFEST-000001
89242025-10-14T00:56:42.057Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/cockroach-temp1947132055/OPTIONS-000003 (2303 bytes)
89252025-10-14T00:56:43.153Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/cockroach-temp1947132055/OPTIONS-000003
89262025-10-14T00:56:43.153Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/cockroach-temp1947132055/TEMP_DIR.LOCK (0 bytes)
89272025-10-14T00:56:44.225Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/cockroach-temp1947132055/TEMP_DIR.LOCK
89282025-10-14T00:56:44.225Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/cockroach.advertise-addr (11 bytes)
89292025-10-14T00:56:45.319Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/cockroach.advertise-addr
89302025-10-14T00:56:45.344Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/cockroach.advertise-sql-addr (11 bytes)
89312025-10-14T00:56:46.415Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/cockroach.advertise-sql-addr
89322025-10-14T00:56:46.415Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/cockroach.http-addr (11 bytes)
89332025-10-14T00:56:47.509Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/cockroach.http-addr
89342025-10-14T00:56:47.509Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/cockroach.listen-addr (11 bytes)
89352025-10-14T00:56:48.605Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/cockroach.listen-addr
89362025-10-14T00:56:48.605Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/cockroach.sql-addr (11 bytes)
89372025-10-14T00:56:49.700Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/cockroach.sql-addr
89382025-10-14T00:56:49.700Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-health.bmat-EVT22200007-0000af6d.build.2025-10-13T23_51_39Z.012605.log (1333 bytes)
89392025-10-14T00:56:50.795Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-health.bmat-EVT22200007-0000af6d.build.2025-10-13T23_51_39Z.012605.log
89402025-10-14T00:56:50.820Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-health.bmat-EVT22200007-0000af6d.build.2025-10-13T23_53_29Z.012947.log (13279 bytes)
89412025-10-14T00:56:51.913Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-health.bmat-EVT22200007-0000af6d.build.2025-10-13T23_53_29Z.012947.log
89422025-10-14T00:56:51.913Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-health.log (13279 bytes)
89432025-10-14T00:56:53.009Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-health.log
89442025-10-14T00:56:53.009Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-pebble.bmat-EVT22200007-0000af6d.build.2025-10-13T23_51_38Z.012605.log (3347 bytes)
89452025-10-14T00:56:54.104Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-pebble.bmat-EVT22200007-0000af6d.build.2025-10-13T23_51_38Z.012605.log
89462025-10-14T00:56:54.104Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-pebble.bmat-EVT22200007-0000af6d.build.2025-10-13T23_53_28Z.012947.log (5436 bytes)
89472025-10-14T00:56:55.199Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-pebble.bmat-EVT22200007-0000af6d.build.2025-10-13T23_53_28Z.012947.log
89482025-10-14T00:56:55.199Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-pebble.log (5436 bytes)
89492025-10-14T00:56:56.295Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-pebble.log
89502025-10-14T00:56:56.295Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-security.bmat-EVT22200007-0000af6d.build.2025-10-13T23_51_39Z.012605.log (1780 bytes)
89512025-10-14T00:56:57.395Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-security.bmat-EVT22200007-0000af6d.build.2025-10-13T23_51_39Z.012605.log
89522025-10-14T00:56:57.395Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-security.log (1780 bytes)
89532025-10-14T00:56:58.493Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-security.log
89542025-10-14T00:56:58.493Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000af6d.build.2025-10-13T23_51_38Z.012605.log (272234 bytes)
89552025-10-14T00:56:59.657Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000af6d.build.2025-10-13T23_51_38Z.012605.log
89562025-10-14T00:56:59.657Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-sql-schema.log (272234 bytes)
89572025-10-14T00:57:00.820Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-sql-schema.log
89582025-10-14T00:57:00.820Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-stderr.bmat-EVT22200007-0000af6d.build.2025-10-13T23_51_37Z.012605.log (1137 bytes)
89592025-10-14T00:57:01.918Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-stderr.bmat-EVT22200007-0000af6d.build.2025-10-13T23_51_37Z.012605.log
89602025-10-14T00:57:01.944Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-stderr.bmat-EVT22200007-0000af6d.build.2025-10-13T23_53_28Z.012947.log (1126 bytes)
89612025-10-14T00:57:03.014Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-stderr.bmat-EVT22200007-0000af6d.build.2025-10-13T23_53_28Z.012947.log
89622025-10-14T00:57:03.014Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-stderr.log (1126 bytes)
89632025-10-14T00:57:04.114Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-stderr.log
89642025-10-14T00:57:04.114Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-telemetry.bmat-EVT22200007-0000af6d.build.2025-10-13T23_53_29Z.012947.log (102013 bytes)
89652025-10-14T00:57:05.233Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-telemetry.bmat-EVT22200007-0000af6d.build.2025-10-13T23_53_29Z.012947.log
89662025-10-14T00:57:05.258Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-telemetry.bmat-EVT22200007-0000af6d.build.2025-10-13T23_55_30Z.012947.log (31020 bytes)
89672025-10-14T00:57:06.330Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-telemetry.bmat-EVT22200007-0000af6d.build.2025-10-13T23_55_30Z.012947.log
89682025-10-14T00:57:06.331Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-telemetry.log (31020 bytes)
89692025-10-14T00:57:07.429Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach-telemetry.log
89702025-10-14T00:57:07.429Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach.bmat-EVT22200007-0000af6d.build.2025-10-13T23_51_37Z.012605.log (454675 bytes)
89712025-10-14T00:57:08.637Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach.bmat-EVT22200007-0000af6d.build.2025-10-13T23_51_37Z.012605.log
89722025-10-14T00:57:08.637Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach.bmat-EVT22200007-0000af6d.build.2025-10-13T23_53_28Z.012947.log (88853 bytes)
89732025-10-14T00:57:09.735Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach.bmat-EVT22200007-0000af6d.build.2025-10-13T23_53_28Z.012947.log
89742025-10-14T00:57:09.735Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach.log (88853 bytes)
89752025-10-14T00:57:10.831Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/cockroach.log
89762025-10-14T00:57:10.857Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/heap_profiler/memprof.2025-10-13T23_53_39.155.57598576.pprof (109148 bytes)
89772025-10-14T00:57:11.951Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/heap_profiler/memprof.2025-10-13T23_53_39.155.57598576.pprof
89782025-10-14T00:57:11.951Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/heap_profiler/memprof.2025-10-13T23_53_49.156.73176696.pprof (151749 bytes)
89792025-10-14T00:57:13.073Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/heap_profiler/memprof.2025-10-13T23_53_49.156.73176696.pprof
89802025-10-14T00:57:13.073Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/heap_profiler/memprof.2025-10-13T23_53_59.155.73335176.pprof (185224 bytes)
89812025-10-14T00:57:14.215Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/heap_profiler/memprof.2025-10-13T23_53_59.155.73335176.pprof
89822025-10-14T00:57:14.215Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/heap_profiler/memprof.2025-10-13T23_54_09.154.84080880.pprof (195647 bytes)
89832025-10-14T00:57:15.357Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/heap_profiler/memprof.2025-10-13T23_54_09.154.84080880.pprof
89842025-10-14T00:57:15.357Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/heap_profiler/memprof.2025-10-13T23_55_09.155.90262712.pprof (248051 bytes)
89852025-10-14T00:57:16.504Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/logs/heap_profiler/memprof.2025-10-13T23_55_09.155.90262712.pprof
89862025-10-14T00:57:16.504Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/marker.format-version.000005.006 (0 bytes)
89872025-10-14T00:57:17.575Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/marker.format-version.000005.006
89882025-10-14T00:57:17.575Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/marker.manifest.000002.MANIFEST-000018 (0 bytes)
89892025-10-14T00:57:18.646Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/marker.manifest.000002.MANIFEST-000018
89902025-10-14T00:57:18.647Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/data/temp-dirs-record.txt (62 bytes)
89912025-10-14T00:57:19.742Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/data/temp-dirs-record.txt
89922025-10-14T00:57:19.742Zuploading: /var/tmp/omicron_tmp/.tmpDUBlTs/listen-url (56 bytes)
89932025-10-14T00:57:20.838Zuploaded: /var/tmp/omicron_tmp/.tmpDUBlTs/listen-url
89942025-10-14T00:57:20.864Zuploading: /var/tmp/omicron_tmp/.tmpYt1Q8L/dendrite_stderr (0 bytes)
89952025-10-14T00:57:21.910Zuploaded: /var/tmp/omicron_tmp/.tmpYt1Q8L/dendrite_stderr
89962025-10-14T00:57:21.910Zuploading: /var/tmp/omicron_tmp/.tmpYt1Q8L/dendrite_stdout (87303 bytes)
89972025-10-14T00:57:23.100Zuploaded: /var/tmp/omicron_tmp/.tmpYt1Q8L/dendrite_stdout
89982025-10-14T00:57:23.100Zuploading: /var/tmp/omicron_tmp/.tmpdIsXW2/mgd_stderr (0 bytes)
89992025-10-14T00:57:24.175Zuploaded: /var/tmp/omicron_tmp/.tmpdIsXW2/mgd_stderr
90002025-10-14T00:57:24.175Zuploading: /var/tmp/omicron_tmp/.tmpdIsXW2/mgd_stdout (54536 bytes)
90012025-10-14T00:57:25.365Zuploaded: /var/tmp/omicron_tmp/.tmpdIsXW2/mgd_stdout
90022025-10-14T00:57:25.365Zuploading: /var/tmp/omicron_tmp/.tmpdIsXW2/rdb/conf (62 bytes)
90032025-10-14T00:57:26.464Zuploaded: /var/tmp/omicron_tmp/.tmpdIsXW2/rdb/conf
90042025-10-14T00:57:26.464Zuploading: /var/tmp/omicron_tmp/.tmpdIsXW2/rdb/db (629 bytes)
90052025-10-14T00:57:27.563Zuploaded: /var/tmp/omicron_tmp/.tmpdIsXW2/rdb/db
90062025-10-14T00:57:27.563Zuploading: /var/tmp/omicron_tmp/omicron_nexus-ba02c1bff4bc14cc-test_action_failure_can_unwind_no_pantry.12941.0.log (17354703 bytes)
90072025-10-14T00:57:34.319Zuploaded: /var/tmp/omicron_tmp/omicron_nexus-ba02c1bff4bc14cc-test_action_failure_can_unwind_no_pantry.12941.0.log
90082025-10-14T00:57:34.319Zuploading: /var/tmp/omicron_tmp/omicron_nexus-ba02c1bff4bc14cc-test_action_failure_can_unwind_no_pantry.12941.1-clickhouse-KzeReT/clickhouse-server.errlog (20460 bytes)
90092025-10-14T00:57:35.464Zuploaded: /var/tmp/omicron_tmp/omicron_nexus-ba02c1bff4bc14cc-test_action_failure_can_unwind_no_pantry.12941.1-clickhouse-KzeReT/clickhouse-server.errlog
90102025-10-14T00:57:35.465Zuploading: /var/tmp/omicron_tmp/omicron_nexus-ba02c1bff4bc14cc-test_action_failure_can_unwind_no_pantry.12941.1-clickhouse-KzeReT/clickhouse-server.log (4194716 bytes)
90112025-10-14T00:57:37.573Zuploaded: /var/tmp/omicron_tmp/omicron_nexus-ba02c1bff4bc14cc-test_action_failure_can_unwind_no_pantry.12941.1-clickhouse-KzeReT/clickhouse-server.log
90122025-10-14T00:57:37.573Zuploading: /var/tmp/omicron_tmp/omicron_nexus-ba02c1bff4bc14cc-test_action_failure_can_unwind_no_pantry.12941.2.log (10701254 bytes)
90132025-10-14T00:57:40.886Zuploaded: /var/tmp/omicron_tmp/omicron_nexus-ba02c1bff4bc14cc-test_action_failure_can_unwind_no_pantry.12941.2.log