01K5TJJRXXB5BCAG10Y6B730S4: 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: 01K5TJJZK27E4HWJD42JN36X8Y

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-09-23T06:02:06.253Zjob assigned to worker 01K5TJK33ZBSVPZWBF4SXT4G3W [factory aws, i-02e7ceb6f6295288e] (queued for 48 s)
 
22025-09-23T06:02:14.926Zstarting task 0: "setup"
32025-09-23T06:02:14.931Z++ uname -s
42025-09-23T06:02:14.934Z+ kern=SunOS
52025-09-23T06:02:14.934Z+ build_user=build
62025-09-23T06:02:14.934Z+ build_uid=12345
72025-09-23T06:02:14.934Z+ work_dir=/work
82025-09-23T06:02:14.934Z+ input_dir=/input
92025-09-23T06:02:14.934Z+ [[ 0 == 12345 ]]
102025-09-23T06:02:14.934Z+ case "$kern" in
112025-09-23T06:02:14.934Z+ groupadd -g 12345 build
122025-09-23T06:02:14.937Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-09-23T06:02:16.944Z+ zfs create -o mountpoint=/work rpool/work
142025-09-23T06:02:17.058Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-09-23T06:02:17.062Z+ home_fs=zfs
162025-09-23T06:02:17.062Z+ [[ zfs == autofs ]]
172025-09-23T06:02:17.062Z+ mkdir -p /home/build
182025-09-23T06:02:17.065Z+ chown build:build /home/build /work
192025-09-23T06:02:19.066Z+ chmod 0700 /home/build /work
202025-09-23T06:02:19.069Zprocess exited: duration 4143 ms, exit code 0
 
212025-09-23T06:02:19.076Zstarting task 1: "rust-toolchain"
222025-09-23T06:02:19.081Z * rust toolchain channel = "1.89.0"
232025-09-23T06:02:19.081Z * rust toolchain profile = "default"
242025-09-23T06:02:19.081Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
252025-09-23T06:02:19.081Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-09-23T06:02:19.081Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-09-23T06:02:19.081Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-09-23T06:02:19.084Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-09-23T06:02:19.084Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-09-23T06:02:19.186Zinfo: downloading installer
312025-09-23T06:02:20.604Zwarn: It looks like you have an existing installation of Rust at:
322025-09-23T06:02:20.604Zwarn: /opt/ooce/bin
332025-09-23T06:02:20.604Zwarn: It is recommended that rustup be the primary Rust installation.
342025-09-23T06:02:20.604Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-09-23T06:02:20.604Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-09-23T06:02:20.604Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-09-23T06:02:20.604Zwarn: or pass `-y' to ignore all ignorable checks.
382025-09-23T06:02:20.604Zerror: cannot install while Rust is installed
392025-09-23T06:02:20.604Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-09-23T06:02:20.621Zinfo: profile set to 'default'
412025-09-23T06:02:20.621Zinfo: default host triple is x86_64-unknown-illumos
422025-09-23T06:02:20.624Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-09-23T06:02:20.782Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-09-23T06:02:20.782Zinfo: downloading component 'cargo'
452025-09-23T06:02:21.902Zinfo: downloading component 'clippy'
462025-09-23T06:02:22.289Zinfo: downloading component 'rust-docs'
472025-09-23T06:02:23.500Zinfo: downloading component 'rust-std'
482025-09-23T06:02:25.491Zinfo: downloading component 'rustc'
492025-09-23T06:02:31.701Zinfo: downloading component 'rustfmt'
502025-09-23T06:02:31.987Zinfo: installing component 'cargo'
512025-09-23T06:02:32.893Zinfo: installing component 'clippy'
522025-09-23T06:02:33.288Zinfo: installing component 'rust-docs'
532025-09-23T06:02:35.138Zinfo: installing component 'rust-std'
542025-09-23T06:02:37.074Zinfo: installing component 'rustc'
552025-09-23T06:02:43.629Zinfo: installing component 'rustfmt'
562025-09-23T06:02:43.971Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-09-23T06:02:43.971Z
582025-09-23T06:02:44.395Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-09-23T06:02:44.395Z
602025-09-23T06:02:44.398Z
612025-09-23T06:02:44.398ZRust is installed now. Great!
622025-09-23T06:02:44.398Z
632025-09-23T06:02:44.398ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-09-23T06:02:44.398Zenvironment variable. This has not been done automatically.
652025-09-23T06:02:44.398Z
662025-09-23T06:02:44.398ZTo configure your current shell, you need to source
672025-09-23T06:02:44.398Zthe corresponding env file under $HOME/.cargo.
682025-09-23T06:02:44.398Z
692025-09-23T06:02:44.398ZThis is usually done by running one of the following (note the leading DOT):
702025-09-23T06:02:44.398Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-09-23T06:02:44.399Zsource "$HOME/.cargo/env.fish" # For fish
722025-09-23T06:02:44.399Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-09-23T06:02:44.493Z+ rustup --version
742025-09-23T06:02:44.508Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-09-23T06:02:44.508Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-09-23T06:02:44.635Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-09-23T06:02:44.640Z+ cargo --version
782025-09-23T06:02:44.711Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-09-23T06:02:44.714Z+ rustc --version
802025-09-23T06:02:44.787Zrustc 1.89.0 (29483883e 2025-08-04)
812025-09-23T06:02:44.791Zprocess exited: duration 25706 ms, exit code 0
 
822025-09-23T06:02:44.797Zstarting task 2: "authentication"
832025-09-23T06:02:44.819Zprocess exited: duration 21 ms, exit code 0
 
842025-09-23T06:02:44.828Zstarting task 3: "clone repository"
852025-09-23T06:02:44.831Z+ mkdir -p /work/oxidecomputer/omicron
862025-09-23T06:02:44.835Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-09-23T06:02:44.869ZCloning into '/work/oxidecomputer/omicron'...
882025-09-23T06:02:55.092Z+ cd /work/oxidecomputer/omicron
892025-09-23T06:02:55.096Z+ git fetch origin bcdabfda072c4754ca4d4dee9a7483940a8fd2f4
902025-09-23T06:02:55.407ZFrom https://github.com/oxidecomputer/omicron
912025-09-23T06:02:55.407Z * branch bcdabfda072c4754ca4d4dee9a7483940a8fd2f4 -> FETCH_HEAD
922025-09-23T06:02:55.418Z+ [[ -n sunshowers/spr/2n-reconfigurator-planning-gate-addsupdates-on-zone-image-sources-being-known ]]
932025-09-23T06:02:55.421Z++ git branch --show-current
942025-09-23T06:02:55.425Z+ current=main
952025-09-23T06:02:55.425Z+ [[ main != sunshowers/spr/2n-reconfigurator-planning-gate-addsupdates-on-zone-image-sources-being-known ]]
962025-09-23T06:02:55.425Z+ git branch -f sunshowers/spr/2n-reconfigurator-planning-gate-addsupdates-on-zone-image-sources-being-known bcdabfda072c4754ca4d4dee9a7483940a8fd2f4
972025-09-23T06:02:55.428Z+ git checkout -f sunshowers/spr/2n-reconfigurator-planning-gate-addsupdates-on-zone-image-sources-being-known
982025-09-23T06:02:55.693ZSwitched to branch 'sunshowers/spr/2n-reconfigurator-planning-gate-addsupdates-on-zone-image-sources-being-known'
992025-09-23T06:02:55.697Z+ git reset --hard bcdabfda072c4754ca4d4dee9a7483940a8fd2f4
1002025-09-23T06:02:55.961ZHEAD is now at bcdabfda0 rebase on main, fix up merge conflicts
1012025-09-23T06:02:55.964Zprocess exited: duration 11132 ms, exit code 0
 
1022025-09-23T06:02:55.971Zstarting task 4: "build"
1032025-09-23T06:02:55.979Z+ source ./env.sh
1042025-09-23T06:02:55.979Z++ OLD_SHELL_OPTS=ehxB
1052025-09-23T06:02:55.979Z++ set -o xtrace
1062025-09-23T06:02:55.982Z++++ dirname ./env.sh
1072025-09-23T06:02:55.985Z+++ readlink -f .
1082025-09-23T06:02:55.988Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092025-09-23T06:02:55.988Z++ 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-09-23T06:02:55.988Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112025-09-23T06:02:55.988Z++ 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-09-23T06:02:55.988Z++ 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-09-23T06:02:55.988Z++ 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-09-23T06:02:55.988Z++ 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-09-23T06:02:55.988Z++ 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-09-23T06:02:55.988Z++ 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-09-23T06:02:55.988Z++ case $OLD_SHELL_OPTS in
1182025-09-23T06:02:55.988Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192025-09-23T06:02:55.988Z+ source .github/buildomat/ci-env.sh
1202025-09-23T06:02:55.989Z++ export CARGO_TERM_COLOR=always
1212025-09-23T06:02:55.989Z++ CARGO_TERM_COLOR=always
1222025-09-23T06:02:55.989Z+ target_os=illumos
1232025-09-23T06:02:55.989Z+ NEXTEST_VERSION=0.9.98
1242025-09-23T06:02:55.989Z+ cargo --version
1252025-09-23T06:02:56.045Zcargo 1.89.0 (c24e10642 2025-06-23)
1262025-09-23T06:02:56.048Z+ rustc --version
1272025-09-23T06:02:56.116Zrustc 1.89.0 (29483883e 2025-08-04)
1282025-09-23T06:02:56.119Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.98/illumos
1292025-09-23T06:02:56.122Z+ gunzip
1302025-09-23T06:02:56.122Z+ tar -xvf - -C /home/build/.cargo/bin
1312025-09-23T06:02:57.063Zx cargo-nextest, 18644352 bytes, 36415 tape blocks
1322025-09-23T06:02:57.066Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332025-09-23T06:02:57.066Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342025-09-23T06:02:57.066Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352025-09-23T06:02:57.066Z+ mkdir /var/tmp/omicron_tmp
1362025-09-23T06:02:57.066Z+ OUTPUT_DIR=/work
1372025-09-23T06:02:57.066Z+ echo 'tests will store non-ephemeral output in /work'
1382025-09-23T06:02:57.066Ztests will store non-ephemeral output in /work
1392025-09-23T06:02:57.066Z+ mkdir -p /work
1402025-09-23T06:02:57.070Z+ banner prerequisites
1412025-09-23T06:02:57.070Z
1422025-09-23T06:02:57.070Z ##### ##### ###### ##### ###### #### # # # #### #
1432025-09-23T06:02:57.070Z # # # # # # # # # # # # # # #
1442025-09-23T06:02:57.070Z # # # # ##### # # ##### # # # # # #### #
1452025-09-23T06:02:57.070Z ##### ##### # ##### # # # # # # # # #
1462025-09-23T06:02:57.070Z # # # # # # # # # # # # # # #
1472025-09-23T06:02:57.070Z # # # ###### # # ###### ### # #### # #### #
1482025-09-23T06:02:57.070Z
1492025-09-23T06:02:57.073Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502025-09-23T06:03:09.010Z Startup: Refreshing catalog 'helios-dev' ... Done
1512025-09-23T06:03:16.706Z Startup: Caching catalogs ... Done
1522025-09-23T06:03:24.312ZPlanning: Solver setup ... Done (6.382s)
1532025-09-23T06:03:24.372ZPlanning: Running solver ... Done (0.060s)
1542025-09-23T06:03:24.478ZPlanning: Finding local manifests ... Done (0.003s)
1552025-09-23T06:03:24.493ZPlanning: Fetching manifests: 0/4 0% complete
1562025-09-23T06:03:24.633ZPlanning: Fetching manifests: 4/4 100% complete
1572025-09-23T06:03:24.681ZPlanning: Package planning ... Done (0.048s)
1582025-09-23T06:03:24.732ZPlanning: Merging actions ... Done (0.051s)
1592025-09-23T06:03:25.023ZPlanning: Checking for conflicting actions ... Done (0.291s)
1602025-09-23T06:03:25.034ZPlanning: Consolidating action changes ... Done (0.011s)
1612025-09-23T06:03:26.126ZPlanning: Evaluating mediators ... Done (1.091s)
1622025-09-23T06:03:26.136ZPlanning: Planning completed in 9.30 seconds
1632025-09-23T06:03:26.151Z Packages to install: 4
1642025-09-23T06:03:26.151Z Mediators to change: 2
1652025-09-23T06:03:26.155Z Services to change: 1
1662025-09-23T06:03:26.155Z Estimated space available: 155.48 GB
1672025-09-23T06:03:26.155ZEstimated space to be consumed: 1.72 GB
1682025-09-23T06:03:26.155Z Create boot environment: No
1692025-09-23T06:03:26.155ZCreate backup boot environment: No
1702025-09-23T06:03:26.155Z Rebuild boot archive: No
1712025-09-23T06:03:26.155Z
1722025-09-23T06:03:26.155ZChanged mediators:
1732025-09-23T06:03:26.155Z mediator clang:
1742025-09-23T06:03:26.155Z version: None -> 15 (system default)
1752025-09-23T06:03:26.155Z
1762025-09-23T06:03:26.155Z mediator llvm:
1772025-09-23T06:03:26.155Z version: 14 (system default) -> 15 (system default)
1782025-09-23T06:03:26.155Z
1792025-09-23T06:03:26.155ZChanged packages:
1802025-09-23T06:03:26.155Zhelios-dev
1812025-09-23T06:03:26.155Z developer/build-essential
1822025-09-23T06:03:26.155Z None -> 11-2.0
1832025-09-23T06:03:26.155Z library/libxmlsec1
1842025-09-23T06:03:26.155Z None -> 1.2.35-2.0
1852025-09-23T06:03:26.155Z ooce/developer/clang-15
1862025-09-23T06:03:26.155Z None -> 15.0.7-2.0
1872025-09-23T06:03:26.155Z ooce/developer/llvm-15
1882025-09-23T06:03:26.155Z None -> 15.0.7-2.0
1892025-09-23T06:03:26.156Z
1902025-09-23T06:03:26.156ZServices:
1912025-09-23T06:03:26.156Z restart_fmri:
1922025-09-23T06:03:26.156Z svc:/system/update-man-index:default
1932025-09-23T06:03:26.205Z
1942025-09-23T06:03:26.205ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1952025-09-23T06:03:31.208ZDownload: 2228/3290 items 119.2/212.6MB 56% complete (24.1M/s)
1962025-09-23T06:03:33.953ZDownload: Completed 212.60 MB in 7.75 seconds (27.4M/s)
1972025-09-23T06:03:34.249Z Actions: 1/3689 actions (Installing new actions)
1982025-09-23T06:03:38.800Z Actions: Completed 3689 actions in 4.55 seconds.
1992025-09-23T06:03:39.408Z Done (0.604s)
2002025-09-23T06:03:39.408Z Done (0.000s)
2012025-09-23T06:03:40.298Z Done (0.889s)
2022025-09-23T06:03:44.764Z Done (4.148s)
2032025-09-23T06:03:44.852Z Done (0.021s)
2042025-09-23T06:03:44.856Z Done (0.000s)
2052025-09-23T06:03:45.004Z Done (0.000s)
2062025-09-23T06:03:45.856ZPlanning: Evaluating mediator changes ... Done
2072025-09-23T06:03:46.016ZPlanning: Checking for conflicting actions ... Done
2082025-09-23T06:03:46.020ZPlanning: Consolidating action changes ... Done
2092025-09-23T06:03:46.289ZPlanning: Evaluating mediators ... Done
2102025-09-23T06:03:46.293ZPlanning: Planning completed in 0.43 seconds
2112025-09-23T06:03:46.323Z Mediators to change: 2
2122025-09-23T06:03:46.326Z Create boot environment: No
2132025-09-23T06:03:46.326ZCreate backup boot environment: No
2142025-09-23T06:03:46.395Z Done
2152025-09-23T06:03:46.395Z Done
2162025-09-23T06:03:47.039Z Done
2172025-09-23T06:03:50.687Z Done
2182025-09-23T06:03:50.771Z Done
2192025-09-23T06:03:50.774Z Done
2202025-09-23T06:03:50.908Z Done
2212025-09-23T06:03:51.547ZPlanning: Evaluating mediator changes ... Done
2222025-09-23T06:03:51.551ZPlanning: Merging actions ... Done
2232025-09-23T06:03:51.742ZPlanning: Checking for conflicting actions ... Done
2242025-09-23T06:03:51.746ZPlanning: Consolidating action changes ... Done
2252025-09-23T06:03:52.016ZPlanning: Evaluating mediators ... Done
2262025-09-23T06:03:52.074ZPlanning: Planning completed in 0.77 seconds
2272025-09-23T06:03:52.109Z Packages to change: 1
2282025-09-23T06:03:52.109Z Mediators to change: 1
2292025-09-23T06:03:52.112Z Services to change: 1
2302025-09-23T06:03:52.112Z Create boot environment: No
2312025-09-23T06:03:52.112ZCreate backup boot environment: Yes
2322025-09-23T06:03:54.535Z Actions: 1/6 actions (Updating modified actions)
2332025-09-23T06:03:54.539Z Actions: Completed 6 actions in 0.00 seconds.
2342025-09-23T06:03:54.539Z Done
2352025-09-23T06:03:54.539Z Done
2362025-09-23T06:03:54.718Z Done
2372025-09-23T06:03:58.371Z Done
2382025-09-23T06:03:58.454Z Done
2392025-09-23T06:03:58.457Z Done
2402025-09-23T06:03:58.606Z Done
2412025-09-23T06:03:59.046ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2422025-09-23T06:03:59.046Zclang system 15 system
2432025-09-23T06:03:59.046Zcsh system system illumos
2442025-09-23T06:03:59.046Zctags system system illumos
2452025-09-23T06:03:59.046Zfile system system illumos
2462025-09-23T06:03:59.046Zgcc vendor 12 vendor
2472025-09-23T06:03:59.046Zgcc system 10 system
2482025-09-23T06:03:59.046Zgcc system 7 system
2492025-09-23T06:03:59.046Zgo system 1.20 system
2502025-09-23T06:03:59.047Zgo system 1.19 system
2512025-09-23T06:03:59.047Zllvm system 15 system
2522025-09-23T06:03:59.047Zllvm system 14 system
2532025-09-23T06:03:59.047Zmariadb system 10.6 system
2542025-09-23T06:03:59.047Zmta vendor vendor dma
2552025-09-23T06:03:59.047Zopenjdk system 17 system
2562025-09-23T06:03:59.047Zopenjdk system 11 system
2572025-09-23T06:03:59.047Zopenjdk system 1.8 system
2582025-09-23T06:03:59.047Zopenssl vendor 3 vendor
2592025-09-23T06:03:59.047Zperl system 5.36 system
2602025-09-23T06:03:59.047Zpostgresql system 15 system
2612025-09-23T06:03:59.047Zpostgresql system 13 system
2622025-09-23T06:03:59.047Zpython vendor 3 vendor
2632025-09-23T06:03:59.047Zpython system 2 system
2642025-09-23T06:03:59.047Zpython3 system 3.11 system
2652025-09-23T06:03:59.047Zruby system 3.0 system
2662025-09-23T06:03:59.047Zwords vendor vendor american-english
2672025-09-23T06:03:59.047Zwords system system australian-english
2682025-09-23T06:03:59.047Zwords system system british-english
2692025-09-23T06:03:59.047Zwords system system canadian-english
2702025-09-23T06:03:59.047Zwords system system french
2712025-09-23T06:03:59.047Zwords system system italian
2722025-09-23T06:03:59.047Zwords system system ngerman
2732025-09-23T06:03:59.047Zwords system system ogerman
2742025-09-23T06:03:59.047Zwords system system spanish
2752025-09-23T06:03:59.381ZPUBLISHER TYPE STATUS P LOCATION
2762025-09-23T06:03:59.381Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2772025-09-23T06:04:04.324ZFMRI IFO
2782025-09-23T06:04:04.324Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2792025-09-23T06:04:04.324Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2802025-09-23T06:04:04.324Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2812025-09-23T06:04:04.324Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2822025-09-23T06:04:04.324Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2832025-09-23T06:04:04.324Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2842025-09-23T06:04:04.324Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2852025-09-23T06:04:04.324Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2862025-09-23T06:04:04.324Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2872025-09-23T06:04:04.324Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2882025-09-23T06:04:04.324Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2892025-09-23T06:04:04.324Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2902025-09-23T06:04:04.324Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2912025-09-23T06:04:04.324Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2922025-09-23T06:04:04.324Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2932025-09-23T06:04:04.324Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2942025-09-23T06:04:05.356Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2952025-09-23T06:04:05.673Z Updating crates.io index
2962025-09-23T06:04:05.719Z Updating git repository `https://github.com/oxidecomputer/lldp`
2972025-09-23T06:04:06.049Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2982025-09-23T06:04:06.741Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2992025-09-23T06:04:07.003Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3002025-09-23T06:04:07.253Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3012025-09-23T06:04:07.691Z Updating git repository `https://github.com/oxidecomputer/propolis`
3022025-09-23T06:04:08.849Z Updating git repository `https://github.com/oxidecomputer/crucible`
3032025-09-23T06:04:11.014Z Updating git repository `https://github.com/oxidecomputer/opte`
3042025-09-23T06:04:12.102Z Updating git repository `https://github.com/oxidecomputer/falcon`
3052025-09-23T06:04:12.879Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3062025-09-23T06:04:13.334Z Updating git repository `https://github.com/oxidecomputer/clickward`
3072025-09-23T06:04:13.629Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3082025-09-23T06:04:14.010Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3092025-09-23T06:04:14.534Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3102025-09-23T06:04:15.021Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3112025-09-23T06:04:15.398Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3122025-09-23T06:04:15.880Z Updating git repository `https://github.com/oxidecomputer/tofino`
3132025-09-23T06:04:16.171Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3142025-09-23T06:04:16.428Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3152025-09-23T06:04:16.685Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3162025-09-23T06:04:16.963Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3172025-09-23T06:04:17.497Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3182025-09-23T06:04:17.961Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3192025-09-23T06:04:18.445Z Updating git repository `https://github.com/oxidecomputer/ispf`
3202025-09-23T06:04:18.863Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3212025-09-23T06:04:19.338Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3222025-09-23T06:04:19.903Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3232025-09-23T06:04:20.219Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3242025-09-23T06:04:20.635Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3252025-09-23T06:04:21.120Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3262025-09-23T06:04:21.402Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3272025-09-23T06:04:21.682Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3282025-09-23T06:04:21.985Z Updating git repository `https://github.com/oxidecomputer/omicron`
3292025-09-23T06:04:33.945Z Updating git repository `https://github.com/illumos/smf-rs`
3302025-09-23T06:04:35.494Z Downloading crates ...
3312025-09-23T06:04:35.553Z Downloaded cargo-platform v0.2.0
3322025-09-23T06:04:35.556Z Downloaded anstream v0.6.18
3332025-09-23T06:04:35.560Z Downloaded equivalent v1.0.2
3342025-09-23T06:04:35.563Z Downloaded generic-array v0.14.7
3352025-09-23T06:04:35.566Z Downloaded heck v0.4.1
3362025-09-23T06:04:35.569Z Downloaded cargo-util-schemas v0.8.2
3372025-09-23T06:04:35.572Z Downloaded fs-err v3.1.1
3382025-09-23T06:04:35.575Z Downloaded displaydoc v0.2.5
3392025-09-23T06:04:35.578Z Downloaded thiserror-impl v2.0.16
3402025-09-23T06:04:35.578Z Downloaded bitflags v2.9.1
3412025-09-23T06:04:35.582Z Downloaded icu_locid_transform v1.5.0
3422025-09-23T06:04:35.585Z Downloaded getrandom v0.3.1
3432025-09-23T06:04:35.588Z Downloaded tinystr v0.7.6
3442025-09-23T06:04:35.591Z Downloaded yoke-derive v0.7.4
3452025-09-23T06:04:35.591Z Downloaded textwrap v0.16.2
3462025-09-23T06:04:35.594Z Downloaded dtrace-parser v0.2.0
3472025-09-23T06:04:35.597Z Downloaded heck v0.5.0
3482025-09-23T06:04:35.597Z Downloaded anstyle-query v1.1.1
3492025-09-23T06:04:35.600Z Downloaded form_urlencoded v1.2.2
3502025-09-23T06:04:35.600Z Downloaded autocfg v1.4.0
3512025-09-23T06:04:35.603Z Downloaded terminal_size v0.4.0
3522025-09-23T06:04:35.603Z Downloaded camino v1.2.0
3532025-09-23T06:04:35.606Z Downloaded anstyle-parse v0.2.5
3542025-09-23T06:04:35.609Z Downloaded bytecount v0.6.8
3552025-09-23T06:04:35.612Z Downloaded icu_locid_transform_data v1.5.0
3562025-09-23T06:04:35.612Z Downloaded zerofrom v0.1.4
3572025-09-23T06:04:36.618Z Downloaded write16 v1.0.0
3582025-09-23T06:04:36.618Z Downloaded digest v0.10.7
3592025-09-23T06:04:36.623Z Downloaded writeable v0.5.5
3602025-09-23T06:04:36.623Z Downloaded hashbrown v0.15.4
3612025-09-23T06:04:36.623Z Downloaded version_check v0.9.5
3622025-09-23T06:04:36.623Z Downloaded usdt-macro v0.5.0
3632025-09-23T06:04:36.623Z Downloaded goblin v0.8.2
3642025-09-23T06:04:36.623Z Downloaded utf8_iter v1.0.4
3652025-09-23T06:04:36.623Z Downloaded utf16_iter v1.0.5
3662025-09-23T06:04:36.623Z Downloaded usdt v0.5.0
3672025-09-23T06:04:36.623Z Downloaded toml_datetime v0.6.11
3682025-09-23T06:04:36.623Z Downloaded icu_properties v1.5.1
3692025-09-23T06:04:36.623Z Downloaded unicode-ident v1.0.18
3702025-09-23T06:04:36.623Z Downloaded unicode-linebreak v0.1.5
3712025-09-23T06:04:36.623Z Downloaded itoa v1.0.11
3722025-09-23T06:04:36.623Z Downloaded thiserror v2.0.16
3732025-09-23T06:04:36.623Z Downloaded zerovec-derive v0.10.3
3742025-09-23T06:04:36.623Z Downloaded zerofrom-derive v0.1.4
3752025-09-23T06:04:36.623Z Downloaded is_terminal_polyfill v1.70.1
3762025-09-23T06:04:36.623Z Downloaded ucd-trie v0.1.7
3772025-09-23T06:04:36.624Z Downloaded typenum v1.17.0
3782025-09-23T06:04:36.624Z Downloaded zerocopy-derive v0.7.35
3792025-09-23T06:04:36.624Z Downloaded tempfile v3.20.0
3802025-09-23T06:04:36.624Z Downloaded toml_edit v0.22.27
3812025-09-23T06:04:36.624Z Downloaded url v2.5.4
3822025-09-23T06:04:36.624Z Downloaded scroll_derive v0.12.0
3832025-09-23T06:04:36.624Z Downloaded pretty-hex v0.4.1
3842025-09-23T06:04:36.624Z Downloaded icu_normalizer_data v1.5.0
3852025-09-23T06:04:36.624Z Downloaded toml v0.8.23
3862025-09-23T06:04:36.624Z Downloaded swrite v0.1.0
3872025-09-23T06:04:36.624Z Downloaded yoke v0.7.4
3882025-09-23T06:04:36.624Z Downloaded zerocopy v0.7.35
3892025-09-23T06:04:36.624Z Downloaded zerovec v0.10.4
3902025-09-23T06:04:36.624Z Downloaded winnow v0.7.10
3912025-09-23T06:04:36.624Z Downloaded crypto-common v0.1.6
3922025-09-23T06:04:36.624Z Downloaded cfg-if v1.0.1
3932025-09-23T06:04:36.624Z Downloaded tabled_derive v0.7.0
3942025-09-23T06:04:36.624Z Downloaded synstructure v0.13.1
3952025-09-23T06:04:36.624Z Downloaded stable_deref_trait v1.2.0
3962025-09-23T06:04:36.624Z Downloaded smawk v0.3.2
3972025-09-23T06:04:36.624Z Downloaded serde_tokenstream v0.2.2
3982025-09-23T06:04:36.624Z Downloaded serde_spanned v0.6.9
3992025-09-23T06:04:36.624Z Downloaded litemap v0.7.3
4002025-09-23T06:04:36.624Z Downloaded strsim v0.11.1
4012025-09-23T06:04:36.624Z Downloaded scroll v0.12.0
4022025-09-23T06:04:36.624Z Downloaded unicode-width v0.2.0
4032025-09-23T06:04:36.624Z Downloaded unicode-width v0.1.14
4042025-09-23T06:04:36.624Z Downloaded smallvec v1.15.1
4052025-09-23T06:04:36.624Z Downloaded cargo_toml v0.21.0
4062025-09-23T06:04:36.624Z Downloaded sha2 v0.10.9
4072025-09-23T06:04:36.624Z Downloaded serde v1.0.223
4082025-09-23T06:04:36.624Z Downloaded proc-macro-error v1.0.4
4092025-09-23T06:04:36.624Z Downloaded num-traits v0.2.19
4102025-09-23T06:04:36.624Z Downloaded quote v1.0.40
4112025-09-23T06:04:36.624Z Downloaded ryu v1.0.18
4122025-09-23T06:04:36.624Z Downloaded log v0.4.27
4132025-09-23T06:04:36.624Z Downloaded pest_meta v2.7.14
4142025-09-23T06:04:36.624Z Downloaded cargo_metadata v0.21.0
4152025-09-23T06:04:36.624Z Downloaded indexmap v2.11.0
4162025-09-23T06:04:36.624Z Downloaded clap_derive v4.5.41
4172025-09-23T06:04:36.624Z Downloaded serde_derive v1.0.223
4182025-09-23T06:04:36.625Z Downloaded proc-macro2 v1.0.101
4192025-09-23T06:04:36.625Z Downloaded papergrid v0.11.0
4202025-09-23T06:04:36.625Z Downloaded clap v4.5.41
4212025-09-23T06:04:36.625Z Downloaded serde_core v1.0.223
4222025-09-23T06:04:36.625Z Downloaded memchr v2.7.4
4232025-09-23T06:04:36.625Z Downloaded semver v1.0.26
4242025-09-23T06:04:36.625Z Downloaded idna v1.0.3
4252025-09-23T06:04:36.625Z Downloaded pest_derive v2.7.14
4262025-09-23T06:04:36.625Z Downloaded once_cell v1.21.3
4272025-09-23T06:04:36.625Z Downloaded colorchoice v1.0.2
4282025-09-23T06:04:36.625Z Downloaded clap_lex v0.7.4
4292025-09-23T06:04:36.625Z Downloaded serde-value v0.7.0
4302025-09-23T06:04:36.625Z Downloaded serde-untagged v0.1.7
4312025-09-23T06:04:36.625Z Downloaded proc-macro-error-attr v1.0.4
4322025-09-23T06:04:36.625Z Downloaded plain v0.2.3
4332025-09-23T06:04:36.625Z Downloaded pest_generator v2.7.14
4342025-09-23T06:04:36.625Z Downloaded percent-encoding v2.3.2
4352025-09-23T06:04:36.625Z Downloaded ordered-float v2.10.1
4362025-09-23T06:04:36.625Z Downloaded memmap v0.7.0
4372025-09-23T06:04:36.625Z Downloaded macaddr v1.0.1
4382025-09-23T06:04:36.625Z Downloaded cpufeatures v0.2.14
4392025-09-23T06:04:36.625Z Downloaded utf8parse v0.2.2
4402025-09-23T06:04:36.625Z Downloaded typeid v1.0.3
4412025-09-23T06:04:36.625Z Downloaded icu_provider_macros v1.5.0
4422025-09-23T06:04:36.625Z Downloaded serde_json v1.0.145
4432025-09-23T06:04:36.625Z Downloaded pest v2.7.14
4442025-09-23T06:04:36.625Z Downloaded icu_provider v1.5.0
4452025-09-23T06:04:36.625Z Downloaded tabled v0.15.0
4462025-09-23T06:04:36.625Z Downloaded icu_properties_data v1.5.0
4472025-09-23T06:04:36.625Z Downloaded clap_builder v4.5.41
4482025-09-23T06:04:36.625Z Downloaded idna_adapter v1.2.0
4492025-09-23T06:04:36.625Z Downloaded syn v1.0.109
4502025-09-23T06:04:36.625Z Downloaded icu_collections v1.5.0
4512025-09-23T06:04:36.625Z Downloaded thiserror v1.0.69
4522025-09-23T06:04:36.625Z Downloaded icu_normalizer v1.5.0
4532025-09-23T06:04:36.625Z Downloaded syn v2.0.106
4542025-09-23T06:04:36.625Z Downloaded errno v0.3.12
4552025-09-23T06:04:36.625Z Downloaded erased-serde v0.4.6
4562025-09-23T06:04:36.625Z Downloaded usdt-impl v0.5.0
4572025-09-23T06:04:36.625Z Downloaded rustix v0.38.37
4582025-09-23T06:04:36.626Z Downloaded usdt-attr-macro v0.5.0
4592025-09-23T06:04:36.629Z Downloaded rustix v1.0.7
4602025-09-23T06:04:36.629Z Downloaded unicode-xid v0.2.6
4612025-09-23T06:04:36.629Z Downloaded toml_write v0.1.2
4622025-09-23T06:04:36.629Z Downloaded block-buffer v0.10.4
4632025-09-23T06:04:36.629Z Downloaded fastrand v2.1.1
4642025-09-23T06:04:36.629Z Downloaded camino-tempfile v1.4.1
4652025-09-23T06:04:36.629Z Downloaded thiserror-impl v1.0.69
4662025-09-23T06:04:36.629Z Downloaded byteorder v1.5.0
4672025-09-23T06:04:36.629Z Downloaded anstyle v1.0.11
4682025-09-23T06:04:36.629Z Downloaded fnv v1.0.7
4692025-09-23T06:04:36.629Z Downloaded dof v0.3.0
4702025-09-23T06:04:36.629Z Downloaded thread-id v4.2.2
4712025-09-23T06:04:36.629Z Downloaded icu_locid v1.5.0
4722025-09-23T06:04:36.629Z Downloaded anyhow v1.0.99
4732025-09-23T06:04:36.629Z Downloaded libc v0.2.174
4742025-09-23T06:04:36.630Z Compiling proc-macro2 v1.0.101
4752025-09-23T06:04:36.630Z Compiling unicode-ident v1.0.18
4762025-09-23T06:04:36.630Z Compiling serde_core v1.0.223
4772025-09-23T06:04:36.630Z Compiling serde v1.0.223
4782025-09-23T06:04:36.630Z Compiling version_check v0.9.5
4792025-09-23T06:04:36.630Z Compiling libc v0.2.174
4802025-09-23T06:04:36.630Z Compiling memchr v2.7.4
4812025-09-23T06:04:36.630Z Compiling thiserror v1.0.69
4822025-09-23T06:04:36.630Z Compiling stable_deref_trait v1.2.0
4832025-09-23T06:04:36.978Z Compiling ucd-trie v0.1.7
4842025-09-23T06:04:37.005Z Compiling autocfg v1.4.0
4852025-09-23T06:04:37.155Z Compiling ryu v1.0.18
4862025-09-23T06:04:37.265Z Compiling litemap v0.7.3
4872025-09-23T06:04:37.455Z Compiling writeable v0.5.5
4882025-09-23T06:04:37.506Z Compiling itoa v1.0.11
4892025-09-23T06:04:37.647Z Compiling once_cell v1.21.3
4902025-09-23T06:04:37.856Z Compiling byteorder v1.5.0
4912025-09-23T06:04:37.985Z Compiling icu_locid_transform_data v1.5.0
4922025-09-23T06:04:38.091Z Compiling bitflags v2.9.1
4932025-09-23T06:04:38.262Z Compiling quote v1.0.40
4942025-09-23T06:04:38.377Z Compiling errno v0.3.12
4952025-09-23T06:04:38.494Z Compiling icu_properties_data v1.5.0
4962025-09-23T06:04:38.555Z Compiling serde_json v1.0.145
4972025-09-23T06:04:38.656Z Compiling num-traits v0.2.19
4982025-09-23T06:04:38.799Z Compiling syn v2.0.106
4992025-09-23T06:04:38.954Z Compiling equivalent v1.0.2
5002025-09-23T06:04:38.979Z Compiling smallvec v1.15.1
5012025-09-23T06:04:39.023Z Compiling typeid v1.0.3
5022025-09-23T06:04:39.027Z Compiling utf16_iter v1.0.5
5032025-09-23T06:04:39.077Z Compiling hashbrown v0.15.4
5042025-09-23T06:04:39.267Z Compiling utf8_iter v1.0.4
5052025-09-23T06:04:39.318Z Compiling icu_normalizer_data v1.5.0
5062025-09-23T06:04:39.415Z Compiling write16 v1.0.0
5072025-09-23T06:04:39.468Z Compiling rustix v0.38.37
5082025-09-23T06:04:39.639Z Compiling proc-macro-error-attr v1.0.4
5092025-09-23T06:04:39.861Z Compiling usdt-impl v0.5.0
5102025-09-23T06:04:39.983Z Compiling syn v1.0.109
5112025-09-23T06:04:40.236Z Compiling indexmap v2.11.0
5122025-09-23T06:04:40.240Z Compiling winnow v0.7.10
5132025-09-23T06:04:40.294Z Compiling toml_write v0.1.2
5142025-09-23T06:04:40.692Z Compiling thread-id v4.2.2
5152025-09-23T06:04:41.096Z Compiling proc-macro-error v1.0.4
5162025-09-23T06:04:41.614Z Compiling thiserror v2.0.16
5172025-09-23T06:04:41.688Z Compiling plain v0.2.3
5182025-09-23T06:04:41.732Z Compiling log v0.4.27
5192025-09-23T06:04:41.880Z Compiling getrandom v0.3.1
5202025-09-23T06:04:42.085Z Compiling semver v1.0.26
5212025-09-23T06:04:42.435Z Compiling percent-encoding v2.3.2
5222025-09-23T06:04:42.615Z Compiling rustix v1.0.7
5232025-09-23T06:04:42.618Z Compiling utf8parse v0.2.2
5242025-09-23T06:04:42.660Z Compiling camino v1.2.0
5252025-09-23T06:04:42.818Z Compiling anstyle-parse v0.2.5
5262025-09-23T06:04:42.846Z Compiling form_urlencoded v1.2.2
5272025-09-23T06:04:43.185Z Compiling ordered-float v2.10.1
5282025-09-23T06:04:43.451Z Compiling terminal_size v0.4.0
5292025-09-23T06:04:43.722Z Compiling colorchoice v1.0.2
5302025-09-23T06:04:43.748Z Compiling cfg-if v1.0.1
5312025-09-23T06:04:43.873Z Compiling anstyle-query v1.1.1
5322025-09-23T06:04:43.911Z Compiling pretty-hex v0.4.1
5332025-09-23T06:04:43.944Z Compiling is_terminal_polyfill v1.70.1
5342025-09-23T06:04:44.050Z Compiling anstyle v1.0.11
5352025-09-23T06:04:44.425Z Compiling anstream v0.6.18
5362025-09-23T06:04:44.631Z Compiling fs-err v3.1.1
5372025-09-23T06:04:44.668Z Compiling anyhow v1.0.99
5382025-09-23T06:04:44.985Z Compiling heck v0.4.1
5392025-09-23T06:04:45.068Z Compiling strsim v0.11.1
5402025-09-23T06:04:45.093Z Compiling clap_lex v0.7.4
5412025-09-23T06:04:45.275Z Compiling heck v0.5.0
5422025-09-23T06:04:45.576Z Compiling synstructure v0.13.1
5432025-09-23T06:04:45.747Z Compiling fnv v1.0.7
5442025-09-23T06:04:45.812Z Compiling bytecount v0.6.8
5452025-09-23T06:04:45.839Z Compiling fastrand v2.1.1
5462025-09-23T06:04:45.917Z Compiling unicode-xid v0.2.6
5472025-09-23T06:04:46.036Z Compiling unicode-width v0.1.14
5482025-09-23T06:04:46.130Z Compiling clap_builder v4.5.41
5492025-09-23T06:04:46.233Z Compiling tempfile v3.20.0
5502025-09-23T06:04:46.799Z Compiling papergrid v0.11.0
5512025-09-23T06:04:47.004Z Compiling memmap v0.7.0
5522025-09-23T06:04:47.106Z Compiling smawk v0.3.2
5532025-09-23T06:04:47.156Z Compiling unicode-linebreak v0.1.5
5542025-09-23T06:04:47.341Z Compiling unicode-width v0.2.0
5552025-09-23T06:04:47.895Z Compiling textwrap v0.16.2
5562025-09-23T06:04:47.922Z Compiling camino-tempfile v1.4.1
5572025-09-23T06:04:48.361Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5582025-09-23T06:04:48.432Z Compiling swrite v0.1.0
5592025-09-23T06:04:48.933Z Compiling tabled_derive v0.7.0
5602025-09-23T06:04:49.564Z Compiling serde_derive v1.0.223
5612025-09-23T06:04:49.564Z Compiling zerofrom-derive v0.1.4
5622025-09-23T06:04:49.568Z Compiling yoke-derive v0.7.4
5632025-09-23T06:04:49.568Z Compiling thiserror-impl v1.0.69
5642025-09-23T06:04:49.758Z Compiling zerovec-derive v0.10.3
5652025-09-23T06:04:50.700Z Compiling displaydoc v0.2.5
5662025-09-23T06:04:52.249Z Compiling icu_provider_macros v1.5.0
5672025-09-23T06:04:52.273Z Compiling zerocopy-derive v0.7.35
5682025-09-23T06:04:52.322Z Compiling scroll_derive v0.12.0
5692025-09-23T06:04:52.636Z Compiling pest v2.7.14
5702025-09-23T06:04:52.960Z Compiling zerofrom v0.1.4
5712025-09-23T06:04:53.202Z Compiling yoke v0.7.4
5722025-09-23T06:04:53.361Z Compiling thiserror-impl v2.0.16
5732025-09-23T06:04:53.543Z Compiling clap_derive v4.5.41
5742025-09-23T06:04:53.652Z Compiling zerovec v0.10.4
5752025-09-23T06:04:53.746Z Compiling scroll v0.12.0
5762025-09-23T06:04:54.238Z Compiling zerocopy v0.7.35
5772025-09-23T06:04:54.280Z Compiling goblin v0.8.2
5782025-09-23T06:04:54.870Z Compiling tabled v0.15.0
5792025-09-23T06:04:55.572Z Compiling tinystr v0.7.6
5802025-09-23T06:04:55.616Z Compiling pest_meta v2.7.14
5812025-09-23T06:04:55.655Z Compiling icu_collections v1.5.0
5822025-09-23T06:04:55.983Z Compiling icu_locid v1.5.0
5832025-09-23T06:04:57.035Z Compiling pest_generator v2.7.14
5842025-09-23T06:04:57.172Z Compiling icu_provider v1.5.0
5852025-09-23T06:04:57.749Z Compiling clap v4.5.41
5862025-09-23T06:04:57.888Z Compiling icu_locid_transform v1.5.0
5872025-09-23T06:04:58.199Z Compiling toml_datetime v0.6.11
5882025-09-23T06:04:58.251Z Compiling serde_spanned v0.6.9
5892025-09-23T06:04:58.515Z Compiling erased-serde v0.4.6
5902025-09-23T06:04:58.784Z Compiling toml_edit v0.22.27
5912025-09-23T06:04:58.827Z Compiling dof v0.3.0
5922025-09-23T06:04:58.978Z Compiling serde_tokenstream v0.2.2
5932025-09-23T06:04:59.581Z Compiling icu_properties v1.5.1
5942025-09-23T06:04:59.681Z Compiling serde-untagged v0.1.7
5952025-09-23T06:04:59.929Z Compiling pest_derive v2.7.14
5962025-09-23T06:05:00.223Z Compiling serde-value v0.7.0
5972025-09-23T06:05:00.388Z Compiling cargo-platform v0.2.0
5982025-09-23T06:05:00.525Z Compiling macaddr v1.0.1
5992025-09-23T06:05:00.738Z Compiling dtrace-parser v0.2.0
6002025-09-23T06:05:02.048Z Compiling toml v0.8.23
6012025-09-23T06:05:02.511Z Compiling usdt-attr-macro v0.5.0
6022025-09-23T06:05:02.575Z Compiling usdt-macro v0.5.0
6032025-09-23T06:05:02.943Z Compiling cargo_toml v0.21.0
6042025-09-23T06:05:03.135Z Compiling icu_normalizer v1.5.0
6052025-09-23T06:05:03.800Z Compiling usdt v0.5.0
6062025-09-23T06:05:03.921Z Compiling idna_adapter v1.2.0
6072025-09-23T06:05:04.101Z Compiling idna v1.0.3
6082025-09-23T06:05:04.522Z Compiling url v2.5.4
6092025-09-23T06:05:05.214Z Compiling cargo-util-schemas v0.8.2
6102025-09-23T06:05:06.998Z Compiling cargo_metadata v0.21.0
6112025-09-23T06:05:08.759Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6122025-09-23T06:05:12.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
6132025-09-23T06:05:12.907Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6142025-09-23T06:05:13.631Z Downloading crates ...
6152025-09-23T06:05:13.770Z Downloaded addr2line v0.24.2
6162025-09-23T06:05:13.778Z Downloaded async-bb8-diesel v0.2.1
6172025-09-23T06:05:13.781Z Downloaded adler2 v2.0.0
6182025-09-23T06:05:13.784Z Downloaded cfg_aliases v0.1.1
6192025-09-23T06:05:13.788Z Downloaded crc v3.2.1
6202025-09-23T06:05:13.788Z Downloaded cobs v0.2.3
6212025-09-23T06:05:13.791Z Downloaded cipher v0.4.4
6222025-09-23T06:05:13.794Z Downloaded crc-catalog v2.4.0
6232025-09-23T06:05:13.797Z Downloaded bit-set v0.8.0
6242025-09-23T06:05:13.800Z Downloaded bb8 v0.8.5
6252025-09-23T06:05:13.803Z Downloaded base64 v0.21.7
6262025-09-23T06:05:13.806Z Downloaded atomicwrites v0.4.4
6272025-09-23T06:05:13.806Z Downloaded async-stream-impl v0.3.6
6282025-09-23T06:05:13.810Z Downloaded console v0.15.10
6292025-09-23T06:05:13.813Z Downloaded crossbeam-epoch v0.9.18
6302025-09-23T06:05:13.816Z Downloaded blake2 v0.10.6
6312025-09-23T06:05:13.819Z Downloaded async-stream v0.3.6
6322025-09-23T06:05:13.819Z Downloaded atomic-waker v1.1.2
6332025-09-23T06:05:13.822Z Downloaded cancel-safe-futures v0.1.5
6342025-09-23T06:05:13.825Z Downloaded backtrace v0.3.74
6352025-09-23T06:05:13.829Z Downloaded hash32 v0.3.1
6362025-09-23T06:05:13.833Z Downloaded aes-gcm v0.10.3
6372025-09-23T06:05:13.836Z Downloaded backoff v0.4.0
6382025-09-23T06:05:13.839Z Downloaded highway v1.3.0
6392025-09-23T06:05:13.842Z Downloaded ipnetwork v0.21.1
6402025-09-23T06:05:13.845Z Downloaded crossbeam-utils v0.8.21
6412025-09-23T06:05:13.848Z Downloaded cc v1.2.30
6422025-09-23T06:05:13.851Z Downloaded hyper-staticfile v0.10.1
6432025-09-23T06:05:13.854Z Downloaded hickory-server v0.25.2
6442025-09-23T06:05:13.858Z Downloaded rand_chacha v0.3.1
6452025-09-23T06:05:13.861Z Downloaded h2 v0.4.6
6462025-09-23T06:05:13.867Z Downloaded critical-section v1.1.3
6472025-09-23T06:05:13.870Z Downloaded cassowary v0.3.0
6482025-09-23T06:05:13.873Z Downloaded bzip2 v0.5.2
6492025-09-23T06:05:13.876Z Downloaded home v0.5.9
6502025-09-23T06:05:13.876Z Downloaded humantime v2.2.0
6512025-09-23T06:05:13.879Z Downloaded hmac v0.12.1
6522025-09-23T06:05:13.882Z Downloaded half v1.8.3
6532025-09-23T06:05:13.885Z Downloaded cfg_aliases v0.2.1
6542025-09-23T06:05:13.888Z Downloaded camino-tempfile-ext v0.3.2
6552025-09-23T06:05:13.888Z Downloaded async-trait v0.1.89
6562025-09-23T06:05:13.892Z Downloaded is-terminal v0.4.13
6572025-09-23T06:05:13.895Z Downloaded cexpr v0.6.0
6582025-09-23T06:05:13.899Z Downloaded bitfield-macros v0.19.2
6592025-09-23T06:05:13.902Z Downloaded bindgen v0.69.5
6602025-09-23T06:05:13.906Z Downloaded arrayref v0.3.9
6612025-09-23T06:05:13.910Z Downloaded hash32 v0.2.1
6622025-09-23T06:05:13.913Z Downloaded crossbeam-deque v0.8.5
6632025-09-23T06:05:13.913Z Downloaded const_format_proc_macros v0.2.34
6642025-09-23T06:05:13.916Z Downloaded match_cfg v0.1.0
6652025-09-23T06:05:13.919Z Downloaded headers-core v0.3.0
6662025-09-23T06:05:13.919Z Downloaded bit-vec v0.8.0
6672025-09-23T06:05:13.922Z Downloaded convert_case v0.4.0
6682025-09-23T06:05:13.926Z Downloaded assert_matches v1.5.0
6692025-09-23T06:05:13.926Z Downloaded half v2.4.1
6702025-09-23T06:05:13.929Z Downloaded lru v0.12.5
6712025-09-23T06:05:13.932Z Downloaded ciborium-io v0.2.2
6722025-09-23T06:05:13.935Z Downloaded ident_case v1.0.1
6732025-09-23T06:05:13.935Z Downloaded hubpack_derive v0.1.1
6742025-09-23T06:05:13.939Z Downloaded instant v0.1.13
6752025-09-23T06:05:13.939Z Downloaded cargo_metadata v0.18.1
6762025-09-23T06:05:13.942Z Downloaded constant_time_eq v0.3.1
6772025-09-23T06:05:13.945Z Downloaded maplit v1.0.2
6782025-09-23T06:05:13.945Z Downloaded lru-cache v0.1.2
6792025-09-23T06:05:13.948Z Downloaded internet-checksum v0.2.1
6802025-09-23T06:05:13.951Z Downloaded array-init v0.0.4
6812025-09-23T06:05:13.951Z Downloaded indoc v1.0.9
6822025-09-23T06:05:13.954Z Downloaded progenitor-client v0.9.1
6832025-09-23T06:05:13.957Z Downloaded progenitor-client v0.8.0
6842025-09-23T06:05:13.957Z Downloaded hostname v0.4.0
6852025-09-23T06:05:13.960Z Downloaded http-range v0.1.5
6862025-09-23T06:05:13.960Z Downloaded bytes v1.10.1
6872025-09-23T06:05:13.964Z Downloaded is_ci v1.2.0
6882025-09-23T06:05:13.967Z Downloaded lock_api v0.4.12
6892025-09-23T06:05:13.970Z Downloaded cbc v0.1.2
6902025-09-23T06:05:13.973Z Downloaded lockfree-object-pool v0.1.6
6912025-09-23T06:05:13.989Z Downloaded sigpipe v0.1.3
6922025-09-23T06:05:13.992Z Downloaded bitfield v0.19.2
6932025-09-23T06:05:13.995Z Downloaded bcrypt-pbkdf v0.10.0
6942025-09-23T06:05:13.995Z Downloaded async-recursion v1.1.1
6952025-09-23T06:05:13.999Z Downloaded strip-ansi-escapes v0.2.0
6962025-09-23T06:05:14.002Z Downloaded serde_plain v1.0.2
6972025-09-23T06:05:14.006Z Downloaded tinyvec_macros v0.1.1
6982025-09-23T06:05:14.006Z Downloaded proc-macro-error2 v2.0.1
6992025-09-23T06:05:14.010Z Downloaded rustc-hash v2.1.1
7002025-09-23T06:05:14.013Z Downloaded rtoolbox v0.0.2
7012025-09-23T06:05:14.017Z Downloaded progenitor-macro v0.10.0
7022025-09-23T06:05:14.017Z Downloaded vte_generate_state_changes v0.1.2
7032025-09-23T06:05:14.020Z Downloaded signature v2.2.0
7042025-09-23T06:05:14.023Z Downloaded kstat-rs v0.2.4
7052025-09-23T06:05:14.023Z Downloaded spki v0.7.3
7062025-09-23T06:05:14.026Z Downloaded libsw v3.5.0
7072025-09-23T06:05:14.029Z Downloaded cookie_store v0.21.1
7082025-09-23T06:05:14.032Z Downloaded lzss v0.8.2
7092025-09-23T06:05:14.035Z Downloaded managed v0.8.0
7102025-09-23T06:05:14.038Z Downloaded hickory-client v0.25.2
7112025-09-23T06:05:14.041Z Downloaded crunchy v0.2.2
7122025-09-23T06:05:14.041Z Downloaded untrusted v0.7.1
7132025-09-23T06:05:14.044Z Downloaded rustc_version v0.4.1
7142025-09-23T06:05:14.047Z Downloaded colored v2.2.0
7152025-09-23T06:05:14.050Z Downloaded ingot v0.1.1
7162025-09-23T06:05:14.053Z Downloaded subtle v2.6.1
7172025-09-23T06:05:14.053Z Downloaded tls_codec v0.4.1
7182025-09-23T06:05:14.056Z Downloaded thread_local v1.1.8
7192025-09-23T06:05:14.059Z Downloaded termtree v0.5.1
7202025-09-23T06:05:14.062Z Downloaded diesel_table_macro_syntax v0.2.0
7212025-09-23T06:05:14.062Z Downloaded tokio-tungstenite v0.23.1
7222025-09-23T06:05:14.065Z Downloaded fxhash v0.2.1
7232025-09-23T06:05:14.068Z Downloaded serde_derive_internals v0.29.1
7242025-09-23T06:05:14.068Z Downloaded wait-timeout v0.2.0
7252025-09-23T06:05:14.071Z Downloaded typify-macro v0.2.0
7262025-09-23T06:05:14.074Z Downloaded spin v0.9.8
7272025-09-23T06:05:14.077Z Downloaded libloading v0.8.5
7282025-09-23T06:05:14.080Z Downloaded vergen-lib v0.1.6
7292025-09-23T06:05:14.080Z Downloaded keccak v0.1.5
7302025-09-23T06:05:14.083Z Downloaded iana-time-zone v0.1.63
7312025-09-23T06:05:14.086Z Downloaded litrs v0.4.1
7322025-09-23T06:05:14.089Z Downloaded postgres-types v0.2.9
7332025-09-23T06:05:14.092Z Downloaded endian-type v0.1.2
7342025-09-23T06:05:14.095Z Downloaded new_debug_unreachable v1.0.6
7352025-09-23T06:05:14.095Z Downloaded newline-converter v0.3.0
7362025-09-23T06:05:14.099Z Downloaded tokio-rustls v0.25.0
7372025-09-23T06:05:14.102Z Downloaded embedded-io v0.6.1
7382025-09-23T06:05:14.105Z Downloaded memoffset v0.9.1
7392025-09-23T06:05:14.105Z Downloaded whoami v1.5.2
7402025-09-23T06:05:14.108Z Downloaded pretty-hex v0.2.1
7412025-09-23T06:05:14.108Z Downloaded num_threads v0.1.7
7422025-09-23T06:05:14.111Z Downloaded parse-size v1.1.0
7432025-09-23T06:05:14.114Z Downloaded num-conv v0.1.0
7442025-09-23T06:05:14.114Z Downloaded universal-hash v0.5.1
7452025-09-23T06:05:14.117Z Downloaded dunce v1.0.5
7462025-09-23T06:05:14.117Z Downloaded tracing-attributes v0.1.27
7472025-09-23T06:05:14.120Z Downloaded slog v2.7.0
7482025-09-23T06:05:14.123Z Downloaded ciborium v0.2.2
7492025-09-23T06:05:14.126Z Downloaded serde-big-array v0.5.1
7502025-09-23T06:05:14.129Z Downloaded predicates-core v1.0.8
7512025-09-23T06:05:14.132Z Downloaded dyn-clone v1.0.20
7522025-09-23T06:05:14.132Z Downloaded ena v0.14.3
7532025-09-23T06:05:14.135Z Downloaded serde_cbor v0.11.2
7542025-09-23T06:05:14.138Z Downloaded gethostname v0.5.0
7552025-09-23T06:05:14.141Z Downloaded embedded-io v0.4.0
7562025-09-23T06:05:14.144Z Downloaded sync_wrapper v1.0.1
7572025-09-23T06:05:14.144Z Downloaded sync-ptr v0.1.4
7582025-09-23T06:05:14.147Z Downloaded tinyvec v1.8.0
7592025-09-23T06:05:14.150Z Downloaded num-derive v0.3.3
7602025-09-23T06:05:14.153Z Downloaded quinn v0.11.5
7612025-09-23T06:05:14.156Z Downloaded env_filter v0.1.2
7622025-09-23T06:05:14.159Z Downloaded pin-utils v0.1.0
7632025-09-23T06:05:14.159Z Downloaded num-integer v0.1.46
7642025-09-23T06:05:14.162Z Downloaded sqlparser_derive v0.2.2
7652025-09-23T06:05:14.165Z Downloaded parse-display v0.10.0
7662025-09-23T06:05:14.165Z Downloaded num-derive v0.4.2
7672025-09-23T06:05:14.168Z Downloaded env_logger v0.11.5
7682025-09-23T06:05:14.171Z Downloaded resolv-conf v0.7.0
7692025-09-23T06:05:14.175Z Downloaded arc-swap v1.7.1
7702025-09-23T06:05:14.178Z Downloaded want v0.3.1
7712025-09-23T06:05:14.181Z Downloaded paste v1.0.15
7722025-09-23T06:05:14.184Z Downloaded salsa20 v0.10.2
7732025-09-23T06:05:14.187Z Downloaded slog-scope v4.4.0
7742025-09-23T06:05:14.190Z Downloaded progenitor-client v0.11.0
7752025-09-23T06:05:14.190Z Downloaded ecdsa v0.16.9
7762025-09-23T06:05:14.193Z Downloaded prettyplease v0.2.36
7772025-09-23T06:05:14.196Z Downloaded bumpalo v3.16.0
7782025-09-23T06:05:14.199Z Downloaded zstd v0.13.3
7792025-09-23T06:05:14.202Z Downloaded tokio-dtrace v0.1.0
7802025-09-23T06:05:14.205Z Downloaded darling_macro v0.20.10
7812025-09-23T06:05:14.208Z Downloaded derive-ex v0.1.8
7822025-09-23T06:05:14.208Z Downloaded tui-tree-widget v0.23.1
7832025-09-23T06:05:14.211Z Downloaded num-complex v0.4.6
7842025-09-23T06:05:14.214Z Downloaded typify v0.2.0
7852025-09-23T06:05:14.217Z Downloaded pin-project-lite v0.2.14
7862025-09-23T06:05:14.223Z Downloaded foreign-types v0.3.2
7872025-09-23T06:05:14.226Z Downloaded darling_macro v0.21.0
7882025-09-23T06:05:14.226Z Downloaded predicates v3.1.3
7892025-09-23T06:05:14.229Z Downloaded serde_urlencoded v0.7.1
7902025-09-23T06:05:14.232Z Downloaded serde_spanned v1.0.0
7912025-09-23T06:05:14.235Z Downloaded zeroize_derive v1.4.2
7922025-09-23T06:05:14.235Z Downloaded zeroize v1.8.1
7932025-09-23T06:05:14.238Z Downloaded serde-hex v0.1.0
7942025-09-23T06:05:14.241Z Downloaded tokio-native-tls v0.3.1
7952025-09-23T06:05:14.244Z Downloaded tokio-macros v2.5.0
7962025-09-23T06:05:14.244Z Downloaded tabled_derive v0.11.0
7972025-09-23T06:05:14.247Z Downloaded memmap2 v0.9.5
7982025-09-23T06:05:14.250Z Downloaded phf_shared v0.12.1
7992025-09-23T06:05:14.250Z Downloaded progenitor-macro v0.11.0
8002025-09-23T06:05:14.253Z Downloaded postcard v1.0.10
8012025-09-23T06:05:14.256Z Downloaded funty v2.0.0
8022025-09-23T06:05:14.259Z Downloaded number_prefix v0.4.0
8032025-09-23T06:05:14.259Z Downloaded filetime v0.2.25
8042025-09-23T06:05:14.262Z Downloaded rand v0.9.2
8052025-09-23T06:05:14.265Z Downloaded ff v0.13.0
8062025-09-23T06:05:14.268Z Downloaded heapless v0.7.17
8072025-09-23T06:05:14.271Z Downloaded secrecy v0.10.3
8082025-09-23T06:05:14.274Z Downloaded russh-cryptovec v0.7.3
8092025-09-23T06:05:14.277Z Downloaded vergen-gitcl v1.0.8
8102025-09-23T06:05:14.277Z Downloaded mime v0.3.17
8112025-09-23T06:05:14.280Z Downloaded ctr v0.9.2
8122025-09-23T06:05:14.283Z Downloaded packed_struct v0.10.1
8132025-09-23T06:05:14.286Z Downloaded num v0.4.3
8142025-09-23T06:05:14.286Z Downloaded zone v0.1.8
8152025-09-23T06:05:14.289Z Downloaded packed_struct_codegen v0.10.1
8162025-09-23T06:05:14.292Z Downloaded phf_shared v0.11.2
8172025-09-23T06:05:14.292Z Downloaded signal-hook-mio v0.2.4
8182025-09-23T06:05:14.295Z Downloaded siphasher v0.3.11
8192025-09-23T06:05:14.295Z Downloaded elliptic-curve v0.13.8
8202025-09-23T06:05:14.299Z Downloaded float-ord v0.3.2
8212025-09-23T06:05:14.302Z Downloaded aes v0.8.4
8222025-09-23T06:05:14.305Z Downloaded sqlformat v0.3.5
8232025-09-23T06:05:14.308Z Downloaded unicode-truncate v1.1.0
8242025-09-23T06:05:14.312Z Downloaded rand_xorshift v0.4.0
8252025-09-23T06:05:14.312Z Downloaded fs_extra v1.3.0
8262025-09-23T06:05:14.315Z Downloaded num-rational v0.4.2
8272025-09-23T06:05:14.318Z Downloaded tower-layer v0.3.3
8282025-09-23T06:05:14.321Z Downloaded scheduled-thread-pool v0.2.7
8292025-09-23T06:05:14.321Z Downloaded rand_seeder v0.4.0
8302025-09-23T06:05:14.324Z Downloaded progenitor v0.8.0
8312025-09-23T06:05:14.324Z Downloaded sha1 v0.10.6
8322025-09-23T06:05:14.327Z Downloaded darling_core v0.21.0
8332025-09-23T06:05:14.332Z Downloaded static_assertions v1.1.0
8342025-09-23T06:05:14.335Z Downloaded diff v0.1.13
8352025-09-23T06:05:14.338Z Downloaded flagset v0.4.6
8362025-09-23T06:05:14.341Z Downloaded cstr-argument v0.1.2
8372025-09-23T06:05:14.344Z Downloaded derive_builder_macro v0.20.2
8382025-09-23T06:05:14.344Z Downloaded csv-core v0.1.11
8392025-09-23T06:05:14.347Z Downloaded nu-ansi-term v0.50.1
8402025-09-23T06:05:14.350Z Downloaded http v1.3.1
8412025-09-23T06:05:14.353Z Downloaded oso-derive v0.27.3
8422025-09-23T06:05:14.356Z Downloaded openssl-probe v0.1.5
8432025-09-23T06:05:14.356Z Downloaded openssl-macros v0.1.1
8442025-09-23T06:05:14.359Z Downloaded quinn-udp v0.5.5
8452025-09-23T06:05:14.362Z Downloaded toml_datetime v0.7.0
8462025-09-23T06:05:14.362Z Downloaded precomputed-hash v0.1.1
8472025-09-23T06:05:14.365Z Downloaded time-core v0.1.6
8482025-09-23T06:05:14.365Z Downloaded progenitor v0.9.1
8492025-09-23T06:05:14.368Z Downloaded xattr v1.3.1
8502025-09-23T06:05:14.371Z Downloaded similar v2.7.0
8512025-09-23T06:05:14.375Z Downloaded termios v0.3.3
8522025-09-23T06:05:14.378Z Downloaded futures v0.3.31
8532025-09-23T06:05:14.383Z Downloaded progenitor-impl v0.11.0
8542025-09-23T06:05:14.386Z Downloaded radium v0.7.0
8552025-09-23T06:05:14.389Z Downloaded strum_macros v0.27.1
8562025-09-23T06:05:14.392Z Downloaded progenitor-impl v0.10.0
8572025-09-23T06:05:14.395Z Downloaded testing_table v0.3.0
8582025-09-23T06:05:14.395Z Downloaded crypto-bigint v0.5.5
8592025-09-23T06:05:14.403Z Downloaded time-macros v0.2.24
8602025-09-23T06:05:14.406Z Downloaded iddqd v0.3.13
8612025-09-23T06:05:14.413Z Downloaded strum v0.27.2
8622025-09-23T06:05:14.416Z Downloaded derive_more v0.99.20
8632025-09-23T06:05:14.420Z Downloaded yasna v0.5.2
8642025-09-23T06:05:14.423Z Downloaded fs-err v2.11.0
8652025-09-23T06:05:14.427Z Downloaded xshell v0.2.7
8662025-09-23T06:05:14.430Z Downloaded void v1.0.2
8672025-09-23T06:05:14.430Z Downloaded psl-types v2.0.11
8682025-09-23T06:05:14.433Z Downloaded powerfmt v0.2.0
8692025-09-23T06:05:14.433Z Downloaded md-5 v0.10.6
8702025-09-23T06:05:14.436Z Downloaded path-slash v0.1.5
8712025-09-23T06:05:14.439Z Downloaded opaque-debug v0.3.1
8722025-09-23T06:05:14.439Z Downloaded slog-stdlog v4.1.1
8732025-09-23T06:05:14.442Z Downloaded slog-json v2.6.1
8742025-09-23T06:05:14.445Z Downloaded tiny-keccak v2.0.2
8752025-09-23T06:05:14.448Z Downloaded siphasher v1.0.1
8762025-09-23T06:05:14.451Z Downloaded derive_builder_core v0.20.2
8772025-09-23T06:05:14.451Z Downloaded socket2 v0.5.10
8782025-09-23T06:05:14.454Z Downloaded maybe-uninit v2.0.0
8792025-09-23T06:05:14.457Z Downloaded r2d2 v0.8.10
8802025-09-23T06:05:14.457Z Downloaded strum v0.26.3
8812025-09-23T06:05:14.460Z Downloaded progenitor-client v0.10.0
8822025-09-23T06:05:14.460Z Downloaded papergrid v0.14.0
8832025-09-23T06:05:14.465Z Downloaded scopeguard v1.2.0
8842025-09-23T06:05:14.468Z Downloaded slog-term v2.9.2
8852025-09-23T06:05:14.471Z Downloaded strum_macros v0.24.3
8862025-09-23T06:05:14.474Z Downloaded zip v0.6.6
8872025-09-23T06:05:14.478Z Downloaded zstd-safe v7.2.3
8882025-09-23T06:05:14.481Z Downloaded libm v0.2.8
8892025-09-23T06:05:14.489Z Downloaded foldhash v0.2.0
8902025-09-23T06:05:14.492Z Downloaded globwalk v0.9.1
8912025-09-23T06:05:14.495Z Downloaded foldhash v0.1.5
8922025-09-23T06:05:14.495Z Downloaded untrusted v0.9.0
8932025-09-23T06:05:14.498Z Downloaded libxml v0.3.3
8942025-09-23T06:05:14.503Z Downloaded snafu v0.8.5
8952025-09-23T06:05:14.510Z Downloaded defmt-parser v0.3.4
8962025-09-23T06:05:14.513Z Downloaded progenitor v0.11.0
8972025-09-23T06:05:14.516Z Downloaded peg-macros v0.8.5
8982025-09-23T06:05:14.519Z Downloaded itertools v0.12.1
8992025-09-23T06:05:14.524Z Downloaded sct v0.7.1
9002025-09-23T06:05:14.528Z Downloaded thiserror-no-std v2.0.2
9012025-09-23T06:05:14.537Z Downloaded oso v0.27.3
9022025-09-23T06:05:14.537Z Downloaded strum_macros v0.26.4
9032025-09-23T06:05:14.541Z Downloaded zip v4.2.0
9042025-09-23T06:05:14.546Z Downloaded itertools v0.13.0
9052025-09-23T06:05:14.554Z Downloaded waitgroup v0.1.2
9062025-09-23T06:05:14.557Z Downloaded normalize-line-endings v0.3.0
9072025-09-23T06:05:14.560Z Downloaded secrecy v0.8.0
9082025-09-23T06:05:14.560Z Downloaded rand_chacha v0.9.0
9092025-09-23T06:05:14.563Z Downloaded newtype_derive v0.1.6
9102025-09-23T06:05:14.563Z Downloaded nibble_vec v0.1.0
9112025-09-23T06:05:14.567Z Downloaded iri-string v0.7.8
9122025-09-23T06:05:14.572Z Downloaded foreign-types v0.5.0
9132025-09-23T06:05:14.576Z Downloaded semver v0.1.20
9142025-09-23T06:05:14.579Z Downloaded rsa v0.9.6
9152025-09-23T06:05:14.582Z Downloaded simd-adler32 v0.3.7
9162025-09-23T06:05:14.586Z Downloaded pkcs5 v0.7.1
9172025-09-23T06:05:14.589Z Downloaded rustc-hash v1.1.0
9182025-09-23T06:05:14.592Z Downloaded zerocopy v0.6.6
9192025-09-23T06:05:14.596Z Downloaded rustyline v14.0.0
9202025-09-23T06:05:14.600Z Downloaded blake3 v1.5.4
9212025-09-23T06:05:14.608Z Downloaded walkdir v2.5.0
9222025-09-23T06:05:14.612Z Downloaded pem-rfc7468 v0.7.0
9232025-09-23T06:05:14.615Z Downloaded support-bundle-viewer v0.1.2
9242025-09-23T06:05:14.618Z Downloaded crossterm v0.29.0
9252025-09-23T06:05:14.623Z Downloaded omicron-zone-package v0.12.2
9262025-09-23T06:05:14.627Z Downloaded ssh-cipher v0.2.0
9272025-09-23T06:05:14.630Z Downloaded signal-hook-tokio v0.3.1
9282025-09-23T06:05:14.633Z Downloaded minimal-lexical v0.2.1
9292025-09-23T06:05:14.636Z Downloaded rustls-native-certs v0.8.1
9302025-09-23T06:05:14.639Z Downloaded zone_cfg_derive v0.3.0
9312025-09-23T06:05:14.642Z Downloaded rustls-pemfile v1.0.4
9322025-09-23T06:05:14.645Z Downloaded toml_writer v1.0.2
9332025-09-23T06:05:14.646Z Downloaded thiserror-impl-no-std v2.0.2
9342025-09-23T06:05:14.649Z Downloaded derive_more v2.0.1
9352025-09-23T06:05:14.657Z Downloaded serde_with_macros v3.14.0
9362025-09-23T06:05:14.660Z Downloaded dsl_auto_type v0.1.2
9372025-09-23T06:05:14.663Z Downloaded hyper v1.7.0
9382025-09-23T06:05:14.669Z Downloaded tokio-rustls v0.26.0
9392025-09-23T06:05:14.672Z Downloaded futures-executor v0.3.31
9402025-09-23T06:05:14.675Z Downloaded rand_core v0.6.4
9412025-09-23T06:05:14.678Z Downloaded vsss-rs v3.3.4
9422025-09-23T06:05:14.681Z Downloaded flume v0.11.1
9432025-09-23T06:05:14.684Z Downloaded smf v0.2.3
9442025-09-23T06:05:14.687Z Downloaded smallvec v0.6.14
9452025-09-23T06:05:14.687Z Downloaded zone_cfg_derive v0.1.2
9462025-09-23T06:05:14.690Z Downloaded ref-cast-impl v1.0.24
9472025-09-23T06:05:14.690Z Downloaded pem v3.0.5
9482025-09-23T06:05:14.690Z Downloaded num-bigint-dig v0.8.4
9492025-09-23T06:05:14.696Z Downloaded primeorder v0.13.6
9502025-09-23T06:05:14.699Z Downloaded tower-http v0.6.6
9512025-09-23T06:05:14.706Z Downloaded wyz v0.5.1
9522025-09-23T06:05:14.709Z Downloaded futures-task v0.3.31
9532025-09-23T06:05:14.712Z Downloaded oxide-tokio-rt v0.1.2
9542025-09-23T06:05:14.712Z Downloaded tap v1.0.1
9552025-09-23T06:05:14.715Z Downloaded toml_edit v0.19.15
9562025-09-23T06:05:14.730Z Downloaded pbkdf2 v0.12.2
9572025-09-23T06:05:14.734Z Downloaded quinn-proto v0.11.8
9582025-09-23T06:05:14.738Z Downloaded signal-hook-registry v1.4.2
9592025-09-23T06:05:14.741Z Downloaded zone v0.3.1
9602025-09-23T06:05:14.741Z Downloaded pbkdf2 v0.11.0
9612025-09-23T06:05:14.744Z Downloaded publicsuffix v2.3.0
9622025-09-23T06:05:14.747Z Downloaded daft-derive v0.1.4
9632025-09-23T06:05:14.751Z Downloaded dirs-next v2.0.0
9642025-09-23T06:05:14.754Z Downloaded topological-sort v0.2.2
9652025-09-23T06:05:14.754Z Downloaded string_cache v0.8.9
9662025-09-23T06:05:14.757Z Downloaded test-strategy v0.4.3
9672025-09-23T06:05:14.760Z Downloaded peg v0.8.5
9682025-09-23T06:05:14.764Z Downloaded owo-colors v4.2.2
9692025-09-23T06:05:14.768Z Downloaded proc-macro-error-attr2 v2.0.0
9702025-09-23T06:05:14.771Z Downloaded phf v0.12.1
9712025-09-23T06:05:14.771Z Downloaded curve25519-dalek-derive v0.1.1
9722025-09-23T06:05:14.774Z Downloaded unarray v0.1.4
9732025-09-23T06:05:14.774Z Downloaded fixedbitset v0.4.2
9742025-09-23T06:05:14.777Z Downloaded uuid v1.18.1
9752025-09-23T06:05:14.780Z Downloaded structmeta-derive v0.3.0
9762025-09-23T06:05:14.780Z Downloaded rpassword v7.4.0
9772025-09-23T06:05:14.783Z Downloaded bindgen v0.71.1
9782025-09-23T06:05:14.789Z Downloaded tls_codec_derive v0.4.1
9792025-09-23T06:05:14.792Z Downloaded mio v1.0.2
9802025-09-23T06:05:14.797Z Downloaded russh-keys v0.45.0
9812025-09-23T06:05:14.800Z Downloaded defmt-macros v0.3.9
9822025-09-23T06:05:14.803Z Downloaded fixedbitset v0.5.7
9832025-09-23T06:05:14.806Z Downloaded pin-project-internal v1.1.6
9842025-09-23T06:05:14.809Z Downloaded winnow v0.5.40
9852025-09-23T06:05:14.816Z Downloaded diesel_derives v2.2.3
9862025-09-23T06:05:14.820Z Downloaded futures-core v0.3.31
9872025-09-23T06:05:14.824Z Downloaded derive-where v1.5.0
9882025-09-23T06:05:14.827Z Downloaded tower v0.5.2
9892025-09-23T06:05:14.835Z Downloaded term v0.7.0
9902025-09-23T06:05:14.839Z Downloaded schemars v0.8.22
9912025-09-23T06:05:14.851Z Downloaded zlib-rs v0.5.1
9922025-09-23T06:05:14.856Z Downloaded parking_lot v0.11.2
9932025-09-23T06:05:14.859Z Downloaded reqwest v0.12.22
9942025-09-23T06:05:14.868Z Downloaded chrono v0.4.41
9952025-09-23T06:05:14.875Z Downloaded daft v0.1.4
9962025-09-23T06:05:14.878Z Downloaded salty v0.3.0
9972025-09-23T06:05:14.884Z Downloaded zerocopy-derive v0.8.26
9982025-09-23T06:05:14.891Z Downloaded subprocess v0.2.9
9992025-09-23T06:05:14.894Z Downloaded rand v0.8.5
10002025-09-23T06:05:14.897Z Downloaded unicode-properties v0.1.3
10012025-09-23T06:05:14.900Z Downloaded crossterm v0.28.1
10022025-09-23T06:05:14.906Z Downloaded der v0.7.9
10032025-09-23T06:05:14.911Z Downloaded tabled v0.18.0
10042025-09-23T06:05:14.929Z Downloaded expectorate v1.2.0
10052025-09-23T06:05:14.932Z Downloaded webpki-roots v1.0.1
10062025-09-23T06:05:14.936Z Downloaded tabled v0.20.0
10072025-09-23T06:05:14.953Z Downloaded serde_yaml v0.9.34+deprecated
10082025-09-23T06:05:14.956Z Downloaded regex-syntax v0.6.29
10092025-09-23T06:05:14.963Z Downloaded vcpkg v0.2.15
10102025-09-23T06:05:15.001Z Downloaded unicode_categories v0.1.1
10112025-09-23T06:05:15.005Z Downloaded sqlparser v0.45.0
10122025-09-23T06:05:15.008Z Downloaded papergrid v0.17.0
10132025-09-23T06:05:15.012Z Downloaded tough v0.20.0
10142025-09-23T06:05:15.021Z Downloaded p384 v0.13.0
10152025-09-23T06:05:15.027Z Downloaded petname v2.0.2
10162025-09-23T06:05:15.033Z Downloaded serde_with v3.14.0
10172025-09-23T06:05:15.045Z Downloaded steno v0.4.1
10182025-09-23T06:05:15.048Z Downloaded bstr v1.10.0
10192025-09-23T06:05:15.057Z Downloaded portable-atomic v1.11.0
10202025-09-23T06:05:15.065Z Downloaded time v0.3.43
10212025-09-23T06:05:15.073Z Downloaded radix_trie v0.2.1
10222025-09-23T06:05:15.077Z Downloaded zerocopy v0.8.26
10232025-09-23T06:05:15.099Z Downloaded nom v7.1.3
10242025-09-23T06:05:15.103Z Downloaded nix v0.29.0
10252025-09-23T06:05:15.114Z Downloaded rustls v0.21.12
10262025-09-23T06:05:15.125Z Downloaded reedline v0.40.0
10272025-09-23T06:05:15.132Z Downloaded regress v0.10.4
10282025-09-23T06:05:15.140Z Downloaded nix v0.28.0
10292025-09-23T06:05:15.150Z Downloaded rustls-webpki v0.101.7
10302025-09-23T06:05:15.163Z Downloaded unicode-normalization v0.1.24
10312025-09-23T06:05:15.166Z Downloaded quick-xml v0.37.2
10322025-09-23T06:05:15.171Z Downloaded nix v0.30.1
10332025-09-23T06:05:15.182Z Downloaded rustls-webpki v0.102.8
10342025-09-23T06:05:15.199Z Downloaded sled v0.34.7
10352025-09-23T06:05:15.208Z Downloaded smoltcp v0.11.0
10362025-09-23T06:05:15.219Z Downloaded gimli v0.31.1
10372025-09-23T06:05:15.225Z Downloaded regex-syntax v0.8.5
10382025-09-23T06:05:15.233Z Downloaded moka v0.12.10
10392025-09-23T06:05:15.242Z Downloaded smoltcp v0.9.1
10402025-09-23T06:05:15.252Z Downloaded object v0.30.4
10412025-09-23T06:05:15.260Z Downloaded ratatui v0.29.0
10422025-09-23T06:05:15.278Z Downloaded hickory-proto v0.24.4
10432025-09-23T06:05:15.292Z Downloaded git2 v0.19.0
10442025-09-23T06:05:15.299Z Downloaded zerocopy-derive v0.6.6
10452025-09-23T06:05:15.308Z Downloaded rustls v0.23.19
10462025-09-23T06:05:15.319Z Downloaded hickory-proto v0.25.2
10472025-09-23T06:05:15.333Z Downloaded regex-automata v0.4.8
10482025-09-23T06:05:15.348Z Downloaded regex v1.11.1
10492025-09-23T06:05:15.359Z Downloaded nix v0.27.1
10502025-09-23T06:05:15.369Z Downloaded polar-core v0.27.3
10512025-09-23T06:05:15.376Z Downloaded object v0.36.5
10522025-09-23T06:05:15.386Z Downloaded openssl v0.10.73
10532025-09-23T06:05:15.395Z Downloaded curve25519-dalek v4.1.3
10542025-09-23T06:05:15.403Z Downloaded chrono-tz v0.10.4
10552025-09-23T06:05:15.418Z Downloaded dropshot v0.16.4
10562025-09-23T06:05:15.440Z Downloaded openapiv3 v2.2.0
10572025-09-23T06:05:15.451Z Downloaded tokio v1.47.0
10582025-09-23T06:05:15.486Z Downloaded diesel v2.2.12
10592025-09-23T06:05:15.503Z Downloaded petgraph v0.8.2
10602025-09-23T06:05:15.522Z Downloaded typify-impl v0.4.3
10612025-09-23T06:05:15.534Z Downloaded petgraph v0.6.5
10622025-09-23T06:05:15.550Z Downloaded typify-impl v0.3.0
10632025-09-23T06:05:15.562Z Downloaded typify-impl v0.2.0
10642025-09-23T06:05:15.574Z Downloaded rustls v0.22.4
10652025-09-23T06:05:15.586Z Downloaded bzip2-sys v0.1.13+1.0.8
10662025-09-23T06:05:15.596Z Downloaded proptest v1.7.0
10672025-09-23T06:05:15.604Z Downloaded lalrpop v0.19.12
10682025-09-23T06:05:15.614Z Downloaded csv v1.3.1
10692025-09-23T06:05:15.631Z Downloaded p256 v0.13.2
10702025-09-23T06:05:15.634Z Downloaded pretty_assertions v1.4.1
10712025-09-23T06:05:15.637Z Downloaded winnow v0.6.26
10722025-09-23T06:05:15.643Z Downloaded proc-macro-crate v1.3.1
10732025-09-23T06:05:15.646Z Downloaded oxnet v0.1.3
10742025-09-23T06:05:15.646Z Downloaded unicode-segmentation v1.12.0
10752025-09-23T06:05:15.649Z Downloaded getrandom v0.2.15
10762025-09-23T06:05:15.652Z Downloaded pkcs8 v0.10.2
10772025-09-23T06:05:15.655Z Downloaded jiff v0.2.15
10782025-09-23T06:05:15.668Z Downloaded pin-project v1.1.6
10792025-09-23T06:05:15.678Z Downloaded x509-cert v0.2.5
10802025-09-23T06:05:15.683Z Downloaded lzma-sys v0.1.20
10812025-09-23T06:05:15.708Z Downloaded libz-sys v1.1.20
10822025-09-23T06:05:15.727Z Downloaded p521 v0.13.3
10832025-09-23T06:05:15.730Z Downloaded utf-8 v0.7.6
10842025-09-23T06:05:15.733Z Downloaded derive_builder v0.20.2
10852025-09-23T06:05:15.736Z Downloaded bitvec v1.0.1
10862025-09-23T06:05:15.749Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10872025-09-23T06:05:15.764Z Downloaded ssh-key v0.6.6
10882025-09-23T06:05:15.770Z Downloaded sha3 v0.10.8
10892025-09-23T06:05:15.774Z Downloaded qorb v0.4.1
10902025-09-23T06:05:15.778Z Downloaded progenitor v0.10.0
10912025-09-23T06:05:15.781Z Downloaded twox-hash v2.1.0
10922025-09-23T06:05:15.784Z Downloaded fatfs v0.3.6
10932025-09-23T06:05:15.785Z Downloaded russh v0.45.0
10942025-09-23T06:05:15.789Z Downloaded foreign-types-shared v0.1.1
10952025-09-23T06:05:15.792Z Downloaded peg-runtime v0.8.5
10962025-09-23T06:05:15.792Z Downloaded unicase v2.7.0
10972025-09-23T06:05:15.792Z Downloaded ref-cast v1.0.24
10982025-09-23T06:05:15.795Z Downloaded futures-macro v0.3.31
10992025-09-23T06:05:15.795Z Downloaded futures-io v0.3.31
11002025-09-23T06:05:15.795Z Downloaded debug-ignore v1.0.5
11012025-09-23T06:05:15.799Z Downloaded tungstenite v0.23.0
11022025-09-23T06:05:15.803Z Downloaded tungstenite v0.21.0
11032025-09-23T06:05:15.807Z Downloaded derive_more-impl v2.0.1
11042025-09-23T06:05:15.810Z Downloaded tracing v0.1.40
11052025-09-23T06:05:15.813Z Downloaded tokio-postgres v0.7.13
11062025-09-23T06:05:15.817Z Downloaded futures-util v0.3.31
11072025-09-23T06:05:15.825Z Downloaded slog-envlogger v2.2.0
11082025-09-23T06:05:15.829Z Downloaded slab v0.4.9
11092025-09-23T06:05:15.829Z Downloaded tar v0.4.44
11102025-09-23T06:05:15.832Z Downloaded data-encoding v2.9.0
11112025-09-23T06:05:15.832Z Downloaded vte v0.11.1
11122025-09-23T06:05:15.835Z Downloaded tokio-rustls v0.24.1
11132025-09-23T06:05:15.835Z Downloaded openssl-sys v0.9.109
11142025-09-23T06:05:15.839Z Downloaded slog-dtrace v0.3.0
11152025-09-23T06:05:15.842Z Downloaded rustc-demangle v0.1.24
11162025-09-23T06:05:15.842Z Downloaded rand_core v0.9.3
11172025-09-23T06:05:15.846Z Downloaded ring v0.17.14
11182025-09-23T06:05:15.880Z Downloaded supports-color v3.0.2
11192025-09-23T06:05:15.883Z Downloaded miniz_oxide v0.8.5
11202025-09-23T06:05:15.883Z Downloaded num-bigint v0.4.6
11212025-09-23T06:05:15.888Z Downloaded olpc-cjson v0.1.4
11222025-09-23T06:05:15.891Z Downloaded parking_lot v0.12.3
11232025-09-23T06:05:15.891Z Downloaded unicode-bidi v0.3.17
11242025-09-23T06:05:15.894Z Downloaded rustls-pki-types v1.10.0
11252025-09-23T06:05:15.897Z Downloaded flate2 v1.1.2
11262025-09-23T06:05:15.900Z Downloaded fd-lock v4.0.2
11272025-09-23T06:05:15.903Z Downloaded fallible-iterator v0.2.0
11282025-09-23T06:05:15.903Z Downloaded encoding_rs v0.8.34
11292025-09-23T06:05:15.922Z Downloaded nodrop v0.1.14
11302025-09-23T06:05:15.925Z Downloaded toml v0.9.5
11312025-09-23T06:05:15.928Z Downloaded ron v0.8.1
11322025-09-23T06:05:15.931Z Downloaded typed-path v0.9.3
11332025-09-23T06:05:15.936Z Downloaded itertools v0.14.0
11342025-09-23T06:05:15.942Z Downloaded pkg-config v0.3.31
11352025-09-23T06:05:15.945Z Downloaded phf v0.11.2
11362025-09-23T06:05:15.945Z Downloaded float-cmp v0.10.0
11372025-09-23T06:05:15.948Z Downloaded tokio-util v0.7.15
11382025-09-23T06:05:15.951Z Downloaded rayon v1.10.0
11392025-09-23T06:05:15.959Z Downloaded toml_parser v1.0.2
11402025-09-23T06:05:15.963Z Downloaded tokio-tungstenite v0.21.0
11412025-09-23T06:05:15.966Z Downloaded foreign-types-macros v0.2.3
11422025-09-23T06:05:15.966Z Downloaded uzers v0.12.1
11432025-09-23T06:05:15.969Z Downloaded multer v3.1.0
11442025-09-23T06:05:15.969Z Downloaded globset v0.4.15
11452025-09-23T06:05:15.972Z Downloaded dropshot_endpoint v0.16.4
11462025-09-23T06:05:15.975Z Downloaded vergen v8.3.2
11472025-09-23T06:05:15.975Z Downloaded scrypt v0.11.0
11482025-09-23T06:05:15.978Z Downloaded darling v0.20.10
11492025-09-23T06:05:15.981Z Downloaded value-bag v1.9.0
11502025-09-23T06:05:15.984Z Downloaded tokio-stream v0.1.17
11512025-09-23T06:05:15.987Z Downloaded itertools v0.10.5
11522025-09-23T06:05:15.990Z Downloaded multimap v0.10.1
11532025-09-23T06:05:15.993Z Downloaded futures-sink v0.3.31
11542025-09-23T06:05:15.993Z Downloaded rustls-pemfile v2.2.0
11552025-09-23T06:05:15.997Z Downloaded signal-hook v0.3.18
11562025-09-23T06:05:15.997Z Downloaded libgit2-sys v0.17.0+1.8.1
11572025-09-23T06:05:16.046Z Downloaded ppv-lite86 v0.2.20
11582025-09-23T06:05:16.049Z Downloaded futures-channel v0.3.31
11592025-09-23T06:05:16.049Z Downloaded zopfli v0.8.1
11602025-09-23T06:05:16.052Z Downloaded hashbrown v0.16.0
11612025-09-23T06:05:16.055Z Downloaded vergen v9.0.6
11622025-09-23T06:05:16.058Z Downloaded darling_core v0.20.10
11632025-09-23T06:05:16.062Z Downloaded hkdf v0.12.4
11642025-09-23T06:05:16.065Z Downloaded group v0.13.0
11652025-09-23T06:05:16.065Z Downloaded foreign-types-shared v0.3.1
11662025-09-23T06:05:16.065Z Downloaded display-error-chain v0.2.2
11672025-09-23T06:05:16.068Z Downloaded dirs-sys-next v0.1.2
11682025-09-23T06:05:16.068Z Downloaded ed25519-dalek v2.1.1
11692025-09-23T06:05:16.071Z Downloaded term v1.1.0
11702025-09-23T06:05:16.071Z Downloaded quick-error v1.2.3
11712025-09-23T06:05:16.074Z Downloaded yansi v1.0.1
11722025-09-23T06:05:16.074Z Downloaded prefix-trie v0.7.0
11732025-09-23T06:05:16.077Z Downloaded typify v0.3.0
11742025-09-23T06:05:16.080Z Downloaded take_mut v0.2.2
11752025-09-23T06:05:16.083Z Downloaded shlex v1.3.0
11762025-09-23T06:05:16.083Z Downloaded shell-words v1.1.0
11772025-09-23T06:05:16.083Z Downloaded poly1305 v0.8.0
11782025-09-23T06:05:16.086Z Downloaded hyper-util v0.1.16
11792025-09-23T06:05:16.089Z Downloaded base64 v0.22.1
11802025-09-23T06:05:16.092Z Downloaded ssh-encoding v0.2.0
11812025-09-23T06:05:16.095Z Downloaded rcgen v0.12.1
11822025-09-23T06:05:16.098Z Downloaded progenitor-impl v0.8.0
11832025-09-23T06:05:16.098Z Downloaded same-file v1.0.6
11842025-09-23T06:05:16.098Z Downloaded mime_guess v2.0.5
11852025-09-23T06:05:16.101Z Downloaded polyval v0.6.2
11862025-09-23T06:05:16.101Z Downloaded diesel-dtrace v0.4.2
11872025-09-23T06:05:16.105Z Downloaded tower-service v0.3.3
11882025-09-23T06:05:16.105Z Downloaded document-features v0.2.11
11892025-09-23T06:05:16.105Z Downloaded darling v0.21.0
11902025-09-23T06:05:16.108Z Downloaded snafu-derive v0.8.5
11912025-09-23T06:05:16.111Z Downloaded unsafe-libyaml v0.2.11
11922025-09-23T06:05:16.114Z Downloaded tracing-core v0.1.32
11932025-09-23T06:05:16.114Z Downloaded progenitor-impl v0.9.1
11942025-09-23T06:05:16.117Z Downloaded crossbeam-channel v0.5.15
11952025-09-23T06:05:16.120Z Downloaded which v4.4.2
11962025-09-23T06:05:16.121Z Downloaded jiff-static v0.2.15
11972025-09-23T06:05:16.124Z Downloaded indicatif v0.17.11
11982025-09-23T06:05:16.127Z Downloaded ghash v0.5.1
11992025-09-23T06:05:16.127Z Downloaded parking_lot_core v0.9.10
12002025-09-23T06:05:16.130Z Downloaded tabled_derive v0.10.0
12012025-09-23T06:05:16.130Z Downloaded newtype-uuid v1.2.4
12022025-09-23T06:05:16.133Z Downloaded pkcs1 v0.7.5
12032025-09-23T06:05:16.133Z Downloaded password-hash v0.5.0
12042025-09-23T06:05:16.136Z Downloaded password-hash v0.4.2
12052025-09-23T06:05:16.136Z Downloaded samael v0.0.19
12062025-09-23T06:05:16.140Z Downloaded indicatif v0.18.0
12072025-09-23T06:05:16.144Z Downloaded heapless v0.8.0
12082025-09-23T06:05:16.147Z Downloaded parking_lot_core v0.8.6
12092025-09-23T06:05:16.150Z Downloaded des v0.8.1
12102025-09-23T06:05:16.153Z Downloaded rfc6979 v0.4.0
12112025-09-23T06:05:16.153Z Downloaded toml v0.7.8
12122025-09-23T06:05:16.156Z Downloaded der_derive v0.7.3
12132025-09-23T06:05:16.156Z Downloaded native-tls v0.2.12
12142025-09-23T06:05:16.159Z Downloaded rustversion v1.0.22
12152025-09-23T06:05:16.159Z Downloaded either v1.15.0
12162025-09-23T06:05:16.162Z Downloaded parse-display-derive v0.10.0
12172025-09-23T06:05:16.162Z Downloaded num_enum_derive v0.5.11
12182025-09-23T06:05:16.162Z Downloaded num_enum v0.5.11
12192025-09-23T06:05:16.165Z Downloaded num-iter v0.1.45
12202025-09-23T06:05:16.169Z Downloaded aws-lc-rs v1.12.4
12212025-09-23T06:05:16.175Z Downloaded allocator-api2 v0.2.21
12222025-09-23T06:05:16.178Z Downloaded xz2 v0.1.7
12232025-09-23T06:05:16.181Z Downloaded typify v0.4.3
12242025-09-23T06:05:16.184Z Downloaded socket2 v0.6.0
12252025-09-23T06:05:16.187Z Downloaded enum-as-inner v0.6.1
12262025-09-23T06:05:16.187Z Downloaded ron v0.7.1
12272025-09-23T06:05:16.190Z Downloaded rayon-core v1.12.1
12282025-09-23T06:05:16.193Z Downloaded nanorand v0.7.0
12292025-09-23T06:05:16.196Z Downloaded md5 v0.7.0
12302025-09-23T06:05:16.196Z Downloaded const_format v0.2.34
12312025-09-23T06:05:16.199Z Downloaded ed25519 v2.2.3
12322025-09-23T06:05:16.202Z Downloaded difflib v0.4.0
12332025-09-23T06:05:16.202Z Downloaded deranged v0.5.3
12342025-09-23T06:05:16.205Z Downloaded defmt v0.3.8
12352025-09-23T06:05:16.208Z Downloaded typify-macro v0.3.0
12362025-09-23T06:05:16.208Z Downloaded xshell-macros v0.2.7
12372025-09-23T06:05:16.208Z Downloaded hashbrown v0.13.2
12382025-09-23T06:05:16.211Z Downloaded hashbrown v0.12.3
12392025-09-23T06:05:16.214Z Downloaded crc-any v2.5.0
12402025-09-23T06:05:16.217Z Downloaded ingot-macros v0.1.1
12412025-09-23T06:05:16.220Z Downloaded const-oid v0.9.6
12422025-09-23T06:05:16.220Z Downloaded chacha20poly1305 v0.10.1
12432025-09-23T06:05:16.223Z Downloaded tagptr v0.2.0
12442025-09-23T06:05:16.223Z Downloaded jobserver v0.1.32
12452025-09-23T06:05:16.226Z Downloaded httparse v1.9.5
12462025-09-23T06:05:16.226Z Downloaded stringprep v0.1.5
12472025-09-23T06:05:16.229Z Downloaded postgres-protocol v0.6.8
12482025-09-23T06:05:16.230Z Downloaded cookie v0.18.1
12492025-09-23T06:05:16.233Z Downloaded structmeta v0.3.0
12502025-09-23T06:05:16.233Z Downloaded serde_repr v0.1.19
12512025-09-23T06:05:16.236Z Downloaded serde_path_to_error v0.1.17
12522025-09-23T06:05:16.236Z Downloaded sec1 v0.7.3
12532025-09-23T06:05:16.239Z Downloaded schemars_derive v0.8.22
12542025-09-23T06:05:16.239Z Downloaded hickory-resolver v0.24.4
12552025-09-23T06:05:16.242Z Downloaded typify-macro v0.4.3
12562025-09-23T06:05:16.245Z Downloaded try-lock v0.2.5
12572025-09-23T06:05:16.245Z Downloaded indoc v2.0.6
12582025-09-23T06:05:16.248Z Downloaded arrayvec v0.7.6
12592025-09-23T06:05:16.248Z Downloaded crucible-workspace-hack v0.1.0
12602025-09-23T06:05:16.251Z Downloaded tabwriter v1.4.0
12612025-09-23T06:05:16.251Z Downloaded crc32fast v1.4.2
12622025-09-23T06:05:16.251Z Downloaded convert_case v0.7.1
12632025-09-23T06:05:16.254Z Downloaded console v0.16.0
12642025-09-23T06:05:16.258Z Downloaded bcs v0.1.6
12652025-09-23T06:05:16.258Z Downloaded base64ct v1.6.0
12662025-09-23T06:05:16.261Z Downloaded libscf-sys v1.1.0
12672025-09-23T06:05:16.261Z Downloaded lazy_static v1.5.0
12682025-09-23T06:05:16.264Z Downloaded lalrpop-util v0.19.12
12692025-09-23T06:05:16.264Z Downloaded instability v0.3.2
12702025-09-23T06:05:16.264Z Downloaded hubpack v0.1.2
12712025-09-23T06:05:16.264Z Downloaded http-body-util v0.1.3
12722025-09-23T06:05:16.267Z Downloaded slog-bunyan v2.5.0
12732025-09-23T06:05:16.267Z Downloaded slog-async v2.8.0
12742025-09-23T06:05:16.270Z Downloaded serde_bytes v0.11.17
12752025-09-23T06:05:16.270Z Downloaded rustc_version v0.1.7
12762025-09-23T06:05:16.270Z Downloaded lazycell v1.3.0
12772025-09-23T06:05:16.273Z Downloaded unit-prefix v0.5.1
12782025-09-23T06:05:16.273Z Downloaded rusty-fork v0.3.0
12792025-09-23T06:05:16.273Z Downloaded libz-rs-sys v0.5.1
12802025-09-23T06:05:16.276Z Downloaded ipnet v2.11.0
12812025-09-23T06:05:16.276Z Downloaded impl-trait-for-tuples v0.2.2
12822025-09-23T06:05:16.279Z Downloaded httpdate v1.0.3
12832025-09-23T06:05:16.279Z Downloaded heck v0.3.3
12842025-09-23T06:05:16.282Z Downloaded progenitor-macro v0.9.1
12852025-09-23T06:05:16.282Z Downloaded progenitor-macro v0.8.0
12862025-09-23T06:05:16.282Z Downloaded predicates-tree v1.0.12
12872025-09-23T06:05:16.283Z Downloaded linear-map v1.2.0
12882025-09-23T06:05:16.286Z Downloaded libefi-sys v0.1.0
12892025-09-23T06:05:16.286Z Downloaded indent_write v2.2.0
12902025-09-23T06:05:16.286Z Downloaded hyper-rustls v0.27.7
12912025-09-23T06:05:16.289Z Downloaded hostname v0.3.1
12922025-09-23T06:05:16.292Z Downloaded clang-sys v1.8.1
12932025-09-23T06:05:16.292Z Downloaded bzip2 v0.4.4
12942025-09-23T06:05:16.295Z Downloaded ahash v0.8.12
12952025-09-23T06:05:16.298Z Downloaded glob v0.3.2
12962025-09-23T06:05:16.298Z Downloaded libsw-core v0.3.1
12972025-09-23T06:05:16.298Z Downloaded inout v0.1.3
12982025-09-23T06:05:16.301Z Downloaded ingot-types v0.1.2
12992025-09-23T06:05:16.301Z Downloaded hyper-tls v0.6.0
13002025-09-23T06:05:16.301Z Downloaded cmake v0.1.51
13012025-09-23T06:05:16.305Z Downloaded ciborium-ll v0.2.2
13022025-09-23T06:05:16.305Z Downloaded castaway v0.2.3
13032025-09-23T06:05:16.305Z Downloaded cargo-platform v0.1.8
13042025-09-23T06:05:16.307Z Downloaded blowfish v0.9.1
13052025-09-23T06:05:16.308Z Downloaded block-padding v0.3.3
13062025-09-23T06:05:16.308Z Downloaded bitflags v1.3.2
13072025-09-23T06:05:16.311Z Downloaded bitfield-struct v0.6.2
13082025-09-23T06:05:16.311Z Downloaded bit-vec v0.6.3
13092025-09-23T06:05:16.314Z Downloaded bit-set v0.5.3
13102025-09-23T06:05:16.314Z Downloaded hex-literal v0.4.1
13112025-09-23T06:05:16.314Z Downloaded chacha20 v0.9.1
13122025-09-23T06:05:16.317Z Downloaded ignore v0.4.23
13132025-09-23T06:05:16.317Z Downloaded hickory-resolver v0.25.2
13142025-09-23T06:05:16.321Z Downloaded argon2 v0.5.3
13152025-09-23T06:05:16.324Z Downloaded headers v0.4.1
13162025-09-23T06:05:16.327Z Downloaded linked-hash-map v0.5.6
13172025-09-23T06:05:16.330Z Downloaded ascii-canvas v3.0.0
13182025-09-23T06:05:16.330Z Downloaded indexmap v1.9.3
13192025-09-23T06:05:16.333Z Downloaded http-body v1.0.1
13202025-09-23T06:05:16.333Z Downloaded compact_str v0.8.0
13212025-09-23T06:05:16.336Z Downloaded buf-list v1.0.3
13222025-09-23T06:05:16.339Z Downloaded hex v0.4.3
13232025-09-23T06:05:16.339Z Downloaded crc8 v0.1.1
13242025-09-23T06:05:16.339Z Downloaded base64 v0.13.1
13252025-09-23T06:05:16.343Z Downloaded aho-corasick v1.1.3
13262025-09-23T06:05:16.346Z Downloaded aead v0.5.2
13272025-09-23T06:05:16.349Z Downloaded atty v0.2.14
13282025-09-23T06:05:16.349Z Downloaded base16ct v0.2.0
13292025-09-23T06:05:16.538Z Downloaded aws-lc-sys v0.26.0
13302025-09-23T06:05:16.831Z Compiling value-bag v1.9.0
13312025-09-23T06:05:16.831Z Compiling shlex v1.3.0
13322025-09-23T06:05:16.831Z Compiling lock_api v0.4.12
13332025-09-23T06:05:16.834Z Compiling scopeguard v1.2.0
13342025-09-23T06:05:16.834Z Compiling typenum v1.17.0
13352025-09-23T06:05:17.001Z Compiling syn v2.0.106
13362025-09-23T06:05:17.015Z Compiling getrandom v0.2.15
13372025-09-23T06:05:17.018Z Compiling jobserver v0.1.32
13382025-09-23T06:05:17.232Z Compiling generic-array v0.14.7
13392025-09-23T06:05:17.307Z Compiling rand_core v0.6.4
13402025-09-23T06:05:17.445Z Compiling log v0.4.27
13412025-09-23T06:05:17.466Z Compiling cc v1.2.30
13422025-09-23T06:05:17.567Z Compiling smallvec v1.15.1
13432025-09-23T06:05:17.849Z Compiling portable-atomic v1.11.0
13442025-09-23T06:05:17.867Z Compiling subtle v2.6.1
13452025-09-23T06:05:17.917Z Compiling critical-section v1.1.3
13462025-09-23T06:05:17.963Z Compiling const-oid v0.9.6
13472025-09-23T06:05:18.085Z Compiling pkg-config v0.3.31
13482025-09-23T06:05:18.158Z Compiling parking_lot_core v0.9.10
13492025-09-23T06:05:18.203Z Compiling pin-project-lite v0.2.14
13502025-09-23T06:05:18.341Z Compiling rustix v0.38.37
13512025-09-23T06:05:19.224Z Compiling signal-hook-registry v1.4.2
13522025-09-23T06:05:19.377Z Compiling parking_lot v0.12.3
13532025-09-23T06:05:19.479Z Compiling mio v1.0.2
13542025-09-23T06:05:19.558Z Compiling futures-core v0.3.31
13552025-09-23T06:05:19.827Z Compiling spin v0.9.8
13562025-09-23T06:05:19.946Z Compiling libm v0.2.8
13572025-09-23T06:05:20.146Z Compiling once_cell v1.21.3
13582025-09-23T06:05:20.198Z Compiling socket2 v0.6.0
13592025-09-23T06:05:20.256Z Compiling aho-corasick v1.1.3
13602025-09-23T06:05:20.344Z Compiling slab v0.4.9
13612025-09-23T06:05:20.372Z Compiling num-traits v0.2.19
13622025-09-23T06:05:20.553Z Compiling serde_json v1.0.145
13632025-09-23T06:05:20.575Z Compiling regex-syntax v0.8.5
13642025-09-23T06:05:20.693Z Compiling getrandom v0.3.1
13652025-09-23T06:05:20.730Z Compiling cpufeatures v0.2.14
13662025-09-23T06:05:20.855Z Compiling foldhash v0.1.5
13672025-09-23T06:05:20.917Z Compiling allocator-api2 v0.2.21
13682025-09-23T06:05:21.406Z Compiling glob v0.3.2
13692025-09-23T06:05:21.409Z Compiling percent-encoding v2.3.2
13702025-09-23T06:05:21.449Z Compiling futures-sink v0.3.31
13712025-09-23T06:05:21.639Z Compiling hashbrown v0.15.4
13722025-09-23T06:05:21.659Z Compiling futures-channel v0.3.31
13732025-09-23T06:05:22.269Z Compiling clang-sys v1.8.1
13742025-09-23T06:05:22.699Z Compiling futures-task v0.3.31
13752025-09-23T06:05:22.878Z Compiling pin-utils v0.1.0
13762025-09-23T06:05:22.980Z Compiling futures-io v0.3.31
13772025-09-23T06:05:23.002Z Compiling either v1.15.0
13782025-09-23T06:05:23.006Z Compiling prettyplease v0.2.36
13792025-09-23T06:05:23.293Z Compiling lazy_static v1.5.0
13802025-09-23T06:05:23.422Z Compiling minimal-lexical v0.2.1
13812025-09-23T06:05:23.443Z Compiling libloading v0.8.5
13822025-09-23T06:05:23.463Z Compiling home v0.5.9
13832025-09-23T06:05:23.706Z Compiling bindgen v0.69.5
13842025-09-23T06:05:23.865Z Compiling nom v7.1.3
13852025-09-23T06:05:23.952Z Compiling base64ct v1.6.0
13862025-09-23T06:05:24.541Z Compiling synstructure v0.13.1
13872025-09-23T06:05:24.620Z Compiling regex-automata v0.4.8
13882025-09-23T06:05:24.735Z Compiling pem-rfc7468 v0.7.0
13892025-09-23T06:05:25.379Z Compiling itertools v0.12.1
13902025-09-23T06:05:25.929Z Compiling rustc-hash v1.1.0
13912025-09-23T06:05:26.106Z Compiling lazycell v1.3.0
13922025-09-23T06:05:26.301Z Compiling flagset v0.4.6
13932025-09-23T06:05:26.445Z Compiling cmake v0.1.51
13942025-09-23T06:05:26.536Z Compiling dunce v1.0.5
13952025-09-23T06:05:26.691Z Compiling fs_extra v1.3.0
13962025-09-23T06:05:27.167Z Compiling cexpr v0.6.0
13972025-09-23T06:05:27.246Z Compiling form_urlencoded v1.2.2
13982025-09-23T06:05:27.249Z Compiling vcpkg v0.2.15
13992025-09-23T06:05:27.578Z Compiling paste v1.0.15
14002025-09-23T06:05:27.799Z Compiling iana-time-zone v0.1.63
14012025-09-23T06:05:28.147Z Compiling ring v0.17.14
14022025-09-23T06:05:28.244Z Compiling tracing-core v0.1.32
14032025-09-23T06:05:28.693Z Compiling aws-lc-rs v1.12.4
14042025-09-23T06:05:28.896Z Compiling openssl-sys v0.9.109
14052025-09-23T06:05:29.152Z Compiling base64 v0.22.1
14062025-09-23T06:05:29.250Z Compiling rustls-pki-types v1.10.0
14072025-09-23T06:05:29.375Z Compiling serde_derive v1.0.223
14082025-09-23T06:05:29.469Z Compiling zeroize_derive v1.4.2
14092025-09-23T06:05:29.808Z Compiling zerofrom-derive v0.1.4
14102025-09-23T06:05:30.042Z Compiling yoke-derive v0.7.4
14112025-09-23T06:05:30.166Z Compiling zerovec-derive v0.10.3
14122025-09-23T06:05:30.799Z Compiling zeroize v1.8.1
14132025-09-23T06:05:32.527Z Compiling crypto-common v0.1.6
14142025-09-23T06:05:32.546Z Compiling block-buffer v0.10.4
14152025-09-23T06:05:32.580Z Compiling displaydoc v0.2.5
14162025-09-23T06:05:32.775Z Compiling digest v0.10.7
14172025-09-23T06:05:32.811Z Compiling tokio-macros v2.5.0
14182025-09-23T06:05:33.176Z Compiling zerofrom v0.1.4
14192025-09-23T06:05:33.241Z Compiling zerocopy-derive v0.7.35
14202025-09-23T06:05:33.416Z Compiling yoke v0.7.4
14212025-09-23T06:05:33.844Z Compiling zerovec v0.10.4
14222025-09-23T06:05:34.076Z Compiling hmac v0.12.1
14232025-09-23T06:05:34.258Z Compiling icu_provider_macros v1.5.0
14242025-09-23T06:05:34.262Z Compiling block-padding v0.3.3
14252025-09-23T06:05:34.327Z Compiling futures-macro v0.3.31
14262025-09-23T06:05:34.447Z Compiling sha2 v0.10.9
14272025-09-23T06:05:34.528Z Compiling inout v0.1.3
14282025-09-23T06:05:34.808Z Compiling cipher v0.4.4
14292025-09-23T06:05:34.940Z Compiling regex v1.11.1
14302025-09-23T06:05:35.203Z Compiling zerocopy v0.7.35
14312025-09-23T06:05:35.304Z Compiling der_derive v0.7.3
14322025-09-23T06:05:35.334Z Compiling thiserror-impl v1.0.69
14332025-09-23T06:05:35.802Z Compiling tinystr v0.7.6
14342025-09-23T06:05:35.858Z Compiling icu_collections v1.5.0
14352025-09-23T06:05:36.146Z Compiling icu_locid v1.5.0
14362025-09-23T06:05:36.183Z Compiling futures-util v0.3.31
14372025-09-23T06:05:36.532Z Compiling serde v1.0.223
14382025-09-23T06:05:36.588Z Compiling ppv-lite86 v0.2.20
14392025-09-23T06:05:37.031Z Compiling salsa20 v0.10.2
14402025-09-23T06:05:37.260Z Compiling pbkdf2 v0.12.2
14412025-09-23T06:05:37.384Z Compiling icu_provider v1.5.0
14422025-09-23T06:05:37.441Z Compiling scrypt v0.11.0
14432025-09-23T06:05:37.502Z Compiling der v0.7.9
14442025-09-23T06:05:37.798Z Compiling bitflags v2.9.1
14452025-09-23T06:05:37.917Z Compiling bytes v1.10.1
14462025-09-23T06:05:37.948Z Compiling semver v1.0.26
14472025-09-23T06:05:38.207Z Compiling icu_locid_transform v1.5.0
14482025-09-23T06:05:38.211Z Compiling indexmap v2.11.0
14492025-09-23T06:05:38.293Z Compiling thiserror v1.0.69
14502025-09-23T06:05:38.453Z Compiling rustc_version v0.4.1
14512025-09-23T06:05:38.653Z Compiling cbc v0.1.2
14522025-09-23T06:05:38.917Z Compiling aes v0.8.4
14532025-09-23T06:05:39.182Z Compiling tokio v1.47.0
14542025-09-23T06:05:39.384Z Compiling http v1.3.1
14552025-09-23T06:05:39.755Z Compiling icu_properties v1.5.1
14562025-09-23T06:05:40.463Z Compiling spki v0.7.3
14572025-09-23T06:05:40.526Z Compiling pest v2.7.14
14582025-09-23T06:05:40.817Z Compiling pkcs5 v0.7.1
14592025-09-23T06:05:41.535Z Compiling chrono v0.4.41
14602025-09-23T06:05:41.585Z Compiling uuid v1.18.1
14612025-09-23T06:05:41.751Z Compiling tracing-attributes v0.1.27
14622025-09-23T06:05:41.896Z Compiling which v4.4.2
14632025-09-23T06:05:42.908Z Compiling pkcs8 v0.10.2
14642025-09-23T06:05:43.100Z Compiling pest_meta v2.7.14
14652025-09-23T06:05:43.486Z Compiling icu_normalizer v1.5.0
14662025-09-23T06:05:43.530Z Compiling http-body v1.0.1
14672025-09-23T06:05:43.816Z Compiling scroll_derive v0.12.0
14682025-09-23T06:05:44.211Z Compiling tinyvec_macros v0.1.1
14692025-09-23T06:05:44.327Z Compiling rustversion v1.0.22
14702025-09-23T06:05:44.880Z Compiling idna_adapter v1.2.0
14712025-09-23T06:05:44.989Z Compiling tracing v0.1.40
14722025-09-23T06:05:45.043Z Compiling httparse v1.9.5
14732025-09-23T06:05:45.133Z Compiling idna v1.0.3
14742025-09-23T06:05:45.234Z Compiling pest_generator v2.7.14
14752025-09-23T06:05:45.254Z Compiling scroll v0.12.0
14762025-09-23T06:05:45.474Z Compiling tinyvec v1.8.0
14772025-09-23T06:05:45.780Z Compiling url v2.5.4
14782025-09-23T06:05:45.804Z Compiling serde_derive_internals v0.29.1
14792025-09-23T06:05:46.569Z Compiling rand_core v0.9.3
14802025-09-23T06:05:46.950Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14812025-09-23T06:05:47.029Z Compiling bzip2-sys v0.1.13+1.0.8
14822025-09-23T06:05:47.159Z Compiling untrusted v0.7.1
14832025-09-23T06:05:47.331Z Compiling powerfmt v0.2.0
14842025-09-23T06:05:47.362Z Compiling tower-service v0.3.3
14852025-09-23T06:05:47.505Z Compiling tokio-util v0.7.15
14862025-09-23T06:05:47.527Z Compiling adler2 v2.0.0
14872025-09-23T06:05:47.547Z Compiling time-core v0.1.6
14882025-09-23T06:05:47.704Z Compiling atomic-waker v1.1.2
14892025-09-23T06:05:47.725Z Compiling openssl v0.10.73
14902025-09-23T06:05:47.728Z Compiling untrusted v0.9.0
14912025-09-23T06:05:47.878Z Compiling try-lock v0.2.5
14922025-09-23T06:05:47.901Z Compiling foreign-types-shared v0.1.1
14932025-09-23T06:05:47.952Z Compiling schemars v0.8.22
14942025-09-23T06:05:47.979Z Compiling num-conv v0.1.0
14952025-09-23T06:05:48.037Z Compiling openssl-probe v0.1.5
14962025-09-23T06:05:48.059Z Compiling foreign-types v0.3.2
14972025-09-23T06:05:48.183Z Compiling want v0.3.1
14982025-09-23T06:05:48.210Z Compiling schemars_derive v0.8.22
14992025-09-23T06:05:48.270Z Compiling time-macros v0.2.24
15002025-09-23T06:05:48.442Z Compiling miniz_oxide v0.8.5
15012025-09-23T06:05:49.759Z Compiling h2 v0.4.6
15022025-09-23T06:05:49.799Z Compiling deranged v0.5.3
15032025-09-23T06:05:50.897Z Compiling goblin v0.8.2
15042025-09-23T06:05:52.268Z Compiling pest_derive v2.7.14
15052025-09-23T06:05:52.341Z Compiling rand_chacha v0.9.0
15062025-09-23T06:05:53.075Z Compiling ipnet v2.11.0
15072025-09-23T06:05:53.738Z Compiling openssl-macros v0.1.1
15082025-09-23T06:05:54.154Z Compiling native-tls v0.2.12
15092025-09-23T06:05:54.209Z Compiling syn v1.0.109
15102025-09-23T06:05:54.446Z Compiling zerocopy v0.8.26
15112025-09-23T06:05:54.468Z Compiling dyn-clone v1.0.20
15122025-09-23T06:05:54.516Z Compiling num_threads v0.1.7
15132025-09-23T06:05:54.663Z Compiling httpdate v1.0.3
15142025-09-23T06:05:54.705Z Compiling rustls v0.23.19
15152025-09-23T06:05:54.801Z Compiling crossbeam-utils v0.8.21
15162025-09-23T06:05:55.085Z Compiling time v0.3.43
15172025-09-23T06:05:55.412Z Compiling dtrace-parser v0.2.0
15182025-09-23T06:05:57.338Z Compiling hyper v1.7.0
15192025-09-23T06:05:58.389Z Compiling dof v0.3.0
15202025-09-23T06:05:58.873Z Compiling rand v0.9.2
15212025-09-23T06:05:59.399Z Compiling unicode-normalization v0.1.24
15222025-09-23T06:05:59.744Z Compiling heapless v0.7.17
15232025-09-23T06:06:00.115Z Compiling signature v2.2.0
15242025-09-23T06:06:00.219Z Compiling zerocopy-derive v0.8.26
15252025-09-23T06:06:00.410Z Compiling cookie v0.18.1
15262025-09-23T06:06:00.449Z Compiling crc32fast v1.4.2
15272025-09-23T06:06:00.614Z Compiling unicode-bidi v0.3.17
15282025-09-23T06:06:00.708Z Compiling siphasher v0.3.11
15292025-09-23T06:06:00.744Z Compiling slog v2.7.0
15302025-09-23T06:06:00.772Z Compiling zstd-safe v7.2.3
15312025-09-23T06:06:01.090Z Compiling unicode-properties v0.1.3
15322025-09-23T06:06:01.128Z Compiling signal-hook v0.3.18
15332025-09-23T06:06:01.258Z Compiling zlib-rs v0.5.1
15342025-09-23T06:06:01.461Z Compiling stringprep v0.1.5
15352025-09-23T06:06:01.554Z Compiling phf_shared v0.11.2
15362025-09-23T06:06:02.007Z Compiling usdt-impl v0.5.0
15372025-09-23T06:06:02.397Z Compiling hyper-util v0.1.16
15382025-09-23T06:06:02.789Z Compiling curve25519-dalek v4.1.3
15392025-09-23T06:06:03.287Z Compiling serde_spanned v0.6.9
15402025-09-23T06:06:03.488Z Compiling toml_datetime v0.6.11
15412025-09-23T06:06:03.558Z Compiling serde_tokenstream v0.2.2
15422025-09-23T06:06:03.625Z Compiling rand_chacha v0.3.1
15432025-09-23T06:06:04.068Z Compiling md-5 v0.10.6
15442025-09-23T06:06:04.159Z Compiling num-integer v0.1.46
15452025-09-23T06:06:04.348Z Compiling sync_wrapper v1.0.1
15462025-09-23T06:06:04.519Z Compiling hash32 v0.2.1
15472025-09-23T06:06:04.810Z Compiling ff v0.13.0
15482025-09-23T06:06:04.896Z Compiling memoffset v0.9.1
15492025-09-23T06:06:05.050Z Compiling litrs v0.4.1
15502025-09-23T06:06:05.243Z Compiling base16ct v0.2.0
15512025-09-23T06:06:05.572Z Compiling newtype-uuid v1.2.4
15522025-09-23T06:06:05.898Z Compiling psl-types v2.0.11
15532025-09-23T06:06:05.932Z Compiling num-bigint-dig v0.8.4
15542025-09-23T06:06:06.043Z Compiling smoltcp v0.9.1
15552025-09-23T06:06:06.102Z Compiling tower-layer v0.3.3
15562025-09-23T06:06:06.123Z Compiling fallible-iterator v0.2.0
15572025-09-23T06:06:06.250Z Compiling cfg_aliases v0.2.1
15582025-09-23T06:06:06.370Z Compiling gimli v0.31.1
15592025-09-23T06:06:06.394Z Compiling nix v0.29.0
15602025-09-23T06:06:06.671Z Compiling tower v0.5.2
15612025-09-23T06:06:06.729Z Compiling postgres-protocol v0.6.8
15622025-09-23T06:06:06.782Z Compiling document-features v0.2.11
15632025-09-23T06:06:07.187Z Compiling publicsuffix v2.3.0
15642025-09-23T06:06:07.453Z Compiling libz-rs-sys v0.5.1
15652025-09-23T06:06:07.527Z Compiling sec1 v0.7.3
15662025-09-23T06:06:07.773Z Compiling flate2 v1.1.2
15672025-09-23T06:06:08.022Z Compiling group v0.13.0
15682025-09-23T06:06:08.065Z Compiling num-iter v0.1.45
15692025-09-23T06:06:08.277Z Compiling rand v0.8.5
15702025-09-23T06:06:08.451Z Compiling tokio-native-tls v0.3.1
15712025-09-23T06:06:09.108Z Compiling ipnetwork v0.21.1
15722025-09-23T06:06:09.456Z Compiling strum_macros v0.27.1
15732025-09-23T06:06:09.674Z Compiling rustls-native-certs v0.8.1
15742025-09-23T06:06:09.855Z Compiling http-body-util v0.1.3
15752025-09-23T06:06:09.946Z Compiling terminal_size v0.4.0
15762025-09-23T06:06:10.185Z Compiling hkdf v0.12.4
15772025-09-23T06:06:10.220Z Compiling crypto-bigint v0.5.5
15782025-09-23T06:06:10.240Z Compiling webpki-roots v1.0.1
15792025-09-23T06:06:10.332Z Compiling async-trait v0.1.89
15802025-09-23T06:06:10.451Z Compiling addr2line v0.24.2
15812025-09-23T06:06:10.470Z Compiling curve25519-dalek-derive v0.1.1
15822025-09-23T06:06:11.023Z Compiling thiserror-impl v2.0.16
15832025-09-23T06:06:11.104Z Compiling ahash v0.8.12
15842025-09-23T06:06:11.484Z Compiling fs-err v3.1.1
15852025-09-23T06:06:11.844Z Compiling object v0.36.5
15862025-09-23T06:06:11.865Z Compiling anyhow v1.0.99
15872025-09-23T06:06:12.502Z Compiling winnow v0.5.40
15882025-09-23T06:06:12.842Z Compiling bumpalo v3.16.0
15892025-09-23T06:06:13.315Z Compiling lockfree-object-pool v0.1.6
15902025-09-23T06:06:13.596Z Compiling rustix v1.0.7
15912025-09-23T06:06:14.230Z Compiling buf-list v1.0.3
15922025-09-23T06:06:14.262Z Compiling hubpack_derive v0.1.1
15932025-09-23T06:06:14.303Z Compiling managed v0.8.0
15942025-09-23T06:06:14.326Z Compiling iri-string v0.7.8
15952025-09-23T06:06:14.753Z Compiling rustc-demangle v0.1.24
15962025-09-23T06:06:14.868Z Compiling bitflags v1.3.2
15972025-09-23T06:06:14.993Z Compiling simd-adler32 v0.3.7
15982025-09-23T06:06:15.120Z Compiling clap_builder v4.5.41
15992025-09-23T06:06:15.509Z Compiling zopfli v0.8.1
16002025-09-23T06:06:15.642Z Compiling hubpack v0.1.2
16012025-09-23T06:06:15.946Z Compiling toml_edit v0.19.15
16022025-09-23T06:06:16.160Z Compiling strum v0.27.2
16032025-09-23T06:06:16.513Z Compiling thiserror v2.0.16
16042025-09-23T06:06:16.759Z Compiling elliptic-curve v0.13.8
16052025-09-23T06:06:17.491Z Compiling tower-http v0.6.6
16062025-09-23T06:06:17.930Z Compiling hyper-tls v0.6.0
16072025-09-23T06:06:18.336Z Compiling backtrace v0.3.74
16082025-09-23T06:06:18.339Z Compiling oxnet v0.1.3
16092025-09-23T06:06:18.779Z Compiling cookie_store v0.21.1
16102025-09-23T06:06:19.137Z Compiling signal-hook-mio v0.2.4
16112025-09-23T06:06:19.332Z Compiling zstd v0.13.3
16122025-09-23T06:06:20.297Z Compiling postgres-types v0.2.9
16132025-09-23T06:06:20.429Z Compiling usdt-macro v0.5.0
16142025-09-23T06:06:21.199Z Compiling usdt-attr-macro v0.5.0
16152025-09-23T06:06:21.557Z Compiling phf v0.11.2
16162025-09-23T06:06:21.850Z Compiling ed25519 v2.2.3
16172025-09-23T06:06:21.880Z Compiling bzip2 v0.4.4
16182025-09-23T06:06:22.275Z Compiling bzip2 v0.5.2
16192025-09-23T06:06:22.462Z Compiling strum_macros v0.26.4
16202025-09-23T06:06:22.634Z Compiling pkcs1 v0.7.5
16212025-09-23T06:06:22.662Z Compiling serde-big-array v0.5.1
16222025-09-23T06:06:22.683Z Compiling serde_urlencoded v0.7.1
16232025-09-23T06:06:22.920Z Compiling rfc6979 v0.4.0
16242025-09-23T06:06:23.127Z Compiling bstr v1.10.0
16252025-09-23T06:06:23.194Z Compiling enum-as-inner v0.6.1
16262025-09-23T06:06:23.518Z Compiling clap_derive v4.5.41
16272025-09-23T06:06:23.782Z Compiling serde_repr v0.1.19
16282025-09-23T06:06:24.286Z Compiling daft-derive v0.1.4
16292025-09-23T06:06:24.650Z Compiling float-cmp v0.10.0
16302025-09-23T06:06:24.904Z Compiling env_filter v0.1.2
16312025-09-23T06:06:24.907Z Compiling socket2 v0.5.10
16322025-09-23T06:06:25.318Z Compiling encoding_rs v0.8.34
16332025-09-23T06:06:25.513Z Compiling static_assertions v1.1.0
16342025-09-23T06:06:25.636Z Compiling predicates-core v1.0.8
16352025-09-23T06:06:25.789Z Compiling fixedbitset v0.4.2
16362025-09-23T06:06:25.836Z Compiling mime v0.3.17
16372025-09-23T06:06:25.952Z Compiling normalize-line-endings v0.3.0
16382025-09-23T06:06:26.108Z Compiling new_debug_unreachable v1.0.6
16392025-09-23T06:06:26.202Z Compiling difflib v0.4.0
16402025-09-23T06:06:26.225Z Compiling data-encoding v2.9.0
16412025-09-23T06:06:26.348Z Compiling whoami v1.5.2
16422025-09-23T06:06:26.821Z Compiling unicode-segmentation v1.12.0
16432025-09-23T06:06:26.899Z Compiling precomputed-hash v0.1.1
16442025-09-23T06:06:27.044Z Compiling string_cache v0.8.9
16452025-09-23T06:06:27.447Z Compiling hickory-proto v0.25.2
16462025-09-23T06:06:27.479Z Compiling strum v0.26.3
16472025-09-23T06:06:27.668Z Compiling similar v2.7.0
16482025-09-23T06:06:27.693Z Compiling tokio-postgres v0.7.13
16492025-09-23T06:06:27.922Z Compiling clap v4.5.41
16502025-09-23T06:06:27.984Z Compiling predicates v3.1.3
16512025-09-23T06:06:28.065Z Compiling toml_edit v0.22.27
16522025-09-23T06:06:29.030Z Compiling petgraph v0.6.5
16532025-09-23T06:06:29.477Z Compiling daft v0.1.4
16542025-09-23T06:06:29.683Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16552025-09-23T06:06:30.030Z Compiling usdt v0.5.0
16562025-09-23T06:06:30.505Z Compiling env_logger v0.11.5
16572025-09-23T06:06:30.913Z Compiling rsa v0.9.6
16582025-09-23T06:06:31.237Z Compiling ecdsa v0.16.9
16592025-09-23T06:06:32.092Z Compiling zip v4.2.0
16602025-09-23T06:06:32.673Z Compiling ed25519-dalek v2.1.1
16612025-09-23T06:06:33.004Z Compiling zip v0.6.6
16622025-09-23T06:06:34.308Z Compiling crossterm v0.28.1
16632025-09-23T06:06:35.022Z Compiling toml v0.7.8
16642025-09-23T06:06:36.428Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16652025-09-23T06:06:36.522Z Compiling crossbeam-epoch v0.9.18
16662025-09-23T06:06:36.842Z Compiling tokio-stream v0.1.17
16672025-09-23T06:06:36.866Z Compiling x509-cert v0.2.5
16682025-09-23T06:06:37.208Z Compiling openapiv3 v2.2.0
16692025-09-23T06:06:37.441Z Compiling sha1 v0.10.6
16702025-09-23T06:06:37.851Z Compiling itertools v0.10.5
16712025-09-23T06:06:37.855Z Compiling winnow v0.6.26
16722025-09-23T06:06:38.488Z Compiling lalrpop-util v0.19.12
16732025-09-23T06:06:38.865Z Compiling peg-runtime v0.8.5
16742025-09-23T06:06:38.905Z Compiling rustc-hash v2.1.1
16752025-09-23T06:06:39.130Z Compiling thread_local v1.1.8
16762025-09-23T06:06:39.193Z Compiling slog-async v2.8.0
16772025-09-23T06:06:39.423Z Compiling crossbeam-channel v0.5.15
16782025-09-23T06:06:39.605Z Compiling xattr v1.3.1
16792025-09-23T06:06:39.804Z Compiling futures-executor v0.3.31
16802025-09-23T06:06:39.893Z Compiling is-terminal v0.4.13
16812025-09-23T06:06:40.055Z Compiling filetime v0.2.25
16822025-09-23T06:06:40.274Z Compiling take_mut v0.2.2
16832025-09-23T06:06:40.313Z Compiling term v1.1.0
16842025-09-23T06:06:40.370Z Compiling tar v0.4.44
16852025-09-23T06:06:40.373Z Compiling futures v0.3.31
16862025-09-23T06:06:41.040Z Compiling slog-term v2.9.2
16872025-09-23T06:06:45.163Z Compiling aws-lc-sys v0.26.0
16882025-09-23T06:07:14.257Z Compiling rustls-webpki v0.102.8
16892025-09-23T06:07:18.735Z Compiling tokio-rustls v0.26.0
16902025-09-23T06:07:19.002Z Compiling hyper-rustls v0.27.7
16912025-09-23T06:07:19.317Z Compiling reqwest v0.12.22
16922025-09-23T06:07:22.812Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16932025-09-23T06:07:23.098Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16942025-09-23T06:07:27.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
16952025-09-23T06:07:27.823Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16962025-09-23T06:07:27.878ZSep 23 06:07:27.069 INFO Starting download, target: Cockroach
16972025-09-23T06:07:27.878ZSep 23 06:07:27.070 INFO Starting download, target: DendriteStub
16982025-09-23T06:07:27.882ZSep 23 06:07:27.070 INFO Starting download, target: Console
16992025-09-23T06:07:27.882ZSep 23 06:07:27.070 INFO Starting download, target: Clickhouse
17002025-09-23T06:07:27.882ZSep 23 06:07:27.070 INFO Starting download, target: MaghemiteMgd
17012025-09-23T06:07:27.882ZSep 23 06:07:27.070 INFO Starting download, target: TransceiverControl
17022025-09-23T06:07:27.882ZSep 23 06:07:27.070 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17032025-09-23T06:07:27.882ZSep 23 06:07:27.070 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17042025-09-23T06:07:27.882ZSep 23 06:07:27.070 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17052025-09-23T06:07:27.882ZSep 23 06:07:27.070 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17062025-09-23T06:07:27.882ZSep 23 06:07:27.071 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17072025-09-23T06:07:27.882ZSep 23 06:07:27.071 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17082025-09-23T06:07:28.290ZSep 23 06:07:27.477 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17092025-09-23T06:07:28.641ZSep 23 06:07:27.830 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17102025-09-23T06:07:28.749ZSep 23 06:07:27.935 INFO Download complete, target: TransceiverControl
17112025-09-23T06:07:29.080ZSep 23 06:07:28.270 INFO Download complete, target: Console
17122025-09-23T06:07:29.300ZSep 23 06:07:28.490 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17132025-09-23T06:07:29.377ZSep 23 06:07:28.566 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17142025-09-23T06:07:30.246ZSep 23 06:07:29.436 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17152025-09-23T06:07:30.246ZSep 23 06:07:29.437 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17162025-09-23T06:07:30.687ZSep 23 06:07:29.878 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17172025-09-23T06:07:33.815ZSep 23 06:07:33.005 INFO Download complete, target: MaghemiteMgd
17182025-09-23T06:07:33.820ZSep 23 06:07:33.010 INFO Download complete, target: DendriteStub
17192025-09-23T06:07:37.405ZSep 23 06:07:36.593 INFO Checking that binary works, target: Cockroach
17202025-09-23T06:07:37.535ZSep 23 06:07:36.724 INFO Download complete, target: Cockroach
17212025-09-23T06:07:41.423ZSep 23 06:07:40.609 INFO Checking that binary works, target: Clickhouse
17222025-09-23T06:07:41.548ZSep 23 06:07:40.735 INFO Download complete, target: Clickhouse
17232025-09-23T06:07:41.568ZAll builder prerequisites installed successfully, and PATH looks valid
17242025-09-23T06:07:41.572Z
17252025-09-23T06:07:41.572Zreal 4:44.399481396
17262025-09-23T06:07:41.572Zuser 16:29.170542961
17272025-09-23T06:07:41.572Zsys 2:20.573500738
17282025-09-23T06:07:41.572Ztrap 0.620803512
17292025-09-23T06:07:41.572Ztflt 0.870852192
17302025-09-23T06:07:41.572Zdflt 1.080912029
17312025-09-23T06:07:41.572Zkflt 0.024582917
17322025-09-23T06:07:41.572Zlock 39:11.097335975
17332025-09-23T06:07:41.572Zslp 59:53.181599303
17342025-09-23T06:07:41.572Zlat 1:16.538386126
17352025-09-23T06:07:41.572Zstop 2:59.702158243
17362025-09-23T06:07:41.572Z++ bmat factory name
17372025-09-23T06:07:41.583Z++ bmat factory private
17382025-09-23T06:07:41.588Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-02e7ceb6f6295288e '{
17392025-09-23T06:07:41.588Z buildomat: {
17402025-09-23T06:07:41.588Z factory: {
17412025-09-23T06:07:41.588Z name: $bmat_factory_name,
17422025-09-23T06:07:41.588Z private: $bmat_factory_private,
17432025-09-23T06:07:41.588Z },
17442025-09-23T06:07:41.588Z },
17452025-09-23T06:07:41.588Z }'
17462025-09-23T06:07:41.623Z+ banner ls-apis
17472025-09-23T06:07:41.627Z
17482025-09-23T06:07:41.627Z # #### ## ##### # ####
17492025-09-23T06:07:41.627Z # # # # # # # #
17502025-09-23T06:07:41.627Z # #### ##### # # # # # ####
17512025-09-23T06:07:41.627Z # # ###### ##### # #
17522025-09-23T06:07:41.627Z # # # # # # # # #
17532025-09-23T06:07:41.627Z ###### #### # # # # ####
17542025-09-23T06:07:41.627Z
17552025-09-23T06:07:41.627Z+ source ./tools/include/force-git-over-https.sh
17562025-09-23T06:07:41.627Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17572025-09-23T06:07:41.627Z++ (( i = 0 ))
17582025-09-23T06:07:41.627Z++ (( i < 5 ))
17592025-09-23T06:07:41.627Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17602025-09-23T06:07:41.631Z++ (( i++ ))
17612025-09-23T06:07:41.631Z++ (( i < 5 ))
17622025-09-23T06:07:41.631Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17632025-09-23T06:07:41.634Z++ (( i++ ))
17642025-09-23T06:07:41.634Z++ (( i < 5 ))
17652025-09-23T06:07:41.634Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17662025-09-23T06:07:41.637Z++ (( i++ ))
17672025-09-23T06:07:41.637Z++ (( i < 5 ))
17682025-09-23T06:07:41.637Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17692025-09-23T06:07:41.641Z++ (( i++ ))
17702025-09-23T06:07:41.641Z++ (( i < 5 ))
17712025-09-23T06:07:41.641Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17722025-09-23T06:07:41.644Z++ (( i++ ))
17732025-09-23T06:07:41.644Z++ (( i < 5 ))
17742025-09-23T06:07:41.644Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17752025-09-23T06:07:41.644Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17762025-09-23T06:07:41.644Z+ ptime -m cargo xtask ls-apis apis
17772025-09-23T06:07:42.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17782025-09-23T06:07:42.400Z Running `target/debug/xtask ls-apis apis`
17792025-09-23T06:07:43.423Z Compiling semver v0.1.20
17802025-09-23T06:07:43.426Z Compiling erased-serde v0.4.6
17812025-09-23T06:07:43.579Z Compiling ordered-float v2.10.1
17822025-09-23T06:07:43.579Z Compiling structmeta-derive v0.3.0
17832025-09-23T06:07:43.583Z Compiling toml v0.8.23
17842025-09-23T06:07:43.596Z Compiling cargo-platform v0.2.0
17852025-09-23T06:07:43.608Z Compiling fixedbitset v0.5.7
17862025-09-23T06:07:43.875Z Compiling rustc_version v0.1.7
17872025-09-23T06:07:44.105Z Compiling serde-value v0.7.0
17882025-09-23T06:07:44.125Z Compiling petgraph v0.8.2
17892025-09-23T06:07:44.282Z Compiling newtype_derive v0.1.6
17902025-09-23T06:07:44.490Z Compiling serde-untagged v0.1.7
17912025-09-23T06:07:44.908Z Compiling cargo-util-schemas v0.8.2
17922025-09-23T06:07:45.350Z Compiling structmeta v0.3.0
17932025-09-23T06:07:45.603Z Compiling parse-display-derive v0.10.0
17942025-09-23T06:07:46.404Z Compiling cargo_metadata v0.21.0
17952025-09-23T06:07:47.474Z Compiling parse-display v0.10.0
17962025-09-23T06:07:47.853Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
17972025-09-23T06:07:52.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.70s
17982025-09-23T06:07:52.321Z Running `target/debug/ls-apis apis`
17992025-09-23T06:07:52.366Zloading metadata for workspace omicron from current workspace
18002025-09-23T06:07:58.921Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/53f4254/Cargo.toml
18012025-09-23T06:07:58.924Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/72461d3/Cargo.toml
18022025-09-23T06:07:58.928Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/e3c587a/Cargo.toml
18032025-09-23T06:07:58.931Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/23b06c2/Cargo.toml
18042025-09-23T06:07:58.934Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/779775d/Cargo.toml
18052025-09-23T06:08:16.811Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/72461d3/Cargo.toml
18062025-09-23T06:08:17.794Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18072025-09-23T06:08:17.815Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18082025-09-23T06:08:18.030ZBootstrap Agent (client: bootstrap-agent-client)
18092025-09-23T06:08:18.030Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18102025-09-23T06:08:18.030Z consumed by: wicketd (omicron/wicketd) via 2 paths
18112025-09-23T06:08:18.030Z
18122025-09-23T06:08:18.030ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18132025-09-23T06:08:18.030Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18142025-09-23T06:08:18.030Z
18152025-09-23T06:08:18.030ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18162025-09-23T06:08:18.030Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18172025-09-23T06:08:18.030Z
18182025-09-23T06:08:18.030ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18192025-09-23T06:08:18.030Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18202025-09-23T06:08:18.030Z
18212025-09-23T06:08:18.030ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18222025-09-23T06:08:18.034Z consumed by: dpd (dendrite/dpd) via 1 path
18232025-09-23T06:08:18.034Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18242025-09-23T06:08:18.034Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18252025-09-23T06:08:18.034Z consumed by: tfportd (dendrite/tfportd) via 1 path
18262025-09-23T06:08:18.034Z
18272025-09-23T06:08:18.034ZCrucible Agent (client: crucible-agent-client)
18282025-09-23T06:08:18.034Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18292025-09-23T06:08:18.034Z
18302025-09-23T06:08:18.034ZCrucible Control (for testing only) (client: crucible-control-client)
18312025-09-23T06:08:18.034Z
18322025-09-23T06:08:18.034ZCrucible Pantry (client: crucible-pantry-client)
18332025-09-23T06:08:18.034Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18342025-09-23T06:08:18.034Z
18352025-09-23T06:08:18.034ZMaghemite DDM Admin (client: ddm-admin-client)
18362025-09-23T06:08:18.035Z consumed by: installinator (omicron/installinator) via 1 path
18372025-09-23T06:08:18.035Z consumed by: mgd (maghemite/mgd) via 1 path
18382025-09-23T06:08:18.035Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18392025-09-23T06:08:18.035Z consumed by: wicketd (omicron/wicketd) via 1 path
18402025-09-23T06:08:18.035Z
18412025-09-23T06:08:18.035ZDNS Server (client: dns-service-client)
18422025-09-23T06:08:18.038Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18432025-09-23T06:08:18.038Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18442025-09-23T06:08:18.038Z
18452025-09-23T06:08:18.038ZDendrite DPD (client: dpd-client)
18462025-09-23T06:08:18.038Z consumed by: ddmd (maghemite/ddmd) via 2 paths
18472025-09-23T06:08:18.038Z consumed by: lldpd (lldp/lldpd) via 2 paths
18482025-09-23T06:08:18.038Z consumed by: mgd (maghemite/mgd) via 1 path
18492025-09-23T06:08:18.038Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18502025-09-23T06:08:18.038Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18512025-09-23T06:08:18.038Z consumed by: tfportd (dendrite/tfportd) via 2 paths
18522025-09-23T06:08:18.038Z consumed by: wicketd (omicron/wicketd) via 2 paths
18532025-09-23T06:08:18.038Z
18542025-09-23T06:08:18.039ZDownstairs Controller (debugging only) (client: dsc-client)
18552025-09-23T06:08:18.039Z
18562025-09-23T06:08:18.039ZManagement Gateway Service (client: gateway-client)
18572025-09-23T06:08:18.044Z consumed by: dpd (dendrite/dpd) via 1 path
18582025-09-23T06:08:18.044Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
18592025-09-23T06:08:18.044Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18602025-09-23T06:08:18.044Z consumed by: wicketd (omicron/wicketd) via 3 paths
18612025-09-23T06:08:18.044Z
18622025-09-23T06:08:18.044ZWicketd Installinator (client: installinator-client)
18632025-09-23T06:08:18.044Z consumed by: installinator (omicron/installinator) via 1 path
18642025-09-23T06:08:18.044Z
18652025-09-23T06:08:18.044ZLLDP daemon (client: lldpd-client)
18662025-09-23T06:08:18.044Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18672025-09-23T06:08:18.044Z consumed by: tfportd (dendrite/tfportd) via 1 path
18682025-09-23T06:08:18.044Z
18692025-09-23T06:08:18.044ZMaghemite MG Admin (client: mg-admin-client)
18702025-09-23T06:08:18.051Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18712025-09-23T06:08:18.051Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18722025-09-23T06:08:18.051Z
18732025-09-23T06:08:18.051ZNexus Internal API (client: nexus-client)
18742025-09-23T06:08:18.057Z consumed by: crucible-pantry (crucible/pantry) via 1 path
18752025-09-23T06:08:18.057Z consumed by: dpd (dendrite/dpd) via 1 path
18762025-09-23T06:08:18.057Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18772025-09-23T06:08:18.057Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
18782025-09-23T06:08:18.057Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
18792025-09-23T06:08:18.057Z
18802025-09-23T06:08:18.057ZNTP Admin (client: ntp-admin-client)
18812025-09-23T06:08:18.061Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18822025-09-23T06:08:18.061Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
18832025-09-23T06:08:18.061Z
18842025-09-23T06:08:18.061ZExternal API (client: oxide-client)
18852025-09-23T06:08:18.061Z
18862025-09-23T06:08:18.061ZOximeter (client: oximeter-client)
18872025-09-23T06:08:18.061Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18882025-09-23T06:08:18.061Z
18892025-09-23T06:08:18.061ZPropolis (client: propolis-client)
18902025-09-23T06:08:18.064Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18912025-09-23T06:08:18.064Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
18922025-09-23T06:08:18.064Z
18932025-09-23T06:08:18.064ZCrucible Repair (client: repair-client)
18942025-09-23T06:08:18.064Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
18952025-09-23T06:08:18.064Z
18962025-09-23T06:08:18.064ZRepo Depot API (client: repo-depot-client)
18972025-09-23T06:08:18.064Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18982025-09-23T06:08:18.064Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18992025-09-23T06:08:18.064Z
19002025-09-23T06:08:18.065ZSled Agent (client: sled-agent-client)
19012025-09-23T06:08:18.069Z consumed by: omicron-nexus (omicron/nexus) via 8 paths
19022025-09-23T06:08:18.069Z
19032025-09-23T06:08:18.069ZWicketd (client: wicketd-client)
19042025-09-23T06:08:18.072Z
19052025-09-23T06:08:18.158Z
19062025-09-23T06:08:18.158Zreal 36.479931933
19072025-09-23T06:08:18.158Zuser 36.300640768
19082025-09-23T06:08:18.158Zsys 11.367563965
19092025-09-23T06:08:18.158Ztrap 0.024568584
19102025-09-23T06:08:18.158Ztflt 0.063629209
19112025-09-23T06:08:18.161Zdflt 0.302714377
19122025-09-23T06:08:18.162Zkflt 0.000016103
19132025-09-23T06:08:18.162Zlock 1:09.294361242
19142025-09-23T06:08:18.162Zslp 3:54.182397524
19152025-09-23T06:08:18.162Zlat 1.403168591
19162025-09-23T06:08:18.162Zstop 3.302437700
19172025-09-23T06:08:18.162Z+ ptime -m cargo xtask ls-apis deployment-units
19182025-09-23T06:08:18.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
19192025-09-23T06:08:18.997Z Running `target/debug/xtask ls-apis deployment-units`
19202025-09-23T06:08:20.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
19212025-09-23T06:08:20.190Z Running `target/debug/ls-apis deployment-units`
19222025-09-23T06:08:20.238Zloading metadata for workspace omicron from current workspace
19232025-09-23T06:08:21.757Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/72461d3/Cargo.toml
19242025-09-23T06:08:21.760Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/e3c587a/Cargo.toml
19252025-09-23T06:08:21.760Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/53f4254/Cargo.toml
19262025-09-23T06:08:21.761Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/23b06c2/Cargo.toml
19272025-09-23T06:08:21.767Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/779775d/Cargo.toml
19282025-09-23T06:08:24.543Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/72461d3/Cargo.toml
19292025-09-23T06:08:25.413Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19302025-09-23T06:08:25.431Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19312025-09-23T06:08:25.630ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
19322025-09-23T06:08:25.630Z omicron-clickhouse-admin (omicron/clickhouse-admin)
19332025-09-23T06:08:25.631Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19342025-09-23T06:08:25.631Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19352025-09-23T06:08:25.631Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19362025-09-23T06:08:25.634Z
19372025-09-23T06:08:25.634Z
19382025-09-23T06:08:25.634ZCockroach
19392025-09-23T06:08:25.634Z omicron-cockroach-admin (omicron/cockroach-admin)
19402025-09-23T06:08:25.634Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19412025-09-23T06:08:25.634Z
19422025-09-23T06:08:25.634Z
19432025-09-23T06:08:25.634ZCrucible
19442025-09-23T06:08:25.634Z crucible-agent (crucible/agent)
19452025-09-23T06:08:25.635Z exposes: Crucible Agent (client = crucible-agent-client)
19462025-09-23T06:08:25.635Z
19472025-09-23T06:08:25.635Z crucible-downstairs (crucible/downstairs)
19482025-09-23T06:08:25.635Z exposes: Crucible Repair (client = repair-client)
19492025-09-23T06:08:25.635Z consumes: repair-client
19502025-09-23T06:08:25.635Z
19512025-09-23T06:08:25.635Z
19522025-09-23T06:08:25.635ZCrucible Pantry
19532025-09-23T06:08:25.635Z crucible-pantry (crucible/pantry)
19542025-09-23T06:08:25.635Z exposes: Crucible Pantry (client = crucible-pantry-client)
19552025-09-23T06:08:25.635Z consumes: nexus-client
19562025-09-23T06:08:25.635Z
19572025-09-23T06:08:25.635Z
19582025-09-23T06:08:25.635ZDNS Server
19592025-09-23T06:08:25.635Z dns-server (omicron/dns-server)
19602025-09-23T06:08:25.635Z exposes: DNS Server (client = dns-service-client)
19612025-09-23T06:08:25.638Z
19622025-09-23T06:08:25.638Z
19632025-09-23T06:08:25.638ZHost OS
19642025-09-23T06:08:25.638Z ddmd (maghemite/ddmd)
19652025-09-23T06:08:25.638Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
19662025-09-23T06:08:25.638Z consumes: dpd-client
19672025-09-23T06:08:25.638Z
19682025-09-23T06:08:25.638Z dpd (dendrite/dpd)
19692025-09-23T06:08:25.638Z exposes: Dendrite DPD (client = dpd-client)
19702025-09-23T06:08:25.638Z consumes: cockroach-admin-client
19712025-09-23T06:08:25.639Z consumes: gateway-client
19722025-09-23T06:08:25.639Z consumes: nexus-client
19732025-09-23T06:08:25.639Z
19742025-09-23T06:08:25.639Z lldpd (lldp/lldpd)
19752025-09-23T06:08:25.639Z exposes: LLDP daemon (client = lldpd-client)
19762025-09-23T06:08:25.639Z consumes: dpd-client
19772025-09-23T06:08:25.639Z
19782025-09-23T06:08:25.639Z mgd (maghemite/mgd)
19792025-09-23T06:08:25.639Z exposes: Maghemite MG Admin (client = mg-admin-client)
19802025-09-23T06:08:25.642Z consumes: ddm-admin-client
19812025-09-23T06:08:25.642Z consumes: dpd-client
19822025-09-23T06:08:25.642Z
19832025-09-23T06:08:25.642Z omicron-gateway (omicron/gateway)
19842025-09-23T06:08:25.642Z exposes: Management Gateway Service (client = gateway-client)
19852025-09-23T06:08:25.642Z
19862025-09-23T06:08:25.642Z omicron-sled-agent (omicron/sled-agent)
19872025-09-23T06:08:25.642Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
19882025-09-23T06:08:25.642Z exposes: Repo Depot API (client = repo-depot-client)
19892025-09-23T06:08:25.642Z exposes: Sled Agent (client = sled-agent-client)
19902025-09-23T06:08:25.646Z consumes: bootstrap-agent-client
19912025-09-23T06:08:25.646Z consumes: cockroach-admin-client
19922025-09-23T06:08:25.646Z consumes: ddm-admin-client
19932025-09-23T06:08:25.646Z consumes: dns-service-client
19942025-09-23T06:08:25.646Z consumes: dpd-client
19952025-09-23T06:08:25.646Z consumes: gateway-client
19962025-09-23T06:08:25.646Z consumes: mg-admin-client
19972025-09-23T06:08:25.646Z consumes: nexus-client
19982025-09-23T06:08:25.646Z consumes: ntp-admin-client
19992025-09-23T06:08:25.646Z consumes: propolis-client
20002025-09-23T06:08:25.646Z consumes: repo-depot-client
20012025-09-23T06:08:25.646Z
20022025-09-23T06:08:25.646Z propolis-server (propolis/bin/propolis-server)
20032025-09-23T06:08:25.646Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20042025-09-23T06:08:25.646Z exposes: Propolis (client = propolis-client)
20052025-09-23T06:08:25.646Z consumes: nexus-client
20062025-09-23T06:08:25.646Z
20072025-09-23T06:08:25.646Z tfportd (dendrite/tfportd)
20082025-09-23T06:08:25.646Z consumes: cockroach-admin-client
20092025-09-23T06:08:25.646Z consumes: dpd-client
20102025-09-23T06:08:25.646Z consumes: lldpd-client
20112025-09-23T06:08:25.646Z
20122025-09-23T06:08:25.646Z wicketd (omicron/wicketd)
20132025-09-23T06:08:25.646Z exposes: Wicketd Installinator (client = installinator-client)
20142025-09-23T06:08:25.646Z exposes: Wicketd (client = wicketd-client)
20152025-09-23T06:08:25.650Z consumes: bootstrap-agent-client
20162025-09-23T06:08:25.650Z consumes: ddm-admin-client
20172025-09-23T06:08:25.650Z consumes: dpd-client
20182025-09-23T06:08:25.650Z consumes: gateway-client
20192025-09-23T06:08:25.650Z
20202025-09-23T06:08:25.650Z
20212025-09-23T06:08:25.650ZInstallinator
20222025-09-23T06:08:25.650Z installinator (omicron/installinator)
20232025-09-23T06:08:25.650Z consumes: ddm-admin-client
20242025-09-23T06:08:25.650Z consumes: installinator-client
20252025-09-23T06:08:25.650Z
20262025-09-23T06:08:25.650Z
20272025-09-23T06:08:25.650ZNTP
20282025-09-23T06:08:25.650Z omicron-ntp-admin (omicron/ntp-admin)
20292025-09-23T06:08:25.650Z exposes: NTP Admin (client = ntp-admin-client)
20302025-09-23T06:08:25.650Z
20312025-09-23T06:08:25.650Z
20322025-09-23T06:08:25.650ZNexus
20332025-09-23T06:08:25.650Z omicron-nexus (omicron/nexus)
20342025-09-23T06:08:25.650Z exposes: Nexus Internal API (client = nexus-client)
20352025-09-23T06:08:25.650Z exposes: External API (client = oxide-client)
20362025-09-23T06:08:25.654Z consumes: clickhouse-admin-keeper-client
20372025-09-23T06:08:25.654Z consumes: clickhouse-admin-server-client
20382025-09-23T06:08:25.654Z consumes: clickhouse-admin-single-client
20392025-09-23T06:08:25.654Z consumes: cockroach-admin-client
20402025-09-23T06:08:25.654Z consumes: crucible-agent-client
20412025-09-23T06:08:25.654Z consumes: crucible-pantry-client
20422025-09-23T06:08:25.654Z consumes: dns-service-client
20432025-09-23T06:08:25.654Z consumes: dpd-client
20442025-09-23T06:08:25.654Z consumes: gateway-client
20452025-09-23T06:08:25.654Z consumes: lldpd-client
20462025-09-23T06:08:25.654Z consumes: mg-admin-client
20472025-09-23T06:08:25.654Z consumes: ntp-admin-client
20482025-09-23T06:08:25.654Z consumes: oximeter-client
20492025-09-23T06:08:25.654Z consumes: propolis-client
20502025-09-23T06:08:25.654Z consumes: repo-depot-client
20512025-09-23T06:08:25.654Z consumes: sled-agent-client
20522025-09-23T06:08:25.654Z
20532025-09-23T06:08:25.654Z
20542025-09-23T06:08:25.654ZOximeter
20552025-09-23T06:08:25.654Z oximeter-collector (omicron/oximeter/collector)
20562025-09-23T06:08:25.654Z exposes: Oximeter (client = oximeter-client)
20572025-09-23T06:08:25.654Z consumes: nexus-client
20582025-09-23T06:08:25.655Z
20592025-09-23T06:08:25.655Z
20602025-09-23T06:08:25.735Z
20612025-09-23T06:08:25.735Zreal 7.551268617
20622025-09-23T06:08:25.735Zuser 6.453382051
20632025-09-23T06:08:25.735Zsys 2.354925534
20642025-09-23T06:08:25.735Ztrap 0.003620606
20652025-09-23T06:08:25.735Ztflt 0.000055458
20662025-09-23T06:08:25.735Zdflt 0.000064604
20672025-09-23T06:08:25.735Zkflt 0.000000000
20682025-09-23T06:08:25.739Zlock 0.402172477
20692025-09-23T06:08:25.739Zslp 24.057426810
20702025-09-23T06:08:25.739Zlat 0.044835573
20712025-09-23T06:08:25.739Zstop 0.006835860
20722025-09-23T06:08:25.739Z+ ptime -m cargo xtask ls-apis servers
20732025-09-23T06:08:26.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
20742025-09-23T06:08:26.451Z Running `target/debug/xtask ls-apis servers`
20752025-09-23T06:08:27.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
20762025-09-23T06:08:27.574Z Running `target/debug/ls-apis servers`
20772025-09-23T06:08:27.591Zloading metadata for workspace omicron from current workspace
20782025-09-23T06:08:29.053Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/53f4254/Cargo.toml
20792025-09-23T06:08:29.060Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/23b06c2/Cargo.toml
20802025-09-23T06:08:29.063Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/72461d3/Cargo.toml
20812025-09-23T06:08:29.063Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/779775d/Cargo.toml
20822025-09-23T06:08:29.064Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/e3c587a/Cargo.toml
20832025-09-23T06:08:31.717Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/72461d3/Cargo.toml
20842025-09-23T06:08:32.608Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20852025-09-23T06:08:32.627Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20862025-09-23T06:08:32.832Zomicron-clickhouse-admin (omicron/clickhouse-admin)
20872025-09-23T06:08:32.832Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20882025-09-23T06:08:32.832Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20892025-09-23T06:08:32.832Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20902025-09-23T06:08:32.836Z
20912025-09-23T06:08:32.836Zomicron-cockroach-admin (omicron/cockroach-admin)
20922025-09-23T06:08:32.836Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20932025-09-23T06:08:32.836Z
20942025-09-23T06:08:32.836Zcrucible-agent (crucible/agent)
20952025-09-23T06:08:32.836Z exposes: Crucible Agent (client = crucible-agent-client)
20962025-09-23T06:08:32.836Z
20972025-09-23T06:08:32.836Zcrucible-downstairs (crucible/downstairs)
20982025-09-23T06:08:32.836Z exposes: Crucible Repair (client = repair-client)
20992025-09-23T06:08:32.836Z consumes: repair-client
21002025-09-23T06:08:32.836Z
21012025-09-23T06:08:32.836Zcrucible-pantry (crucible/pantry)
21022025-09-23T06:08:32.836Z exposes: Crucible Pantry (client = crucible-pantry-client)
21032025-09-23T06:08:32.840Z consumes: nexus-client
21042025-09-23T06:08:32.840Z
21052025-09-23T06:08:32.840Zdns-server (omicron/dns-server)
21062025-09-23T06:08:32.840Z exposes: DNS Server (client = dns-service-client)
21072025-09-23T06:08:32.840Z
21082025-09-23T06:08:32.840Zomicron-sled-agent (omicron/sled-agent)
21092025-09-23T06:08:32.840Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
21102025-09-23T06:08:32.840Z exposes: Repo Depot API (client = repo-depot-client)
21112025-09-23T06:08:32.840Z exposes: Sled Agent (client = sled-agent-client)
21122025-09-23T06:08:32.843Z consumes: bootstrap-agent-client
21132025-09-23T06:08:32.843Z consumes: cockroach-admin-client
21142025-09-23T06:08:32.843Z consumes: ddm-admin-client
21152025-09-23T06:08:32.843Z consumes: dns-service-client
21162025-09-23T06:08:32.843Z consumes: dpd-client
21172025-09-23T06:08:32.844Z consumes: gateway-client
21182025-09-23T06:08:32.844Z consumes: mg-admin-client
21192025-09-23T06:08:32.844Z consumes: nexus-client
21202025-09-23T06:08:32.844Z consumes: ntp-admin-client
21212025-09-23T06:08:32.844Z consumes: propolis-client
21222025-09-23T06:08:32.844Z consumes: repo-depot-client
21232025-09-23T06:08:32.844Z
21242025-09-23T06:08:32.844Zpropolis-server (propolis/bin/propolis-server)
21252025-09-23T06:08:32.844Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
21262025-09-23T06:08:32.844Z exposes: Propolis (client = propolis-client)
21272025-09-23T06:08:32.844Z consumes: nexus-client
21282025-09-23T06:08:32.844Z
21292025-09-23T06:08:32.844Zddmd (maghemite/ddmd)
21302025-09-23T06:08:32.844Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
21312025-09-23T06:08:32.844Z consumes: dpd-client
21322025-09-23T06:08:32.844Z
21332025-09-23T06:08:32.844Zdpd (dendrite/dpd)
21342025-09-23T06:08:32.844Z exposes: Dendrite DPD (client = dpd-client)
21352025-09-23T06:08:32.848Z consumes: cockroach-admin-client
21362025-09-23T06:08:32.848Z consumes: gateway-client
21372025-09-23T06:08:32.848Z consumes: nexus-client
21382025-09-23T06:08:32.848Z
21392025-09-23T06:08:32.848Zlldpd (lldp/lldpd)
21402025-09-23T06:08:32.848Z exposes: LLDP daemon (client = lldpd-client)
21412025-09-23T06:08:32.848Z consumes: dpd-client
21422025-09-23T06:08:32.848Z
21432025-09-23T06:08:32.848Zmgd (maghemite/mgd)
21442025-09-23T06:08:32.848Z exposes: Maghemite MG Admin (client = mg-admin-client)
21452025-09-23T06:08:32.848Z consumes: ddm-admin-client
21462025-09-23T06:08:32.848Z consumes: dpd-client
21472025-09-23T06:08:32.848Z
21482025-09-23T06:08:32.848Zomicron-gateway (omicron/gateway)
21492025-09-23T06:08:32.848Z exposes: Management Gateway Service (client = gateway-client)
21502025-09-23T06:08:32.848Z
21512025-09-23T06:08:32.848Ztfportd (dendrite/tfportd)
21522025-09-23T06:08:32.852Z consumes: cockroach-admin-client
21532025-09-23T06:08:32.852Z consumes: dpd-client
21542025-09-23T06:08:32.852Z consumes: lldpd-client
21552025-09-23T06:08:32.852Z
21562025-09-23T06:08:32.852Zwicketd (omicron/wicketd)
21572025-09-23T06:08:32.852Z exposes: Wicketd Installinator (client = installinator-client)
21582025-09-23T06:08:32.852Z exposes: Wicketd (client = wicketd-client)
21592025-09-23T06:08:32.852Z consumes: bootstrap-agent-client
21602025-09-23T06:08:32.852Z consumes: ddm-admin-client
21612025-09-23T06:08:32.852Z consumes: dpd-client
21622025-09-23T06:08:32.852Z consumes: gateway-client
21632025-09-23T06:08:32.852Z
21642025-09-23T06:08:32.852Zinstallinator (omicron/installinator)
21652025-09-23T06:08:32.852Z consumes: ddm-admin-client
21662025-09-23T06:08:32.852Z consumes: installinator-client
21672025-09-23T06:08:32.852Z
21682025-09-23T06:08:32.852Zomicron-ntp-admin (omicron/ntp-admin)
21692025-09-23T06:08:32.852Z exposes: NTP Admin (client = ntp-admin-client)
21702025-09-23T06:08:32.852Z
21712025-09-23T06:08:32.852Zomicron-nexus (omicron/nexus)
21722025-09-23T06:08:32.852Z exposes: Nexus Internal API (client = nexus-client)
21732025-09-23T06:08:32.852Z exposes: External API (client = oxide-client)
21742025-09-23T06:08:32.855Z consumes: clickhouse-admin-keeper-client
21752025-09-23T06:08:32.855Z consumes: clickhouse-admin-server-client
21762025-09-23T06:08:32.855Z consumes: clickhouse-admin-single-client
21772025-09-23T06:08:32.855Z consumes: cockroach-admin-client
21782025-09-23T06:08:32.855Z consumes: crucible-agent-client
21792025-09-23T06:08:32.855Z consumes: crucible-pantry-client
21802025-09-23T06:08:32.856Z consumes: dns-service-client
21812025-09-23T06:08:32.856Z consumes: dpd-client
21822025-09-23T06:08:32.856Z consumes: gateway-client
21832025-09-23T06:08:32.856Z consumes: lldpd-client
21842025-09-23T06:08:32.856Z consumes: mg-admin-client
21852025-09-23T06:08:32.856Z consumes: ntp-admin-client
21862025-09-23T06:08:32.856Z consumes: oximeter-client
21872025-09-23T06:08:32.856Z consumes: propolis-client
21882025-09-23T06:08:32.856Z consumes: repo-depot-client
21892025-09-23T06:08:32.856Z consumes: sled-agent-client
21902025-09-23T06:08:32.856Z
21912025-09-23T06:08:32.856Zoximeter-collector (omicron/oximeter/collector)
21922025-09-23T06:08:32.856Z exposes: Oximeter (client = oximeter-client)
21932025-09-23T06:08:32.856Z consumes: nexus-client
21942025-09-23T06:08:32.856Z
21952025-09-23T06:08:32.942Z
21962025-09-23T06:08:32.942Zreal 7.179752708
21972025-09-23T06:08:32.942Zuser 6.279423405
21982025-09-23T06:08:32.942Zsys 2.147451091
21992025-09-23T06:08:32.942Ztrap 0.000949468
22002025-09-23T06:08:32.942Ztflt 0.000060364
22012025-09-23T06:08:32.946Zdflt 0.000194881
22022025-09-23T06:08:32.946Zkflt 0.000005187
22032025-09-23T06:08:32.946Zlock 0.350712065
22042025-09-23T06:08:32.946Zslp 22.892084450
22052025-09-23T06:08:32.946Zlat 0.017067054
22062025-09-23T06:08:32.946Zstop 0.006930841
22072025-09-23T06:08:32.946Z+ ptime -m cargo xtask ls-apis check
22082025-09-23T06:08:33.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
22092025-09-23T06:08:33.671Z Running `target/debug/xtask ls-apis check`
22102025-09-23T06:08:34.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
22112025-09-23T06:08:34.779Z Running `target/debug/ls-apis check`
22122025-09-23T06:08:34.831Zloading metadata for workspace omicron from current workspace
22132025-09-23T06:08:36.340Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/72461d3/Cargo.toml
22142025-09-23T06:08:36.341Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/e3c587a/Cargo.toml
22152025-09-23T06:08:36.344Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/53f4254/Cargo.toml
22162025-09-23T06:08:36.348Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/779775d/Cargo.toml
22172025-09-23T06:08:36.351Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/23b06c2/Cargo.toml
22182025-09-23T06:08:38.998Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/72461d3/Cargo.toml
22192025-09-23T06:08:39.875Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22202025-09-23T06:08:39.895Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22212025-09-23T06:08:40.199Z
22222025-09-23T06:08:40.199Z
22232025-09-23T06:08:40.199ZServer-managed APIs:
22242025-09-23T06:08:40.199Z
22252025-09-23T06:08:40.199Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
22262025-09-23T06:08:40.199Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
22272025-09-23T06:08:40.199Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
22282025-09-23T06:08:40.199Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
22292025-09-23T06:08:40.199Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
22302025-09-23T06:08:40.199Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
22312025-09-23T06:08:40.199Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
22322025-09-23T06:08:40.199Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
22332025-09-23T06:08:40.199Z DNS Server (dns-service-client, exposed by dns-server)
22342025-09-23T06:08:40.199Z Dendrite DPD (dpd-client, exposed by dpd)
22352025-09-23T06:08:40.199Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
22362025-09-23T06:08:40.199Z LLDP daemon (lldpd-client, exposed by lldpd)
22372025-09-23T06:08:40.199Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
22382025-09-23T06:08:40.199Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
22392025-09-23T06:08:40.199Z External API (oxide-client, exposed by omicron-nexus)
22402025-09-23T06:08:40.199Z Oximeter (oximeter-client, exposed by oximeter-collector)
22412025-09-23T06:08:40.199Z Propolis (propolis-client, exposed by propolis-server)
22422025-09-23T06:08:40.200Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
22432025-09-23T06:08:40.200Z Wicketd (wicketd-client, exposed by wicketd)
22442025-09-23T06:08:40.200Z
22452025-09-23T06:08:40.200Z
22462025-09-23T06:08:40.200ZClient-managed API:
22472025-09-23T06:08:40.200Z
22482025-09-23T06:08:40.200Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
22492025-09-23T06:08:40.200Z reason: depends on itself (i.e., instances call each other)
22502025-09-23T06:08:40.200Z Wicketd Installinator (installinator-client, exposed by wicketd)
22512025-09-23T06:08:40.200Z reason: client is provided implicitly by the operator
22522025-09-23T06:08:40.200Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
22532025-09-23T06:08:40.200Z reason: Circular dependencies between Nexus and other services
22542025-09-23T06:08:40.200Z Crucible Repair (repair-client, exposed by crucible-downstairs)
22552025-09-23T06:08:40.200Z reason: depends on itself (i.e., instances call each other)
22562025-09-23T06:08:40.200Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
22572025-09-23T06:08:40.200Z reason: depends on itself (i.e., instances call each other)
22582025-09-23T06:08:40.200Z
22592025-09-23T06:08:40.200Z
22602025-09-23T06:08:40.200ZAPIs with unknown version management: none
22612025-09-23T06:08:40.284Z
22622025-09-23T06:08:40.288Zreal 7.316218034
22632025-09-23T06:08:40.288Zuser 6.407502490
22642025-09-23T06:08:40.288Zsys 2.171414982
22652025-09-23T06:08:40.288Ztrap 0.000618861
22662025-09-23T06:08:40.288Ztflt 0.000059016
22672025-09-23T06:08:40.288Zdflt 0.000076891
22682025-09-23T06:08:40.288Zkflt 0.000008295
22692025-09-23T06:08:40.288Zlock 0.360625939
22702025-09-23T06:08:40.288Zslp 22.923830698
22712025-09-23T06:08:40.288Zlat 0.014789520
22722025-09-23T06:08:40.288Zstop 0.006448019
22732025-09-23T06:08:40.288Z+ ptime -m cargo xtask ls-apis adoc
22742025-09-23T06:08:40.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
22752025-09-23T06:08:40.994Z Running `target/debug/xtask ls-apis adoc`
22762025-09-23T06:08:42.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
22772025-09-23T06:08:42.105Z Running `target/debug/ls-apis adoc`
22782025-09-23T06:08:42.157Zloading metadata for workspace omicron from current workspace
22792025-09-23T06:08:43.636Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/72461d3/Cargo.toml
22802025-09-23T06:08:43.640Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/e3c587a/Cargo.toml
22812025-09-23T06:08:43.640Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/53f4254/Cargo.toml
22822025-09-23T06:08:43.643Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/23b06c2/Cargo.toml
22832025-09-23T06:08:43.653Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/779775d/Cargo.toml
22842025-09-23T06:08:46.321Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/72461d3/Cargo.toml
22852025-09-23T06:08:47.198Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22862025-09-23T06:08:47.217Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22872025-09-23T06:08:47.539Z
22882025-09-23T06:08:47.542Zreal 7.229110986
22892025-09-23T06:08:47.543Zuser 6.334024599
22902025-09-23T06:08:47.543Zsys 2.170549175
22912025-09-23T06:08:47.543Ztrap 0.000704745
22922025-09-23T06:08:47.543Ztflt 0.000107580
22932025-09-23T06:08:47.543Zdflt 0.000054007
22942025-09-23T06:08:47.543Zkflt 0.000005368
22952025-09-23T06:08:47.543Zlock 0.355045557
22962025-09-23T06:08:47.543Zslp 23.120773469
22972025-09-23T06:08:47.543Zlat 0.015119773
22982025-09-23T06:08:47.543Zstop 0.007007599
22992025-09-23T06:08:47.543Z+ banner build
23002025-09-23T06:08:47.543Z
23012025-09-23T06:08:47.543Z ##### # # # # #####
23022025-09-23T06:08:47.543Z # # # # # # # #
23032025-09-23T06:08:47.543Z ##### # # # # # #
23042025-09-23T06:08:47.543Z # # # # # # # #
23052025-09-23T06:08:47.543Z # # # # # # # #
23062025-09-23T06:08:47.543Z ##### #### # ###### #####
23072025-09-23T06:08:47.543Z
23082025-09-23T06:08:47.547Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
23092025-09-23T06:08:47.547Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
23102025-09-23T06:08:47.547Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
23112025-09-23T06:08:47.547Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
23122025-09-23T06:08:47.547Z+ [[ illumos == \i\l\l\u\m\o\s ]]
23132025-09-23T06:08:47.547Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
23142025-09-23T06:08:47.547Z+ export TMPDIR=/var/tmp/omicron_tmp
23152025-09-23T06:08:47.547Z+ TMPDIR=/var/tmp/omicron_tmp
23162025-09-23T06:08:47.547Z+ export RUST_BACKTRACE=1
23172025-09-23T06:08:47.547Z+ RUST_BACKTRACE=1
23182025-09-23T06:08:47.547Z+ export CARGO_INCREMENTAL=0
23192025-09-23T06:08:47.547Z+ CARGO_INCREMENTAL=0
23202025-09-23T06:08:47.547Z+ export RUSTC_BOOTSTRAP=1
23212025-09-23T06:08:47.547Z+ RUSTC_BOOTSTRAP=1
23222025-09-23T06:08:47.547Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
23232025-09-23T06:08:50.312Z Compiling proc-macro2 v1.0.101
23242025-09-23T06:08:50.312Z Compiling unicode-ident v1.0.18
23252025-09-23T06:08:50.315Z Compiling libc v0.2.174
23262025-09-23T06:08:50.315Z Compiling serde_core v1.0.223
23272025-09-23T06:08:50.316Z Compiling cfg-if v1.0.1
23282025-09-23T06:08:50.316Z Compiling serde v1.0.223
23292025-09-23T06:08:50.316Z Compiling autocfg v1.4.0
23302025-09-23T06:08:50.615Z Compiling memchr v2.7.4
23312025-09-23T06:08:50.618Z 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`
23322025-09-23T06:08:50.618Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8af50ec24cb74ad -C extra-filename=-61a7fbc6a507fd3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23332025-09-23T06:08:50.618Z 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`
23342025-09-23T06:08:50.618Z 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.223/build.rs --error-format=json --json=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=d4c1d5cbb91c253b -C extra-filename=-817f3fbdeb6ee800 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_core-817f3fbdeb6ee800 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23352025-09-23T06:08:50.618Z 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`
23362025-09-23T06:08:50.618Z 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`
23372025-09-23T06:08:50.618Z 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.223/build.rs --error-format=json --json=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=0e8259bc2c75d396 -C extra-filename=-c9acfc85ad5017a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-c9acfc85ad5017a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23382025-09-23T06:08:50.643Z 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`
23392025-09-23T06:08:50.860Z Compiling value-bag v1.9.0
23402025-09-23T06:08:50.863Z Compiling smallvec v1.15.1
23412025-09-23T06:08:50.893Z 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`
23422025-09-23T06:08:50.893Z 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`
23432025-09-23T06:08:51.296Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-817f3fbdeb6ee800/build-script-build`
23442025-09-23T06:08:51.305Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-e970df53828233ea/build-script-build`
23452025-09-23T06:08:51.350Z Compiling log v0.4.27
23462025-09-23T06:08:51.350Z 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`
23472025-09-23T06:08:51.391Z 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.223/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=e0d6717f5d187d6c -C extra-filename=-5d1d13f9e706d439 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
23482025-09-23T06:08:51.434Z Compiling version_check v0.9.5
23492025-09-23T06:08:51.434Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-c9acfc85ad5017a1/build-script-build`
23502025-09-23T06:08:51.437Z 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`
23512025-09-23T06:08:51.534Z Compiling scopeguard v1.2.0
23522025-09-23T06:08:51.537Z 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`
23532025-09-23T06:08:51.576Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-9ace2eb27fda07f3/build-script-build`
23542025-09-23T06:08:51.642Z Compiling lock_api v0.4.12
23552025-09-23T06:08:51.645Z 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`
23562025-09-23T06:08:51.690Z 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"))'`
23572025-09-23T06:08:51.743Z Compiling itoa v1.0.11
23582025-09-23T06:08:51.746Z 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`
23592025-09-23T06:08:51.806Z 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=3e0cdddb3dc37c8a -C extra-filename=-6c39e3a1d0a5cd80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --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)'`
23602025-09-23T06:08:52.049Z Compiling libm v0.2.8
23612025-09-23T06:08:52.052Z 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`
23622025-09-23T06:08:52.096Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-bc94ad7b51a5ac2d/build-script-build`
23632025-09-23T06:08:52.133Z Compiling num-traits v0.2.19
23642025-09-23T06:08:52.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/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`
23652025-09-23T06:08:52.177Z Compiling stable_deref_trait v1.2.0
23662025-09-23T06:08:52.181Z 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`
23672025-09-23T06:08:52.225Z Compiling portable-atomic v1.11.0
23682025-09-23T06:08:52.230Z 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`
23692025-09-23T06:08:52.274Z 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`
23702025-09-23T06:08:52.358Z Compiling ryu v1.0.18
23712025-09-23T06:08:52.361Z 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`
23722025-09-23T06:08:52.512Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-5bb591e0d2e2589c/build-script-build`
23732025-09-23T06:08:52.577Z 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`
23742025-09-23T06:08:52.621Z Compiling quote v1.0.40
23752025-09-23T06:08:52.624Z 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=5b4950f917347736 -C extra-filename=-dbb606c53140d10f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23762025-09-23T06:08:52.756Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-56b5b61900717c15/build-script-build`
23772025-09-23T06:08:52.804Z Compiling critical-section v1.1.3
23782025-09-23T06:08:52.807Z 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`
23792025-09-23T06:08:53.015Z Compiling getrandom v0.2.15
23802025-09-23T06:08:53.019Z 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`
23812025-09-23T06:08:53.062Z Compiling syn v2.0.106
23822025-09-23T06:08:53.065Z Compiling serde_json v1.0.145
23832025-09-23T06:08:53.065Z 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=ac57f70ae4807b42 -C extra-filename=-710945b5f5d230cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23842025-09-23T06:08:53.065Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
23852025-09-23T06:08:53.216Z Compiling percent-encoding v2.3.2
23862025-09-23T06:08:53.271Z 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`
23872025-09-23T06:08:53.321Z Compiling getrandom v0.3.1
23882025-09-23T06:08:53.324Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-1640517f1a139279/build-script-build`
23892025-09-23T06:08:53.324Z 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`
23902025-09-23T06:08:53.392Z 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"))'`
23912025-09-23T06:08:53.445Z Compiling pin-project-lite v0.2.14
23922025-09-23T06:08:53.448Z 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`
23932025-09-23T06:08:53.567Z 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)'`
23942025-09-23T06:08:53.613Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-80edec1695bd0e62/build-script-build`
23952025-09-23T06:08:53.658Z Compiling litemap v0.7.3
23962025-09-23T06:08:53.662Z 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`
23972025-09-23T06:08:53.717Z Compiling allocator-api2 v0.2.21
23982025-09-23T06:08:53.762Z 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`
23992025-09-23T06:08:53.811Z Compiling writeable v0.5.5
24002025-09-23T06:08:53.814Z 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`
24012025-09-23T06:08:54.059Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-f614163d8e5b83ff/build-script-build`
24022025-09-23T06:08:54.105Z Compiling equivalent v1.0.2
24032025-09-23T06:08:54.147Z 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`
24042025-09-23T06:08:54.260Z 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`
24052025-09-23T06:08:54.301Z Compiling foldhash v0.1.5
24062025-09-23T06:08:54.304Z 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`
24072025-09-23T06:08:54.380Z Compiling icu_locid_transform_data v1.5.0
24082025-09-23T06:08:54.384Z 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`
24092025-09-23T06:08:54.436Z Compiling shlex v1.3.0
24102025-09-23T06:08:54.440Z 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`
24112025-09-23T06:08:54.536Z Compiling once_cell v1.21.3
24122025-09-23T06:08:54.540Z 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`
24132025-09-23T06:08:54.644Z Compiling hashbrown v0.15.4
24142025-09-23T06:08:54.647Z Compiling icu_properties_data v1.5.0
24152025-09-23T06:08:54.647Z 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`
24162025-09-23T06:08:54.684Z 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`
24172025-09-23T06:08:54.730Z Compiling utf8_iter v1.0.4
24182025-09-23T06:08:54.832Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14c64be97b004b76 -C extra-filename=-84bbf4dc3c0a9cb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24192025-09-23T06:08:54.865Z Compiling write16 v1.0.0
24202025-09-23T06:08:54.868Z 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`
24212025-09-23T06:08:54.946Z Compiling icu_normalizer_data v1.5.0
24222025-09-23T06:08:54.950Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cfd0d48cfcc636df -C extra-filename=-b3c4991b6ca67627 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24232025-09-23T06:08:54.991Z Compiling parking_lot_core v0.9.10
24242025-09-23T06:08:54.991Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
24252025-09-23T06:08:55.032Z Compiling utf16_iter v1.0.5
24262025-09-23T06:08:55.036Z 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`
24272025-09-23T06:08:55.078Z Compiling semver v1.0.26
24282025-09-23T06:08:55.081Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.26/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=40ab04cabb8e4a93 -C extra-filename=-df0a915ae2c959ae --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-df0a915ae2c959ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292025-09-23T06:08:55.126Z Compiling form_urlencoded v1.2.2
24302025-09-23T06:08:55.130Z 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`
24312025-09-23T06:08:55.297Z Compiling jobserver v0.1.32
24322025-09-23T06:08:55.300Z 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`
24332025-09-23T06:08:55.347Z Compiling rand_core v0.6.4
24342025-09-23T06:08:55.350Z 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`
24352025-09-23T06:08:55.504Z Compiling fnv v1.0.7
24362025-09-23T06:08:55.546Z 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`
24372025-09-23T06:08:55.619Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ee9c711cc0d452e7/build-script-build`
24382025-09-23T06:08:55.691Z 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`
24392025-09-23T06:08:55.696Z Compiling cc v1.2.30
24402025-09-23T06:08:55.700Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-df0a915ae2c959ae/build-script-build`
24412025-09-23T06:08:55.728Z 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`
24422025-09-23T06:08:55.804Z Compiling regex-syntax v0.8.5
24432025-09-23T06:08:55.853Z 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`
24442025-09-23T06:08:55.858Z 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=e5e68520f18feceb -C extra-filename=-7b4565fc08d6c1a5 --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-5d1d13f9e706d439.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"))'`
24452025-09-23T06:08:55.937Z Compiling subtle v2.6.1
24462025-09-23T06:08:55.941Z 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`
24472025-09-23T06:08:56.061Z Compiling parking_lot v0.12.3
24482025-09-23T06:08:56.064Z 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`
24492025-09-23T06:08:56.109Z Compiling signal-hook-registry v1.4.2
24502025-09-23T06:08:56.113Z 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`
24512025-09-23T06:08:56.241Z Compiling errno v0.3.12
24522025-09-23T06:08:56.244Z 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`
24532025-09-23T06:08:56.353Z Compiling aho-corasick v1.1.3
24542025-09-23T06:08:56.409Z 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`
24552025-09-23T06:08:56.535Z Compiling heck v0.5.0
24562025-09-23T06:08:56.539Z 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`
24572025-09-23T06:08:56.797Z Compiling byteorder v1.5.0
24582025-09-23T06:08:56.811Z 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-09-23T06:08:56.892Z Compiling mio v1.0.2
24602025-09-23T06:08:56.895Z 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`
24612025-09-23T06:08:57.081Z Compiling futures-core v0.3.31
24622025-09-23T06:08:57.085Z 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`
24632025-09-23T06:08:57.292Z Compiling typenum v1.17.0
24642025-09-23T06:08:57.295Z 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`
24652025-09-23T06:08:57.366Z Compiling generic-array v0.14.7
24662025-09-23T06:08:57.370Z 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`
24672025-09-23T06:08:57.893Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-5b73b6a89f1b8521/build-script-build`
24682025-09-23T06:08:57.971Z Compiling rustix v0.38.37
24692025-09-23T06:08:58.014Z 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`
24702025-09-23T06:08:58.034Z Compiling socket2 v0.6.0
24712025-09-23T06:08:58.034Z 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`
24722025-09-23T06:08:58.416Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-c43bcef096a5d052/build-script-main`
24732025-09-23T06:08:58.560Z Compiling either v1.15.0
24742025-09-23T06:08:58.634Z 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`
24752025-09-23T06:08:58.712Z 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`
24762025-09-23T06:08:58.868Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-ca08b9b2809b9498/build-script-build`
24772025-09-23T06:08:58.974Z Compiling iana-time-zone v0.1.63
24782025-09-23T06:08:58.978Z 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`
24792025-09-23T06:08:59.027Z Compiling thiserror v1.0.69
24802025-09-23T06:08:59.031Z 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`
24812025-09-23T06:08:59.199Z Compiling futures-io v0.3.31
24822025-09-23T06:08:59.202Z 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`
24832025-09-23T06:08:59.373Z Compiling regex-automata v0.4.8
24842025-09-23T06:08:59.377Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=5bf170d5336d6a9e -C extra-filename=-5f2da1f73d56e025 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-fa37e0de09fa0fe8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852025-09-23T06:08:59.503Z Compiling slab v0.4.9
24862025-09-23T06:08:59.506Z 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`
24872025-09-23T06:08:59.506Z Compiling pkg-config v0.3.31
24882025-09-23T06:08:59.548Z 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`
24892025-09-23T06:08:59.703Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-723bb18637d6ca27/build-script-build`
24902025-09-23T06:08:59.861Z Compiling spin v0.9.8
24912025-09-23T06:08:59.864Z 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`
24922025-09-23T06:08:59.954Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-f8ac1c2de96c373a/build-script-build`
24932025-09-23T06:09:00.160Z Compiling synstructure v0.13.1
24942025-09-23T06:09:00.163Z 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=f4e0dfd8731d5d0c -C extra-filename=-d06bc453c4ee9b5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24952025-09-23T06:09:00.221Z 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`
24962025-09-23T06:09:00.268Z Compiling serde_derive_internals v0.29.1
24972025-09-23T06:09:00.318Z 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=a20ede504e4dd365 -C extra-filename=-f7ae20957e2ed64a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24982025-09-23T06:09:00.571Z Compiling dyn-clone v1.0.20
24992025-09-23T06:09:00.574Z Compiling schemars v0.8.22
25002025-09-23T06:09:00.574Z 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`
25012025-09-23T06:09:00.613Z 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`
25022025-09-23T06:09:00.783Z Compiling const-oid v0.9.6
25032025-09-23T06:09:00.787Z 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`
25042025-09-23T06:09:00.865Z Compiling pin-utils v0.1.0
25052025-09-23T06:09:00.868Z 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`
25062025-09-23T06:09:01.030Z Compiling futures-sink v0.3.31
25072025-09-23T06:09:01.034Z 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`
25082025-09-23T06:09:01.140Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-e4f5a7e6a3c63bac/build-script-build`
25092025-09-23T06:09:01.152Z Compiling lazy_static v1.5.0
25102025-09-23T06:09:01.155Z 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`
25112025-09-23T06:09:01.245Z Compiling futures-channel v0.3.31
25122025-09-23T06:09:01.249Z 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`
25132025-09-23T06:09:01.348Z Compiling futures-task v0.3.31
25142025-09-23T06:09:01.351Z 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`
25152025-09-23T06:09:01.531Z Compiling cpufeatures v0.2.14
25162025-09-23T06:09:01.572Z 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`
25172025-09-23T06:09:01.578Z Compiling syn v1.0.109
25182025-09-23T06:09:01.622Z 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`
25192025-09-23T06:09:01.696Z Compiling thiserror v2.0.16
25202025-09-23T06:09:01.700Z Compiling strsim v0.11.1
25212025-09-23T06:09:01.700Z 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.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6c64bb8a5c6aaf80 -C extra-filename=-a2a7f18e84015dde --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-a2a7f18e84015dde -L 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-09-23T06:09:01.700Z 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`
25232025-09-23T06:09:01.785Z Compiling tracing-core v0.1.32
25242025-09-23T06:09:01.788Z 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`
25252025-09-23T06:09:02.283Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-2c13866819a9a00a/build-script-build`
25262025-09-23T06:09:02.407Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-a2a7f18e84015dde/build-script-build`
25272025-09-23T06:09:02.459Z Compiling glob v0.3.2
25282025-09-23T06:09:02.462Z 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=d2e48eb3aa0266bb -C extra-filename=-0653de016beb49ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
25292025-09-23T06:09:02.499Z 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`
25302025-09-23T06:09:02.539Z Compiling prettyplease v0.2.36
25312025-09-23T06:09:02.542Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
25322025-09-23T06:09:02.759Z Compiling adler2 v2.0.0
25332025-09-23T06:09:02.774Z 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`
25342025-09-23T06:09:02.947Z Compiling minimal-lexical v0.2.1
25352025-09-23T06:09:02.991Z 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`
25362025-09-23T06:09:03.029Z Compiling miniz_oxide v0.8.5
25372025-09-23T06:09:03.034Z 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`
25382025-09-23T06:09:03.034Z Compiling paste v1.0.15
25392025-09-23T06:09:03.034Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-933590c57889fcaf/build-script-build`
25402025-09-23T06:09:03.071Z 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`
25412025-09-23T06:09:03.179Z Compiling crossbeam-utils v0.8.21
25422025-09-23T06:09:03.182Z 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`
25432025-09-23T06:09:03.352Z Compiling clang-sys v1.8.1
25442025-09-23T06:09:03.397Z 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`
25452025-09-23T06:09:03.483Z Compiling nom v7.1.3
25462025-09-23T06:09:03.486Z 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`
25472025-09-23T06:09:03.707Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-30da2474664d5b61/build-script-build`
25482025-09-23T06:09:03.822Z 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"))'`
25492025-09-23T06:09:03.871Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-d9e88792650f3b5c/build-script-build`
25502025-09-23T06:09:03.939Z Compiling itertools v0.12.1
25512025-09-23T06:09:03.942Z 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`
25522025-09-23T06:09:04.152Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-d4f1989dbec52f0d/build-script-build`
25532025-09-23T06:09:04.221Z Compiling libloading v0.8.5
25542025-09-23T06:09:04.224Z 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`
25552025-09-23T06:09:04.446Z Compiling vcpkg v0.2.15
25562025-09-23T06:09:04.451Z 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`
25572025-09-23T06:09:04.624Z Compiling regex v1.11.1
25582025-09-23T06:09:04.688Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=6a55345920422bda -C extra-filename=-9cd5ce373896e612 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-fa37e0de09fa0fe8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5f2da1f73d56e025.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25592025-09-23T06:09:05.046Z Compiling serde_derive v1.0.223
25602025-09-23T06:09:05.050Z 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`
25612025-09-23T06:09:05.118Z 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.223/src/lib.rs --error-format=json --json=diagnostic-rendered-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=cb110090c81ad6e6 -C extra-filename=-f211175f6387b2c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622025-09-23T06:09:05.665Z Compiling zeroize_derive v1.4.2
25632025-09-23T06:09:05.668Z 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=6e56fb160251e4f7 -C extra-filename=-9a5574a6b45a783e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642025-09-23T06:09:06.217Z Compiling zerofrom-derive v0.1.4
25652025-09-23T06:09:06.261Z 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=039611ad35892a1d -C extra-filename=-b0b7a9ace22e483c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-d06bc453c4ee9b5d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662025-09-23T06:09:06.759Z Compiling yoke-derive v0.7.4
25672025-09-23T06:09:06.767Z 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=213f980165f692ce -C extra-filename=-8d07768dce1bee01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-d06bc453c4ee9b5d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682025-09-23T06:09:06.822Z Compiling zerovec-derive v0.10.3
25692025-09-23T06:09:06.825Z 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=656abd6a9cbd4224 -C extra-filename=-9ce22381d610c94d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702025-09-23T06:09:07.371Z Compiling zeroize v1.8.1
25712025-09-23T06:09:07.374Z 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=46410cf4651e9e7f -C extra-filename=-d5ae4d0e55dbad1b --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-9a5574a6b45a783e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722025-09-23T06:09:07.809Z Compiling displaydoc v0.2.5
25732025-09-23T06:09:07.812Z 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=daec8cc199bc5b77 -C extra-filename=-52e219ed88a7ced5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742025-09-23T06:09:09.579Z Compiling icu_provider_macros v1.5.0
25752025-09-23T06:09:09.624Z 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=f652f1bae6eababa -C extra-filename=-9ec84a99f6a90c0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762025-09-23T06:09:09.624Z 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=8c73b67e62039e83 -C extra-filename=-075ff24e61b7aa5e --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-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
25772025-09-23T06:09:09.668Z Compiling tokio-macros v2.5.0
25782025-09-23T06:09:09.671Z 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=2a26bd73c3a651b2 -C extra-filename=-f57f84c19cf0495f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792025-09-23T06:09:09.731Z Compiling thiserror-impl v1.0.69
25802025-09-23T06:09:09.735Z 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=5e7554d768059447 -C extra-filename=-dce3f2e2d82920ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812025-09-23T06:09:10.012Z Compiling zerofrom v0.1.4
25822025-09-23T06:09:10.057Z 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=29b228c08f55455f -C extra-filename=-f82d7bbc19025d5f --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-b0b7a9ace22e483c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832025-09-23T06:09:10.309Z Compiling yoke v0.7.4
25842025-09-23T06:09:10.312Z 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=9724bdd90b7641f7 -C extra-filename=-dafe20b84e0dfedb --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-8d07768dce1bee01.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f82d7bbc19025d5f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852025-09-23T06:09:10.753Z Compiling zerovec v0.10.4
25862025-09-23T06:09:10.756Z 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=0a27678083203111 -C extra-filename=-7552379cc6f78d8b --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-dafe20b84e0dfedb.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f82d7bbc19025d5f.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-9ce22381d610c94d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872025-09-23T06:09:10.860Z Compiling schemars_derive v0.8.22
25882025-09-23T06:09:10.917Z 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=5750d305f53d8686 -C extra-filename=-9eb1c4fd1612699c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-f7ae20957e2ed64a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892025-09-23T06:09:11.082Z Compiling crypto-common v0.1.6
25902025-09-23T06:09:11.085Z 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=a7465e4d47f4f39d -C extra-filename=-7c30fa127176a7cf --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-075ff24e61b7aa5e.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`
25912025-09-23T06:09:11.353Z Compiling zerocopy-derive v0.7.35
25922025-09-23T06:09:11.356Z 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=a6feb7a6a3b8ff6d -C extra-filename=-dd29e4761bc3acd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932025-09-23T06:09:11.393Z Compiling block-buffer v0.10.4
25942025-09-23T06:09:11.396Z 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=13bca805f5f186c0 -C extra-filename=-e9396205bc7ca384 --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-075ff24e61b7aa5e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952025-09-23T06:09:11.724Z Compiling futures-macro v0.3.31
25962025-09-23T06:09:11.728Z 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=bb4fe8c980c979f4 -C extra-filename=-b748d1c395f82833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972025-09-23T06:09:12.576Z 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.223/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=e29f6f5bbdb91440 -C extra-filename=-09b4ca918857c17e --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-5d1d13f9e706d439.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-f211175f6387b2c4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_serde_derive)'`
25982025-09-23T06:09:12.858Z Compiling tinystr v0.7.6
25992025-09-23T06:09:12.861Z 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=ad2661f69fac71e1 -C extra-filename=-b95b840353900452 --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-52e219ed88a7ced5.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7552379cc6f78d8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002025-09-23T06:09:12.908Z Compiling icu_collections v1.5.0
26012025-09-23T06:09:12.911Z 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=4f058be85dcb9cb7 -C extra-filename=-92329da252dd1637 --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-52e219ed88a7ced5.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-dafe20b84e0dfedb.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f82d7bbc19025d5f.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7552379cc6f78d8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26022025-09-23T06:09:13.322Z Compiling icu_locid v1.5.0
26032025-09-23T06:09:13.325Z 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=f9cf1dd870da5cf7 -C extra-filename=-967454d87455f97a --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-52e219ed88a7ced5.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-77475923b5850dce.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-b95b840353900452.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-b351e0eb4211557d.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7552379cc6f78d8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042025-09-23T06:09:13.589Z 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=87423fea0ebaee3d -C extra-filename=-e0bb792a8e132b78 --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-dce3f2e2d82920ab.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)'`
26052025-09-23T06:09:13.767Z Compiling bytes v1.10.1
26062025-09-23T06:09:13.810Z 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=4a44e2c63c65f5ce -C extra-filename=-0d495fe4e42d1a55 --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26072025-09-23T06:09:13.833Z Compiling bitflags v2.9.1
26082025-09-23T06:09:13.836Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=ad4c579cab79ede0 -C extra-filename=-c241652f333010c1 --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26092025-09-23T06:09:13.883Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fb4968cb3f281469 -C extra-filename=-a6df1627b8fdfd33 --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'`
26102025-09-23T06:09:14.080Z Compiling indexmap v2.11.0
26112025-09-23T06:09:14.083Z 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-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=0e0a0d2db6984b21 -C extra-filename=-39377dd3172fefce --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-d1c2964a6d83ae33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122025-09-23T06:09:14.127Z Compiling chrono v0.4.41
26132025-09-23T06:09:14.131Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=cd02d6b03e2f14f6 -C extra-filename=-b54b1f3a32a098fa --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142025-09-23T06:09:14.207Z 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=8dacc816541d1618 -C extra-filename=-c8e0f00457d22fb4 --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-c241652f333010c1.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`
26152025-09-23T06:09:14.329Z Compiling uuid v1.18.1
26162025-09-23T06:09:14.332Z 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=2b6297bff051dad3 -C extra-filename=-34715625387676f0 --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172025-09-23T06:09:14.609Z Compiling icu_provider v1.5.0
26182025-09-23T06:09:14.612Z 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=091d30ea8eeb5ae6 -C extra-filename=-ee4d7051010b5549 --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-52e219ed88a7ced5.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-967454d87455f97a.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-9ec84a99f6a90c0d.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-b95b840353900452.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-b351e0eb4211557d.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-dafe20b84e0dfedb.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f82d7bbc19025d5f.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7552379cc6f78d8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192025-09-23T06:09:14.973Z Compiling tokio v1.47.0
26202025-09-23T06:09:14.977Z 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=d06be2775dfc3fd8 -C extra-filename=-cefdeffdcb752ef8 --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-0d495fe4e42d1a55.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-f57f84c19cf0495f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212025-09-23T06:09:15.210Z Compiling zerocopy v0.7.35
26222025-09-23T06:09:15.213Z 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=0ce8890c181ddc90 -C extra-filename=-47d9f9ecf0e4dc7e --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-dd29e4761bc3acd0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26232025-09-23T06:09:15.277Z Compiling futures-util v0.3.31
26242025-09-23T06:09:15.280Z 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=66d3d3605cd472b2 -C extra-filename=-496f76f93532f782 --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-b748d1c395f82833.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`
26252025-09-23T06:09:15.552Z Compiling icu_locid_transform v1.5.0
26262025-09-23T06:09:15.599Z 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=8ad4c309e38d783d -C extra-filename=-947ddae1a3722bf3 --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-52e219ed88a7ced5.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-967454d87455f97a.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-ee4d7051010b5549.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-b95b840353900452.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7552379cc6f78d8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272025-09-23T06:09:15.614Z Compiling digest v0.10.7
26282025-09-23T06:09:15.618Z 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=ae719207cdfa86cc -C extra-filename=-811675e9ce129203 --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-e9396205bc7ca384.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-7c30fa127176a7cf.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`
26292025-09-23T06:09:15.877Z Compiling thiserror-impl v2.0.16
26302025-09-23T06:09:15.934Z 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.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=086202896ca4fcab -C extra-filename=-3ad5a5f41981942c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312025-09-23T06:09:16.128Z Compiling tracing-attributes v0.1.27
26322025-09-23T06:09:16.132Z 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=68fd06ade69784da -C extra-filename=-fc552a2395f5be04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332025-09-23T06:09:16.614Z Compiling http v1.3.1
26342025-09-23T06:09:16.617Z 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=b9c12d6c0fb7b233 -C extra-filename=-e401084e2cb4ce7c --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-0d495fe4e42d1a55.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`
26352025-09-23T06:09:17.555Z Compiling icu_properties v1.5.1
26362025-09-23T06:09:17.559Z 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=341e62006324996b -C extra-filename=-186049d069e235c6 --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-52e219ed88a7ced5.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-92329da252dd1637.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-947ddae1a3722bf3.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-ee4d7051010b5549.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-b95b840353900452.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7552379cc6f78d8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372025-09-23T06:09:17.901Z Compiling ppv-lite86 v0.2.20
26382025-09-23T06:09:17.905Z 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=04548a80d07637f7 -C extra-filename=-af8e42e130717fe4 --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-47d9f9ecf0e4dc7e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392025-09-23T06:09:18.758Z Compiling serde_tokenstream v0.2.2
26402025-09-23T06:09:18.761Z 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=5ae66b02348526df -C extra-filename=-c366a20bb361137b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412025-09-23T06:09:18.840Z Compiling cexpr v0.6.0
26422025-09-23T06:09:18.903Z 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`
26432025-09-23T06:09:18.957Z 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)'`
26442025-09-23T06:09:19.353Z 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=a49b1149eb07b37f -C extra-filename=-50f13724737f662b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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)'`
26452025-09-23T06:09:19.469Z 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.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=37bf5966eb2db320 -C extra-filename=-c42df1260c68bd2e --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-3ad5a5f41981942c.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)'`
26462025-09-23T06:09:19.627Z Compiling home v0.5.9
26472025-09-23T06:09:19.630Z 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`
26482025-09-23T06:09:19.681Z Compiling tracing v0.1.40
26492025-09-23T06:09:19.736Z 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=7e9bffd081d4ef9b -C extra-filename=-1481dcb3f233f18b --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-fc552a2395f5be04.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`
26502025-09-23T06:09:19.907Z Compiling powerfmt v0.2.0
26512025-09-23T06:09:19.910Z 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`
26522025-09-23T06:09:20.185Z Compiling time-core v0.1.6
26532025-09-23T06:09:20.188Z 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`
26542025-09-23T06:09:20.249Z Compiling num-conv v0.1.0
26552025-09-23T06:09:20.252Z 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`
26562025-09-23T06:09:20.338Z Compiling deranged v0.5.3
26572025-09-23T06:09:20.341Z 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`
26582025-09-23T06:09:20.390Z Compiling ring v0.17.14
26592025-09-23T06:09:20.393Z 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`
26602025-09-23T06:09:20.546Z Compiling num_threads v0.1.7
26612025-09-23T06:09:20.549Z 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`
26622025-09-23T06:09:20.607Z Compiling time-macros v0.2.24
26632025-09-23T06:09:20.610Z 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`
26642025-09-23T06:09:20.734Z Compiling block-padding v0.3.3
26652025-09-23T06:09:20.737Z 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=d01e279c5e92e487 -C extra-filename=-a43cacfec0e3568f --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-075ff24e61b7aa5e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662025-09-23T06:09:20.783Z Compiling gimli v0.31.1
26672025-09-23T06:09:20.786Z 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`
26682025-09-23T06:09:21.044Z Compiling bindgen v0.69.5
26692025-09-23T06:09:21.047Z 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`
26702025-09-23T06:09:21.598Z Compiling icu_normalizer v1.5.0
26712025-09-23T06:09:21.602Z 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=782b9ad4fc29f3d1 -C extra-filename=-df53faa36d1ac22e --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-52e219ed88a7ced5.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-92329da252dd1637.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-186049d069e235c6.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-ee4d7051010b5549.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-7552379cc6f78d8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722025-09-23T06:09:22.040Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-9f63f4ec416bcf25/build-script-build`
26732025-09-23T06:09:22.119Z Compiling base64 v0.22.1
26742025-09-23T06:09:22.123Z 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`
26752025-09-23T06:09:22.304Z Compiling rustversion v1.0.22
26762025-09-23T06:09:22.308Z 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`
26772025-09-23T06:09:22.843Z Compiling idna_adapter v1.2.0
26782025-09-23T06:09:22.847Z 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=83144f2aab08fdc7 -C extra-filename=-044a884c3d20596e --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-df53faa36d1ac22e.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-186049d069e235c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792025-09-23T06:09:23.139Z Compiling idna v1.0.3
26802025-09-23T06:09:23.142Z 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=967e51344c69a6e8 -C extra-filename=-89def4d09e191fa9 --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-044a884c3d20596e.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`
26812025-09-23T06:09:23.142Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-8c0338daea1d2e80/build-script-build`
26822025-09-23T06:09:23.226Z Compiling tokio-util v0.7.15
26832025-09-23T06:09:23.229Z 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=17afad6b611284e9 -C extra-filename=-313dfb679acdd539 --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-0d495fe4e42d1a55.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-496f76f93532f782.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-cefdeffdcb752ef8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842025-09-23T06:09:23.290Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-8b11b984ce953e99/build-script-build`
26852025-09-23T06:09:23.333Z Compiling time v0.3.43
26862025-09-23T06:09:23.336Z 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`
26872025-09-23T06:09:23.380Z Compiling inout v0.1.3
26882025-09-23T06:09:23.383Z 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=fe9294da2d8a84ff -C extra-filename=-78813f267f87f480 --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-a43cacfec0e3568f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-075ff24e61b7aa5e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26892025-09-23T06:09:23.422Z Compiling which v4.4.2
26902025-09-23T06:09:23.425Z 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=79a2d4b369f3c78f -C extra-filename=-9fe547dc14554a0f --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-c8e0f00457d22fb4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912025-09-23T06:09:23.719Z Compiling url v2.5.4
26922025-09-23T06:09:23.722Z 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=f0653733c2e0f120 -C extra-filename=-b6ef781bf1d01bd4 --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-89def4d09e191fa9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26932025-09-23T06:09:23.989Z Compiling ipnet v2.11.0
26942025-09-23T06:09:23.992Z 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=387bbc3b8c2a5586 -C extra-filename=-4237adee672c9d6a --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26952025-09-23T06:09:24.546Z Compiling object v0.36.5
26962025-09-23T06:09:24.549Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.36.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=6108c2f79bc9cb46 -C extra-filename=-ddb6c3b5f172fda8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972025-09-23T06:09:25.177Z 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=74f7eba4f5c2d7ab -C extra-filename=-ac3bb1186108a9ea --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-0d495fe4e42d1a55.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.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-9eb1c4fd1612699c.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
26982025-09-23T06:09:25.367Z Compiling addr2line v0.24.2
26992025-09-23T06:09:25.370Z 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`
27002025-09-23T06:09:25.419Z Compiling httparse v1.9.5
27012025-09-23T06:09:25.472Z 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`
27022025-09-23T06:09:25.476Z Compiling rustc-hash v1.1.0
27032025-09-23T06:09:25.479Z 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`
27042025-09-23T06:09:25.692Z Compiling rustc-demangle v0.1.24
27052025-09-23T06:09:25.696Z 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`
27062025-09-23T06:09:26.091Z Compiling lazycell v1.3.0
27072025-09-23T06:09:26.094Z 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`
27082025-09-23T06:09:26.187Z Compiling anyhow v1.0.99
27092025-09-23T06:09:26.229Z 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`
27102025-09-23T06:09:26.313Z Compiling atomic-waker v1.1.2
27112025-09-23T06:09:26.316Z 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`
27122025-09-23T06:09:26.563Z 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=038eb3e5d0e23f85 -C extra-filename=-21b7296003024c9d --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-c241652f333010c1.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-50f13724737f662b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-4b1110e3cc35dd24.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-c15408658c23372f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-9fe547dc14554a0f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132025-09-23T06:09:26.628Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-c82a386cce90bda1/build-script-build`
27142025-09-23T06:09:26.716Z Compiling cipher v0.4.4
27152025-09-23T06:09:26.756Z 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=b97ab95012197fae -C extra-filename=-5527f72dd55d7f2a --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-7c30fa127176a7cf.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-78813f267f87f480.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162025-09-23T06:09:26.843Z 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"))'`
27172025-09-23T06:09:26.932Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-a16e563cbf5da838/build-script-build`
27182025-09-23T06:09:27.300Z Compiling cmake v0.1.51
27192025-09-23T06:09:27.304Z 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`
27202025-09-23T06:09:27.350Z Compiling fs_extra v1.3.0
27212025-09-23T06:09:27.360Z 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`
27222025-09-23T06:09:27.481Z Compiling untrusted v0.9.0
27232025-09-23T06:09:27.484Z 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`
27242025-09-23T06:09:27.741Z Compiling dunce v1.0.5
27252025-09-23T06:09:27.744Z 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`
27262025-09-23T06:09:27.943Z 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`
27272025-09-23T06:09:27.990Z 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`
27282025-09-23T06:09:27.993Z Compiling base64ct v1.6.0
27292025-09-23T06:09:28.034Z 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`
27302025-09-23T06:09:28.215Z Compiling hmac v0.12.1
27312025-09-23T06:09:28.218Z 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=a90a2e89c85476fa -C extra-filename=-bd00634422d4afe1 --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-811675e9ce129203.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322025-09-23T06:09:28.263Z Compiling sha2 v0.10.9
27332025-09-23T06:09:28.305Z 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=9adc7b995d89e70a -C extra-filename=-29aa24aec8c2efa6 --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-811675e9ce129203.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342025-09-23T06:09:28.311Z Compiling aws-lc-rs v1.12.4
27352025-09-23T06:09:28.314Z 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`
27362025-09-23T06:09:28.515Z Compiling rustls-pki-types v1.10.0
27372025-09-23T06:09:28.518Z 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`
27382025-09-23T06:09:28.631Z Compiling rand_chacha v0.3.1
27392025-09-23T06:09:28.634Z 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=cbc6a5aa562ed428 -C extra-filename=-86846878de168962 --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-af8e42e130717fe4.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`
27402025-09-23T06:09:28.709Z Compiling http-body v1.0.1
27412025-09-23T06:09:28.712Z 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=294f90ba17b9dab1 -C extra-filename=-7a32adb046288a75 --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-0d495fe4e42d1a55.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422025-09-23T06:09:28.906Z Compiling openssl-sys v0.9.109
27432025-09-23T06:09:28.909Z 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`
27442025-09-23T06:09:29.030Z Compiling httpdate v1.0.3
27452025-09-23T06:09:29.033Z 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`
27462025-09-23T06:09:29.496Z Compiling rand v0.8.5
27472025-09-23T06:09:29.499Z 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=6698e82bab8afb35 -C extra-filename=-787480c86dbd9bba --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-86846878de168962.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`
27482025-09-23T06:09:29.535Z Compiling try-lock v0.2.5
27492025-09-23T06:09:29.539Z 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`
27502025-09-23T06:09:29.739Z Compiling utf8parse v0.2.2
27512025-09-23T06:09:29.743Z 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`
27522025-09-23T06:09:29.960Z Compiling untrusted v0.7.1
27532025-09-23T06:09:29.963Z 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`
27542025-09-23T06:09:30.131Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-c21fb4d41b021f4b/build-script-main`
27552025-09-23T06:09:30.207Z Compiling want v0.3.1
27562025-09-23T06:09:30.210Z 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`
27572025-09-23T06:09:30.257Z Compiling h2 v0.4.6
27582025-09-23T06:09:30.260Z 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=080532d9f10b1792 -C extra-filename=-b68f6e110ab5151a --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-0d495fe4e42d1a55.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-e401084e2cb4ce7c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592025-09-23T06:09:30.549Z Compiling toml_datetime v0.6.11
27602025-09-23T06:09:30.552Z 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=b4c163ae6dc7ba77 -C extra-filename=-3fe6b549e3e2e7e8 --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612025-09-23T06:09:31.041Z Compiling backtrace v0.3.74
27622025-09-23T06:09:31.044Z 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`
27632025-09-23T06:09:31.135Z Compiling serde_spanned v0.6.9
27642025-09-23T06:09:31.139Z 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=29db505253a9824b -C extra-filename=-0ced90411594503b --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652025-09-23T06:09:31.404Z Compiling tower-service v0.3.3
27662025-09-23T06:09:31.407Z Compiling pem-rfc7468 v0.7.0
27672025-09-23T06:09:31.407Z 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`
27682025-09-23T06:09:31.449Z 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`
27692025-09-23T06:09:31.496Z Compiling anstyle v1.0.11
27702025-09-23T06:09:31.499Z 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`
27712025-09-23T06:09:31.654Z Compiling mime v0.3.17
27722025-09-23T06:09:31.657Z 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`
27732025-09-23T06:09:31.703Z Compiling der_derive v0.7.3
27742025-09-23T06:09:31.706Z 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=3e966a4cb7c3fa02 -C extra-filename=-8cd6892a7099442b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27752025-09-23T06:09:31.984Z 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)'`
27762025-09-23T06:09:32.049Z Compiling async-trait v0.1.89
27772025-09-23T06:09:32.049Z 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=c7a82a23e8161be0 -C extra-filename=-43346e1c8890fba4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782025-09-23T06:09:32.148Z Compiling foreign-types-shared v0.1.1
27792025-09-23T06:09:32.222Z 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`
27802025-09-23T06:09:32.226Z Compiling openssl v0.10.73
27812025-09-23T06:09:32.229Z 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`
27822025-09-23T06:09:32.339Z Compiling openssl-probe v0.1.5
27832025-09-23T06:09:32.343Z 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`
27842025-09-23T06:09:32.742Z Compiling slog v2.7.0
27852025-09-23T06:09:32.745Z 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`
27862025-09-23T06:09:32.817Z Compiling flagset v0.4.6
27872025-09-23T06:09:32.820Z 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`
27882025-09-23T06:09:32.861Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-8fdddfab2c328ffa/build-script-build`
27892025-09-23T06:09:32.929Z Compiling foreign-types v0.3.2
27902025-09-23T06:09:32.933Z 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`
27912025-09-23T06:09:33.094Z Compiling anstyle-parse v0.2.5
27922025-09-23T06:09:33.139Z 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)'`
27932025-09-23T06:09:33.142Z 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`
27942025-09-23T06:09:33.421Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-0b04305fec5a44d6/build-script-build`
27952025-09-23T06:09:33.491Z Compiling http-body-util v0.1.3
27962025-09-23T06:09:33.494Z 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=381f09e1b157350e -C extra-filename=-08905b1a9e785e77 --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-0d495fe4e42d1a55.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7a32adb046288a75.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`
27972025-09-23T06:09:33.534Z Compiling pbkdf2 v0.12.2
27982025-09-23T06:09:33.537Z 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=54d2d8bf26378a5f -C extra-filename=-b591901e9ad7f61a --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-811675e9ce129203.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27992025-09-23T06:09:33.765Z Compiling aes v0.8.4
28002025-09-23T06:09:33.769Z 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=3028f0d5e36d424f -C extra-filename=-dfaef6cde8c84d8c --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-5527f72dd55d7f2a.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`
28012025-09-23T06:09:33.886Z Compiling openssl-macros v0.1.1
28022025-09-23T06:09:33.889Z 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=f5b6b584a7e1abab -C extra-filename=-499a11234579f7dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032025-09-23T06:09:33.996Z Compiling colorchoice v1.0.2
28042025-09-23T06:09:34.000Z 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`
28052025-09-23T06:09:34.162Z Compiling der v0.7.9
28062025-09-23T06:09:34.165Z 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=833f9bf8036adca6 -C extra-filename=-65db9a03d8eae111 --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-8cd6892a7099442b.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-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072025-09-23T06:09:34.228Z Compiling rustls v0.23.19
28082025-09-23T06:09:34.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/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`
28092025-09-23T06:09:34.414Z Compiling is_terminal_polyfill v1.70.1
28102025-09-23T06:09:34.417Z 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`
28112025-09-23T06:09:34.602Z Compiling anstyle-query v1.1.1
28122025-09-23T06:09:34.605Z 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`
28132025-09-23T06:09:34.652Z 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`
28142025-09-23T06:09:34.704Z Compiling cbc v0.1.2
28152025-09-23T06:09:34.763Z 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=67a1f3b86b73604f -C extra-filename=-6ed8a3b85e99de4e --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-5527f72dd55d7f2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162025-09-23T06:09:34.809Z 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=f8322b83fd3ff499 -C extra-filename=-7a289cd1350ea760 --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-c241652f333010c1.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-499a11234579f7dd.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)'`
28172025-09-23T06:09:34.856Z Compiling anstream v0.6.18
28182025-09-23T06:09:34.859Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=da4978dcdd10dcf8 -C extra-filename=-52aa35257e1956c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ca4ebf2465e25529.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-679d85892bd55df8.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-ba1701ad211ab7a9.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-16945617df5fd344.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-6c19948950e8938e.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-6a075776c3b4ea6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192025-09-23T06:09:34.977Z Compiling salsa20 v0.10.2
28202025-09-23T06:09:34.980Z 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=54ad4845daa9c968 -C extra-filename=-93d099e012ec868b --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-5527f72dd55d7f2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28212025-09-23T06:09:35.278Z Compiling native-tls v0.2.12
28222025-09-23T06:09:35.281Z 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`
28232025-09-23T06:09:35.389Z Compiling scrypt v0.11.0
28242025-09-23T06:09:35.392Z 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=6fa6a68bec4c78cd -C extra-filename=-818f277c68d06e92 --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-b591901e9ad7f61a.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-93d099e012ec868b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252025-09-23T06:09:35.500Z Compiling rustc_version v0.4.1
28262025-09-23T06:09:35.575Z 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=cbed35ad461d8130 -C extra-filename=-aa8e9402e16a4738 --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-a6df1627b8fdfd33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28272025-09-23T06:09:35.770Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-0ccc1ed03eaf0acb/build-script-build`
28282025-09-23T06:09:35.838Z Compiling serde_urlencoded v0.7.1
28292025-09-23T06:09:35.841Z 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=6a9ff02a98505019 -C extra-filename=-b3fbc1cb08c7d416 --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302025-09-23T06:09:35.974Z Compiling cookie v0.18.1
28312025-09-23T06:09:36.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/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`
28322025-09-23T06:09:36.203Z Compiling spki v0.7.3
28332025-09-23T06:09:36.253Z 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=21a1aaaad6b1e517 -C extra-filename=-700d2b24404b31cc --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-65db9a03d8eae111.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342025-09-23T06:09:36.406Z Compiling encoding_rs v0.8.34
28352025-09-23T06:09:36.409Z 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`
28362025-09-23T06:09:36.457Z Compiling litrs v0.4.1
28372025-09-23T06:09:36.501Z 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`
28382025-09-23T06:09:36.504Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-447e460f7e8c9cfc/build-script-build`
28392025-09-23T06:09:36.614Z Compiling pkcs5 v0.7.1
28402025-09-23T06:09:36.618Z Compiling terminal_size v0.4.0
28412025-09-23T06:09:36.618Z 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=4c303f6b0e8f331c -C extra-filename=-4e76e5678abbda38 --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-dfaef6cde8c84d8c.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-6ed8a3b85e99de4e.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-65db9a03d8eae111.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-b591901e9ad7f61a.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-818f277c68d06e92.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-700d2b24404b31cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422025-09-23T06:09:36.618Z 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=76cb670ed6cc9270 -C extra-filename=-37d5c85ed91690c5 --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-c8e0f00457d22fb4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432025-09-23T06:09:36.939Z Compiling openapiv3 v2.2.0
28442025-09-23T06:09:36.984Z 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=f07d9f8f8bfb4a09 -C extra-filename=-96cf94595ad474e3 --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-39377dd3172fefce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452025-09-23T06:09:37.039Z Compiling sync_wrapper v1.0.1
28462025-09-23T06:09:37.043Z 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`
28472025-09-23T06:09:37.264Z Compiling hyper v1.7.0
28482025-09-23T06:09:37.268Z 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=9b3dd8d98601912e -C extra-filename=-3752691fb1b62f88 --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-0d495fe4e42d1a55.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-b68f6e110ab5151a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7a32adb046288a75.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-cefdeffdcb752ef8.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`
28492025-09-23T06:09:37.642Z Compiling document-features v0.2.11
28502025-09-23T06:09:37.645Z 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`
28512025-09-23T06:09:37.745Z Compiling tower-layer v0.3.3
28522025-09-23T06:09:37.748Z 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`
28532025-09-23T06:09:38.099Z Compiling psl-types v2.0.11
28542025-09-23T06:09:38.140Z 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`
28552025-09-23T06:09:38.367Z Compiling publicsuffix v2.3.0
28562025-09-23T06:09:38.370Z 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=a71eeab7f0f97d00 -C extra-filename=-eff6b008d439b4ae --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-89def4d09e191fa9.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`
28572025-09-23T06:09:38.741Z Compiling tower v0.5.2
28582025-09-23T06:09:38.799Z 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=7be8ba83e7764448 -C extra-filename=-a4203ef9e73e843c --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-496f76f93532f782.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-cefdeffdcb752ef8.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`
28592025-09-23T06:09:39.041Z Compiling pkcs8 v0.10.2
28602025-09-23T06:09:39.087Z 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=3c35f6a48802a9bb -C extra-filename=-25a4dee626dc6397 --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-65db9a03d8eae111.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-4e76e5678abbda38.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-700d2b24404b31cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612025-09-23T06:09:39.633Z 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`
28622025-09-23T06:09:39.750Z Compiling hyper-util v0.1.16
28632025-09-23T06:09:39.753Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=0b40e9092cb35d47 -C extra-filename=-ae497a36acd53814 --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-0d495fe4e42d1a55.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-496f76f93532f782.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7a32adb046288a75.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-4237adee672c9d6a.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-cefdeffdcb752ef8.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642025-09-23T06:09:39.935Z Compiling rustls-native-certs v0.8.1
28652025-09-23T06:09:39.938Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6662e0ba4f0ff24a -C extra-filename=-24208ea6193a8b4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-6fa859ae0a6e2845.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28662025-09-23T06:09:40.288Z Compiling webpki-roots v1.0.1
28672025-09-23T06:09:40.291Z 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`
28682025-09-23T06:09:40.534Z Compiling iri-string v0.7.8
28692025-09-23T06:09:40.537Z 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`
28702025-09-23T06:09:40.583Z 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=769dd67e68e100f0 -C extra-filename=-c23ecdd7e831d87d --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-7a289cd1350ea760.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`
28712025-09-23T06:09:40.831Z Compiling clap_lex v0.7.4
28722025-09-23T06:09:40.834Z Compiling cookie_store v0.21.1
28732025-09-23T06:09:40.834Z 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`
28742025-09-23T06:09:40.834Z 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=23a80ab2a7f009fa -C extra-filename=-ade49366515500e5 --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-89def4d09e191fa9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-eff6b008d439b4ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-f211175f6387b2c4.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752025-09-23T06:09:41.044Z Compiling tokio-native-tls v0.3.1
28762025-09-23T06:09:41.048Z 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=90d20c069e230c60 -C extra-filename=-69d9c07e1eaf7854 --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-c23ecdd7e831d87d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.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`
28772025-09-23T06:09:41.212Z Compiling clap_builder v4.5.41
28782025-09-23T06:09:41.215Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=26e4ed00f820ea16 -C extra-filename=-88b65e5b0b3f44ca --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-37d5c85ed91690c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792025-09-23T06:09:41.368Z Compiling clap_derive v4.5.41
28802025-09-23T06:09:41.368Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=ac4088335681f1c7 -C extra-filename=-3dcbca0c0609d756 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28812025-09-23T06:09:41.415Z Compiling ucd-trie v0.1.7
28822025-09-23T06:09:41.418Z 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`
28832025-09-23T06:09:41.986Z Compiling pest v2.7.14
28842025-09-23T06:09:41.989Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=8b4e87612e9832eb -C extra-filename=-cb7c587f5860cf74 --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-e0bb792a8e132b78.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`
28852025-09-23T06:09:42.378Z Compiling rand_core v0.9.3
28862025-09-23T06:09:42.381Z 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`
28872025-09-23T06:09:42.459Z Compiling ipnetwork v0.21.1
28882025-09-23T06:09:42.463Z 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=2cc5fd5eda1df80d -C extra-filename=-56875d9e205df83d --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-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28892025-09-23T06:09:43.012Z Compiling hyper-tls v0.6.0
28902025-09-23T06:09:43.015Z 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=55bfb3a480c2dc14 -C extra-filename=-cdde40b80897a6b4 --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-0d495fe4e42d1a55.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae497a36acd53814.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-c23ecdd7e831d87d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-69d9c07e1eaf7854.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`
28912025-09-23T06:09:43.348Z Compiling scroll_derive v0.12.0
28922025-09-23T06:09:43.368Z 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=89739e07a35482c5 -C extra-filename=-a5d36384f08d6393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28932025-09-23T06:09:43.475Z Compiling tower-http v0.6.6
28942025-09-23T06:09:43.478Z 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=13f8d135ed2c32a2 -C extra-filename=-2da1702c4ff50868 --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-c241652f333010c1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7a32adb046288a75.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-a4203ef9e73e843c.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`
28952025-09-23T06:09:43.531Z Compiling rustix v1.0.7
28962025-09-23T06:09:43.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-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`
28972025-09-23T06:09:44.346Z Compiling zerocopy v0.8.26
28982025-09-23T06:09:44.352Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.26/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=b569e584d6525407 -C extra-filename=-5a5debb7fc8b7587 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-5a5debb7fc8b7587 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28992025-09-23T06:09:44.396Z Compiling data-encoding v2.9.0
29002025-09-23T06:09:44.399Z Compiling winnow v0.7.10
29012025-09-23T06:09:44.399Z 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`
29022025-09-23T06:09:44.399Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=884689e537244d7c -C extra-filename=-380517021d21c4e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29032025-09-23T06:09:44.914Z Compiling pest_meta v2.7.14
29042025-09-23T06:09:44.917Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=353277c82a15b6be -C extra-filename=-6d15d4ed02a7b6e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-cb7c587f5860cf74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052025-09-23T06:09:44.959Z Compiling scroll v0.12.0
29062025-09-23T06:09:44.969Z 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=341fee4166426aba -C extra-filename=-712efe9a29b1fe0c --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-a5d36384f08d6393.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072025-09-23T06:09:45.270Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-5a5debb7fc8b7587/build-script-build`
29082025-09-23T06:09:45.385Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-14b27fbe90121ef1/build-script-build`
29092025-09-23T06:09:45.527Z Compiling zerocopy-derive v0.8.26
29102025-09-23T06:09:45.595Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f84b5878a49c101 -C extra-filename=-dd1c515049c1d3d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112025-09-23T06:09:45.752Z Compiling unicode-segmentation v1.12.0
29122025-09-23T06:09:45.755Z 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`
29132025-09-23T06:09:46.038Z Compiling clap v4.5.41
29142025-09-23T06:09:46.088Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=a9bb7f1434e55b71 -C extra-filename=-c6986f36e3c22886 --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-88b65e5b0b3f44ca.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-3dcbca0c0609d756.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152025-09-23T06:09:46.222Z Compiling winnow v0.5.40
29162025-09-23T06:09:46.266Z 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`
29172025-09-23T06:09:46.270Z Compiling plain v0.2.3
29182025-09-23T06:09:46.278Z 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`
29192025-09-23T06:09:46.500Z Compiling pest_generator v2.7.14
29202025-09-23T06:09:46.504Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=7f86a88b8a33b94b -C extra-filename=-6f3b77351a318aa0 --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-cb7c587f5860cf74.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-6d15d4ed02a7b6e0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212025-09-23T06:09:46.650Z Compiling tinyvec_macros v0.1.1
29222025-09-23T06:09:46.654Z 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`
29232025-09-23T06:09:46.806Z Compiling tinyvec v1.8.0
29242025-09-23T06:09:46.809Z 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`
29252025-09-23T06:09:48.026Z Compiling goblin v0.8.2
29262025-09-23T06:09:48.030Z 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=8dbbb146d487fe4b -C extra-filename=-b595e9af0e5e86a9 --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-712efe9a29b1fe0c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272025-09-23T06:09:48.397Z 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=bae438f8ce9a32ba -C extra-filename=-a8ce4b317d32ef1e --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-c241652f333010c1.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`
29282025-09-23T06:09:48.446Z Compiling rand_chacha v0.9.0
29292025-09-23T06:09:48.449Z 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=207df47642a4503e -C extra-filename=-ff417b83a2a6797c --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-af8e42e130717fe4.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`
29302025-09-23T06:09:48.891Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=2be8f07bafabb97a -C extra-filename=-d0941ffe00ef32c6 --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-dd1c515049c1d3d9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
29312025-09-23T06:09:48.900Z Compiling signature v2.2.0
29322025-09-23T06:09:48.978Z 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=340317da2a89958f -C extra-filename=-a3e043e01dacdc0f --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-811675e9ce129203.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`
29332025-09-23T06:09:49.234Z Compiling pest_derive v2.7.14
29342025-09-23T06:09:49.237Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=8ae5f5ad44268160 -C extra-filename=-66c902746c91438b --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-cb7c587f5860cf74.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-6f3b77351a318aa0.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352025-09-23T06:09:49.275Z Compiling usdt-impl v0.5.0
29362025-09-23T06:09:49.333Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/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`
29372025-09-23T06:09:49.745Z Compiling toml_edit v0.19.15
29382025-09-23T06:09:49.748Z 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=01113253a35630c9 -C extra-filename=-919e9d75404e55eb --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-39377dd3172fefce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-0ced90411594503b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-3fe6b549e3e2e7e8.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`
29392025-09-23T06:09:49.792Z Compiling pretty-hex v0.4.1
29402025-09-23T06:09:49.815Z 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`
29412025-09-23T06:09:50.057Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-d2c79a1024e32865/build-script-build`
29422025-09-23T06:09:50.272Z Compiling rand v0.9.2
29432025-09-23T06:09:50.275Z 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=befe9b23434032b1 -C extra-filename=-7de3a3ad327c4c0e --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-ff417b83a2a6797c.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`
29442025-09-23T06:09:50.362Z Compiling dtrace-parser v0.2.0
29452025-09-23T06:09:50.365Z 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=c312fe2f3dd6d377 -C extra-filename=-131526377e0835ae --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-cb7c587f5860cf74.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-66c902746c91438b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462025-09-23T06:09:50.410Z Compiling thread-id v4.2.2
29472025-09-23T06:09:50.450Z 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`
29482025-09-23T06:09:50.582Z Compiling sha1 v0.10.6
29492025-09-23T06:09:50.635Z 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=83baf021986a3f5c -C extra-filename=-a31e96fb2691d45d --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-811675e9ce129203.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502025-09-23T06:09:51.078Z Compiling num-integer v0.1.46
29512025-09-23T06:09:51.081Z 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`
29522025-09-23T06:09:51.426Z Compiling crc32fast v1.4.2
29532025-09-23T06:09:51.429Z 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`
29542025-09-23T06:09:51.820Z Compiling static_assertions v1.1.0
29552025-09-23T06:09:51.823Z 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`
29562025-09-23T06:09:51.869Z Compiling toml_write v0.1.2
29572025-09-23T06:09:51.872Z 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`
29582025-09-23T06:09:51.992Z Compiling crossbeam-epoch v0.9.18
29592025-09-23T06:09:51.995Z 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`
29602025-09-23T06:09:52.058Z Compiling memmap v0.7.0
29612025-09-23T06:09:52.061Z 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`
29622025-09-23T06:09:52.285Z Compiling toml_edit v0.22.27
29632025-09-23T06:09:52.289Z 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=0a6fd42e36a23dc1 -C extra-filename=-a491ab8cefaa9605 --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-39377dd3172fefce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-0ced90411594503b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-3fe6b549e3e2e7e8.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-1ec0699d83ccb9f8.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-380517021d21c4e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642025-09-23T06:09:52.334Z Compiling base16ct v0.2.0
29652025-09-23T06:09:52.337Z 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`
29662025-09-23T06:09:52.428Z Compiling oxnet v0.1.3
29672025-09-23T06:09:52.431Z 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=329241f34dd9a4ed -C extra-filename=-39dd9f45a0064be6 --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-56875d9e205df83d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682025-09-23T06:09:52.489Z Compiling hubpack_derive v0.1.1
29692025-09-23T06:09:52.493Z 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=221c9dbb57b95fa2 -C extra-filename=-5ea1e161b8c911dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29702025-09-23T06:09:52.718Z Compiling sec1 v0.7.3
29712025-09-23T06:09:52.722Z 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=6e3f24649d560114 -C extra-filename=-9863a1ecd9556f27 --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-65db9a03d8eae111.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-075ff24e61b7aa5e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-25a4dee626dc6397.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722025-09-23T06:09:52.765Z Compiling bstr v1.10.0
29732025-09-23T06:09:52.768Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=2d1900a53aa0a520 -C extra-filename=-8629a278cecb7b23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5f2da1f73d56e025.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742025-09-23T06:09:53.238Z Compiling ff v0.13.0
29752025-09-23T06:09:53.241Z 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`
29762025-09-23T06:09:53.313Z Compiling zlib-rs v0.5.1
29772025-09-23T06:09:53.372Z 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`
29782025-09-23T06:09:53.503Z Compiling group v0.13.0
29792025-09-23T06:09:53.506Z 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`
29802025-09-23T06:09:53.560Z Compiling hubpack v0.1.2
29812025-09-23T06:09:53.563Z 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=f9313345b40ae8ee -C extra-filename=-10405974cb76fcd1 --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-5ea1e161b8c911dc.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822025-09-23T06:09:53.877Z Compiling dof v0.3.0
29832025-09-23T06:09:53.931Z 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=abd56232a4968f94 -C extra-filename=-c465ab86ca9c07c9 --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-b595e9af0e5e86a9.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-47d9f9ecf0e4dc7e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842025-09-23T06:09:54.038Z Compiling num-iter v0.1.45
29852025-09-23T06:09:54.042Z 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`
29862025-09-23T06:09:54.254Z Compiling hkdf v0.12.4
29872025-09-23T06:09:54.257Z 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=2c1d6602dfb40ebd -C extra-filename=-4b6d97c012259d25 --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-bd00634422d4afe1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882025-09-23T06:09:54.302Z Compiling strum_macros v0.26.4
29892025-09-23T06:09:54.305Z 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=9f8ad2d28f0d54d8 -C extra-filename=-d1a4983a1f0346f2 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29902025-09-23T06:09:54.607Z Compiling crypto-bigint v0.5.5
29912025-09-23T06:09:54.610Z 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=ba17af5b4c516d8e -C extra-filename=-c2107916ac2570d3 --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-075ff24e61b7aa5e.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-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922025-09-23T06:09:55.675Z 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=caba882d48c081b5 -C extra-filename=-75a505c88008aafa --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-c465ab86ca9c07c9.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-131526377e0835ae.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.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`
29932025-09-23T06:09:56.396Z Compiling bzip2-sys v0.1.13+1.0.8
29942025-09-23T06:09:56.400Z 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`
29952025-09-23T06:09:56.997Z Compiling bitflags v1.3.2
29962025-09-23T06:09:57.002Z 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`
29972025-09-23T06:09:57.044Z Compiling usdt-macro v0.5.0
29982025-09-23T06:09:57.044Z 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=8a87794c54098d3d -C extra-filename=-02c21afdd88b09c5 --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-131526377e0835ae.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c366a20bb361137b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-75a505c88008aafa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992025-09-23T06:09:57.085Z Compiling usdt-attr-macro v0.5.0
30002025-09-23T06:09:57.088Z 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=f50d1661338855cf -C extra-filename=-ea4183c251f94f03 --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-131526377e0835ae.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c366a20bb361137b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-75a505c88008aafa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30012025-09-23T06:09:57.156Z Compiling num-bigint-dig v0.8.4
30022025-09-23T06:09:57.159Z 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`
30032025-09-23T06:09:57.678Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-7513e1dcd1e25e71/build-script-build`
30042025-09-23T06:09:57.705Z Compiling elliptic-curve v0.13.8
30052025-09-23T06:09:57.708Z 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=0797c97e3e47485c -C extra-filename=-472d2050636768a1 --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-c2107916ac2570d3.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-811675e9ce129203.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-15f45eb62b439b2b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-075ff24e61b7aa5e.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-8ed3aee3cab2c1bd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-25a4dee626dc6397.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-9863a1ecd9556f27.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062025-09-23T06:09:58.526Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-140d190c0552dc1a/build-script-build`
30072025-09-23T06:09:58.785Z Compiling newtype-uuid v1.2.4
30082025-09-23T06:09:58.788Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=2d644e24943eb9f5 -C extra-filename=-bd629cee5dee6bd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-bd629cee5dee6bd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092025-09-23T06:09:58.920Z Compiling strum v0.26.3
30102025-09-23T06:09:58.923Z 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=8af4a8dbd3025ba5 -C extra-filename=-16f4235824bc4c24 --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-d1a4983a1f0346f2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112025-09-23T06:09:58.962Z Compiling usdt v0.5.0
30122025-09-23T06:09:58.965Z 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=a14e3982043d8885 -C extra-filename=-67659c24bf2c24a2 --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-c465ab86ca9c07c9.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-131526377e0835ae.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-b595e9af0e5e86a9.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-5569e9d229061c08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-ea4183c251f94f03.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-75a505c88008aafa.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-02c21afdd88b09c5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132025-09-23T06:09:59.130Z Compiling signal-hook v0.3.18
30142025-09-23T06:09:59.133Z 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`
30152025-09-23T06:09:59.173Z Compiling siphasher v0.3.11
30162025-09-23T06:09:59.176Z 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`
30172025-09-23T06:09:59.215Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-bd629cee5dee6bd4/build-script-build`
30182025-09-23T06:09:59.342Z 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=414cc9b9258a2e0d -C extra-filename=-6f1ed74508cb4f07 --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-787480c86dbd9bba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
30192025-09-23T06:09:59.412Z Compiling libz-rs-sys v0.5.1
30202025-09-23T06:09:59.415Z 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`
30212025-09-23T06:09:59.619Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-bf189bdabde3d1fd/build-script-build`
30222025-09-23T06:09:59.622Z Compiling phf_shared v0.11.2
30232025-09-23T06:09:59.626Z 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`
30242025-09-23T06:09:59.669Z Compiling pkcs1 v0.7.5
30252025-09-23T06:09:59.669Z 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=9bd6f68c474dc47b -C extra-filename=-d52ab1c3c2b6afbd --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-65db9a03d8eae111.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-25a4dee626dc6397.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-700d2b24404b31cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262025-09-23T06:09:59.755Z Compiling flate2 v1.1.2
30272025-09-23T06:09:59.758Z 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`
30282025-09-23T06:10:00.020Z Compiling curve25519-dalek v4.1.3
30292025-09-23T06:10:00.024Z 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=d39881075e02ca3a -C extra-filename=-42e1895de70b6e71 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-42e1895de70b6e71 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-aa8e9402e16a4738.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302025-09-23T06:10:00.166Z 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`
30312025-09-23T06:10:00.209Z Compiling zstd-sys v2.0.14+zstd.1.5.7
30322025-09-23T06:10:00.212Z Compiling ahash v0.8.12
30332025-09-23T06:10:00.212Z 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`
30342025-09-23T06:10:00.251Z 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`
30352025-09-23T06:10:00.352Z Compiling memoffset v0.9.1
30362025-09-23T06:10:00.356Z 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`
30372025-09-23T06:10:00.552Z Compiling cfg_aliases v0.2.1
30382025-09-23T06:10:00.555Z 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`
30392025-09-23T06:10:00.695Z 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`
30402025-09-23T06:10:00.779Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=4ed6d0b3c58f1882 -C extra-filename=-b07eef09036bbc3b --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-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
30412025-09-23T06:10:00.823Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-42e1895de70b6e71/build-script-build`
30422025-09-23T06:10:00.823Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-87eef102032f11e3/build-script-build`
30432025-09-23T06:10:00.912Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-ea22ddc9a7b22f8e/build-script-build`
30442025-09-23T06:10:00.935Z Compiling toml v0.7.8
30452025-09-23T06:10:00.938Z 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=0eda4d4873d4e1f5 -C extra-filename=-3fe69de73c4a5567 --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-09b4ca918857c17e.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-0ced90411594503b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-3fe6b549e3e2e7e8.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-919e9d75404e55eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462025-09-23T06:10:00.984Z Compiling unicode-normalization v0.1.24
30472025-09-23T06:10:00.984Z 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`
30482025-09-23T06:10:01.053Z Compiling rfc6979 v0.4.0
30492025-09-23T06:10:01.056Z 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=45e0aded4cf06cc1 -C extra-filename=-e46763285caea7d0 --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-bd00634422d4afe1.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-09-23T06:10:01.119Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-cc1fcfba95a6838e/build-script-build`
30512025-09-23T06:10:01.166Z Compiling curve25519-dalek-derive v0.1.1
30522025-09-23T06:10:01.169Z 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=2b3328cb5355db48 -C extra-filename=-236d2b18b022b792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30532025-09-23T06:10:01.299Z Compiling daft-derive v0.1.4
30542025-09-23T06:10:01.303Z 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=8ddb91af2c740c9c -C extra-filename=-0a9cc1ac9cc73b2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552025-09-23T06:10:01.499Z Compiling enum-as-inner v0.6.1
30562025-09-23T06:10:01.502Z 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=48b6d44de9cc180a -C extra-filename=-32aea5542190df1d --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572025-09-23T06:10:02.074Z Compiling rsa v0.9.6
30582025-09-23T06:10:02.077Z 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=70dc936b5b928d02 -C extra-filename=-b8db0d8d959dca58 --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-811675e9ce129203.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-6f1ed74508cb4f07.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-d52ab1c3c2b6afbd.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-25a4dee626dc6397.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a3e043e01dacdc0f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-700d2b24404b31cc.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592025-09-23T06:10:02.379Z Compiling env_filter v0.1.2
30602025-09-23T06:10:02.382Z 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`
30612025-09-23T06:10:02.672Z Compiling managed v0.8.0
30622025-09-23T06:10:02.675Z 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`
30632025-09-23T06:10:02.746Z Compiling env_logger v0.11.5
30642025-09-23T06:10:02.749Z 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`
30652025-09-23T06:10:03.079Z 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=5d85b25ef114c90c -C extra-filename=-284a39874999e34d --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-236d2b18b022b792.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-811675e9ce129203.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-d5ae4d0e55dbad1b.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"'`
30662025-09-23T06:10:03.101Z Compiling daft v0.1.4
30672025-09-23T06:10:03.104Z 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=99e1e78595d055e5 -C extra-filename=-06d778d72450a958 --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-0a9cc1ac9cc73b2e.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b07eef09036bbc3b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30682025-09-23T06:10:03.174Z Compiling ecdsa v0.16.9
30692025-09-23T06:10:03.237Z 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=f597527798f5bf5e -C extra-filename=-740a36728ba1256c --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-65db9a03d8eae111.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-811675e9ce129203.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-472d2050636768a1.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-e46763285caea7d0.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a3e043e01dacdc0f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-700d2b24404b31cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30702025-09-23T06:10:03.492Z 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`
30712025-09-23T06:10:03.670Z 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=e8aaa2d894025563 -C extra-filename=-6b23720aa228d798 --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-d0941ffe00ef32c6.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)'`
30722025-09-23T06:10:03.739Z Compiling x509-cert v0.2.5
30732025-09-23T06:10:03.742Z 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=9debe5c5ac6a70d7 -C extra-filename=-dad156261ad4afc1 --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-65db9a03d8eae111.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-700d2b24404b31cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30742025-09-23T06:10:04.049Z Compiling itertools v0.10.5
30752025-09-23T06:10:04.052Z 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`
30762025-09-23T06:10:04.187Z Compiling new_debug_unreachable v1.0.6
30772025-09-23T06:10:04.190Z 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`
30782025-09-23T06:10:04.342Z Compiling zstd-safe v7.2.3
30792025-09-23T06:10:04.383Z 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`
30802025-09-23T06:10:04.830Z Compiling fixedbitset v0.4.2
30812025-09-23T06:10:04.833Z 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`
30822025-09-23T06:10:05.323Z Compiling precomputed-hash v0.1.1
30832025-09-23T06:10:05.327Z 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`
30842025-09-23T06:10:05.546Z Compiling string_cache v0.8.9
30852025-09-23T06:10:05.549Z 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=8c2cfcbaef209af8 -C extra-filename=-d6007f7a044230c7 --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862025-09-23T06:10:06.039Z Compiling petgraph v0.6.5
30872025-09-23T06:10:06.043Z 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=bebbeeca95ef3ee0 -C extra-filename=-d1b65a70248dc876 --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-39377dd3172fefce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-f211175f6387b2c4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882025-09-23T06:10:06.556Z Compiling signal-hook-mio v0.2.4
30892025-09-23T06:10:06.617Z 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`
30902025-09-23T06:10:06.798Z Compiling ed25519 v2.2.3
30912025-09-23T06:10:06.801Z 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=04318aa2ea635701 -C extra-filename=-657e72fac74f05f0 --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-25a4dee626dc6397.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a3e043e01dacdc0f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30922025-09-23T06:10:07.968Z Compiling ed25519-dalek v2.1.1
30932025-09-23T06:10:07.971Z 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=695ab27bbf0576e8 -C extra-filename=-7735b057a25e5eff --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-284a39874999e34d.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-657e72fac74f05f0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a3e043e01dacdc0f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30942025-09-23T06:10:08.769Z Compiling bzip2 v0.4.4
30952025-09-23T06:10:08.772Z 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`
30962025-09-23T06:10:09.225Z Compiling heapless v0.7.17
30972025-09-23T06:10:09.228Z 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=28bd519826466173 -C extra-filename=-aff027be6b876628 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-aff027be6b876628 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-aa8e9402e16a4738.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982025-09-23T06:10:09.475Z Compiling socket2 v0.5.10
30992025-09-23T06:10:09.478Z 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`
31002025-09-23T06:10:09.525Z Compiling bumpalo v3.16.0
31012025-09-23T06:10:09.528Z 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`
31022025-09-23T06:10:09.759Z Compiling lockfree-object-pool v0.1.6
31032025-09-23T06:10:09.762Z 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`
31042025-09-23T06:10:09.808Z Compiling lalrpop-util v0.19.12
31052025-09-23T06:10:09.851Z 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`
31062025-09-23T06:10:09.998Z Compiling simd-adler32 v0.3.7
31072025-09-23T06:10:10.001Z 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`
31082025-09-23T06:10:10.070Z Compiling rustc-hash v2.1.1
31092025-09-23T06:10:10.073Z 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`
31102025-09-23T06:10:10.175Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-aff027be6b876628/build-script-build`
31112025-09-23T06:10:10.295Z Compiling zip v0.6.6
31122025-09-23T06:10:10.298Z 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`
31132025-09-23T06:10:10.332Z Compiling crossterm v0.28.1
31142025-09-23T06:10:10.335Z 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=b89bd036cc2d0fd5 -C extra-filename=-1ca21a40fd041ab6 --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-c241652f333010c1.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-c8e0f00457d22fb4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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`
31152025-09-23T06:10:10.381Z Compiling nix v0.29.0
31162025-09-23T06:10:10.384Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
31172025-09-23T06:10:10.513Z Compiling zopfli v0.8.1
31182025-09-23T06:10:10.516Z 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`
31192025-09-23T06:10:10.567Z Compiling bzip2 v0.5.2
31202025-09-23T06:10:10.571Z 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`
31212025-09-23T06:10:11.012Z Compiling hash32 v0.2.1
31222025-09-23T06:10:11.016Z 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`
31232025-09-23T06:10:11.341Z Compiling winnow v0.6.26
31242025-09-23T06:10:11.345Z 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`
31252025-09-23T06:10:11.399Z Compiling unicode-properties v0.1.3
31262025-09-23T06:10:11.402Z 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`
31272025-09-23T06:10:11.593Z Compiling predicates-core v1.0.8
31282025-09-23T06:10:11.596Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-core-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8958cd25d7a5d46 -C extra-filename=-162d642102c61a67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292025-09-23T06:10:11.858Z Compiling buf-list v1.0.3
31302025-09-23T06:10:11.861Z 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`
31312025-09-23T06:10:11.989Z Compiling unicode-bidi v0.3.17
31322025-09-23T06:10:11.993Z 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`
31332025-09-23T06:10:12.032Z Compiling smoltcp v0.9.1
31342025-09-23T06:10:12.035Z 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`
31352025-09-23T06:10:12.185Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-fce9b9a8a33170e9/build-script-build`
31362025-09-23T06:10:12.316Z 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=97e4aec24dab3f96 -C extra-filename=-a342d7434347931e --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`
31372025-09-23T06:10:12.562Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-9ca45a283b1ab058/build-script-build`
31382025-09-23T06:10:12.683Z Compiling hickory-proto v0.25.2
31392025-09-23T06:10:12.687Z 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=c9faecd45798b6b0 -C extra-filename=-505311e2d2b65158 --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-43346e1c8890fba4.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-32aea5542190df1d.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-496f76f93532f782.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-89def4d09e191fa9.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-4237adee672c9d6a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-03710643991b456a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402025-09-23T06:10:12.827Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-fc27d607982d330c/build-script-build`
31412025-09-23T06:10:12.894Z Compiling stringprep v0.1.5
31422025-09-23T06:10:12.898Z 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`
31432025-09-23T06:10:13.195Z Compiling strum_macros v0.27.1
31442025-09-23T06:10:13.198Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2feb27c080b3d77a -C extra-filename=-7662ff9fcd5fdea0 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452025-09-23T06:10:13.405Z Compiling tokio-stream v0.1.17
31462025-09-23T06:10:13.409Z 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=e16325704227ac36 -C extra-filename=-660d9c2e756b0d44 --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-cefdeffdcb752ef8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472025-09-23T06:10:13.440Z Compiling md-5 v0.10.6
31482025-09-23T06:10:13.443Z 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=74c1ac4195d797e0 -C extra-filename=-1ed24ecf0dd053be --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-811675e9ce129203.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492025-09-23T06:10:13.758Z Compiling float-cmp v0.10.0
31502025-09-23T06:10:13.761Z 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`
31512025-09-23T06:10:13.867Z Compiling fs-err v3.1.1
31522025-09-23T06:10:13.910Z 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`
31532025-09-23T06:10:14.070Z Compiling normalize-line-endings v0.3.0
31542025-09-23T06:10:14.073Z 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`
31552025-09-23T06:10:14.266Z Compiling difflib v0.4.0
31562025-09-23T06:10:14.269Z 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`
31572025-09-23T06:10:14.337Z Compiling fallible-iterator v0.2.0
31582025-09-23T06:10:14.340Z 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`
31592025-09-23T06:10:14.381Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-9579909f77e3db42/build-script-build`
31602025-09-23T06:10:14.581Z 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=0fb951c82632277b -C extra-filename=-5d3a2af27c996452 --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-a342d7434347931e.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`
31612025-09-23T06:10:14.747Z 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=6bf058264fa2f2c4 -C extra-filename=-bab44acb00bbfd78 --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-0d495fe4e42d1a55.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.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`
31622025-09-23T06:10:15.021Z Compiling postgres-protocol v0.6.8
31632025-09-23T06:10:15.025Z 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=6c943e7428fd777d -C extra-filename=-23b06feaa9f89279 --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-0d495fe4e42d1a55.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-bd16cd33a9e75393.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-1ed24ecf0dd053be.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.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`
31642025-09-23T06:10:15.301Z Compiling predicates v3.1.3
31652025-09-23T06:10:15.304Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-3.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=0ba6a75f3409f77e -C extra-filename=-d8448149a9b86ace --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ca4ebf2465e25529.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-269ba055452ab1d5.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-480a19a03f9424e0.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-7523ab119365af5b.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-162d642102c61a67.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662025-09-23T06:10:15.348Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-6aaa399c4144b6dd/build-script-build`
31672025-09-23T06:10:15.415Z 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`
31682025-09-23T06:10:15.606Z 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=87ce08f29162400a -C extra-filename=-6721c04fa43ad68e --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-c241652f333010c1.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)'`
31692025-09-23T06:10:15.749Z 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`
31702025-09-23T06:10:16.158Z Compiling zstd v0.13.3
31712025-09-23T06:10:16.161Z 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`
31722025-09-23T06:10:16.283Z Compiling similar v2.7.0
31732025-09-23T06:10:16.392Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation", "wasm32_web_time", "web-time"))' -C metadata=5b23092872c0ee3c -C extra-filename=-8205f27d79057c60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-8629a278cecb7b23.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-f5b7bd5f880a5855.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31742025-09-23T06:10:16.457Z Compiling serde-big-array v0.5.1
31752025-09-23T06:10:16.460Z 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=d1d119f2629d7e10 -C extra-filename=-006eb7322d00622d --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31762025-09-23T06:10:16.735Z Compiling zip v4.2.0
31772025-09-23T06:10:16.738Z 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=bc541cdcbff683a0 -C extra-filename=-3d9a0c6a5393a017 --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-39377dd3172fefce.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`
31782025-09-23T06:10:16.782Z Compiling serde_repr v0.1.19
31792025-09-23T06:10:16.785Z 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=c156b07bcf65b24c -C extra-filename=-eabf1f0c1ff1e0e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802025-09-23T06:10:16.825Z Compiling peg-runtime v0.8.5
31812025-09-23T06:10:16.868Z 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`
31822025-09-23T06:10:17.437Z Compiling postgres-types v0.2.9
31832025-09-23T06:10:17.440Z 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=16f11f282ea990d0 -C extra-filename=-611a48f9bc476396 --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-0d495fe4e42d1a55.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.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-23b06feaa9f89279.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842025-09-23T06:10:17.659Z 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=6413d6be6c61ec1b -C extra-filename=-376937d130ecf064 --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-cefdeffdcb752ef8.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)'`
31852025-09-23T06:10:18.090Z Compiling phf v0.11.2
31862025-09-23T06:10:18.093Z 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`
31872025-09-23T06:10:18.247Z Compiling strum v0.27.2
31882025-09-23T06:10:18.289Z 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=5d5323818aec7194 -C extra-filename=-bc4f6ab8cda4f704 --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-7662ff9fcd5fdea0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31892025-09-23T06:10:18.294Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
31902025-09-23T06:10:18.297Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/77e316c/gateway-ereport-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="debug-impls"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-impls", "serde"))' -C metadata=21e4cffec3fd6e41 -C extra-filename=-095791a7f1b75397 --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-09b4ca918857c17e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d0941ffe00ef32c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31912025-09-23T06:10:18.420Z Compiling whoami v1.5.2
31922025-09-23T06:10:18.492Z 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`
31932025-09-23T06:10:18.495Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
31942025-09-23T06:10:18.498Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/77e316c/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=3014e3e3f4d2b1e2 -C extra-filename=-adb77e4070f42b39 --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-c241652f333010c1.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-10405974cb76fcd1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-006eb7322d00622d.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-eabf1f0c1ff1e0e4.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-5d3a2af27c996452.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-7662ff9fcd5fdea0.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d0941ffe00ef32c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952025-09-23T06:10:18.543Z Compiling camino v1.2.0
31962025-09-23T06:10:18.546Z 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`
31972025-09-23T06:10:18.706Z Compiling ident_case v1.0.1
31982025-09-23T06:10:18.756Z 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`
31992025-09-23T06:10:18.764Z Compiling regress v0.10.4
32002025-09-23T06:10:18.767Z 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`
32012025-09-23T06:10:18.868Z Compiling tokio-postgres v0.7.13
32022025-09-23T06:10:18.871Z 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=de2ae278a1571739 -C extra-filename=-7ab6970d7c4054ad --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-43346e1c8890fba4.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.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-496f76f93532f782.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-23b06feaa9f89279.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-611a48f9bc476396.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.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`
32032025-09-23T06:10:18.967Z Compiling fastrand v2.1.1
32042025-09-23T06:10:18.971Z 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`
32052025-09-23T06:10:19.015Z Compiling futures-executor v0.3.31
32062025-09-23T06:10:19.015Z 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=926a8ccd37b68255 -C extra-filename=-f825327797b85d6d --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-496f76f93532f782.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072025-09-23T06:10:19.257Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-2b336f4361ad40a4/build-script-build`
32082025-09-23T06:10:19.430Z 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=b7117ad7d2e222b8 -C extra-filename=-2f6d82436b7570bb --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-5d1d13f9e706d439.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)'`
32092025-09-23T06:10:19.493Z Compiling futures v0.3.31
32102025-09-23T06:10:19.534Z 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=dced0175b64889f9 -C extra-filename=-912edc08ca7b6cfb --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-f825327797b85d6d.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-496f76f93532f782.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32112025-09-23T06:10:19.537Z Compiling darling_core v0.20.10
32122025-09-23T06:10:19.548Z 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=1be06c315b094a2f -C extra-filename=-08259e0872245eff --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-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-d5c7d0e7d580515e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32132025-09-23T06:10:19.668Z Compiling unsafe-libyaml v0.2.11
32142025-09-23T06:10:19.671Z 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`
32152025-09-23T06:10:20.294Z Compiling crossbeam-channel v0.5.15
32162025-09-23T06:10:20.298Z 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`
32172025-09-23T06:10:21.326Z Compiling serde_yaml v0.9.34+deprecated
32182025-09-23T06:10:21.330Z 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=cb4a715c35f91310 -C extra-filename=-3e422e10ee74c46f --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-39377dd3172fefce.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-09b4ca918857c17e.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`
32192025-09-23T06:10:21.509Z Compiling is-terminal v0.4.13
32202025-09-23T06:10:21.512Z 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`
32212025-09-23T06:10:21.708Z Compiling tempfile v3.20.0
32222025-09-23T06:10:21.711Z 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=74ecf6ddd5328513 -C extra-filename=-5818bc7b03c93b44 --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-a8ce4b317d32ef1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232025-09-23T06:10:22.573Z Compiling thread_local v1.1.8
32242025-09-23T06:10:22.576Z 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`
32252025-09-23T06:10:23.113Z Compiling slog-async v2.8.0
32262025-09-23T06:10:23.116Z 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`
32272025-09-23T06:10:23.759Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-9ddd1d1284955a7f/build-script-build`
32282025-09-23T06:10:23.877Z Compiling take_mut v0.2.2
32292025-09-23T06:10:23.881Z 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`
32302025-09-23T06:10:23.974Z Compiling term v1.1.0
32312025-09-23T06:10:23.977Z 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`
32322025-09-23T06:10:24.084Z 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`
32332025-09-23T06:10:24.128Z Compiling quick-error v1.2.3
32342025-09-23T06:10:24.184Z 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`
32352025-09-23T06:10:24.348Z Compiling match_cfg v0.1.0
32362025-09-23T06:10:24.351Z 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`
32372025-09-23T06:10:24.514Z Compiling hostname v0.3.1
32382025-09-23T06:10:24.517Z 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`
32392025-09-23T06:10:24.781Z Compiling slog-term v2.9.2
32402025-09-23T06:10:24.784Z 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=663c65c2c0eb8250 -C extra-filename=-732367a6ee442657 --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-b54b1f3a32a098fa.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`
32412025-09-23T06:10:24.909Z Compiling structmeta-derive v0.3.0
32422025-09-23T06:10:24.912Z 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=17b6ca3c81138027 -C extra-filename=-202813891f17204b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432025-09-23T06:10:25.100Z Compiling hex v0.4.3
32442025-09-23T06:10:25.145Z 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=97909e32b90d49b2 -C extra-filename=-26ec2999f014223c --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32452025-09-23T06:10:25.149Z Compiling bit-vec v0.8.0
32462025-09-23T06:10:25.197Z 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`
32472025-09-23T06:10:25.317Z Compiling debug-ignore v1.0.5
32482025-09-23T06:10:25.320Z 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`
32492025-09-23T06:10:25.421Z Compiling darling_macro v0.20.10
32502025-09-23T06:10:25.464Z 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=b426d8c69951dc8c -C extra-filename=-87f4b0d8acfb592f --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-08259e0872245eff.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512025-09-23T06:10:25.534Z Compiling wait-timeout v0.2.0
32522025-09-23T06:10:25.539Z 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`
32532025-09-23T06:10:25.631Z Compiling bit-set v0.8.0
32542025-09-23T06:10:25.634Z 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`
32552025-09-23T06:10:25.680Z Compiling rustls v0.22.4
32562025-09-23T06:10:25.683Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
32572025-09-23T06:10:25.969Z Compiling rusty-fork v0.3.0
32582025-09-23T06:10:25.972Z 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=b84189f7dedf03a3 -C extra-filename=-62f9adbf8d0913df --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-5818bc7b03c93b44.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`
32592025-09-23T06:10:26.072Z Compiling toml_parser v1.0.2
32602025-09-23T06:10:26.075Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=9d657dd17f3889b2 -C extra-filename=-26e7c3ff9ffebdc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-380517021d21c4e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612025-09-23T06:10:26.118Z Compiling rand_xorshift v0.4.0
32622025-09-23T06:10:26.122Z 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`
32632025-09-23T06:10:26.207Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-2030f683cd4922a1/build-script-build`
32642025-09-23T06:10:26.218Z Compiling toml_datetime v0.7.0
32652025-09-23T06:10:26.221Z 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=1206ea65a952aacf -C extra-filename=-90b894a2e91d24f9 --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32662025-09-23T06:10:26.451Z Compiling serde_path_to_error v0.1.17
32672025-09-23T06:10:26.454Z 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=3bd4f49c83be4a72 -C extra-filename=-4fce4e441353cd7c --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32682025-09-23T06:10:26.641Z Compiling darling v0.20.10
32692025-09-23T06:10:26.644Z Compiling serde_spanned v1.0.0
32702025-09-23T06:10:26.644Z Compiling multer v3.1.0
32712025-09-23T06:10:26.644Z 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=bee6b288f3b2b14d -C extra-filename=-cb415fb46e7cdc30 --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-08259e0872245eff.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-87f4b0d8acfb592f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722025-09-23T06:10:26.686Z 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`
32732025-09-23T06:10:26.726Z 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=4aa7d8720c772d71 -C extra-filename=-445e458c37c0a26a --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32742025-09-23T06:10:26.830Z Compiling unarray v0.1.4
32752025-09-23T06:10:26.833Z 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`
32762025-09-23T06:10:26.877Z Compiling toml_writer v1.0.2
32772025-09-23T06:10:26.880Z 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`
32782025-09-23T06:10:27.040Z Compiling proptest v1.7.0
32792025-09-23T06:10:27.043Z 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=1cf765ba1d556db0 -C extra-filename=-9a7869fc6884a971 --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-c241652f333010c1.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-7de3a3ad327c4c0e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff417b83a2a6797c.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-62f9adbf8d0913df.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.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`
32802025-09-23T06:10:27.088Z Compiling slog-json v2.6.1
32812025-09-23T06:10:27.092Z 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=d45a7f13ab2b7cd4 -C extra-filename=-dfceb74cd468da84 --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-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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`
32822025-09-23T06:10:27.134Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-ac9d0ca01553311c/build-script-build`
32832025-09-23T06:10:27.250Z Compiling toml v0.9.5
32842025-09-23T06:10:27.253Z 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=03d3ee98d43f7f68 -C extra-filename=-76c38bd08e614241 --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-09b4ca918857c17e.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-445e458c37c0a26a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-90b894a2e91d24f9.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-26e7c3ff9ffebdc0.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-770066b530d0d501.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-380517021d21c4e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852025-09-23T06:10:27.297Z Compiling async-stream-impl v0.3.6
32862025-09-23T06:10:27.305Z 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=5054359183e77fc8 -C extra-filename=-719e758e8a5cfc5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872025-09-23T06:10:27.342Z Compiling dropshot v0.16.4
32882025-09-23T06:10:27.346Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
32892025-09-23T06:10:27.526Z Compiling slog-bunyan v2.5.0
32902025-09-23T06:10:27.581Z 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=3c4b11d1ff4d5802 -C extra-filename=-01da50fe18ec8ec6 --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-dfceb74cd468da84.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`
32912025-09-23T06:10:27.585Z 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=8679d89c93a03cc0 -C extra-filename=-5941468896891ce1 --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-0d495fe4e42d1a55.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-496f76f93532f782.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.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`
32922025-09-23T06:10:27.634Z Compiling structmeta v0.3.0
32932025-09-23T06:10:27.637Z 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=4793e9d8f7738409 -C extra-filename=-35acde2018273c26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-202813891f17204b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942025-09-23T06:10:27.782Z Compiling rustls-pemfile v2.2.0
32952025-09-23T06:10:27.785Z 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`
32962025-09-23T06:10:27.857Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-18e0bd9ba65c2f0a/build-script-build`
32972025-09-23T06:10:27.968Z Compiling waitgroup v0.1.2
32982025-09-23T06:10:27.972Z 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`
32992025-09-23T06:10:28.080Z Compiling derive-ex v0.1.8
33002025-09-23T06:10:28.083Z 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=6df2d6295ef034ef -C extra-filename=-7d8cf73a9cf11f6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-35acde2018273c26.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33012025-09-23T06:10:28.157Z Compiling dropshot_endpoint v0.16.4
33022025-09-23T06:10:28.160Z 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=d0cca3b4dff3ac31 -C extra-filename=-6a0d7022418a588e --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c366a20bb361137b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032025-09-23T06:10:28.262Z Compiling hostname v0.4.0
33042025-09-23T06:10:28.265Z 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`
33052025-09-23T06:10:28.515Z Compiling serde_with_macros v3.14.0
33062025-09-23T06:10:28.519Z Compiling typify-impl v0.3.0
33072025-09-23T06:10:28.519Z 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=5f53dad3120f06ea -C extra-filename=-443cfe96560c32bc --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-cb415fb46e7cdc30.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33082025-09-23T06:10:28.519Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=952e68489158c4f9 -C extra-filename=-a229c4f0c7834aaa --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-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33092025-09-23T06:10:28.762Z Compiling async-stream v0.3.6
33102025-09-23T06:10:28.766Z 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=b46f362a28227a8b -C extra-filename=-223f3776983858a5 --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-719e758e8a5cfc5d.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`
33112025-09-23T06:10:29.128Z Compiling macaddr v1.0.1
33122025-09-23T06:10:29.131Z 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=48014a64b760555d -C extra-filename=-ef46dd1455962759 --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33132025-09-23T06:10:29.600Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
33142025-09-23T06:10:29.603Z 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=d876d66bb139d878 -C extra-filename=-bee944271bfa6028 --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-26ec2999f014223c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33152025-09-23T06:10:29.830Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33162025-09-23T06:10:29.833Z 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=99f814c45a5221a2 -C extra-filename=-d7abd2ddff60c1e2 --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-06d778d72450a958.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b07eef09036bbc3b.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172025-09-23T06:10:30.382Z Compiling ref-cast v1.0.24
33182025-09-23T06:10:30.386Z 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`
33192025-09-23T06:10:30.631Z Compiling ref-cast-impl v1.0.24
33202025-09-23T06:10:30.634Z 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=4617ec133a0bd4c5 -C extra-filename=-23968060ea6be4a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33212025-09-23T06:10:31.055Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-095f7d3538758de5/build-script-build`
33222025-09-23T06:10:31.135Z Compiling instant v0.1.13
33232025-09-23T06:10:31.139Z 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`
33242025-09-23T06:10:31.366Z Compiling derive-where v1.5.0
33252025-09-23T06:10:31.409Z 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=97efea0bf2506cf8 -C extra-filename=-33743aebe9fb1e1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262025-09-23T06:10:31.412Z Compiling serde_with v3.14.0
33272025-09-23T06:10:31.452Z 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=89566398916b8202 -C extra-filename=-796d7ac385aa4c91 --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-09b4ca918857c17e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-f211175f6387b2c4.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-443cfe96560c32bc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282025-09-23T06:10:31.994Z 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=e5392797642b6706 -C extra-filename=-5fdb6aee8fa10f9b --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-23968060ea6be4a0.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)'`
33292025-09-23T06:10:32.222Z Compiling parse-display-derive v0.10.0
33302025-09-23T06:10:32.282Z 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=d6a1e87689b6e22d -C extra-filename=-5ee3c6e10725efd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-35acde2018273c26.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312025-09-23T06:10:32.404Z Compiling test-strategy v0.4.3
33322025-09-23T06:10:32.407Z 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=38672021835e2953 -C extra-filename=-f206b67d618f7471 --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-7d8cf73a9cf11f6a.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-35acde2018273c26.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33332025-09-23T06:10:32.529Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
33342025-09-23T06:10:32.532Z 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=5e2f0e32dae3a511 -C extra-filename=-70b0a2467fa18be2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352025-09-23T06:10:33.564Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
33362025-09-23T06:10:33.567Z 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=49b4c7edca259552 -C extra-filename=-3abb8e600975acb8 --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-70b0a2467fa18be2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372025-09-23T06:10:33.812Z Compiling backoff v0.4.0
33382025-09-23T06:10:33.815Z 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=38b3cc21ea7d860d -C extra-filename=-8ad7ebe10b3c4080 --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-787480c86dbd9bba.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33392025-09-23T06:10:34.215Z Compiling hashbrown v0.16.0
33402025-09-23T06:10:34.219Z 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`
33412025-09-23T06:10:34.498Z Compiling foldhash v0.2.0
33422025-09-23T06:10:34.498Z 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`
33432025-09-23T06:10:34.637Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
33442025-09-23T06:10:34.641Z 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/53f4254/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=29f6cd78efcf605d -C extra-filename=-5123224985cf52ce --out-dir /work/oxidecomputer/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-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33452025-09-23T06:10:34.976Z Compiling itertools v0.14.0
33462025-09-23T06:10:35.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.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`
33472025-09-23T06:10:35.474Z Compiling iddqd v0.3.13
33482025-09-23T06:10:35.501Z 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="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=edca49d254e0591a -C extra-filename=-75ad8dbad524c8e6 --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-06d778d72450a958.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 ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-5d1d13f9e706d439.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492025-09-23T06:10:36.292Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
33502025-09-23T06:10:36.295Z 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=cb2ff1bfe30b2ad9 -C extra-filename=-454ce39eec4a371d --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-06d778d72450a958.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-bee944271bfa6028.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-16f4235824bc4c24.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512025-09-23T06:10:36.689Z Compiling parse-display v0.10.0
33522025-09-23T06:10:36.692Z 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=c53d3f59b82c2ac8 -C extra-filename=-035eda2dfb79655f --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-5ee3c6e10725efd5.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33532025-09-23T06:10:36.788Z Compiling camino-tempfile v1.4.1
33542025-09-23T06:10:36.842Z 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=d47797c7ac7f658c -C extra-filename=-121749dd171270ee --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-2f6d82436b7570bb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552025-09-23T06:10:37.294Z Compiling toml v0.8.23
33562025-09-23T06:10:37.338Z 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=9f57e5365eef7585 -C extra-filename=-df5771a73b7d1567 --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-09b4ca918857c17e.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-0ced90411594503b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-3fe6b549e3e2e7e8.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a491ab8cefaa9605.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33572025-09-23T06:10:37.341Z Compiling unicode-width v0.1.14
33582025-09-23T06:10:37.342Z 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`
33592025-09-23T06:10:37.477Z Compiling typify-impl v0.4.3
33602025-09-23T06:10:37.550Z 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=5113144b99dca6a3 -C extra-filename=-fc717704d4f605aa --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-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612025-09-23T06:10:37.807Z Compiling crossbeam-deque v0.8.5
33622025-09-23T06:10:37.810Z 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`
33632025-09-23T06:10:38.008Z Compiling rayon-core v1.12.1
33642025-09-23T06:10:38.011Z 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`
33652025-09-23T06:10:38.058Z Compiling unicode-width v0.2.0
33662025-09-23T06:10:38.061Z 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`
33672025-09-23T06:10:38.217Z Compiling proc-macro-error-attr v1.0.4
33682025-09-23T06:10:38.220Z 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`
33692025-09-23T06:10:38.450Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-e0364b8b66340191/build-script-build`
33702025-09-23T06:10:38.520Z 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`
33712025-09-23T06:10:38.639Z Compiling proc-macro-error v1.0.4
33722025-09-23T06:10:38.643Z 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`
33732025-09-23T06:10:38.686Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-3b700e6f5694d645/build-script-build`
33742025-09-23T06:10:38.802Z 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=f2b741136c46d2b9 -C extra-filename=-5f0ffd524262921e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752025-09-23T06:10:38.874Z Compiling heck v0.4.1
33762025-09-23T06:10:38.877Z 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`
33772025-09-23T06:10:39.169Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fe801d9838fc220/build-script-build`
33782025-09-23T06:10:39.326Z Compiling crucible-workspace-hack v0.1.0
33792025-09-23T06:10:39.351Z 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`
33802025-09-23T06:10:39.373Z Compiling darling_core v0.21.0
33812025-09-23T06:10:39.432Z 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=b6cd1034ad8160e5 -C extra-filename=-2fc44a3a75902d41 --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-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-d5c7d0e7d580515e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822025-09-23T06:10:39.683Z 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=de0c79e3bc874e7c -C extra-filename=-e1777ecf9c2d8170 --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-5f0ffd524262921e.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
33832025-09-23T06:10:39.791Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-db2a84e13aa4e24f/build-script-build`
33842025-09-23T06:10:39.810Z 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`
33852025-09-23T06:10:39.946Z Compiling typify-macro v0.3.0
33862025-09-23T06:10:39.950Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0380aba93bd3793e -C extra-filename=-00de7047974148d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c366a20bb361137b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-a229c4f0c7834aaa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872025-09-23T06:10:39.993Z Compiling rayon v1.10.0
33882025-09-23T06:10:39.996Z 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`
33892025-09-23T06:10:40.078Z Compiling proc-macro-crate v1.3.1
33902025-09-23T06:10:40.159Z 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=5f79256013d5db0a -C extra-filename=-000d8512872dcdf3 --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-919e9d75404e55eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912025-09-23T06:10:40.357Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33922025-09-23T06:10:40.360Z 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`
33932025-09-23T06:10:40.867Z Compiling heapless v0.8.0
33942025-09-23T06:10:40.870Z 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`
33952025-09-23T06:10:41.038Z Compiling num_enum_derive v0.5.11
33962025-09-23T06:10:41.041Z 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=3872644128799a95 -C extra-filename=-3905cc939a41bfe9 --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-000d8512872dcdf3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33972025-09-23T06:10:41.556Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-7a028a8711e69fb5/build-script-build`
33982025-09-23T06:10:41.944Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-72b49dc0694771b9/build-script-build`
33992025-09-23T06:10:42.013Z Compiling hash32 v0.3.1
34002025-09-23T06:10:42.016Z 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`
34012025-09-23T06:10:42.349Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
34022025-09-23T06:10:42.352Z 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`
34032025-09-23T06:10:42.834Z Compiling smoltcp v0.11.0
34042025-09-23T06:10:42.839Z 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`
34052025-09-23T06:10:43.616Z Compiling num_enum v0.5.11
34062025-09-23T06:10:43.619Z 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=c6ff9895de6ea5b2 -C extra-filename=-5a8257b6ebecfff8 --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-3905cc939a41bfe9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34072025-09-23T06:10:43.662Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-a2ba16c83740ad6d/build-script-build`
34082025-09-23T06:10:43.729Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-855300eb2ff694a1/build-script-build`
34092025-09-23T06:10:43.799Z 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`
34102025-09-23T06:10:43.845Z Compiling tabwriter v1.4.0
34112025-09-23T06:10:43.874Z 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`
34122025-09-23T06:10:44.339Z Compiling foreign-types-macros v0.2.3
34132025-09-23T06:10:44.381Z 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=ffcd67d29de0dad4 -C extra-filename=-ffc06824e8861b4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34142025-09-23T06:10:44.386Z Compiling foreign-types-shared v0.3.1
34152025-09-23T06:10:44.397Z 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`
34162025-09-23T06:10:44.583Z Compiling cobs v0.2.3
34172025-09-23T06:10:44.586Z 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`
34182025-09-23T06:10:44.630Z Compiling typify v0.3.0
34192025-09-23T06:10:44.633Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=68cc5cfc97cf8eb3 -C extra-filename=-155f4e12a3f10c70 --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-a229c4f0c7834aaa.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-00de7047974148d2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202025-09-23T06:10:44.800Z 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`
34212025-09-23T06:10:44.858Z Compiling progenitor-impl v0.9.1
34222025-09-23T06:10:44.902Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba0906038e40c041 -C extra-filename=-bf25d4171bd396fe --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-e401084e2cb4ce7c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-155f4e12a3f10c70.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34232025-09-23T06:10:44.906Z Compiling postcard v1.0.10
34242025-09-23T06:10:44.910Z 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=102914b3aec83346 -C extra-filename=-249f474bc8df1e05 --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252025-09-23T06:10:45.516Z Compiling darling_macro v0.21.0
34262025-09-23T06:10:45.519Z 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=8b4121c2dab42e2a -C extra-filename=-39af143567657f08 --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-2fc44a3a75902d41.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272025-09-23T06:10:45.588Z 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`
34282025-09-23T06:10:45.807Z Compiling foreign-types v0.5.0
34292025-09-23T06:10:45.811Z 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=38569c94ac0fd620 -C extra-filename=-6273484a99ec4323 --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-ffc06824e8861b4b.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`
34302025-09-23T06:10:45.903Z 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`
34312025-09-23T06:10:45.986Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
34322025-09-23T06:10:45.989Z 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/77f1ff9/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=c93a8913c8e74470 -C extra-filename=-a68497ae54c970b1 --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-c241652f333010c1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332025-09-23T06:10:46.083Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
34342025-09-23T06:10:46.086Z 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=8d6dbddc5113a61d -C extra-filename=-39b458157d816892 --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-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352025-09-23T06:10:46.648Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
34362025-09-23T06:10:46.651Z 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/77f1ff9/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=f1f18adba5d77427 -C extra-filename=-b39b42e1f83d675f --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-b39b42e1f83d675f -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`
34372025-09-23T06:10:46.730Z Compiling darling v0.21.0
34382025-09-23T06:10:46.781Z 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=0c65b7e3a7dcf67d -C extra-filename=-2b8b163c031a6442 --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-2fc44a3a75902d41.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-39af143567657f08.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34392025-09-23T06:10:46.909Z Compiling ingot-macros v0.1.1
34402025-09-23T06:10:46.912Z 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=1fe22b1f70928839 -C extra-filename=-576deb6a96a0f727 --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-2b8b163c031a6442.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412025-09-23T06:10:47.094Z Compiling cstr-argument v0.1.2
34422025-09-23T06:10:47.136Z 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`
34432025-09-23T06:10:47.140Z Compiling pretty-hex v0.2.1
34442025-09-23T06:10:47.143Z 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`
34452025-09-23T06:10:47.403Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
34462025-09-23T06:10:47.407Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
34472025-09-23T06:10:47.407Z 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`
34482025-09-23T06:10:47.407Z 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=4541860b436314e1 -C extra-filename=-638022b84b2b446a --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-5a8257b6ebecfff8.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-7a4ce632d19001a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492025-09-23T06:10:47.878Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
34502025-09-23T06:10:47.922Z 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=f365eb78cd24aa60 -C extra-filename=-e5fdffb9a99bd159 --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-6273484a99ec4323.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`
34512025-09-23T06:10:47.926Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-8ab005ae5a72c0e7/build-script-build`
34522025-09-23T06:10:47.993Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
34532025-09-23T06:10:47.996Z 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=f283866d95f78dbc -C extra-filename=-572c9b35bd797d11 --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-39b458157d816892.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542025-09-23T06:10:48.239Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-b39b42e1f83d675f/build-script-build`
34552025-09-23T06:10:48.357Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
34562025-09-23T06:10:48.360Z 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/77f1ff9/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=c9ac473344a3c6a8 -C extra-filename=-261901a47ae97b8b --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-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572025-09-23T06:10:48.421Z Compiling colored v2.2.0
34582025-09-23T06:10:48.424Z 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`
34592025-09-23T06:10:49.112Z Compiling typify-macro v0.4.3
34602025-09-23T06:10:49.115Z 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=7880865282a9e97d -C extra-filename=-f4cacf7af6802adc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c366a20bb361137b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-fc717704d4f605aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612025-09-23T06:10:49.183Z Compiling sigpipe v0.1.3
34622025-09-23T06:10:49.187Z Compiling jiff v0.2.15
34632025-09-23T06:10:49.187Z 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`
34642025-09-23T06:10:49.187Z 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`
34652025-09-23T06:10:49.361Z 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=a366b9cfdda738d6 -C extra-filename=-1049b3587c2892e8 --out-dir /work/oxidecomputer/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-638022b84b2b446a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5a8257b6ebecfff8.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-e5fdffb9a99bd159.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ac27fb54e800bb07.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-572c9b35bd797d11.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.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`
34662025-09-23T06:10:49.441Z Compiling zone_cfg_derive v0.3.0
34672025-09-23T06:10:49.444Z 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=9b50df54409ebc6a -C extra-filename=-c6f7dbbbf59a787a --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-e1777ecf9c2d8170.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682025-09-23T06:10:51.063Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
34692025-09-23T06:10:51.067Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/23b06c2/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=12dfa11cab4aab43 -C extra-filename=-eefd14c2f876faca --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-16f4235824bc4c24.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702025-09-23T06:10:51.429Z Compiling progenitor-macro v0.9.1
34712025-09-23T06:10:51.432Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=58e44990fa190d0d -C extra-filename=-1808c61a20aec388 --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-96cf94595ad474e3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-bf25d4171bd396fe.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c366a20bb361137b.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-3e422e10ee74c46f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722025-09-23T06:10:51.522Z Compiling smf v0.2.3
34732025-09-23T06:10:51.525Z 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=6be9a98ea6b7e483 -C extra-filename=-9e4b86257ba3c35d --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-e0bb792a8e132b78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742025-09-23T06:10:52.176Z Compiling aws-lc-sys v0.26.0
34752025-09-23T06:10:52.179Z 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=67f07947f99a3cbb -C extra-filename=-38fd03d28306be73 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-38fd03d28306be73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-21b7296003024c9d.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`
34762025-09-23T06:10:52.460Z Compiling num-derive v0.4.2
34772025-09-23T06:10:52.463Z 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=5dca0154dffe98f7 -C extra-filename=-def54a8e688dc907 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782025-09-23T06:10:52.757Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34792025-09-23T06:10:52.820Z 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`
34802025-09-23T06:10:53.156Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
34812025-09-23T06:10:53.159Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/23b06c2/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4041b18e7820c8f0 -C extra-filename=-50afd8381363d06c --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-eefd14c2f876faca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-16f4235824bc4c24.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822025-09-23T06:10:53.303Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-e425bfdf8ec566a5/build-script-build`
34832025-09-23T06:10:53.306Z Compiling zone v0.3.1
34842025-09-23T06:10:53.350Z 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=554ee7f9678b51ee -C extra-filename=-ac799fa4a74ed9cc --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-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-c6f7dbbbf59a787a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34852025-09-23T06:10:53.608Z Compiling convert_case v0.4.0
34862025-09-23T06:10:53.611Z 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`
34872025-09-23T06:10:53.700Z Compiling typify v0.4.3
34882025-09-23T06:10:53.703Z 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=49c739eb60d8ff44 -C extra-filename=-f69db0107106bef3 --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-fc717704d4f605aa.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-f4cacf7af6802adc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34892025-09-23T06:10:53.917Z Compiling progenitor-impl v0.10.0
34902025-09-23T06:10:53.938Z 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=67621e93a91d5e38 -C extra-filename=-b9f04412f7dc3a03 --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-e401084e2cb4ce7c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-f69db0107106bef3.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34912025-09-23T06:10:54.391Z Compiling ingot-types v0.1.2
34922025-09-23T06:10:54.443Z 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=58210400cb446d75 -C extra-filename=-6affda4256f37bc5 --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-576deb6a96a0f727.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d0941ffe00ef32c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34932025-09-23T06:10:54.458Z Compiling derive_more v0.99.20
34942025-09-23T06:10:54.461Z 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=5200fc4cbab6280d -C extra-filename=-caac97c0679c822d --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34952025-09-23T06:10:54.800Z Compiling num-rational v0.4.2
34962025-09-23T06:10:54.803Z 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`
34972025-09-23T06:10:55.036Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
34982025-09-23T06:10:55.039Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/779775d/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e5018797ecd6bda -C extra-filename=-5404c2cda5802900 --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-def54a8e688dc907.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34992025-09-23T06:10:55.328Z Compiling ingot v0.1.1
35002025-09-23T06:10:55.331Z 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=cdd7e5aa06ae5e6c -C extra-filename=-2384321d0389adb0 --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-c241652f333010c1.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-576deb6a96a0f727.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-6affda4256f37bc5.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d0941ffe00ef32c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35012025-09-23T06:10:55.889Z Compiling num-complex v0.4.6
35022025-09-23T06:10:55.892Z 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`
35032025-09-23T06:10:56.345Z Compiling float-ord v0.3.2
35042025-09-23T06:10:56.349Z 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`
35052025-09-23T06:10:56.585Z Compiling indent_write v2.2.0
35062025-09-23T06:10:56.624Z 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`
35072025-09-23T06:10:56.878Z Compiling num v0.4.3
35082025-09-23T06:10:56.881Z 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`
35092025-09-23T06:10:56.947Z Compiling secrecy v0.10.3
35102025-09-23T06:10:56.947Z 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=4abb4e630f6796e2 -C extra-filename=-6229252562a2ddfa --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-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112025-09-23T06:10:57.055Z Compiling swrite v0.1.0
35122025-09-23T06:10:57.086Z 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`
35132025-09-23T06:10:57.252Z Compiling console v0.15.10
35142025-09-23T06:10:57.255Z 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`
35152025-09-23T06:10:57.298Z Compiling itertools v0.13.0
35162025-09-23T06:10:57.352Z 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`
35172025-09-23T06:10:58.671Z Compiling atomicwrites v0.4.4
35182025-09-23T06:10:58.674Z 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=2070e5e493185656 -C extra-filename=-35eedced8d88c21d --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-c8e0f00457d22fb4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192025-09-23T06:10:59.079Z Compiling newline-converter v0.3.0
35202025-09-23T06:10:59.082Z 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`
35212025-09-23T06:10:59.312Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
35222025-09-23T06:10:59.315Z 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/77f1ff9/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=3a61a34d5c7a21ef -C extra-filename=-3c8189311570f93f --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-a68497ae54c970b1.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-2384321d0389adb0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-249f474bc8df1e05.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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`
35232025-09-23T06:10:59.480Z Compiling bytecount v0.6.8
35242025-09-23T06:10:59.530Z 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`
35252025-09-23T06:10:59.760Z Compiling expectorate v1.2.0
35262025-09-23T06:10:59.764Z 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=2ffe307ec407bc50 -C extra-filename=-ff6d7776339c7e95 --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-35eedced8d88c21d.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-7fc67dc6d779fea4.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-e8cff69c71df88eb.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-8205f27d79057c60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272025-09-23T06:11:00.091Z Compiling password-hash v0.5.0
35282025-09-23T06:11:00.135Z 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`
35292025-09-23T06:11:00.454Z Compiling blake2 v0.10.6
35302025-09-23T06:11:00.458Z 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=20256644f42200fc -C extra-filename=-e798a290edc21c49 --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-811675e9ce129203.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35312025-09-23T06:11:00.777Z Compiling progenitor-macro v0.10.0
35322025-09-23T06:11:00.780Z 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=6fb84c7f657fed0c -C extra-filename=-0949ae6cdbcf95d0 --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-96cf94595ad474e3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-b9f04412f7dc3a03.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c366a20bb361137b.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-3e422e10ee74c46f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35332025-09-23T06:11:00.824Z Compiling fixedbitset v0.5.7
35342025-09-23T06:11:00.827Z 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`
35352025-09-23T06:11:00.987Z Compiling argon2 v0.5.3
35362025-09-23T06:11:01.042Z 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=97da6222d09fd3cd -C extra-filename=-74c62a1d4d9a119c --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-e798a290edc21c49.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`
35372025-09-23T06:11:01.162Z Compiling tokio-dtrace v0.1.0
35382025-09-23T06:11:01.165Z 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=ac759c47a74c1aa7 -C extra-filename=-b8e05ae5b8caa2e3 --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-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392025-09-23T06:11:01.487Z 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/77f1ff9/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=b047591b08ee2fd3 -C extra-filename=-4ae90f51f607329c --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-c241652f333010c1.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-a68497ae54c970b1.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-2384321d0389adb0.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-261901a47ae97b8b.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-3c8189311570f93f.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-249f474bc8df1e05.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c47a408223121e9c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d0941ffe00ef32c6.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)'`
35402025-09-23T06:11:01.628Z Compiling petgraph v0.8.2
35412025-09-23T06:11:01.632Z 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=8b44a9ccce7d80f4 -C extra-filename=-f976e8733bc7da37 --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-39377dd3172fefce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422025-09-23T06:11:01.715Z Compiling oxide-tokio-rt v0.1.2
35432025-09-23T06:11:01.719Z 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=50954078c344ebfe -C extra-filename=-d31ba17a688d22e1 --out-dir /work/oxidecomputer/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-cefdeffdcb752ef8.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-b8e05ae5b8caa2e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442025-09-23T06:11:01.902Z Compiling base64 v0.21.7
35452025-09-23T06:11:01.905Z 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`
35462025-09-23T06:11:02.057Z Compiling cancel-safe-futures v0.1.5
35472025-09-23T06:11:02.060Z 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`
35482025-09-23T06:11:02.495Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
35492025-09-23T06:11:02.537Z 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/77f1ff9/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=568359a49352a424 -C extra-filename=-c52bf3d25c08b572 --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-a68497ae54c970b1.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-4ae90f51f607329c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c47a408223121e9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d0941ffe00ef32c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35502025-09-23T06:11:02.566Z Compiling owo-colors v4.2.2
35512025-09-23T06:11:02.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/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`
35522025-09-23T06:11:02.647Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8218ef5db690fa25/build-script-build`
35532025-09-23T06:11:02.717Z Compiling libsw-core v0.3.1
35542025-09-23T06:11:02.720Z 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=58f0f9a2b8d0c703 -C extra-filename=-2ae93dbdab0e33b3 --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-cefdeffdcb752ef8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552025-09-23T06:11:03.071Z Compiling libsw v3.5.0
35562025-09-23T06:11:03.075Z 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=c471dae13b77991e -C extra-filename=-c3abe641086f3562 --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-2ae93dbdab0e33b3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35572025-09-23T06:11:03.288Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-7de6316845487176/build-script-build`
35582025-09-23T06:11:03.426Z 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)'`
35592025-09-23T06:11:03.528Z 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=bcd3222c40a85d67 -C extra-filename=-0f3e07d9f1d69d7e --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-496f76f93532f782.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-cefdeffdcb752ef8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602025-09-23T06:11:03.750Z Compiling linear-map v1.2.0
35612025-09-23T06:11:03.753Z 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`
35622025-09-23T06:11:04.078Z Compiling same-file v1.0.6
35632025-09-23T06:11:04.082Z 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`
35642025-09-23T06:11:04.146Z Compiling unicode-xid v0.2.6
35652025-09-23T06:11:04.150Z 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`
35662025-09-23T06:11:04.389Z Compiling walkdir v2.5.0
35672025-09-23T06:11:04.392Z 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`
35682025-09-23T06:11:04.435Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
35692025-09-23T06:11:04.447Z 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/77f1ff9/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=5d935fd3a8fd99f8 -C extra-filename=-3963e735cdc9d3cb --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-1049b3587c2892e8.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-4ae90f51f607329c.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c52bf3d25c08b572.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-249f474bc8df1e05.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702025-09-23T06:11:04.650Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-38fd03d28306be73/build-script-main`
35712025-09-23T06:11:04.756Z Compiling utf-8 v0.7.6
35722025-09-23T06:11:04.760Z 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`
35732025-09-23T06:11:05.031Z Compiling resolv-conf v0.7.0
35742025-09-23T06:11:05.038Z 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`
35752025-09-23T06:11:05.156Z Compiling convert_case v0.7.1
35762025-09-23T06:11:05.159Z 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`
35772025-09-23T06:11:05.305Z Compiling gethostname v0.5.0
35782025-09-23T06:11:05.346Z 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=d8979a2cac2ca9ea -C extra-filename=-ab326475f94c11f7 --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-c8e0f00457d22fb4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792025-09-23T06:11:05.479Z Compiling slog-dtrace v0.3.0
35802025-09-23T06:11:05.482Z 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`
35812025-09-23T06:11:05.537Z Compiling globset v0.4.15
35822025-09-23T06:11:05.582Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=5ca32159ccabb191 -C extra-filename=-a5926d04b60b91b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-fa37e0de09fa0fe8.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-8629a278cecb7b23.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5f2da1f73d56e025.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832025-09-23T06:11:05.587Z Compiling async-recursion v1.1.1
35842025-09-23T06:11:05.590Z 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=fcaefe8be5edbe77 -C extra-filename=-6125749695b47897 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35852025-09-23T06:11:05.776Z Compiling vte_generate_state_changes v0.1.2
35862025-09-23T06:11:05.779Z 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=4e8f315a76208ae9 -C extra-filename=-4cc1776eb390a865 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872025-09-23T06:11:05.992Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-c8214600f2fcf131/build-script-build`
35882025-09-23T06:11:05.992Z Compiling derive_more-impl v2.0.1
35892025-09-23T06:11:05.995Z 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=461c1aad70182ba5 -C extra-filename=-158223d8a6d094b4 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35902025-09-23T06:11:06.055Z 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=b655c5eabb695099 -C extra-filename=-62fc64a6c94eb7c8 --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-b54b1f3a32a098fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912025-09-23T06:11:06.264Z Compiling termtree v0.5.1
35922025-09-23T06:11:06.267Z 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`
35932025-09-23T06:11:06.528Z Compiling vte v0.11.1
35942025-09-23T06:11:06.531Z 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=3c80f7c22ca174ee -C extra-filename=-b7dde132f8a079d7 --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-4cc1776eb390a865.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35952025-09-23T06:11:06.575Z Compiling tungstenite v0.21.0
35962025-09-23T06:11:06.617Z 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=2020710eb7a61e24 -C extra-filename=-38449103691b7512 --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-0d495fe4e42d1a55.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.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-787480c86dbd9bba.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a31e96fb2691d45d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.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`
35972025-09-23T06:11:06.620Z Compiling fd-lock v4.0.2
35982025-09-23T06:11:06.620Z 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=99206c1eda025b6f -C extra-filename=-2acaff0595673cbb --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-c8e0f00457d22fb4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992025-09-23T06:11:06.910Z Compiling linked-hash-map v0.5.6
36002025-09-23T06:11:06.914Z 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`
36012025-09-23T06:11:07.039Z Compiling hickory-proto v0.24.4
36022025-09-23T06:11:07.099Z 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=9eb58c1f2e9c76d2 -C extra-filename=-7845e8d3f4d8c694 --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-43346e1c8890fba4.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-32aea5542190df1d.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-496f76f93532f782.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-89def4d09e191fa9.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-4237adee672c9d6a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-03710643991b456a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032025-09-23T06:11:07.232Z Compiling nibble_vec v0.1.0
36042025-09-23T06:11:07.235Z 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`
36052025-09-23T06:11:07.301Z Compiling lru-cache v0.1.2
36062025-09-23T06:11:07.305Z 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`
36072025-09-23T06:11:07.542Z Compiling nu-ansi-term v0.50.1
36082025-09-23T06:11:07.545Z 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`
36092025-09-23T06:11:07.599Z Compiling endian-type v0.1.2
36102025-09-23T06:11:07.602Z 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`
36112025-09-23T06:11:07.904Z Compiling tokio-tungstenite v0.21.0
36122025-09-23T06:11:07.908Z 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=7d3ea2a199457b8a -C extra-filename=-4885204982c4a818 --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-496f76f93532f782.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-38449103691b7512.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36132025-09-23T06:11:07.950Z Compiling derive_more v2.0.1
36142025-09-23T06:11:07.953Z 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=74c13e5b1ff4c9c2 -C extra-filename=-e3980aed7891d160 --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-158223d8a6d094b4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36152025-09-23T06:11:08.082Z Compiling strip-ansi-escapes v0.2.0
36162025-09-23T06:11:08.085Z 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=45c6566713afbc7f -C extra-filename=-81afa1f751262fe5 --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-b7dde132f8a079d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172025-09-23T06:11:08.127Z Compiling crossterm v0.29.0
36182025-09-23T06:11:08.167Z 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=015cb4d581d12c76 -C extra-filename=-96fdb635f5f50537 --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-c241652f333010c1.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e3980aed7891d160.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-a8ce4b317d32ef1e.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`
36192025-09-23T06:11:08.215Z Compiling display-error-chain v0.2.2
36202025-09-23T06:11:08.219Z 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`
36212025-09-23T06:11:08.472Z Compiling reedline v0.40.0
36222025-09-23T06:11:08.472Z 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=809941cc324beab8 -C extra-filename=-127a6b727667c131 --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-b54b1f3a32a098fa.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1ca21a40fd041ab6.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-2acaff0595673cbb.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-09b4ca918857c17e.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-81afa1f751262fe5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-16f4235824bc4c24.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-d1a4983a1f0346f2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.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`
36232025-09-23T06:11:08.518Z Compiling radix_trie v0.2.1
36242025-09-23T06:11:08.522Z Compiling pin-project-internal v1.1.6
36252025-09-23T06:11:08.522Z 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`
36262025-09-23T06:11:08.599Z 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=f9d55ab88148c09f -C extra-filename=-d4fc45b0d9ce0842 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272025-09-23T06:11:08.602Z Compiling pem v3.0.5
36282025-09-23T06:11:08.641Z 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`
36292025-09-23T06:11:09.136Z Compiling smawk v0.3.2
36302025-09-23T06:11:09.139Z 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`
36312025-09-23T06:11:09.326Z Compiling unicode-linebreak v0.1.5
36322025-09-23T06:11:09.329Z 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`
36332025-09-23T06:11:09.435Z Compiling snafu-derive v0.8.5
36342025-09-23T06:11:09.440Z 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=a6962d656552effb -C extra-filename=-f2f6004313065f16 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36352025-09-23T06:11:09.879Z Compiling textwrap v0.16.2
36362025-09-23T06:11:09.882Z 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=bc3db91742f01cc9 -C extra-filename=-6001743155d3c4a5 --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-37d5c85ed91690c5.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`
36372025-09-23T06:11:10.909Z Compiling cfg_aliases v0.1.1
36382025-09-23T06:11:10.913Z 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`
36392025-09-23T06:11:10.954Z Compiling humantime v2.2.0
36402025-09-23T06:11:10.957Z 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`
36412025-09-23T06:11:11.080Z Compiling nix v0.28.0
36422025-09-23T06:11:11.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/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`
36432025-09-23T06:11:11.459Z Compiling olpc-cjson v0.1.4
36442025-09-23T06:11:11.463Z 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=5752b1a15ae6d0be -C extra-filename=-93c387a2ebd3a951 --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-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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`
36452025-09-23T06:11:11.463Z Compiling pin-project v1.1.6
36462025-09-23T06:11:11.463Z 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=2f1a07ae016197f4 -C extra-filename=-7bd651de3fede962 --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-d4fc45b0d9ce0842.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36472025-09-23T06:11:11.691Z Compiling bcs v0.1.6
36482025-09-23T06:11:11.746Z 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=80e5e2d33734cb9e -C extra-filename=-6f08bfadb49cfae8 --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-09b4ca918857c17e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36492025-09-23T06:11:11.789Z Compiling serde_plain v1.0.2
36502025-09-23T06:11:11.792Z 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=4fd48d7ca5096027 -C extra-filename=-0de4937a98d542db --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36512025-09-23T06:11:11.950Z Compiling typed-path v0.9.3
36522025-09-23T06:11:11.953Z 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`
36532025-09-23T06:11:12.208Z Compiling hickory-resolver v0.24.4
36542025-09-23T06:11:12.212Z 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=7411669a6711d32b -C extra-filename=-e66019b58ae037d5 --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-496f76f93532f782.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-7845e8d3f4d8c694.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-787480c86dbd9bba.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-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36552025-09-23T06:11:12.342Z Compiling siphasher v1.0.1
36562025-09-23T06:11:12.345Z 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`
36572025-09-23T06:11:12.797Z Compiling phf_shared v0.12.1
36582025-09-23T06:11:12.801Z 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`
36592025-09-23T06:11:13.198Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-be9c90650ba5f90f/build-script-build`
36602025-09-23T06:11:13.263Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
36612025-09-23T06:11:13.266Z 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=b55f8e66da15f95b -C extra-filename=-29c1a332f059ff1c --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622025-09-23T06:11:14.429Z Compiling snafu v0.8.5
36632025-09-23T06:11:14.433Z 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=2dd64d5e6408d157 -C extra-filename=-e15d1b45d15eb0e6 --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-7bd651de3fede962.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-f2f6004313065f16.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642025-09-23T06:11:14.543Z Compiling qorb v0.4.1
36652025-09-23T06:11:14.547Z 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=3afb128c9029342e -C extra-filename=-6feb91931eb9339d --out-dir /work/oxidecomputer/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-43346e1c8890fba4.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-33743aebe9fb1e1f.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e66019b58ae037d5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662025-09-23T06:11:14.755Z Compiling papergrid v0.11.0
36672025-09-23T06:11:14.759Z 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`
36682025-09-23T06:11:14.998Z Compiling tabled_derive v0.7.0
36692025-09-23T06:11:15.002Z 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=9c435edabe0c2ed0 -C extra-filename=-b9afe421d9ab18f5 --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-e1777ecf9c2d8170.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702025-09-23T06:11:15.065Z Compiling csv-core v0.1.11
36712025-09-23T06:11:15.069Z 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`
36722025-09-23T06:11:15.169Z Compiling highway v1.3.0
36732025-09-23T06:11:15.233Z 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`
36742025-09-23T06:11:15.637Z Compiling chrono-tz v0.10.4
36752025-09-23T06:11:15.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/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`
36762025-09-23T06:11:16.025Z Compiling csv v1.3.1
36772025-09-23T06:11:16.032Z 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=3b444f3ffaf126dc -C extra-filename=-71b0bb9f1129a483 --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36782025-09-23T06:11:16.091Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-c4b01ce3a0867b8c/build-script-build`
36792025-09-23T06:11:16.204Z 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=e2114259a05d8b55 -C extra-filename=-1230a79db4ce5abe --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-c241652f333010c1.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`
36802025-09-23T06:11:16.208Z Compiling phf v0.12.1
36812025-09-23T06:11:16.208Z 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`
36822025-09-23T06:11:16.544Z Compiling const_format_proc_macros v0.2.34
36832025-09-23T06:11:16.548Z 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=72622ca70250efa8 -C extra-filename=-a37db0e55cbb3d74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.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`
36842025-09-23T06:11:17.276Z Compiling peg-macros v0.8.5
36852025-09-23T06:11:17.319Z 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=a05dba08e52e4ee1 -C extra-filename=-339279fbea618a56 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862025-09-23T06:11:17.363Z Compiling tabled v0.15.0
36872025-09-23T06:11:17.366Z 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=a35dffcb7907ac72 -C extra-filename=-03f4a54fbe15c457 --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-b9afe421d9ab18f5.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`
36882025-09-23T06:11:17.671Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36892025-09-23T06:11:17.674Z 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=00fc634b8762e7f2 -C extra-filename=-44f9a1397f7acc51 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-44f9a1397f7acc51 -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-dbb606c53140d10f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36902025-09-23T06:11:18.269Z Compiling sqlparser_derive v0.2.2
36912025-09-23T06:11:18.272Z 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=62e25c4fbf7ba63e -C extra-filename=-d42c622b3379bdd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922025-09-23T06:11:18.578Z Compiling semver v0.1.20
36932025-09-23T06:11:18.582Z 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`
36942025-09-23T06:11:18.916Z Compiling unicode_categories v0.1.1
36952025-09-23T06:11:18.919Z 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`
36962025-09-23T06:11:19.139Z Compiling rustc_version v0.1.7
36972025-09-23T06:11:19.142Z 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`
36982025-09-23T06:11:19.215Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-44f9a1397f7acc51/build-script-build`
36992025-09-23T06:11:19.287Z Compiling sqlformat v0.3.5
37002025-09-23T06:11:19.329Z 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`
37012025-09-23T06:11:19.332Z Compiling rustyline v14.0.0
37022025-09-23T06:11:19.332Z 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=10f6422833513b91 -C extra-filename=-fd7dc65cad57a4bd --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-c241652f333010c1.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-2acaff0595673cbb.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-1230a79db4ce5abe.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`
37032025-09-23T06:11:19.472Z Compiling sqlparser v0.45.0
37042025-09-23T06:11:19.475Z 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=5d401ca486914f28 -C extra-filename=-72553084e35e67c9 --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-d42c622b3379bdd9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052025-09-23T06:11:19.620Z Compiling const_format v0.2.34
37062025-09-23T06:11:19.714Z 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=6c167a8af3fa2aa4 -C extra-filename=-35caec50e402517e --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-a37db0e55cbb3d74.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37072025-09-23T06:11:19.717Z 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=43f42a4748153c16 -C extra-filename=-29628ab91447857a --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-b54b1f3a32a098fa.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a2b4c43aed521e34.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082025-09-23T06:11:20.346Z Compiling newtype_derive v0.1.6
37092025-09-23T06:11:20.346Z 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`
37102025-09-23T06:11:20.794Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-1a7fa93cd0936b0c/build-script-build`
37112025-09-23T06:11:20.848Z Compiling peg v0.8.5
37122025-09-23T06:11:20.890Z 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=84d0ef5c53b79e5d -C extra-filename=-87cb3968b3f3f895 --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-339279fbea618a56.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`
37132025-09-23T06:11:20.996Z 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`
37142025-09-23T06:11:21.013Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
37152025-09-23T06:11:21.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/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`
37162025-09-23T06:11:21.082Z Compiling steno v0.4.1
37172025-09-23T06:11:21.143Z 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=409b703b8864ee14 -C extra-filename=-4263031d611fb802 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.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-d1b65a70248dc876.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37182025-09-23T06:11:21.625Z Compiling arc-swap v1.7.1
37192025-09-23T06:11:21.629Z 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`
37202025-09-23T06:11:21.882Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-e72ca0e7dc89fbad/build-script-build`
37212025-09-23T06:11:21.970Z Compiling xattr v1.3.1
37222025-09-23T06:11:21.973Z 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=40ac30dc3306c813 -C extra-filename=-eaec0cc09caafc63 --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-c8e0f00457d22fb4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37232025-09-23T06:11:22.220Z Compiling slog-scope v4.4.0
37242025-09-23T06:11:22.224Z 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`
37252025-09-23T06:11:22.295Z Compiling filetime v0.2.25
37262025-09-23T06:11:22.298Z 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`
37272025-09-23T06:11:22.701Z Compiling slog-stdlog v4.1.1
37282025-09-23T06:11:22.727Z 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`
37292025-09-23T06:11:22.744Z Compiling tar v0.4.44
37302025-09-23T06:11:22.748Z 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=885026f50a5c98e2 -C extra-filename=-7926dab5aa03088d --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-eaec0cc09caafc63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312025-09-23T06:11:22.921Z Compiling half v2.4.1
37322025-09-23T06:11:22.968Z 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`
37332025-09-23T06:11:23.109Z Compiling slog-envlogger v2.2.0
37342025-09-23T06:11:23.112Z 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=c649bc8a3bf4e8a2 -C extra-filename=-3d91acb03d777c0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-301ee7d8dffc705f.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-360a54e2f9df252c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37352025-09-23T06:11:23.163Z Compiling ciborium-io v0.2.2
37362025-09-23T06:11:23.164Z 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`
37372025-09-23T06:11:23.349Z Compiling keccak v0.1.5
37382025-09-23T06:11:23.352Z 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`
37392025-09-23T06:11:23.522Z Compiling ciborium-ll v0.2.2
37402025-09-23T06:11:23.525Z 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`
37412025-09-23T06:11:23.832Z Compiling sha3 v0.10.8
37422025-09-23T06:11:23.835Z 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=275e39f29c6e6dfc -C extra-filename=-0b85e5b8ddc6f1bd --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-811675e9ce129203.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`
37432025-09-23T06:11:23.957Z Compiling ciborium v0.2.2
37442025-09-23T06:11:23.961Z 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=d7323602397ed72e -C extra-filename=-99a71b153ac78d4e --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37452025-09-23T06:11:24.614Z 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`
37462025-09-23T06:11:24.688Z Compiling universal-hash v0.5.1
37472025-09-23T06:11:24.691Z 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=433e7bc92dc45239 -C extra-filename=-0aad05109761d0c7 --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-7c30fa127176a7cf.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`
37482025-09-23T06:11:24.922Z Compiling opaque-debug v0.3.1
37492025-09-23T06:11:24.926Z Compiling typify-impl v0.2.0
37502025-09-23T06:11:24.926Z 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`
37512025-09-23T06:11:24.926Z 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=96a18eb7d31fe9ee -C extra-filename=-771cfd829191d36a --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-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37522025-09-23T06:11:24.998Z Compiling aead v0.5.2
37532025-09-23T06:11:25.002Z 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=6dcdb152b74bc0fa -C extra-filename=-f847471638ed7aa3 --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-7c30fa127176a7cf.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-075ff24e61b7aa5e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542025-09-23T06:11:25.073Z Compiling subprocess v0.2.9
37552025-09-23T06:11:25.077Z 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`
37562025-09-23T06:11:25.285Z Compiling poly1305 v0.8.0
37572025-09-23T06:11:25.331Z 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=b07142948479d1f8 -C extra-filename=-eeefcd9df1ca1b59 --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-0aad05109761d0c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37582025-09-23T06:11:25.410Z Compiling chacha20 v0.9.1
37592025-09-23T06:11:25.468Z 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=4c95ba03e52f06d0 -C extra-filename=-f1aae7c1aadf1d13 --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-5527f72dd55d7f2a.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`
37602025-09-23T06:11:25.930Z Compiling headers-core v0.3.0
37612025-09-23T06:11:25.934Z 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=22a3ed5ba9c10b67 -C extra-filename=-d135c7a71dbef1e7 --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-e401084e2cb4ce7c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37622025-09-23T06:11:26.166Z Compiling headers v0.4.1
37632025-09-23T06:11:26.170Z 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=e9436f88f8493247 -C extra-filename=-469b0db778f2a60c --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-0d495fe4e42d1a55.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-d135c7a71dbef1e7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.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-a31e96fb2691d45d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37642025-09-23T06:11:26.686Z Compiling lzma-sys v0.1.20
37652025-09-23T06:11:26.689Z 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`
37662025-09-23T06:11:26.916Z Compiling heck v0.3.3
37672025-09-23T06:11:26.920Z 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`
37682025-09-23T06:11:27.173Z Compiling thiserror-impl-no-std v2.0.2
37692025-09-23T06:11:27.230Z 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=6579ef6798eca352 -C extra-filename=-ee7c4dbfe312ba3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702025-09-23T06:11:27.311Z Compiling zone_cfg_derive v0.1.2
37712025-09-23T06:11:27.315Z 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=1f385ef8f8fbcfad -C extra-filename=-b7286ef8e1950ff1 --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-e1777ecf9c2d8170.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37722025-09-23T06:11:27.577Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-914deba28a45add7/build-script-build`
37732025-09-23T06:11:27.656Z 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`
37742025-09-23T06:11:27.887Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37752025-09-23T06:11:27.891Z Compiling yasna v0.5.2
37762025-09-23T06:11:27.891Z 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=d5960ce585951c04 -C extra-filename=-71e5fce9a2058749 --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-09b4ca918857c17e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-f211175f6387b2c4.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3fe69de73c4a5567.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37772025-09-23T06:11:27.929Z 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`
37782025-09-23T06:11:28.352Z Compiling number_prefix v0.4.0
37792025-09-23T06:11:28.356Z 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`
37802025-09-23T06:11:28.617Z Compiling base64 v0.13.1
37812025-09-23T06:11:28.660Z 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`
37822025-09-23T06:11:28.903Z Compiling zone v0.1.8
37832025-09-23T06:11:28.944Z 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=be792fc2a767bbdc -C extra-filename=-fbc4d13c9a11348f --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-e0bb792a8e132b78.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-b7286ef8e1950ff1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842025-09-23T06:11:29.145Z Compiling ron v0.7.1
37852025-09-23T06:11:29.148Z 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=05a3641c5f428074 -C extra-filename=-95ab6d12ac3531a2 --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862025-09-23T06:11:29.480Z Compiling rcgen v0.12.1
37872025-09-23T06:11:29.484Z 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`
37882025-09-23T06:11:30.176Z Compiling thiserror-no-std v2.0.2
37892025-09-23T06:11:30.179Z 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=db41fb5c714656bc -C extra-filename=-1526b40d48214a47 --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-ee7c4dbfe312ba3c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37902025-09-23T06:11:30.218Z Compiling indicatif v0.17.11
37912025-09-23T06:11:30.221Z 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`
37922025-09-23T06:11:30.358Z Compiling vsss-rs v3.3.4
37932025-09-23T06:11:30.361Z 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=95da42687a0dd49b -C extra-filename=-d734c32ef8174c7b --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-284a39874999e34d.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-472d2050636768a1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-86846878de168962.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-1526b40d48214a47.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37942025-09-23T06:11:31.285Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37952025-09-23T06:11:31.288Z 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=4fa3ef82978593bd -C extra-filename=-6eb2d86da4d71198 --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-71e5fce9a2058749.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-f211175f6387b2c4.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3fe69de73c4a5567.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37962025-09-23T06:11:31.580Z Compiling xz2 v0.1.7
37972025-09-23T06:11:31.584Z 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`
37982025-09-23T06:11:31.995Z Compiling chacha20poly1305 v0.10.1
37992025-09-23T06:11:31.999Z 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=40b8faaf0de4b37d -C extra-filename=-d2ea0bb6c658825c --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-f847471638ed7aa3.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-f1aae7c1aadf1d13.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5527f72dd55d7f2a.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-eeefcd9df1ca1b59.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38002025-09-23T06:11:32.079Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
38012025-09-23T06:11:32.083Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/779775d/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9bd5a197f3fa7cc -C extra-filename=-8d317339a0072008 --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-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38022025-09-23T06:11:32.162Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
38032025-09-23T06:11:32.165Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/23b06c2/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=611f8946e9cb3163 -C extra-filename=-c48162692e961d24 --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-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38042025-09-23T06:11:32.276Z Compiling moka v0.12.10
38052025-09-23T06:11:32.328Z 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`
38062025-09-23T06:11:32.712Z Compiling tagptr v0.2.0
38072025-09-23T06:11:32.716Z 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`
38082025-09-23T06:11:32.781Z Running `/work/oxidecomputer/omicron/target/debug/build/moka-419228d7a2f9b964/build-script-build`
38092025-09-23T06:11:32.849Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
38102025-09-23T06:11:32.849Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/23b06c2/crates/propolis-api-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=006648cd60842372 -C extra-filename=-214bbe1fc4172ce7 --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-8d317339a0072008.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-c48162692e961d24.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38112025-09-23T06:11:32.894Z Compiling nix v0.30.1
38122025-09-23T06:11:32.895Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
38132025-09-23T06:11:33.040Z 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=bdbe8f34d747079e -C extra-filename=-77f54a43af573e37 --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-e0bb792a8e132b78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142025-09-23T06:11:33.224Z Compiling libefi-sys v0.1.0
38152025-09-23T06:11:33.227Z 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`
38162025-09-23T06:11:33.688Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-553c9ecde338b9db/build-script-build`
38172025-09-23T06:11:33.754Z Compiling bitfield-struct v0.6.2
38182025-09-23T06:11:33.757Z 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=0306e821e790193d -C extra-filename=-53caa5b2f98ffb35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38192025-09-23T06:11:33.881Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-2d7a5306b3cb4e14/build-script-build`
38202025-09-23T06:11:33.948Z 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=cc1d9e82052090a9 -C extra-filename=-24ebdb779f14716b --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-c241652f333010c1.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"))'`
38212025-09-23T06:11:34.736Z Compiling hickory-resolver v0.25.2
38222025-09-23T06:11:34.740Z 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=23c7bbf810180fe1 -C extra-filename=-0403eb92111e93a1 --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-496f76f93532f782.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-505311e2d2b65158.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-77f54a43af573e37.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-7de3a3ad327c4c0e.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-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38232025-09-23T06:11:34.851Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
38242025-09-23T06:11:34.855Z 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`
38252025-09-23T06:11:35.104Z 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`
38262025-09-23T06:11:35.375Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38272025-09-23T06:11:35.378Z 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=c9b3792e7e2a125d -C extra-filename=-9ace0697b82edc0a --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-53caa5b2f98ffb35.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282025-09-23T06:11:35.430Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-2e07073994e865a8/build-script-build`
38292025-09-23T06:11:35.564Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
38302025-09-23T06:11:35.567Z 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=53b76b536a24835f -C extra-filename=-41883f047430b8d6 --out-dir /work/oxidecomputer/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-5a8257b6ebecfff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38312025-09-23T06:11:35.609Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38322025-09-23T06:11:35.612Z 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`
38332025-09-23T06:11:35.793Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
38342025-09-23T06:11:35.796Z 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=b8891c34eba49a89 -C extra-filename=-7cdcefb0c4dd2064 --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-e0bb792a8e132b78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352025-09-23T06:11:35.862Z Compiling radium v0.7.0
38362025-09-23T06:11:35.865Z 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`
38372025-09-23T06:11:36.160Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38382025-09-23T06:11:36.163Z 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=6b0e4eae4942904d -C extra-filename=-1f7fe189b26b4f31 --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-9ace0697b82edc0a.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-d3f0d87628df8a16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38392025-09-23T06:11:36.207Z 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=e89258740824e169 -C extra-filename=-c5f5f06fce22ea53 --out-dir /work/oxidecomputer/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-41883f047430b8d6.rmeta --cap-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`
38402025-09-23T06:11:36.252Z Compiling tap v1.0.1
38412025-09-23T06:11:36.293Z Compiling typify-macro v0.2.0
38422025-09-23T06:11:36.296Z 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`
38432025-09-23T06:11:36.296Z 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=1e86020e554aff55 -C extra-filename=-410e9573caafd405 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c366a20bb361137b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-771cfd829191d36a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38442025-09-23T06:11:36.500Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-2584eb7563a95657/build-script-build`
38452025-09-23T06:11:36.503Z Compiling maybe-uninit v2.0.0
38462025-09-23T06:11:36.503Z 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`
38472025-09-23T06:11:36.566Z 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`
38482025-09-23T06:11:36.726Z Compiling wyz v0.5.1
38492025-09-23T06:11:36.730Z 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`
38502025-09-23T06:11:37.009Z Compiling zerocopy-derive v0.6.6
38512025-09-23T06:11:37.013Z 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=24de54be065978ef -C extra-filename=-799aab9087d30292 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522025-09-23T06:11:37.054Z Compiling proc-macro-error-attr2 v2.0.0
38532025-09-23T06:11:37.055Z 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=0728583ca9255260 -C extra-filename=-47fba368f38de016 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38542025-09-23T06:11:37.146Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-75e3041ff2a36386/build-script-build`
38552025-09-23T06:11:37.190Z Compiling crc-catalog v2.4.0
38562025-09-23T06:11:37.194Z 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`
38572025-09-23T06:11:37.256Z Compiling packed_struct v0.10.1
38582025-09-23T06:11:37.256Z 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`
38592025-09-23T06:11:37.356Z Compiling funty v2.0.0
38602025-09-23T06:11:37.359Z 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`
38612025-09-23T06:11:37.414Z Compiling crc v3.2.1
38622025-09-23T06:11:37.463Z 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`
38632025-09-23T06:11:37.977Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-8927ff2958141b2d/build-script-build`
38642025-09-23T06:11:38.026Z 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`
38652025-09-23T06:11:38.040Z Compiling proc-macro-error2 v2.0.1
38662025-09-23T06:11:38.043Z 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=9728bf867e28fe01 -C extra-filename=-5f61b7501c7c81d4 --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-47fba368f38de016.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38672025-09-23T06:11:38.134Z Compiling packed_struct_codegen v0.10.1
38682025-09-23T06:11:38.138Z 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=36084264901688f1 -C extra-filename=-a323e362404c3289 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38692025-09-23T06:11:38.175Z Compiling bitfield-macros v0.19.2
38702025-09-23T06:11:38.175Z 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=114164d8fa763c53 -C extra-filename=-9c97d9e37208aa2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38712025-09-23T06:11:38.691Z Compiling bitvec v1.0.1
38722025-09-23T06:11:38.746Z 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`
38732025-09-23T06:11:39.023Z Compiling indexmap v1.9.3
38742025-09-23T06:11:39.027Z 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`
38752025-09-23T06:11:39.182Z Compiling zerocopy v0.6.6
38762025-09-23T06:11:39.189Z 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=e930e6a678cc9be7 -C extra-filename=-212be829a8d8aba5 --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-799aab9087d30292.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38772025-09-23T06:11:39.225Z Compiling maplit v1.0.2
38782025-09-23T06:11:39.229Z 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`
38792025-09-23T06:11:39.403Z Compiling nodrop v0.1.14
38802025-09-23T06:11:39.462Z 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`
38812025-09-23T06:11:39.489Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-8466d390a730ecd7/build-script-build`
38822025-09-23T06:11:39.555Z Compiling smallvec v0.6.14
38832025-09-23T06:11:39.559Z 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`
38842025-09-23T06:11:39.604Z Compiling array-init v0.0.4
38852025-09-23T06:11:39.607Z 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`
38862025-09-23T06:11:39.858Z Compiling bitfield v0.19.2
38872025-09-23T06:11:39.862Z 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=50fb53b2a9fa8419 -C extra-filename=-bdf1729ae4f1ae23 --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-9c97d9e37208aa2e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882025-09-23T06:11:39.912Z Compiling xshell-macros v0.2.7
38892025-09-23T06:11:39.915Z 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`
38902025-09-23T06:11:40.012Z Compiling hashbrown v0.12.3
38912025-09-23T06:11:40.055Z 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`
38922025-09-23T06:11:40.425Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
38932025-09-23T06:11:40.428Z 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=98bf13f733f71746 -C extra-filename=-cd5e8fa442b5fb75 --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-212be829a8d8aba5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942025-09-23T06:11:40.600Z Compiling serde-hex v0.1.0
38952025-09-23T06:11:40.604Z 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=5593a76cda762a02 -C extra-filename=-5dc706b364a36c75 --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-09b4ca918857c17e.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`
38962025-09-23T06:11:40.761Z Compiling xshell v0.2.7
38972025-09-23T06:11:40.764Z 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`
38982025-09-23T06:11:40.801Z Compiling ron v0.8.1
38992025-09-23T06:11:40.805Z Compiling hashbrown v0.13.2
39002025-09-23T06:11:40.805Z 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=5b9e2bee22ea1095 -C extra-filename=-14e5a0cddea76822 --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-c241652f333010c1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-f211175f6387b2c4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012025-09-23T06:11:40.805Z 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=4832704167a739dd -C extra-filename=-a5cbed04f38d44af --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-6b23720aa228d798.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39022025-09-23T06:11:40.872Z Compiling typify v0.2.0
39032025-09-23T06:11:40.875Z 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=fe871de04170634e -C extra-filename=-b9973b8dffa71aae --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-771cfd829191d36a.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-410e9573caafd405.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39042025-09-23T06:11:40.983Z 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`
39052025-09-23T06:11:41.083Z Compiling progenitor-impl v0.8.0
39062025-09-23T06:11:41.087Z 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=b5cabcc3369cacf5 -C extra-filename=-0c351422156b3be7 --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-e401084e2cb4ce7c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-b9973b8dffa71aae.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39072025-09-23T06:11:41.837Z Compiling num-derive v0.3.3
39082025-09-23T06:11:41.837Z 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=910ea04824f1031d -C extra-filename=-9ee0c0bd025dc22d --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-a323e362404c3289.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39092025-09-23T06:11:41.841Z 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=05e3f0f58e7f3760 -C extra-filename=-9c7637881e8f7652 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39102025-09-23T06:11:41.920Z Compiling crc-any v2.5.0
39112025-09-23T06:11:41.923Z Compiling object v0.30.4
39122025-09-23T06:11:41.923Z 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`
39132025-09-23T06:11:41.923Z 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=5a443d6f8bec5afe -C extra-filename=-a0d99b80dc2e4953 --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-a5cbed04f38d44af.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`
39142025-09-23T06:11:42.482Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
39152025-09-23T06:11:42.485Z 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=eef52d3fa0be0848 -C extra-filename=-75c3b3ddbfaf4b9b --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-14e5a0cddea76822.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-cd5e8fa442b5fb75.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-212be829a8d8aba5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39162025-09-23T06:11:43.076Z Compiling path-slash v0.1.5
39172025-09-23T06:11:43.080Z 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`
39182025-09-23T06:11:43.122Z Compiling tabled_derive v0.11.0
39192025-09-23T06:11:43.125Z 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=cfc422a93f304d36 -C extra-filename=-6d04997f8a08e805 --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-5f61b7501c7c81d4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39202025-09-23T06:11:43.346Z Compiling papergrid v0.17.0
39212025-09-23T06:11:43.391Z 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`
39222025-09-23T06:11:44.234Z Compiling libscf-sys v1.1.0
39232025-09-23T06:11:44.238Z 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=5741946bd8581a2d -C extra-filename=-a679cadc2360565f --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-9c7637881e8f7652.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`
39242025-09-23T06:11:44.524Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
39252025-09-23T06:11:44.527Z 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=a0c7f55c6c75c30a -C extra-filename=-91e360f2e562d9b6 --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-a679cadc2360565f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39262025-09-23T06:11:45.022Z Compiling testing_table v0.3.0
39272025-09-23T06:11:45.025Z 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`
39282025-09-23T06:11:45.325Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
39292025-09-23T06:11:45.337Z 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=527ad8f31451e72e -C extra-filename=-ba7f022f7c3ef47c --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-bdf1729ae4f1ae23.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-9ee0c0bd025dc22d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39302025-09-23T06:11:45.368Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
39312025-09-23T06:11:45.371Z 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/a72631e/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=7e64c5395c1c2d0b -C extra-filename=-b16296c25c863856 --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-c241652f333010c1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-10405974cb76fcd1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39322025-09-23T06:11:45.550Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
39332025-09-23T06:11:45.553Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/a72631e/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`
39342025-09-23T06:11:46.048Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-43966b28c899ffbc/build-script-build`
39352025-09-23T06:11:46.174Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
39362025-09-23T06:11:46.174Z 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=b9945fea387c6cdf -C extra-filename=-b704d7b1b2e7c49d --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-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39372025-09-23T06:11:46.245Z Compiling tabled v0.20.0
39382025-09-23T06:11:46.297Z 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=1fb0b1ab6c281ad1 -C extra-filename=-cbaf111ee1fabb5c --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-6d04997f8a08e805.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`
39392025-09-23T06:11:46.711Z Compiling fxhash v0.2.1
39402025-09-23T06:11:46.809Z 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`
39412025-09-23T06:11:46.972Z Compiling crc8 v0.1.1
39422025-09-23T06:11:46.975Z 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`
39432025-09-23T06:11:47.209Z Compiling progenitor-impl v0.11.0
39442025-09-23T06:11:47.213Z 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec950abcdf37c05f -C extra-filename=-87fc5621f13f1651 --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-e401084e2cb4ce7c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-f69db0107106bef3.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39452025-09-23T06:11:47.489Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
39462025-09-23T06:11:47.489Z 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/a72631e/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=6a5eba460a224101 -C extra-filename=-6c3e6f25903e0d24 --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-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-b16296c25c863856.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39472025-09-23T06:11:47.719Z Compiling derive_builder_core v0.20.2
39482025-09-23T06:11:47.722Z 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=abdda627c3055e12 -C extra-filename=-d1b2e0205185cff2 --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-cb415fb46e7cdc30.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39492025-09-23T06:11:47.798Z Compiling progenitor-macro v0.8.0
39502025-09-23T06:11:47.802Z 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=d7b70eae54e804de -C extra-filename=-45e1e8262cc4abaf --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-96cf94595ad474e3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-0c351422156b3be7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c366a20bb361137b.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-3e422e10ee74c46f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39512025-09-23T06:11:49.661Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
39522025-09-23T06:11:49.665Z 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`
39532025-09-23T06:11:49.872Z Compiling derive_builder_macro v0.20.2
39542025-09-23T06:11:49.876Z 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=5b90d08362f3909d -C extra-filename=-29536cfcdf0ef39a --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-d1b2e0205185cff2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552025-09-23T06:11:50.115Z 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/a72631e/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=6178a349873665a2 -C extra-filename=-a9147204e80a617d --out-dir /work/oxidecomputer/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-c6986f36e3c22886.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-10405974cb76fcd1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-24ebdb779f14716b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-732367a6ee442657.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-cbaf111ee1fabb5c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-6c3e6f25903e0d24.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-b16296c25c863856.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
39562025-09-23T06:11:51.039Z Compiling diff v0.1.13
39572025-09-23T06:11:51.042Z 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`
39582025-09-23T06:11:51.330Z Compiling derive_builder v0.20.2
39592025-09-23T06:11:51.333Z 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=0caa2565162042fe -C extra-filename=-4e8fadd970abdfa9 --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-29536cfcdf0ef39a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602025-09-23T06:11:51.629Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-3719220064e2b528/build-script-build`
39612025-09-23T06:11:51.633Z Compiling vergen-lib v0.1.6
39622025-09-23T06:11:51.633Z 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="default"' --cfg 'feature="git"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=437fb85af7400cdb -C extra-filename=-497485a492ed35ed --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-497485a492ed35ed -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`
39632025-09-23T06:11:51.695Z 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=f864db9eed70916d -C extra-filename=-9e8190d71cc4dc9f --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-e0bb792a8e132b78.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/`
39642025-09-23T06:11:52.089Z Compiling vergen v9.0.6
39652025-09-23T06:11:52.092Z 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 --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=234a72f7d4fdaa57 -C extra-filename=-56b25eb7734e7376 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-56b25eb7734e7376 -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`
39662025-09-23T06:11:52.131Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-497485a492ed35ed/build-script-build`
39672025-09-23T06:11:52.172Z Compiling half v1.8.3
39682025-09-23T06:11:52.172Z 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`
39692025-09-23T06:11:52.229Z 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="default"' --cfg 'feature="git"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=7e65576665e325d9 -C extra-filename=-1ac7532fe382b157 --out-dir /work/oxidecomputer/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-4e8fadd970abdfa9.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)'`
39702025-09-23T06:11:52.560Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-56b25eb7734e7376/build-script-build`
39712025-09-23T06:11:52.626Z Compiling dsl_auto_type v0.1.2
39722025-09-23T06:11:52.678Z 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=459b4c1ea01d83af -C extra-filename=-b93a64919c736d4e --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-cb415fb46e7cdc30.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-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39732025-09-23T06:11:52.742Z Compiling serde_cbor v0.11.2
39742025-09-23T06:11:52.745Z 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=32c12ec559ad4e63 -C extra-filename=-c66ffd8347290c23 --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39752025-09-23T06:11:52.805Z Compiling vergen-gitcl v1.0.8
39762025-09-23T06:11:52.808Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
39772025-09-23T06:11:53.088Z Compiling diesel_table_macro_syntax v0.2.0
39782025-09-23T06:11:53.136Z 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=e63c47bb41e5fa2a -C extra-filename=-6afb018e66cce6b1 --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-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792025-09-23T06:11:53.280Z Compiling scheduled-thread-pool v0.2.7
39802025-09-23T06:11:53.283Z 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`
39812025-09-23T06:11:53.512Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
39822025-09-23T06:11:53.556Z 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=7d2c55d3524bac50 -C extra-filename=-05e762975abfe88a --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-65db9a03d8eae111.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-020a72a980be986e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-ba7f022f7c3ef47c.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-9ee0c0bd025dc22d.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b8db0d8d959dca58.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-5dc706b364a36c75.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-dad156261ad4afc1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d0941ffe00ef32c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39832025-09-23T06:11:53.863Z Compiling r2d2 v0.8.10
39842025-09-23T06:11:53.903Z 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`
39852025-09-23T06:11:53.906Z Compiling progenitor-macro v0.11.0
39862025-09-23T06:11:53.906Z 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.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=77da9d058113bc91 -C extra-filename=-85151c4892b519da --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-96cf94595ad474e3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-87fc5621f13f1651.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c366a20bb361137b.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-3e422e10ee74c46f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39872025-09-23T06:11:54.086Z Compiling diesel_derives v2.2.3
39882025-09-23T06:11:54.136Z 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=51a1d1b003e4ff57 -C extra-filename=-8d88127252fe0c27 --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-6afb018e66cce6b1.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-b93a64919c736d4e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39892025-09-23T06:11:54.143Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-31253a0aabcf5da2/build-script-build`
39902025-09-23T06:11:54.250Z 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 --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=cce0db8598841ed0 -C extra-filename=-462e1c082798b6a7 --out-dir /work/oxidecomputer/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-4e8fadd970abdfa9.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-1ac7532fe382b157.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)'`
39912025-09-23T06:11:54.278Z Compiling kstat-rs v0.2.4
39922025-09-23T06:11:54.281Z 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=6655cc7da7aa64f7 -C extra-filename=-5615119b55f0e9ff --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-e0bb792a8e132b78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932025-09-23T06:11:54.382Z 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=741ecf480d693728 -C extra-filename=-cc1a7fb752fd1024 --out-dir /work/oxidecomputer/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-4e8fadd970abdfa9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-462e1c082798b6a7.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-1ac7532fe382b157.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)'`
39942025-09-23T06:11:54.895Z Compiling dirs-sys-next v0.1.2
39952025-09-23T06:11:54.898Z 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`
39962025-09-23T06:11:55.473Z Compiling crunchy v0.2.2
39972025-09-23T06:11:55.476Z 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`
39982025-09-23T06:11:55.829Z Compiling dirs-next v2.0.0
39992025-09-23T06:11:55.832Z 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`
40002025-09-23T06:11:56.059Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-489314c176b5d427/build-script-build`
40012025-09-23T06:11:56.103Z Compiling tiny-keccak v2.0.2
40022025-09-23T06:11:56.103Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/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`
40032025-09-23T06:11:56.162Z Compiling parking_lot_core v0.8.6
40042025-09-23T06:11:56.165Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
40052025-09-23T06:11:56.561Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
40062025-09-23T06:11:56.564Z 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=8e5ac3d8bfc6bfd0 -C extra-filename=-3dfa366aef439f68 --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-811675e9ce129203.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-ba7f022f7c3ef47c.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-05e762975abfe88a.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-a0d99b80dc2e4953.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-0bdbcddafa3195e6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b8db0d8d959dca58.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-cd5e8fa442b5fb75.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-75c3b3ddbfaf4b9b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3fe69de73c4a5567.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-dad156261ad4afc1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-212be829a8d8aba5.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`
40072025-09-23T06:11:56.733Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-29d3180f83983aa1/build-script-build`
40082025-09-23T06:11:56.842Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-fe667eea1fe70282/build-script-build`
40092025-09-23T06:11:56.845Z 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`
40102025-09-23T06:11:56.886Z Compiling term v0.7.0
40112025-09-23T06:11:56.889Z 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`
40122025-09-23T06:11:56.986Z Compiling nanorand v0.7.0
40132025-09-23T06:11:56.990Z 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`
40142025-09-23T06:11:57.600Z Compiling bit-vec v0.6.3
40152025-09-23T06:11:57.603Z 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`
40162025-09-23T06:11:58.092Z Compiling bit-set v0.5.3
40172025-09-23T06:11:58.095Z 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`
40182025-09-23T06:11:58.172Z Compiling ascii-canvas v3.0.0
40192025-09-23T06:11:58.176Z 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`
40202025-09-23T06:11:58.422Z Compiling flume v0.11.1
40212025-09-23T06:11:58.425Z 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`
40222025-09-23T06:11:58.772Z 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`
40232025-09-23T06:11:59.074Z 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`
40242025-09-23T06:11:59.477Z Compiling ena v0.14.3
40252025-09-23T06:11:59.480Z 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`
40262025-09-23T06:11:59.659Z Compiling regex-syntax v0.6.29
40272025-09-23T06:11:59.662Z 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`
40282025-09-23T06:11:59.904Z Compiling bindgen v0.71.1
40292025-09-23T06:11:59.908Z 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`
40302025-09-23T06:12:00.134Z Compiling parking_lot v0.11.2
40312025-09-23T06:12:00.134Z 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`
40322025-09-23T06:12:00.927Z Compiling prefix-trie v0.7.0
40332025-09-23T06:12:00.931Z 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=898a3ea999a1cf2e -C extra-filename=-e899423ee1520493 --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-4237adee672c9d6a.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`
40342025-09-23T06:12:01.042Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-d7ed333fc2a12bed/build-script-build`
40352025-09-23T06:12:01.057Z 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=f0ffce17d388abcd -C extra-filename=-efc88049e18b27ce --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-c241652f333010c1.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 log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-c15408658c23372f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40362025-09-23T06:12:01.444Z Compiling sled v0.34.7
40372025-09-23T06:12:01.447Z 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`
40382025-09-23T06:12:01.783Z Compiling hickory-server v0.25.2
40392025-09-23T06:12:01.787Z 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=0f57617e46b717dd -C extra-filename=-fb5988b711e7ab53 --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-43346e1c8890fba4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.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-32aea5542190df1d.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-505311e2d2b65158.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-4237adee672c9d6a.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-e899423ee1520493.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402025-09-23T06:12:05.013Z Compiling lalrpop v0.19.12
40412025-09-23T06:12:05.017Z 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=6fa6e50ec5e25ccf -C extra-filename=-17f9cb7430b89daf --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-d1b65a70248dc876.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8d354112fd083afd.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d6007f7a044230c7.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`
40422025-09-23T06:12:05.612Z Compiling diesel v2.2.12
40432025-09-23T06:12:05.615Z 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=b2049b6b96da25ce -C extra-filename=-e8d823a832b2e7bf --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-c241652f333010c1.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-8d88127252fe0c27.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.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-7b4565fc08d6c1a5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.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`
40442025-09-23T06:12:06.219Z Compiling hickory-client v0.25.2
40452025-09-23T06:12:06.222Z 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=702936cdc42d912b -C extra-filename=-2b5c715654ea99cd --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-496f76f93532f782.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-505311e2d2b65158.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-7de3a3ad327c4c0e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40462025-09-23T06:12:06.916Z Compiling libxml v0.3.3
40472025-09-23T06:12:06.919Z 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`
40482025-09-23T06:12:07.422Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-99f8759a07a6d6c5/build-script-build`
40492025-09-23T06:12:07.552Z Compiling strum_macros v0.24.3
40502025-09-23T06:12:07.556Z 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=8773e90dc0398814 -C extra-filename=-57e05e74d1b80c45 --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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40512025-09-23T06:12:07.806Z Compiling indoc v1.0.9
40522025-09-23T06:12:07.847Z 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`
40532025-09-23T06:12:08.807Z 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`
40542025-09-23T06:12:10.803Z Compiling oso-derive v0.27.3
40552025-09-23T06:12:10.807Z 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=467bf5ed107275d8 -C extra-filename=-7eff85d008531a78 --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-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40562025-09-23T06:12:10.994Z Compiling impl-trait-for-tuples v0.2.2
40572025-09-23T06:12:11.074Z 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=7e2758b91e2e5551 -C extra-filename=-27e556769a8b77a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40582025-09-23T06:12:11.270Z Compiling quick-xml v0.37.2
40592025-09-23T06:12:11.273Z 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=85fce1d9a38f19aa -C extra-filename=-21168eeeb823a587 --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40602025-09-23T06:12:11.987Z Compiling fs-err v2.11.0
40612025-09-23T06:12:11.990Z 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`
40622025-09-23T06:12:12.453Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-9afb34ec946b8e37/build-script-build`
40632025-09-23T06:12:12.676Z Compiling predicates-tree v1.0.12
40642025-09-23T06:12:12.680Z 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`
40652025-09-23T06:12:13.183Z Compiling primeorder v0.13.6
40662025-09-23T06:12:13.187Z 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=384dbb30e56ee48e -C extra-filename=-dfa74ef0bc555310 --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-472d2050636768a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40672025-09-23T06:12:13.750Z Compiling diesel-dtrace v0.4.2
40682025-09-23T06:12:13.811Z 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`
40692025-09-23T06:12:14.223Z Compiling unicase v2.7.0
40702025-09-23T06:12:14.227Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=253408a1b62b09fe -C extra-filename=-6e0e4e8941800214 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-6e0e4e8941800214 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40712025-09-23T06:12:14.370Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-24c8d6ee9d41d628/build-script-build`
40722025-09-23T06:12:14.488Z 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)'`
40732025-09-23T06:12:14.669Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-6e0e4e8941800214/build-script-build`
40742025-09-23T06:12:14.927Z Compiling bb8 v0.8.5
40752025-09-23T06:12:15.028Z 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=b911682058462268 -C extra-filename=-b57eeff2c12e6b55 --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-43346e1c8890fba4.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40762025-09-23T06:12:15.116Z Compiling parse-size v1.1.0
40772025-09-23T06:12:15.160Z 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`
40782025-09-23T06:12:15.230Z Compiling assert_matches v1.5.0
40792025-09-23T06:12:15.233Z 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`
40802025-09-23T06:12:15.390Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=782dfadc3f7941ca -C extra-filename=-6ea1cfb5bb5b7549 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
40812025-09-23T06:12:15.433Z Compiling signal-hook-tokio v0.3.1
40822025-09-23T06:12:15.436Z 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=2cf8100561578612 -C extra-filename=-bae452370081b61b --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-cefdeffdcb752ef8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40832025-09-23T06:12:15.506Z Compiling salty v0.3.0
40842025-09-23T06:12:15.510Z 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`
40852025-09-23T06:12:15.695Z Compiling p384 v0.13.0
40862025-09-23T06:12:15.766Z 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=4541522688277909 -C extra-filename=-a73342285d52acc7 --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-740a36728ba1256c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-472d2050636768a1.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-dfa74ef0bc555310.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40872025-09-23T06:12:15.801Z Compiling mime_guess v2.0.5
40882025-09-23T06:12:15.804Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=65df819719145dca -C extra-filename=-f020eb81605c5fed --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-f020eb81605c5fed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-6ea1cfb5bb5b7549.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40892025-09-23T06:12:16.042Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-2751339dc1ce1b6a/build-script-build`
40902025-09-23T06:12:16.110Z Compiling ignore v0.4.23
40912025-09-23T06:12:16.114Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ignore --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("simd-accel"))' -C metadata=1b737e4b995d3b98 -C extra-filename=-ea81418ef1e8b0a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-6f5afe89de2beed3.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-a5926d04b60b91b9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5f2da1f73d56e025.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-02b10f5498e1960c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40922025-09-23T06:12:17.026Z Compiling http-range v0.1.5
40932025-09-23T06:12:17.039Z 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`
40942025-09-23T06:12:17.237Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-f020eb81605c5fed/build-script-build`
40952025-09-23T06:12:17.262Z 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=bf0299bdf9975a30 -C extra-filename=-9547ddf7e3eb6eba --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-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
40962025-09-23T06:12:17.381Z Compiling globwalk v0.9.1
40972025-09-23T06:12:17.384Z 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=f1fee14d447972ea -C extra-filename=-9d102c80e038ea65 --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-c241652f333010c1.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-ea81418ef1e8b0a4.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40982025-09-23T06:12:17.856Z Compiling atty v0.2.14
40992025-09-23T06:12:17.903Z 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`
41002025-09-23T06:12:17.994Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
41012025-09-23T06:12:17.998Z 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=20eeeac2e2e74973 -C extra-filename=-30f65d0e9508595b --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-10405974cb76fcd1.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-9547ddf7e3eb6eba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41022025-09-23T06:12:18.068Z Compiling camino-tempfile-ext v0.3.2
41032025-09-23T06:12:18.072Z 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=0fae5aa0faac0e56 -C extra-filename=-5af0444093f0a8ae --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-2f6d82436b7570bb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-9d102c80e038ea65.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d8448149a9b86ace.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-162d642102c61a67.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-6d6fb21ada06257a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41042025-09-23T06:12:18.179Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=0ce40f88b94ee51b -C extra-filename=-d6ecfb573abc7fa3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-72ce21d76a94c4bc.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-6ea1cfb5bb5b7549.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41052025-09-23T06:12:18.741Z Compiling tungstenite v0.23.0
41062025-09-23T06:12:18.798Z 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=45c9241306d7e6e7 -C extra-filename=-247aca98a60cf800 --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-0d495fe4e42d1a55.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.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-787480c86dbd9bba.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a31e96fb2691d45d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.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`
41072025-09-23T06:12:18.930Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
41082025-09-23T06:12:18.982Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/77e316c/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d238ee9905b4383 -C extra-filename=-2fc181ef6b8d9a31 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-2fc181ef6b8d9a31 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41092025-09-23T06:12:19.160Z Compiling void v1.0.2
41102025-09-23T06:12:19.164Z 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`
41112025-09-23T06:12:19.221Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
41122025-09-23T06:12:19.224Z 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`
41132025-09-23T06:12:19.385Z Compiling lzss v0.8.2
41142025-09-23T06:12:19.388Z 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`
41152025-09-23T06:12:19.430Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-2fc181ef6b8d9a31/build-script-build`
41162025-09-23T06:12:19.545Z Compiling hyper-staticfile v0.10.1
41172025-09-23T06:12:19.548Z 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=fd0dab9e8b22c8df -C extra-filename=-11d7867f7991419a --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-496f76f93532f782.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.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-3752691fb1b62f88.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-d6ecfb573abc7fa3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41182025-09-23T06:12:19.686Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-e53e10040c59e2ec/build-script-build`
41192025-09-23T06:12:19.751Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
41202025-09-23T06:12:19.755Z 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=62f187cc9cbc6cdf -C extra-filename=-98f63d2119156b28 --out-dir /work/oxidecomputer/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-30f65d0e9508595b.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-7735b057a25e5eff.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-a73342285d52acc7.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-dad156261ad4afc1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41212025-09-23T06:12:19.853Z Compiling tokio-tungstenite v0.23.1
41222025-09-23T06:12:19.857Z 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=d8c71c0acfaffc8f -C extra-filename=-0ec5258913ebb357 --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-496f76f93532f782.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-247aca98a60cf800.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41232025-09-23T06:12:20.464Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
41242025-09-23T06:12:20.522Z 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=ab12883fa6568028 -C extra-filename=-eaa33edf949db984 --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-212be829a8d8aba5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41252025-09-23T06:12:20.592Z Compiling nix v0.27.1
41262025-09-23T06:12:20.596Z 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=f2fe5f487e53690c -C extra-filename=-ed01b81648180c78 --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-c241652f333010c1.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`
41272025-09-23T06:12:20.755Z Compiling serde_bytes v0.11.17
41282025-09-23T06:12:20.759Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_bytes-0.11.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=25b1ae5243c2e480 -C extra-filename=-0887cf78dab513d0 --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41292025-09-23T06:12:20.817Z Compiling secrecy v0.8.0
41302025-09-23T06:12:20.859Z 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=c1fa7f03085dd84f -C extra-filename=-1ee17597b25000f3 --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-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41312025-09-23T06:12:20.862Z Compiling rand_seeder v0.4.0
41322025-09-23T06:12:20.862Z 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`
41332025-09-23T06:12:21.121Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
41342025-09-23T06:12:21.124Z 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=d238be6ae63dfc74 -C extra-filename=-3814f3b7d39dbf85 --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-39377dd3172fefce.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41352025-09-23T06:12:21.221Z Compiling tabled_derive v0.10.0
41362025-09-23T06:12:21.224Z 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=955292c5cf18a88e -C extra-filename=-54e6f74f752d7b1b --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-5f61b7501c7c81d4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41372025-09-23T06:12:21.264Z Compiling papergrid v0.14.0
41382025-09-23T06:12:21.267Z 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`
41392025-09-23T06:12:22.414Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/77e316c/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f40b54cd3ecf2b69 -C extra-filename=-63ea68af07bbcaae --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-43346e1c8890fba4.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-8ad7ebe10b3c4080.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.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-095791a7f1b75397.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-10405974cb76fcd1.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3dfa366aef439f68.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-ed01b81648180c78.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-09b4ca918857c17e.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-006eb7322d00622d.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-0887cf78dab513d0.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-c66ffd8347290c23.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3abb8e600975acb8.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d6007f7a044230c7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-eaa33edf949db984.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d0941ffe00ef32c6.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`
41402025-09-23T06:12:22.847Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
41412025-09-23T06:12:22.851Z 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=c0f00b397abd2ae7 -C extra-filename=-3bfe3d0057f53fb9 --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-c241652f333010c1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-10405974cb76fcd1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41422025-09-23T06:12:24.187Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
41432025-09-23T06:12:24.190Z 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`
41442025-09-23T06:12:24.668Z Compiling yansi v1.0.1
41452025-09-23T06:12:24.672Z 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`
41462025-09-23T06:12:24.985Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
41472025-09-23T06:12:24.988Z 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=da9f7a68b6fb2a23 -C extra-filename=-d32d114bd9fa86ce --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-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-3bfe3d0057f53fb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41482025-09-23T06:12:25.101Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-6d88bdb71f53b6ae/build-script-build`
41492025-09-23T06:12:25.215Z Compiling tabled v0.18.0
41502025-09-23T06:12:25.275Z 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=a1e5a9c441a743f4 -C extra-filename=-b090791b1f489fe3 --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-54e6f74f752d7b1b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41512025-09-23T06:12:25.347Z Compiling pretty_assertions v1.4.1
41522025-09-23T06:12:25.351Z 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`
41532025-09-23T06:12:25.866Z Compiling typeid v1.0.3
41542025-09-23T06:12:25.869Z 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`
41552025-09-23T06:12:26.520Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-1c98f68fac25bb05/build-script-build`
41562025-09-23T06:12:26.634Z 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)'`
41572025-09-23T06:12:26.862Z Compiling castaway v0.2.3
41582025-09-23T06:12:26.865Z 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`
41592025-09-23T06:12:27.098Z Compiling indoc v2.0.6
41602025-09-23T06:12:27.101Z 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`
41612025-09-23T06:12:28.157Z Compiling compact_str v0.8.0
41622025-09-23T06:12:28.211Z 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`
41632025-09-23T06:12:28.830Z Compiling erased-serde v0.4.6
41642025-09-23T06:12:28.833Z 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=f14ffb8ebc21449e -C extra-filename=-2f04430ab79b2c33 --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-09b4ca918857c17e.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`
41652025-09-23T06:12:29.550Z 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=34f5963c9d6c4618 -C extra-filename=-bb65dc10674bc75a --out-dir /work/oxidecomputer/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-c6986f36e3c22886.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-10405974cb76fcd1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-6721c04fa43ad68e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-732367a6ee442657.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-b090791b1f489fe3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-d32d114bd9fa86ce.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-3bfe3d0057f53fb9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
41662025-09-23T06:12:30.077Z Compiling unicode-truncate v1.1.0
41672025-09-23T06:12:30.080Z 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`
41682025-09-23T06:12:30.382Z Compiling instability v0.3.2
41692025-09-23T06:12:30.441Z 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=862953285ff6499c -C extra-filename=-7b4c27bb72c05499 --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-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41702025-09-23T06:12:30.574Z Compiling lru v0.12.5
41712025-09-23T06:12:30.577Z 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`
41722025-09-23T06:12:30.941Z Compiling ordered-float v2.10.1
41732025-09-23T06:12:30.944Z 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`
41742025-09-23T06:12:31.580Z Compiling is_ci v1.2.0
41752025-09-23T06:12:31.583Z 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`
41762025-09-23T06:12:31.626Z Compiling cassowary v0.3.0
41772025-09-23T06:12:31.629Z 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`
41782025-09-23T06:12:31.629Z Compiling serde-value v0.7.0
41792025-09-23T06:12:31.669Z 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=86b17491596927a1 -C extra-filename=-96aecb5528df09c2 --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41802025-09-23T06:12:31.870Z Compiling supports-color v3.0.2
41812025-09-23T06:12:31.931Z 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`
41822025-09-23T06:12:32.184Z Compiling ratatui v0.29.0
41832025-09-23T06:12:32.188Z 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=d746d784e563ef0f -C extra-filename=-2502d93673d2282b --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-c241652f333010c1.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-1ca21a40fd041ab6.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-5a8ba38dd8c9c489.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-7b4c27bb72c05499.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-16f4235824bc4c24.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`
41842025-09-23T06:12:32.243Z Compiling serde-untagged v0.1.7
41852025-09-23T06:12:32.289Z 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=859f17914d5a714c -C extra-filename=-236350db0b4376e0 --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-2f04430ab79b2c33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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`
41862025-09-23T06:12:32.513Z Compiling console v0.16.0
41872025-09-23T06:12:32.513Z 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`
41882025-09-23T06:12:32.752Z Compiling unit-prefix v0.5.1
41892025-09-23T06:12:32.794Z 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`
41902025-09-23T06:12:32.842Z Compiling cargo-util-schemas v0.8.2
41912025-09-23T06:12:32.846Z 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=fdb54d38b13f3e0a -C extra-filename=-404332f34fb3630c --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-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-236350db0b4376e0.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-96aecb5528df09c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-58a5172ac4a60185.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922025-09-23T06:12:33.052Z Compiling concurrent-queue v2.5.0
41932025-09-23T06:12:33.056Z 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`
41942025-09-23T06:12:33.455Z Compiling indicatif v0.18.0
41952025-09-23T06:12:33.459Z 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`
41962025-09-23T06:12:33.763Z Compiling cargo-platform v0.2.0
41972025-09-23T06:12:33.766Z 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=6b419b42468ee563 -C extra-filename=-31f877f71d42bfef --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41982025-09-23T06:12:34.399Z Compiling parking v2.2.1
41992025-09-23T06:12:34.402Z 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`
42002025-09-23T06:12:34.796Z Compiling libz-sys v1.1.20
42012025-09-23T06:12:34.839Z 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`
42022025-09-23T06:12:35.438Z Compiling cargo_metadata v0.21.0
42032025-09-23T06:12:35.442Z 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=b85d12026680375f -C extra-filename=-841f96eef870aba1 --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-2f6d82436b7570bb.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-31f877f71d42bfef.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-404332f34fb3630c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42042025-09-23T06:12:35.723Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-9373b8a66ac5a956/build-script-build`
42052025-09-23T06:12:35.885Z Compiling event-listener v5.3.1
42062025-09-23T06:12:35.929Z 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`
42072025-09-23T06:12:35.956Z Compiling libgit2-sys v0.17.0+1.8.1
42082025-09-23T06:12:35.959Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.17.0+1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=d767cf61c68ab4ea -C extra-filename=-f9a5df9671ef42ab --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-f9a5df9671ef42ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42092025-09-23T06:12:36.467Z Compiling shell-words v1.1.0
42102025-09-23T06:12:36.470Z 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`
42112025-09-23T06:12:36.836Z Compiling event-listener-strategy v0.5.2
42122025-09-23T06:12:36.839Z 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`
42132025-09-23T06:12:36.931Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-f9a5df9671ef42ab/build-script-build`
42142025-09-23T06:12:37.110Z 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`
42152025-09-23T06:12:37.331Z Compiling futures-lite v2.3.0
42162025-09-23T06:12:37.334Z 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`
42172025-09-23T06:12:38.694Z Compiling vergen v8.3.2
42182025-09-23T06:12:38.697Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-8.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=d1290a871c29f9f2 -C extra-filename=-70eba34e09e452d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-70eba34e09e452d0 -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`
42192025-09-23T06:12:38.930Z 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=404d7005b6719950 -C extra-filename=-3413b9f3513accec --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-e8d823a832b2e7bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.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`
42202025-09-23T06:12:38.933Z Compiling async-bb8-diesel v0.2.1
42212025-09-23T06:12:38.937Z 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=31cf499d0748bc4e -C extra-filename=-4a8b59abba2b40d8 --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-43346e1c8890fba4.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-b57eeff2c12e6b55.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.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`
42222025-09-23T06:12:39.133Z Compiling cargo-platform v0.1.8
42232025-09-23T06:12:39.136Z 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=ad5634fd7e77103e -C extra-filename=-bfa8433fb69bb750 --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42242025-09-23T06:12:39.395Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-70eba34e09e452d0/build-script-build`
42252025-09-23T06:12:39.461Z Compiling cargo_metadata v0.18.1
42262025-09-23T06:12:39.464Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=57a0d20cd0c6e56b -C extra-filename=-cce835d2eae0fe55 --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-2f6d82436b7570bb.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-bfa8433fb69bb750.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272025-09-23T06:12:39.640Z Compiling petname v2.0.2
42282025-09-23T06:12:39.643Z 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=4578262d08ffceae -C extra-filename=-e0f4a6f72a0bffb3 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-e0f4a6f72a0bffb3 -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-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42292025-09-23T06:12:39.754Z Compiling rtoolbox v0.0.2
42302025-09-23T06:12:39.757Z 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`
42312025-09-23T06:12:40.173Z Compiling hex-literal v0.4.1
42322025-09-23T06:12:40.177Z 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`
42332025-09-23T06:12:40.391Z Compiling rustls v0.21.12
42342025-09-23T06:12:40.394Z 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`
42352025-09-23T06:12:40.757Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-a8c3524409529b0f/build-script-build`
42362025-09-23T06:12:40.804Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-e0f4a6f72a0bffb3/build-script-build`
42372025-09-23T06:12:40.850Z Compiling rpassword v7.4.0
42382025-09-23T06:12:40.853Z 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`
42392025-09-23T06:12:40.886Z Compiling async-lock v3.4.0
42402025-09-23T06:12:40.886Z 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`
42412025-09-23T06:12:41.165Z Compiling tui-tree-widget v0.23.1
42422025-09-23T06:12:41.204Z 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=777d9fb24a7d780a -C extra-filename=-52ff9b518b138253 --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-2502d93673d2282b.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`
42432025-09-23T06:12:41.208Z Compiling sct v0.7.1
42442025-09-23T06:12:41.208Z 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`
42452025-09-23T06:12:41.559Z Compiling rustls-webpki v0.101.7
42462025-09-23T06:12:41.599Z 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`
42472025-09-23T06:12:41.603Z Compiling polling v3.7.3
42482025-09-23T06:12:41.603Z 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=21e71a31b81cbaca -C extra-filename=-3e5abc1e46544c18 --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-c8e0f00457d22fb4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42492025-09-23T06:12:42.063Z 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=d3197f2b0cee0360 -C extra-filename=-08e2e14879a2a174 --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-787480c86dbd9bba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42502025-09-23T06:12:42.294Z Compiling async-io v2.3.4
42512025-09-23T06:12:42.298Z Compiling polyval v0.6.2
42522025-09-23T06:12:42.298Z 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=acb828aa12675d35 -C extra-filename=-f2e1c4bedf60ffcb --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-3e5abc1e46544c18.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c8e0f00457d22fb4.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42532025-09-23T06:12:42.298Z 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=aeab57328700e03a -C extra-filename=-73990189551f6fb4 --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-0aad05109761d0c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42542025-09-23T06:12:42.835Z 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`
42552025-09-23T06:12:43.175Z Compiling async-task v4.7.1
42562025-09-23T06:12:43.178Z 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`
42572025-09-23T06:12:43.694Z Compiling sync-ptr v0.1.4
42582025-09-23T06:12:43.697Z 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`
42592025-09-23T06:12:43.955Z Compiling ghash v0.5.1
42602025-09-23T06:12:43.959Z 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=f188b57dd64bb365 -C extra-filename=-91ebb04a4f0fe3f6 --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-73990189551f6fb4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42612025-09-23T06:12:44.097Z Compiling async-channel v2.3.1
42622025-09-23T06:12:44.101Z 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`
42632025-09-23T06:12:44.184Z Compiling rustls-pemfile v1.0.4
42642025-09-23T06:12:44.187Z 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`
42652025-09-23T06:12:44.246Z Compiling piper v0.2.4
42662025-09-23T06:12:44.286Z 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`
42672025-09-23T06:12:44.520Z Compiling twox-hash v2.1.0
42682025-09-23T06:12:44.523Z 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=eb1311007f28179b -C extra-filename=-005c5368e174997b --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-787480c86dbd9bba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42692025-09-23T06:12:44.589Z Compiling ctr v0.9.2
42702025-09-23T06:12:44.592Z 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=ebe01ef8e0539072 -C extra-filename=-950f9ae6083f57e1 --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-5527f72dd55d7f2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42712025-09-23T06:12:44.682Z Compiling target-lexicon v0.13.2
42722025-09-23T06:12:44.686Z 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`
42732025-09-23T06:12:44.996Z Compiling plotters-backend v0.3.7
42742025-09-23T06:12:45.000Z 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`
42752025-09-23T06:12:45.341Z Compiling aes-gcm v0.10.3
42762025-09-23T06:12:45.344Z 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=7cf99a129672aa16 -C extra-filename=-6635b28e63b7a9ed --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-f847471638ed7aa3.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-dfaef6cde8c84d8c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5527f72dd55d7f2a.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-950f9ae6083f57e1.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-91ebb04a4f0fe3f6.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`
42772025-09-23T06:12:45.548Z Compiling plotters-svg v0.3.7
42782025-09-23T06:12:45.552Z 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`
42792025-09-23T06:12:45.697Z Compiling blocking v1.6.1
42802025-09-23T06:12:45.700Z 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`
42812025-09-23T06:12:45.830Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-ba161d3784ea5563/build-script-build`
42822025-09-23T06:12:45.945Z Compiling async-executor v1.13.1
42832025-09-23T06:12:45.949Z 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`
42842025-09-23T06:12:45.991Z Compiling async-signal v0.2.10
42852025-09-23T06:12:45.991Z 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=f2441bbfaf107681 -C extra-filename=-d816e1c277e07d01 --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-f2e1c4bedf60ffcb.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-c8e0f00457d22fb4.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`
42862025-09-23T06:12:46.288Z Compiling fatfs v0.3.6
42872025-09-23T06:12:46.347Z 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=b70f6792c88f3768 -C extra-filename=-b36d04229c40903b --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-b54b1f3a32a098fa.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`
42882025-09-23T06:12:46.459Z Compiling tokio-rustls v0.24.1
42892025-09-23T06:12:46.462Z 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=d09b764aca2b4626 -C extra-filename=-855fe66af5f920f4 --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-cefdeffdcb752ef8.rmeta --cap-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`
42902025-09-23T06:12:46.665Z Compiling ssh-encoding v0.2.0
42912025-09-23T06:12:46.668Z 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=e5cea6a4423ecf3a -C extra-filename=-7368631e06829679 --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-29aa24aec8c2efa6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42922025-09-23T06:12:46.897Z Compiling blowfish v0.9.1
42932025-09-23T06:12:46.939Z 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=c512d7b0f959d849 -C extra-filename=-b39f0b5ceb78c1e3 --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-5527f72dd55d7f2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42942025-09-23T06:12:47.185Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
42952025-09-23T06:12:47.189Z 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=32b176bc45c12d92 -C extra-filename=-e612ec2bf264f751 --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-c241652f333010c1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42962025-09-23T06:12:47.357Z Compiling guppy-workspace-hack v0.1.0
42972025-09-23T06:12:47.360Z 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`
42982025-09-23T06:12:47.798Z Compiling arrayvec v0.7.6
42992025-09-23T06:12:47.801Z 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`
43002025-09-23T06:12:47.902Z Compiling event-listener v2.5.3
43012025-09-23T06:12:47.905Z 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`
43022025-09-23T06:12:48.219Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-83f69c8739eaed10/build-script-build`
43032025-09-23T06:12:48.264Z 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=4b0721770b396e3c -C extra-filename=-fe84afce15d522a3 --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-6065506cd6a618f9/out/build/artifacts -l static=aws_lc_0_26_0_crypto -l static=aws_lc_0_26_0_rust_wrapper --cfg use_bindgen_generated`
43042025-09-23T06:12:48.306Z Compiling constant_time_eq v0.3.1
43052025-09-23T06:12:48.309Z 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`
43062025-09-23T06:12:48.388Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-8e9dab753c28e3d0/build-script-build`
43072025-09-23T06:12:48.416Z Compiling arrayref v0.3.9
43082025-09-23T06:12:48.419Z 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`
43092025-09-23T06:12:48.558Z Compiling cast v0.3.0
43102025-09-23T06:12:48.561Z 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`
43112025-09-23T06:12:48.601Z Compiling futures-timer v3.0.3
43122025-09-23T06:12:48.604Z 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`
43132025-09-23T06:12:48.992Z Compiling criterion-plot v0.6.0
43142025-09-23T06:12:49.039Z 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`
43152025-09-23T06:12:49.409Z Compiling async-channel v1.9.0
43162025-09-23T06:12:49.465Z 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`
43172025-09-23T06:12:49.783Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-3196ba251c2941fc/build-script-build`
43182025-09-23T06:12:49.832Z Compiling bcrypt-pbkdf v0.10.0
43192025-09-23T06:12:49.835Z 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=63d69d85a8271c9c -C extra-filename=-f599ebdcf5ff8aa7 --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-b39f0b5ceb78c1e3.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-b591901e9ad7f61a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43202025-09-23T06:12:49.865Z Compiling ssh-cipher v0.2.0
43212025-09-23T06:12:49.868Z 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=467d526791c841bb -C extra-filename=-f55f5e74b423061c --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-dfaef6cde8c84d8c.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-6635b28e63b7a9ed.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-6ed8a3b85e99de4e.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-f1aae7c1aadf1d13.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5527f72dd55d7f2a.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-950f9ae6083f57e1.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-eeefcd9df1ca1b59.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-7368631e06829679.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`
43222025-09-23T06:12:49.931Z Compiling async-process v2.3.0
43232025-09-23T06:12:49.934Z 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=21af4dad9308c40a -C extra-filename=-cd76189c43513b08 --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-f2e1c4bedf60ffcb.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-d816e1c277e07d01.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-c8e0f00457d22fb4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43242025-09-23T06:12:50.450Z Compiling async-global-executor v2.4.1
43252025-09-23T06:12:50.454Z 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=ea1f715464937aa6 -C extra-filename=-f47daf2a9cea6b24 --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-f2e1c4bedf60ffcb.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`
43262025-09-23T06:12:50.774Z 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=3064439c2066f341 -C extra-filename=-f3542156371f6d8e --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-fe84afce15d522a3.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-d5ae4d0e55dbad1b.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'`
43272025-09-23T06:12:51.180Z 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"'`
43282025-09-23T06:12:51.225Z Compiling plotters v0.3.7
43292025-09-23T06:12:51.229Z 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`
43302025-09-23T06:12:51.821Z Compiling password-hash v0.4.2
43312025-09-23T06:12:51.825Z 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`
43322025-09-23T06:12:51.998Z Compiling async-attributes v1.1.2
43332025-09-23T06:12:52.002Z 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=ec5ae38a56a7e768 -C extra-filename=-af1ac10287d57d5d --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-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43342025-09-23T06:12:52.483Z Compiling tinytemplate v1.2.1
43352025-09-23T06:12:52.486Z 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=afc2668d9c077aa1 -C extra-filename=-750e815f13b09201 --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-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43362025-09-23T06:12:52.656Z Compiling kv-log-macro v1.0.7
43372025-09-23T06:12:52.659Z 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`
43382025-09-23T06:12:52.880Z Compiling rustls-webpki v0.102.8
43392025-09-23T06:12:52.884Z 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=d32e9b2463e0838a -C extra-filename=-5d1cdebe07f9fe13 --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-f3542156371f6d8e.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
43402025-09-23T06:12:53.073Z Compiling oorandom v11.1.4
43412025-09-23T06:12:53.077Z 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`
43422025-09-23T06:12:53.337Z Compiling target-spec v3.5.0
43432025-09-23T06:12:53.379Z 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`
43442025-09-23T06:12:53.405Z Compiling anes v0.1.6
43452025-09-23T06:12:53.409Z 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`
43462025-09-23T06:12:53.517Z Compiling async-std v1.13.0
43472025-09-23T06:12:53.521Z 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=f0b78946ecee3ba8 -C extra-filename=-2b57ce407de11d22 --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-af1ac10287d57d5d.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-f47daf2a9cea6b24.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-f2e1c4bedf60ffcb.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-cd76189c43513b08.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`
43482025-09-23T06:12:53.827Z 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=6609d08d4678336c -C extra-filename=-ceb70b948812cbd1 --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-f3542156371f6d8e.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-5d1cdebe07f9fe13.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
43492025-09-23T06:12:53.892Z 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=37a58324477a134b -C extra-filename=-29ea689d86230a26 --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-5d1cdebe07f9fe13.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts`
43502025-09-23T06:12:53.965Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-dc46061e70f154d8/build-script-build`
43512025-09-23T06:12:54.019Z Compiling criterion v0.7.0
43522025-09-23T06:12:54.022Z 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=f1ffa4800229fa39 -C extra-filename=-6210aa16342c96c8 --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-99a71b153ac78d4e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-494d68a9c5b636cb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-dc51e06c1710e590.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-10c5fcd839c62ce6.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-750e815f13b09201.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.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`
43532025-09-23T06:12:54.699Z Compiling pbkdf2 v0.11.0
43542025-09-23T06:12:54.702Z 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=144df80d8a63756a -C extra-filename=-5c9ad4d7d6516870 --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-811675e9ce129203.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-fb6d5d40cc55a355.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43552025-09-23T06:12:55.130Z Compiling cfg-expr v0.20.1
43562025-09-23T06:12:55.134Z 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`
43572025-09-23T06:12:56.478Z Compiling ssh-key v0.6.6
43582025-09-23T06:12:56.482Z 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=cb5651670ab145e6 -C extra-filename=-c6a4d4ee843434d6 --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-f599ebdcf5ff8aa7.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7735b057a25e5eff.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-6f1ed74508cb4f07.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b8db0d8d959dca58.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-9863a1ecd9556f27.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a3e043e01dacdc0f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-f55f5e74b423061c.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-7368631e06829679.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43592025-09-23T06:12:59.956Z Compiling tokio-rustls v0.25.0
43602025-09-23T06:12:59.959Z 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=6156f38bad3b7a7a -C extra-filename=-8726f049d1de957f --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-29ea689d86230a26.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts`
43612025-09-23T06:13:00.429Z Compiling tokio-rustls v0.26.0
43622025-09-23T06:13:00.433Z 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=87bea74ee390e39c -C extra-filename=-dc21c48f503b3912 --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-ceb70b948812cbd1.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
43632025-09-23T06:13:00.476Z 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=2abc3d51fcb70c2a -C extra-filename=-b2eda1a4c0ab0511 --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-223f3776983858a5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.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-6a0d7022418a588e.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4007d0fab8ad1eec.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-e0259c4ffe7543ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae497a36acd53814.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-5941468896891ce1.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.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-29ea689d86230a26.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4fce4e441353cd7c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3fbc1cb08c7d416.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a31e96fb2691d45d.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-01da50fe18ec8ec6.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-dfceb74cd468da84.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-8726f049d1de957f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-76c38bd08e614241.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.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-6065506cd6a618f9/out/build/artifacts`
43642025-09-23T06:13:00.970Z Compiling hyper-rustls v0.27.7
43652025-09-23T06:13:00.974Z 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=13a41cb2be518f26 -C extra-filename=-95b01d2892752fb2 --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-e401084e2cb4ce7c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae497a36acd53814.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ceb70b948812cbd1.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-cefdeffdcb752ef8.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-dc21c48f503b3912.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
43662025-09-23T06:13:01.689Z Compiling reqwest v0.12.22
43672025-09-23T06:13:01.692Z 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=2bbbd48ec0b0d230 -C extra-filename=-389f747358fdd3a5 --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-0d495fe4e42d1a55.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-ade49366515500e5.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-496f76f93532f782.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-b68f6e110ab5151a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7a32adb046288a75.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-95b01d2892752fb2.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-cdde40b80897a6b4.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae497a36acd53814.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-c23ecdd7e831d87d.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-ceb70b948812cbd1.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-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3fbc1cb08c7d416.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-bf5271d3cd9bc83f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-69d9c07e1eaf7854.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-dc21c48f503b3912.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-a4203ef9e73e843c.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-2da1702c4ff50868.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43682025-09-23T06:13:02.137Z 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=dd29b68cc7309783 -C extra-filename=-2809f11fa9bd2bb6 --out-dir /work/oxidecomputer/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-30f65d0e9508595b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-98f63d2119156b28.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7735b057a25e5eff.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-9e8190d71cc4dc9f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ceb70b948812cbd1.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1ee17597b25000f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.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-732367a6ee442657.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-dc21c48f503b3912.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-dad156261ad4afc1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-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-6065506cd6a618f9/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/`
43692025-09-23T06:13:04.235Z 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`
43702025-09-23T06:13:04.422Z Compiling p256 v0.13.2
43712025-09-23T06:13:04.426Z 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=26ad988ef9781593 -C extra-filename=-24e947e2159dcf85 --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-740a36728ba1256c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-472d2050636768a1.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-dfa74ef0bc555310.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43722025-09-23T06:13:04.822Z Compiling p521 v0.13.3
43732025-09-23T06:13:04.870Z 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=7efd78176bd75a81 -C extra-filename=-44493179f797f541 --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-740a36728ba1256c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-472d2050636768a1.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-dfa74ef0bc555310.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43742025-09-23T06:13:05.334Z Compiling progenitor-client v0.10.0
43752025-09-23T06:13:05.337Z 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=c88a30559d77c293 -C extra-filename=-e06f944073db5877 --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-0d495fe4e42d1a55.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-389f747358fdd3a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3fbc1cb08c7d416.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43762025-09-23T06:13:05.985Z Compiling progenitor-client v0.9.1
43772025-09-23T06:13:05.988Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75abb9a49155f260 -C extra-filename=-b2503840ad9140d7 --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-0d495fe4e42d1a55.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-389f747358fdd3a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3fbc1cb08c7d416.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43782025-09-23T06:13:06.234Z Compiling progenitor v0.10.0
43792025-09-23T06:13:06.237Z 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=58e97bd9fa2fe303 -C extra-filename=-2a5523c5ec06d450 --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-e06f944073db5877.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-b9f04412f7dc3a03.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-0949ae6cdbcf95d0.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43802025-09-23T06:13:06.540Z Compiling progenitor v0.9.1
43812025-09-23T06:13:06.544Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=16152970fef2bf17 -C extra-filename=-46e1e4362df28991 --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-b2503840ad9140d7.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-bf25d4171bd396fe.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-1808c61a20aec388.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43822025-09-23T06:13:06.629Z Compiling tough v0.20.0
43832025-09-23T06:13:06.633Z 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=0673f35e3905495e -C extra-filename=-4c87825fbc2f0bd5 --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-6125749695b47897.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-f3542156371f6d8e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ba11f873af450cd1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-a5926d04b60b91b9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-93c387a2ebd3a951.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-389f747358fdd3a5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ceb70b948812cbd1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-0de4937a98d542db.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-e15d1b45d15eb0e6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.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-b6ef781bf1d01bd4.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43842025-09-23T06:13:06.857Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
43852025-09-23T06:13:06.860Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/e3c587a/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=724d40fe23a58553 -C extra-filename=-e9833044512c91d7 --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-46e1e4362df28991.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43862025-09-23T06:13:06.935Z Compiling progenitor-client v0.8.0
43872025-09-23T06:13:06.938Z 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=d1f2d85aef19a0af -C extra-filename=-c4e9b3e97e1a3fc8 --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-0d495fe4e42d1a55.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-389f747358fdd3a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3fbc1cb08c7d416.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43882025-09-23T06:13:07.496Z Compiling progenitor v0.8.0
43892025-09-23T06:13:07.554Z 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=7074eadb81fdc56e -C extra-filename=-52d8e1b68c486dee --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-c4e9b3e97e1a3fc8.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-0c351422156b3be7.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-45e1e8262cc4abaf.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43902025-09-23T06:13:07.832Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
43912025-09-23T06:13:07.835Z 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=ca08859753e60d56 -C extra-filename=-b901416799aad7f8 --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-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f59c456c6a871a93.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52d8e1b68c486dee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4885204982c4a818.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43922025-09-23T06:13:10.075Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
43932025-09-23T06:13:10.079Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/23b06c2/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f26e9cd933b885f3 -C extra-filename=-626baf221cacacb9 --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-43346e1c8890fba4.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-8d317339a0072008.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e06f944073db5877.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-214bbe1fc4172ce7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4885204982c4a818.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43942025-09-23T06:13:12.612Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
43952025-09-23T06:13:12.617Z 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=cbfc193ce5c6f555 -C extra-filename=-6e2622ed34583af3 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-6e2622ed34583af3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-6b23720aa228d798.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-f3542156371f6d8e.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-c241652f333010c1.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-8629a278cecb7b23.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5527f72dd55d7f2a.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-506de69e80e8f3e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-88b65e5b0b3f44ca.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-1ca21a40fd041ab6.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7c30fa127176a7cf.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-284a39874999e34d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-811675e9ce129203.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-c465ab86ca9c07c9.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-740a36728ba1256c.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7735b057a25e5eff.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-472d2050636768a1.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-376937d130ecf064.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-496f76f93532f782.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-095791a7f1b75397.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-075ff24e61b7aa5e.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-d1c2964a6d83ae33.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-505311e2d2b65158.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-95b01d2892752fb2.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae497a36acd53814.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-89def4d09e191fa9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-78813f267f87f480.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-4237adee672c9d6a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.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 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-b07eef09036bbc3b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-6721c04fa43ad68e.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-6f1ed74508cb4f07.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-96cf94595ad474e3.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-d1b65a70248dc876.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-25a4dee626dc6397.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-611a48f9bc476396.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-af8e42e130717fe4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d8448149a9b86ace.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-86846878de168962.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff417b83a2a6797c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5f2da1f73d56e025.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b8db0d8d959dca58.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-c8e0f00457d22fb4.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-a8ce4b317d32ef1e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ceb70b948812cbd1.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5d1cdebe07f9fe13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-5d1d13f9e706d439.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a31e96fb2691d45d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-8205f27d79057c60.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d6007f7a044230c7.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-16f4235824bc4c24.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0653de016beb49ad.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.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-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-dc21c48f503b3912.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3fe69de73c4a5567.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-3fe6b549e3e2e7e8.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-919e9d75404e55eb.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a491ab8cefaa9605.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-75a505c88008aafa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-380517021d21c4e8.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-dad156261ad4afc1.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-47d9f9ecf0e4dc7e.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d0941ffe00ef32c6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
43962025-09-23T06:13:13.040Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-6e2622ed34583af3/build-script-build`
43972025-09-23T06:13:13.092Z 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=6aff456d7aaf3958 -C extra-filename=-6ec80429f7643e21 --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-6b23720aa228d798.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-f3542156371f6d8e.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-c241652f333010c1.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-8629a278cecb7b23.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5527f72dd55d7f2a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-88b65e5b0b3f44ca.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-1ca21a40fd041ab6.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7c30fa127176a7cf.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-284a39874999e34d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-811675e9ce129203.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-c465ab86ca9c07c9.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-740a36728ba1256c.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7735b057a25e5eff.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-472d2050636768a1.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-376937d130ecf064.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-496f76f93532f782.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-095791a7f1b75397.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-075ff24e61b7aa5e.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-d1c2964a6d83ae33.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-505311e2d2b65158.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-95b01d2892752fb2.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae497a36acd53814.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-89def4d09e191fa9.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-78813f267f87f480.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-4237adee672c9d6a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.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 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-b07eef09036bbc3b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-6721c04fa43ad68e.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-6f1ed74508cb4f07.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-96cf94595ad474e3.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-d1b65a70248dc876.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-25a4dee626dc6397.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-611a48f9bc476396.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-af8e42e130717fe4.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d8448149a9b86ace.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-86846878de168962.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff417b83a2a6797c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5f2da1f73d56e025.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b8db0d8d959dca58.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-c8e0f00457d22fb4.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-a8ce4b317d32ef1e.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ceb70b948812cbd1.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5d1cdebe07f9fe13.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-5d1d13f9e706d439.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a31e96fb2691d45d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-8205f27d79057c60.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d6007f7a044230c7.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-16f4235824bc4c24.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-dc21c48f503b3912.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3fe69de73c4a5567.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-3fe6b549e3e2e7e8.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-919e9d75404e55eb.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a491ab8cefaa9605.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-75a505c88008aafa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rmeta --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-380517021d21c4e8.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-dad156261ad4afc1.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-47d9f9ecf0e4dc7e.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d0941ffe00ef32c6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
43982025-09-23T06:13:13.270Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
43992025-09-23T06:13:13.274Z 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=e5c233362a359c42 -C extra-filename=-6293bce0367d3be4 --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-6ec80429f7643e21.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44002025-09-23T06:13:14.279Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
44012025-09-23T06:13:14.283Z 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=1bb9e86255bf52d4 -C extra-filename=-3f164c8b48919ecf --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-06d778d72450a958.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-33743aebe9fb1e1f.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44022025-09-23T06:13:14.530Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
44032025-09-23T06:13:14.534Z 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=daff0b8f83b7cf36 -C extra-filename=-479f82a212521eaf --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-6ec80429f7643e21.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-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44042025-09-23T06:13:14.639Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
44052025-09-23T06:13:14.643Z 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=bba191c3070b1d84 -C extra-filename=-10ee765b2b2fe1ea --out-dir /work/oxidecomputer/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-6293bce0367d3be4.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-8ad7ebe10b3c4080.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e9833044512c91d7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e06f944073db5877.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5123224985cf52ce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-bee944271bfa6028.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.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-3abb8e600975acb8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44062025-09-23T06:13:14.689Z 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=a15a08cb1cb56962 -C extra-filename=-b02fc44731da7541 --out-dir /work/oxidecomputer/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-6293bce0367d3be4.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-8ad7ebe10b3c4080.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e9833044512c91d7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e06f944073db5877.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5123224985cf52ce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-bee944271bfa6028.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.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-3abb8e600975acb8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44072025-09-23T06:13:15.484Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
44082025-09-23T06:13:15.488Z 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=72bced65795ee30f -C extra-filename=-b3492102c6b1096a --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-74c62a1d4d9a119c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44092025-09-23T06:13:15.807Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44102025-09-23T06:13:15.811Z 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=d475a93a8e560d41 -C extra-filename=-90a6510909a3c879 --out-dir /work/oxidecomputer/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-0f3e07d9f1d69d7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.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-33743aebe9fb1e1f.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c3abe641086f3562.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-6ec80429f7643e21.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f976e8733bc7da37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.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-cefdeffdcb752ef8.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44112025-09-23T06:13:16.021Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44122025-09-23T06:13:16.025Z 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=6921941c14a83ff6 -C extra-filename=-e999a910018e4277 --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-b2eda1a4c0ab0511.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44132025-09-23T06:13:16.440Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
44142025-09-23T06:13:16.443Z 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=dcd59a6ba7edec61 -C extra-filename=-7c6ee9319a6af526 --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-6ec80429f7643e21.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44152025-09-23T06:13:17.003Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
44162025-09-23T06:13:17.004Z 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=523c784133df2453 -C extra-filename=-0993f9002d46b547 --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-6ec80429f7643e21.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44172025-09-23T06:13:17.304Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
44182025-09-23T06:13:17.308Z 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=ca7edb040f01f150 -C extra-filename=-bd9ee1f306ab6016 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-bd9ee1f306ab6016 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44192025-09-23T06:13:17.600Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
44202025-09-23T06:13:17.604Z 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=9e37216071a734e2 -C extra-filename=-9370ea0c7bc7e80a --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-2f6d82436b7570bb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.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-1049b3587c2892e8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b901416799aad7f8.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-6eb2d86da4d71198.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-95ab6d12ac3531a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-3d91acb03d777c0c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c47a408223121e9c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4885204982c4a818.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3fe69de73c4a5567.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-39789014ef0e52a1.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fbc4d13c9a11348f.rmeta --cap-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-6065506cd6a618f9/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`
44212025-09-23T06:13:17.745Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-bd9ee1f306ab6016/build-script-build`
44222025-09-23T06:13:17.814Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
44232025-09-23T06:13:17.819Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68cce402ac0c2874 -C extra-filename=-20ea36539b6d8f0e --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:13:18.378Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44252025-09-23T06:13:18.382Z 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=0d7523a50735fbf0 -C extra-filename=-ae8615c2cbacee22 --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-6ec80429f7643e21.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:13:18.651Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44272025-09-23T06:13:18.655Z 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=17aede959fdb4f0e -C extra-filename=-6ddaefd1a2a42d25 --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-b54b1f3a32a098fa.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:13:19.600Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
44292025-09-23T06:13:19.604Z 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/71f1965/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=b3d7744baffd9ada -C extra-filename=-07f1d8ea032fb30c --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-6ec80429f7643e21.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:13:20.325Z Compiling progenitor-client v0.11.0
44312025-09-23T06:13:20.328Z 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=574a231daaac2be0 -C extra-filename=-e40095c515d8501c --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-0d495fe4e42d1a55.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-389f747358fdd3a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3fbc1cb08c7d416.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44322025-09-23T06:13:20.864Z Compiling progenitor v0.11.0
44332025-09-23T06:13:20.867Z 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=3a2442150293fbae -C extra-filename=-450c53b6932635b3 --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-e40095c515d8501c.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-87fc5621f13f1651.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-85151c4892b519da.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44342025-09-23T06:13:20.908Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44352025-09-23T06:13:20.959Z 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=a3c563964aebacf0 -C extra-filename=-617fb6c047660bf4 --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-b54b1f3a32a098fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44362025-09-23T06:13:21.163Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44372025-09-23T06:13:21.166Z 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=349432895f4e82d7 -C extra-filename=-89ec76158b980749 --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-6ec80429f7643e21.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44382025-09-23T06:13:21.473Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44392025-09-23T06:13:21.477Z 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=d2f9aa53da04df1a -C extra-filename=-db3f24e2c3191f49 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-db3f24e2c3191f49 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44402025-09-23T06:13:21.832Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44412025-09-23T06:13:21.835Z 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=078badaa43988915 -C extra-filename=-131ac933d44346f3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-131ac933d44346f3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-cc1a7fb752fd1024.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44422025-09-23T06:13:21.924Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-db3f24e2c3191f49/build-script-build`
44432025-09-23T06:13:22.055Z 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=5f0c08bcfa4d4dfe -C extra-filename=-16852d886e38029a --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-e8d823a832b2e7bf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/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`
44442025-09-23T06:13:22.465Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-131ac933d44346f3/build-script-build`
44452025-09-23T06:13:22.658Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
44462025-09-23T06:13:22.661Z 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=afc14fcdba7c3678 -C extra-filename=-30afb2749f7b8e55 --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-89ec76158b980749.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c366a20bb361137b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44472025-09-23T06:13:22.930Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44482025-09-23T06:13:22.933Z 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=eaed0543b9cd4d55 -C extra-filename=-0504811215d06f0d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-0504811215d06f0d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44492025-09-23T06:13:23.380Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-0504811215d06f0d/build-script-build`
44502025-09-23T06:13:23.450Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44512025-09-23T06:13:23.453Z 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=7cefbbfb2a3f840a -C extra-filename=-c75f20bda29ee2fe --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-c75f20bda29ee2fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:13:23.936Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
44532025-09-23T06:13:23.940Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/e3c587a/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=ceddc062229ba89a -C extra-filename=-37f90dc777e14208 --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-39dd9f45a0064be6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-46e1e4362df28991.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44542025-09-23T06:13:25.214Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-c75f20bda29ee2fe/build-script-build`
44552025-09-23T06:13:25.279Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
44562025-09-23T06:13:25.282Z 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=56c94cac01fcfd99 -C extra-filename=-7184e9333324175f --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-89ec76158b980749.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c366a20bb361137b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44572025-09-23T06:13:25.890Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
44582025-09-23T06:13:25.894Z 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=ee443d9c43e59824 -C extra-filename=-6102ab5038733ac9 --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-6ec80429f7643e21.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44592025-09-23T06:13:26.689Z 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=bd5851c2342adf32 -C extra-filename=-4f7df37a83480f89 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-50afd8381363d06c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.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-5404c2cda5802900.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.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-ef46dd1455962759.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3963e735cdc9d3cb.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c52bf3d25c08b572.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-479f82a212521eaf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-3abb8e600975acb8.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-736b5d70430ffdf6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ac799fa4a74ed9cc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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)'`
44602025-09-23T06:13:27.058Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44612025-09-23T06:13:27.101Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eadc38b4d03a5fd7 -C extra-filename=-7ec411ad6f55329f --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-06d778d72450a958.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44622025-09-23T06:13:30.692Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44632025-09-23T06:13:30.695Z 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=9c15786d066a3908 -C extra-filename=-36e55bcb1af4efe0 --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-b54b1f3a32a098fa.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44642025-09-23T06:13:31.056Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44652025-09-23T06:13:31.060Z 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=e7a0bae585c2454c -C extra-filename=-e9b9a8b69c89793a --out-dir /work/oxidecomputer/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-35eedced8d88c21d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44662025-09-23T06:13:31.348Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44672025-09-23T06:13:31.352Z 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=1d5007d77d8b55b9 -C extra-filename=-6a287a575f6a28c6 --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-4f7df37a83480f89.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44682025-09-23T06:13:31.403Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44692025-09-23T06:13:31.447Z 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=dcb4bb8872df72b7 -C extra-filename=-447117d92c09ae41 --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-0d495fe4e42d1a55.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.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-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:13:31.798Z 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=6ae0243244928664 -C extra-filename=-016c6b2f70013903 --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-0d495fe4e42d1a55.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.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-b02fc44731da7541.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44712025-09-23T06:13:32.465Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
44722025-09-23T06:13:32.469Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1750e5537f8b6e16 -C extra-filename=-83f8c026098fbd65 --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-2f6d82436b7570bb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.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-10ee765b2b2fe1ea.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44732025-09-23T06:13:34.663Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
44742025-09-23T06:13:34.667Z 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=b04da9f8dc50db36 -C extra-filename=-93dbfb8786647bf6 --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:13:35.721Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44762025-09-23T06:13:35.724Z 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=76c7bca9cff79c88 -C extra-filename=-1b4eea972efc6878 --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-6ec80429f7643e21.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-016c6b2f70013903.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:13:37.304Z 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=a4886f40dc75c6bc -C extra-filename=-fec8a54db400a3cb --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-6ec80429f7643e21.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-447117d92c09ae41.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44782025-09-23T06:13:38.102Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44792025-09-23T06:13:38.105Z 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=3835643007ce1b89 -C extra-filename=-d6869f73022dda98 --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.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-6ec80429f7643e21.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-447117d92c09ae41.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:13:38.153Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44812025-09-23T06:13:38.156Z 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=e38f2a9c513012d1 -C extra-filename=-19987cbd1ea73307 --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-b54b1f3a32a098fa.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-71b0bb9f1129a483.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:13:38.246Z 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=41bf2557c9de6985 -C extra-filename=-c21f60efddbdb4a4 --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-0d495fe4e42d1a55.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d2ea0bb6c658825c.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-99a71b153ac78d4e.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d734c32ef8174c7b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
44832025-09-23T06:13:38.531Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44842025-09-23T06:13:38.534Z 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=03595d7aabd72997 -C extra-filename=-548b9de10fbaf46b --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-912edc08ca7b6cfb.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-505311e2d2b65158.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44852025-09-23T06:13:39.294Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44862025-09-23T06:13:39.297Z 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=096f64fc7753ba09 -C extra-filename=-a350081ccd466fa9 --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-6ec80429f7643e21.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-1b4eea972efc6878.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-016c6b2f70013903.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44872025-09-23T06:13:39.753Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44882025-09-23T06:13:39.806Z 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=68f0cc9fdce6eadf -C extra-filename=-610fa70cd4a7927e --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ab326475f94c11f7.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-41883f047430b8d6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-7cdcefb0c4dd2064.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-1f7fe189b26b4f31.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.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-3abb8e600975acb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c5f5f06fce22ea53.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
44892025-09-23T06:13:40.767Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
44902025-09-23T06:13:40.771Z 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/71f1965/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=595b06da31e72ec2 -C extra-filename=-28426ea85cf5612b --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-0d495fe4e42d1a55.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.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-b02fc44731da7541.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:13:42.145Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44922025-09-23T06:13:42.148Z 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=08b1b8c2d6ea90b9 -C extra-filename=-a6d9c53cb5da5145 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c21f60efddbdb4a4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-626baf221cacacb9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-bee944271bfa6028.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.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-3abb8e600975acb8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
44932025-09-23T06:13:42.731Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44942025-09-23T06:13:42.734Z 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=cb527f5e34992273 -C extra-filename=-953ee2798c9f11cd --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-43346e1c8890fba4.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:13:43.234Z 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/71f1965/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=b7c34a20be667ea8 -C extra-filename=-6bee06ea220b2efe --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-0d495fe4e42d1a55.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.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-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44962025-09-23T06:13:43.612Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44972025-09-23T06:13:43.615Z 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=5968a1bf29a893a3 -C extra-filename=-f5320a2510e9e167 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.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-caac97c0679c822d.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-953ee2798c9f11cd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-610fa70cd4a7927e.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-3abb8e600975acb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.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-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
44982025-09-23T06:13:47.775Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44992025-09-23T06:13:47.778Z 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=4abae12e34abc7a4 -C extra-filename=-76f32d9b1fc1e841 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-626baf221cacacb9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
45002025-09-23T06:13:47.962Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
45012025-09-23T06:13:47.966Z 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/71f1965/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=e660b5c128414f42 -C extra-filename=-7f87892e69bbcf09 --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-6ec80429f7643e21.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-28426ea85cf5612b.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45022025-09-23T06:13:48.490Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45032025-09-23T06:13:48.493Z 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=a44012b6a6b052ae -C extra-filename=-3bf04c8862761b9d --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-7c6ee9319a6af526.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fec8a54db400a3cb.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-a350081ccd466fa9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-447117d92c09ae41.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45042025-09-23T06:13:49.050Z 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=b3a4d0b97f0d0fa5 -C extra-filename=-b31325d3ad6a6fc7 --out-dir /work/oxidecomputer/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-6125749695b47897.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6f08bfadb49cfae8.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-29628ab91447857a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-29c1a332f059ff1c.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-35caec50e402517e.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-96fdb635f5f50537.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-b2eda1a4c0ab0511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ab326475f94c11f7.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-39377dd3172fefce.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-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6869f73022dda98.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-87cb3968b3f3f895.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-127a6b727667c131.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-fd7dc65cad57a4bd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-72553084e35e67c9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45052025-09-23T06:13:50.200Z 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/71f1965/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=eb9dd1916922bed5 -C extra-filename=-82b481fbaf5f6985 --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-6ec80429f7643e21.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6bee06ea220b2efe.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45062025-09-23T06:13:51.394Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
45072025-09-23T06:13:51.398Z 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/71f1965/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=6b2fec0e4e20b5ae -C extra-filename=-e0f8f2e8b6794360 --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-6ec80429f7643e21.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-7f87892e69bbcf09.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-28426ea85cf5612b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45082025-09-23T06:13:53.736Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45092025-09-23T06:13:53.739Z 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=0289501b29890bc3 -C extra-filename=-7d3e9e46c3052a74 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45102025-09-23T06:13:55.561Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45112025-09-23T06:13:55.564Z 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=7e92989ae6db6034 -C extra-filename=-148608f0cbb4e6e1 --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-b54b1f3a32a098fa.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45122025-09-23T06:13:56.354Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45132025-09-23T06:13:56.358Z 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=e816557d441b9730 -C extra-filename=-2200c2dab4c472c7 --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-ae8615c2cbacee22.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45142025-09-23T06:13:56.761Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45152025-09-23T06:13:56.764Z 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=12e0b71d0e28315f -C extra-filename=-a10e9c67ed4e1bf2 --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-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7a289cd1350ea760.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:13:57.673Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45172025-09-23T06:13:57.677Z 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=1a88d056f5dea9f4 -C extra-filename=-8b7436e624a3d570 --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-b54b1f3a32a098fa.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-5615119b55f0e9ff.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-6ec80429f7643e21.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45182025-09-23T06:13:58.043Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
45192025-09-23T06:13:58.046Z 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=fa902cbd4303f135 -C extra-filename=-0cae93acd3793fe6 --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-b54b1f3a32a098fa.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:13:58.158Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45212025-09-23T06:13:58.162Z 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=806d1d0c4eba5113 -C extra-filename=-fc51d70680f1c36b --out-dir /work/oxidecomputer/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-6293bce0367d3be4.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-33743aebe9fb1e1f.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.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-93dbfb8786647bf6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b07eef09036bbc3b.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-83f8c026098fbd65.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7a289cd1350ea760.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6869f73022dda98.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.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-3abb8e600975acb8.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4263031d611fb802.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6001743155d3c4a5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4c87825fbc2f0bd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.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-90a6510909a3c879.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45222025-09-23T06:13:59.486Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45232025-09-23T06:13:59.529Z 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=f7b820b12d7dce70 -C extra-filename=-17e444b0484d3609 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.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-376937d130ecf064.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.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-6ec80429f7643e21.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-479f82a212521eaf.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-ae8615c2cbacee22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45242025-09-23T06:14:00.242Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
45252025-09-23T06:14:00.246Z 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/71f1965/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=d9163eb0ab09129f -C extra-filename=-87fe4eeb0edaf32b --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-07f1d8ea032fb30c.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-82b481fbaf5f6985.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-e0f8f2e8b6794360.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6bee06ea220b2efe.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:14:00.800Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
45272025-09-23T06:14:00.803Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2021 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/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=c94e7251d09ee77c -C extra-filename=-dde21fb23f343e11 --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-87fe4eeb0edaf32b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-01da50fe18ec8ec6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-91e360f2e562d9b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:14:01.736Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45292025-09-23T06:14:01.740Z 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=0bd58a3966df1f5c -C extra-filename=-74afde2e65faac9d --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-56875d9e205df83d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:14:02.629Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
45312025-09-23T06:14:02.633Z 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=b5dd2330130edb6c -C extra-filename=-4d5283bafdf73ec1 --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-2f6d82436b7570bb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-17e444b0484d3609.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
45322025-09-23T06:14:03.239Z Compiling samael v0.0.19
45332025-09-23T06:14:03.243Z 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=6d9bbaf029087563 -C extra-filename=-620d98697e6b3025 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-620d98697e6b3025 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-efc88049e18b27ce.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`
45342025-09-23T06:14:05.127Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
45352025-09-23T06:14:05.131Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/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=8bf63cf108c75cd1 -C extra-filename=-ccf93917648b5abb --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-43346e1c8890fba4.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-dde21fb23f343e11.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-f4d6e906f4586e76.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-450c53b6932635b3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-a9147204e80a617d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:14:05.342Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
45372025-09-23T06:14:05.345Z 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=99854bb6640061fe -C extra-filename=-3c0d7cd5e5048808 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0cae93acd3793fe6.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2b5c715654ea99cd.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-505311e2d2b65158.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-fb5988b711e7ab53.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3d91acb03d777c0c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:14:06.004Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-620d98697e6b3025/build-script-bindings`
45392025-09-23T06:14:07.385Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45402025-09-23T06:14:07.388Z 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=3beeaff6625e54fa -C extra-filename=-e01d403367995699 --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-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45412025-09-23T06:14:07.560Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45422025-09-23T06:14:07.634Z 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=8eda71b0ff98fcbf -C extra-filename=-5cc269ef78a12c4a --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-37f90dc777e14208.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e06f944073db5877.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45432025-09-23T06:14:08.156Z 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=156fd155f28ff90d -C extra-filename=-7f4ede893db0cfb4 --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-b54b1f3a32a098fa.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-4e8fadd970abdfa9.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-7a289cd1350ea760.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-21168eeeb823a587.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.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)'`
45442025-09-23T06:14:08.742Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45452025-09-23T06:14:08.746Z 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=7e8c3a4a257526ba -C extra-filename=-91af691e56a0e57f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-91af691e56a0e57f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:14:09.280Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45472025-09-23T06:14:09.284Z 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=1879aa63676f9d88 -C extra-filename=-ab7e83f9015c3b42 --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-b2eda1a4c0ab0511.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:14:10.815Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-91af691e56a0e57f/build-script-build`
45492025-09-23T06:14:10.872Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
45502025-09-23T06:14:10.875Z 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=cb6595684d4f704c -C extra-filename=-ed7cf9eeda198760 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.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-caac97c0679c822d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-953ee2798c9f11cd.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4d5283bafdf73ec1.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-610fa70cd4a7927e.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.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-3abb8e600975acb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ac799fa4a74ed9cc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
45512025-09-23T06:14:10.935Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45522025-09-23T06:14:10.971Z 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=9d9606a37ecad8b9 -C extra-filename=-7e0205944d733db3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-7e0205944d733db3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:14:11.270Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
45542025-09-23T06:14:11.271Z 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=7d2fd4f1a3aa4f10 -C extra-filename=-86a93a0d77353bdd --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-f3542156371f6d8e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.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-912edc08ca7b6cfb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3dfa366aef439f68.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-787480c86dbd9bba.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4fce4e441353cd7c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4c87825fbc2f0bd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b704d7b1b2e7c49d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rmeta --cap-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-6065506cd6a618f9/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`
45552025-09-23T06:14:11.398Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-7e0205944d733db3/build-script-build`
45562025-09-23T06:14:11.467Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
45572025-09-23T06:14:11.470Z 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=9ad58e3563a88fc7 -C extra-filename=-d210d3cc462537e3 --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-b2eda1a4c0ab0511.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
45582025-09-23T06:14:12.580Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
45592025-09-23T06:14:12.583Z 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=6bd66870ab8478ad -C extra-filename=-ad44208e5f7ae4fe --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-b2eda1a4c0ab0511.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:14:13.453Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45612025-09-23T06:14:13.456Z 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=121da75e7dab470d -C extra-filename=-f388ca75647d2442 --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-99a71b153ac78d4e.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-9e8190d71cc4dc9f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/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`
45622025-09-23T06:14:14.308Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
45632025-09-23T06:14:14.311Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/779775d/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79af7a4207377a7c -C extra-filename=-d8e290d72462992c --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.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-2a5523c5ec06d450.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
45642025-09-23T06:14:15.564Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
45652025-09-23T06:14:15.567Z 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=275e807b91fe9fae -C extra-filename=-0e157ca06402d21c --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-0d495fe4e42d1a55.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45662025-09-23T06:14:16.010Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
45672025-09-23T06:14:16.014Z 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=5b4f5d13b8b69980 -C extra-filename=-8790f4e2781e44bc --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-2f6d82436b7570bb.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-5af0444093f0a8ae.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45682025-09-23T06:14:16.262Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
45692025-09-23T06:14:16.266Z 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=1bdc563c2719ab68 -C extra-filename=-8a82f9aca08fa4e1 --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-b54b1f3a32a098fa.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45702025-09-23T06:14:18.101Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
45712025-09-23T06:14:18.105Z 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=15d6b508eb88457c -C extra-filename=-750d9fb28fa13822 --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-2f6d82436b7570bb.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ed7cf9eeda198760.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.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-3abb8e600975acb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
45722025-09-23T06:14:18.168Z Compiling polar-core v0.27.3
45732025-09-23T06:14:18.172Z 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=7a1a74f3a7ce38e3 -C extra-filename=-e61d337e8cb027d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-e61d337e8cb027d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-17f9cb7430b89daf.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-f211175f6387b2c4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45742025-09-23T06:14:19.228Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
45752025-09-23T06:14:19.232Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/23b06c2/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d1196136ca9b3dd -C extra-filename=-e53e0e411b3a2d68 --out-dir /work/oxidecomputer/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-c6986f36e3c22886.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-214bbe1fc4172ce7.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-c48162692e961d24.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-01da50fe18ec8ec6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-62fc64a6c94eb7c8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4885204982c4a818.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts -L native=/usr/ssl-3/lib/amd64`
45762025-09-23T06:14:19.444Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45772025-09-23T06:14:19.449Z 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=dce35cfeb85420a3 -C extra-filename=-d80f97ced344d87c --out-dir /work/oxidecomputer/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-0d495fe4e42d1a55.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.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-b2eda1a4c0ab0511.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-376937d130ecf064.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3dfa366aef439f68.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4c87825fbc2f0bd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b704d7b1b2e7c49d.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45782025-09-23T06:14:19.931Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-e61d337e8cb027d8/build-script-build`
45792025-09-23T06:14:21.343Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
45802025-09-23T06:14:21.347Z 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=4976bc12d60c5c1d -C extra-filename=-744cce18ee6f7992 --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-b54b1f3a32a098fa.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45812025-09-23T06:14:21.772Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
45822025-09-23T06:14:21.776Z 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=621295f4e211c034 -C extra-filename=-02499d2c48eb230d --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-a6df1627b8fdfd33.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-3d91acb03d777c0c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rmeta --cap-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-6065506cd6a618f9/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`
45832025-09-23T06:14:21.815Z 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=1530ef8ba2a51fbb -C extra-filename=-cd9a9363409c61fd --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-09b4ca918857c17e.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-57e05e74d1b80c45.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45842025-09-23T06:14:22.981Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
45852025-09-23T06:14:22.985Z 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=346b1136096d6e3a -C extra-filename=-484e3be5363eebba --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-b54b1f3a32a098fa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:14:23.306Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
45872025-09-23T06:14:23.309Z 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=265569723ca5d40c -C extra-filename=-88c5b13e3d19258d --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-b54b1f3a32a098fa.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45882025-09-23T06:14:23.831Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
45892025-09-23T06:14:23.834Z 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=7ad900bb5272094c -C extra-filename=-fc9527150bccd075 --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-b07eef09036bbc3b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.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-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:14:24.154Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45912025-09-23T06:14:24.212Z 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=7e87b7e391a135eb -C extra-filename=-e255b4990fb0b9a0 --out-dir /work/oxidecomputer/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-ccf93917648b5abb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-bb65dc10674bc75a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45922025-09-23T06:14:24.441Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
45932025-09-23T06:14:24.495Z 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=d8e45d5deac982a8 -C extra-filename=-d8f9f60b43fbd84e --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-19987cbd1ea73307.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45942025-09-23T06:14:25.244Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45952025-09-23T06:14:25.247Z 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=1663146fbc6df50e -C extra-filename=-94249c273e922987 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-94249c273e922987 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:14:25.507Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45972025-09-23T06:14:25.510Z 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=985a737c0f9e1c06 -C extra-filename=-ea88d156c83a4dd6 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-ea88d156c83a4dd6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:14:25.547Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.17.0+1.8.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=6db6192de1cea531 -C extra-filename=-9574d758868a85c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-379d0666cb89c7fd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored`
45992025-09-23T06:14:25.652Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-94249c273e922987/build-script-build`
46002025-09-23T06:14:25.717Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46012025-09-23T06:14:25.720Z 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=09dc49ecc18c1b41 -C extra-filename=-c7474f3f63b921de --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-c7474f3f63b921de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46022025-09-23T06:14:25.952Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-ea88d156c83a4dd6/build-script-build`
46032025-09-23T06:14:26.017Z 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=097c35dc6bfe90f8 -C extra-filename=-3f4e8efcecd6cea3 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d8f9f60b43fbd84e.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-71b0bb9f1129a483.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-62fc64a6c94eb7c8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
46042025-09-23T06:14:26.063Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
46052025-09-23T06:14:26.064Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2021 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/72461d3/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=a6e7f11ed77707b6 -C extra-filename=-fc87f79fc096ff4c --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-87fe4eeb0edaf32b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-01da50fe18ec8ec6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-91e360f2e562d9b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:14:26.164Z Compiling git2 v0.19.0
46072025-09-23T06:14:26.171Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=7c406e3e55c4ffec -C extra-filename=-77cba79a03d24d38 --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-c241652f333010c1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-9574d758868a85c5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/usr/lib/amd64`
46082025-09-23T06:14:26.214Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-c7474f3f63b921de/build-script-build`
46092025-09-23T06:14:26.280Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
46102025-09-23T06:14:26.317Z 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=148e590cfb2293bd -C extra-filename=-127257937c0c78b8 --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-e9b9a8b69c89793a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46112025-09-23T06:14:28.356Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46122025-09-23T06:14:28.360Z 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=9443b652f27e2f1d -C extra-filename=-645a55de0445b104 --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-b54b1f3a32a098fa.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e255b4990fb0b9a0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
46132025-09-23T06:14:29.621Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46142025-09-23T06:14:29.624Z 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=50430756adc8e397 -C extra-filename=-6f62d936de9671b8 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46152025-09-23T06:14:30.455Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
46162025-09-23T06:14:30.459Z 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=a7da0d8c3283fffa -C extra-filename=-0cf1a61a7400df19 --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-b54b1f3a32a098fa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:14:31.459Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46182025-09-23T06:14:31.463Z 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=ea784a2520dec826 -C extra-filename=-b75ae4a1075d8653 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-095791a7f1b75397.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3dfa366aef439f68.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-24ebdb779f14716b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-c66ffd8347290c23.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-62fc64a6c94eb7c8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d0941ffe00ef32c6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46192025-09-23T06:14:33.602Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46202025-09-23T06:14:33.605Z 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=49996e7d2f66286e -C extra-filename=-c58f685a258bfad9 --out-dir /work/oxidecomputer/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-35eedced8d88c21d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-469b0db778f2a60c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-9370ea0c7bc7e80a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.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-9cd5ce373896e612.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-29ea689d86230a26.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-7926dab5aa03088d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
46212025-09-23T06:14:34.757Z 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=52ba450787c60721 -C extra-filename=-928b8e46a363ac77 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-30afb2749f7b8e55.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-33743aebe9fb1e1f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.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-6f62d936de9671b8.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74afde2e65faac9d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a10e9c67ed4e1bf2.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2200c2dab4c472c7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.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-3abb8e600975acb8.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4263031d611fb802.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
46222025-09-23T06:14:36.801Z Compiling oso v0.27.3
46232025-09-23T06:14:36.845Z 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=ddce20b57fade3ff -C extra-filename=-24d343eec009b7dc --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-27e556769a8b77a2.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-7eff85d008531a78.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-cd9a9363409c61fd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46242025-09-23T06:14:36.849Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46252025-09-23T06:14:36.877Z 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=c66ab72011f63538 -C extra-filename=-661f801c886083f7 --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-83f8c026098fbd65.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:14:37.507Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46272025-09-23T06:14:37.511Z 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=e7416ac4d12598f2 -C extra-filename=-aeb4c9c89331806b --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-744cce18ee6f7992.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8a82f9aca08fa4e1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.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-83f8c026098fbd65.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2200c2dab4c472c7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rmeta --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-8790f4e2781e44bc.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-3abb8e600975acb8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fc9527150bccd075.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
46282025-09-23T06:14:40.440Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46292025-09-23T06:14:40.443Z 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=2179adee5aa32e45 -C extra-filename=-4b437edd2b0b245a --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.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-36e55bcb1af4efe0.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-4237adee672c9d6a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-661f801c886083f7.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.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-3abb8e600975acb8.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b75ae4a1075d8653.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-02499d2c48eb230d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fc9527150bccd075.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46302025-09-23T06:14:41.699Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
46312025-09-23T06:14:41.702Z 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=a60d6872f67675c2 -C extra-filename=-8b04622063cca368 --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-b54b1f3a32a098fa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6102ab5038733ac9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.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-3abb8e600975acb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
46322025-09-23T06:14:41.739Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-8.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=4d43dae59ade8d9d -C extra-filename=-b113ecb66f1514d1 --out-dir /work/oxidecomputer/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-cce835d2eae0fe55.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-77cba79a03d24d38.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-aa8e9402e16a4738.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 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
46332025-09-23T06:14:43.836Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46342025-09-23T06:14:43.840Z 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=a1f022851f025f7e -C extra-filename=-e4ac556d30c590af --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-b2eda1a4c0ab0511.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:14:44.321Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
46362025-09-23T06:14:44.324Z 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=b3c41f05849e5b90 -C extra-filename=-59c1010d6cf1ed18 --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-447117d92c09ae41.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6869f73022dda98.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46372025-09-23T06:14:48.674Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46382025-09-23T06:14:48.677Z 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=a5b56b6647574685 -C extra-filename=-2ce942dd4cea1c8f --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-b54b1f3a32a098fa.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-62fc64a6c94eb7c8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46392025-09-23T06:14:50.485Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46402025-09-23T06:14:50.489Z 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=9d6db03424fc1b74 -C extra-filename=-0f133e44f695a0c2 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-88c5b13e3d19258d.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-484e3be5363eebba.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-62fc64a6c94eb7c8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46412025-09-23T06:14:52.992Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
46422025-09-23T06:14:52.996Z 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=6c87e42a09af1d8a -C extra-filename=-5bba7e6222b8eb01 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-ad44208e5f7ae4fe.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-63ea68af07bbcaae.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f388ca75647d2442.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-bae452370081b61b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-62fc64a6c94eb7c8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0ec5258913ebb357.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-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/`
46432025-09-23T06:14:56.395Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
46442025-09-23T06:14:56.400Z 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=59161902c1c85d02 -C extra-filename=-153cf647e265efa2 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-35eedced8d88c21d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c21f60efddbdb4a4.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d210d3cc462537e3.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e01d403367995699.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.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-3c0d7cd5e5048808.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ccf93917648b5abb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.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-912edc08ca7b6cfb.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-11d7867f7991419a.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-953ee2798c9f11cd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e9833044512c91d7.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cc269ef78a12c4a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3963e735cdc9d3cb.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-626baf221cacacb9.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e53e0e411b3a2d68.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-214bbe1fc4172ce7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-0e157ca06402d21c.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ab7e83f9015c3b42.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6102ab5038733ac9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-bee944271bfa6028.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4d5283bafdf73ec1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ed7cf9eeda198760.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rmeta --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-750d9fb28fa13822.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-17e444b0484d3609.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-610fa70cd4a7927e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.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-62fc64a6c94eb7c8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2809f11fa9bd2bb6.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c5f5f06fce22ea53.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b704d7b1b2e7c49d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ac799fa4a74ed9cc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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/`
46452025-09-23T06:14:57.356Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46462025-09-23T06:14:57.360Z 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=9234c52d89c3cbe5 -C extra-filename=-6c44f02b4bde6062 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-6c44f02b4bde6062 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:14:57.829Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46482025-09-23T06:14:57.833Z 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=b990c90700eb330d -C extra-filename=-4505c32295c9d244 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-4505c32295c9d244 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:14:58.299Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46502025-09-23T06:14:58.302Z 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=d02a8931352cfc0b -C extra-filename=-827e29a7c13aa4e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-827e29a7c13aa4e0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46512025-09-23T06:14:58.768Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-827e29a7c13aa4e0/build-script-build`
46522025-09-23T06:14:58.881Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-4505c32295c9d244/build-script-build`
46532025-09-23T06:14:58.924Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-6c44f02b4bde6062/build-script-build`
46542025-09-23T06:14:58.946Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
46552025-09-23T06:14:58.950Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/779775d/common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff104f84b8cd3d0a -C extra-filename=-ddd7c7e8b3057ab4 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-ddd7c7e8b3057ab4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-b113ecb66f1514d1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/usr/lib/amd64`
46562025-09-23T06:14:58.992Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
46572025-09-23T06:14:58.996Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/72461d3/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=a6972b4f40264ae6 -C extra-filename=-6b132b08b375ff3c --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-43346e1c8890fba4.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-fc87f79fc096ff4c.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-f4d6e906f4586e76.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-46e1e4362df28991.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-a9147204e80a617d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46582025-09-23T06:15:00.658Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46592025-09-23T06:15:00.661Z 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=f631fe0b92ca7fc9 -C extra-filename=-fc9bc3b98fbf7099 --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-2f6d82436b7570bb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5bba7e6222b8eb01.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b75ae4a1075d8653.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-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`
46602025-09-23T06:15:01.090Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46612025-09-23T06:15:01.149Z 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=d90ccdf310a67e0b -C extra-filename=-d0ba87088dee8cca --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-b54b1f3a32a098fa.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46622025-09-23T06:15:02.150Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-ddd7c7e8b3057ab4/build-script-build`
46632025-09-23T06:15:03.947Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46642025-09-23T06:15:03.951Z 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=9ed98c0994bbfff1 -C extra-filename=-706be089866a49a8 --out-dir /work/oxidecomputer/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-bab44acb00bbfd78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-99a71b153ac78d4e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-96fdb635f5f50537.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.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-10ee765b2b2fe1ea.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2502d93673d2282b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-6a287a575f6a28c6.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-3d91acb03d777c0c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6001743155d3c4a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a491ab8cefaa9605.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-bb65dc10674bc75a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-52ff9b518b138253.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-90a6510909a3c879.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e255b4990fb0b9a0.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-645a55de0445b104.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
46652025-09-23T06:15:04.016Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46662025-09-23T06:15:04.019Z 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=281db194860e0567 -C extra-filename=-44a53f6cbb0625c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-44a53f6cbb0625c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46672025-09-23T06:15:04.524Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46682025-09-23T06:15:04.527Z 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=b867bcc4665b241d -C extra-filename=-a6d949c034ed19a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-a6d949c034ed19a2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46692025-09-23T06:15:05.052Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
46702025-09-23T06:15:05.056Z 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=d3cc66ba1bcf251b -C extra-filename=-0583fb30160f631a --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-127a6b727667c131.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46712025-09-23T06:15:05.402Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
46722025-09-23T06:15:05.406Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/779775d/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edeb0e2d4eebdbe7 -C extra-filename=-74e5d56ea8d9619e --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.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-2a5523c5ec06d450.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
46732025-09-23T06:15:07.959Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-a6d949c034ed19a2/build-script-build`
46742025-09-23T06:15:08.034Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-44a53f6cbb0625c2/build-script-build`
46752025-09-23T06:15:08.110Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/779775d/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5623d65e33cd5e31 -C extra-filename=-7a2241ba1d1251fa --out-dir /work/oxidecomputer/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-b2eda1a4c0ab0511.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-6721c04fa43ad68e.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-555d2383542b2c45.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-01da50fe18ec8ec6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-62fc64a6c94eb7c8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-855fe66af5f920f4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-005c5368e174997b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts`
46762025-09-23T06:15:08.335Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46772025-09-23T06:15:08.338Z 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=cab61ef065a8527f -C extra-filename=-0569d3b3f7479b0c --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-08e2e14879a2a174.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.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-c42df1260c68bd2e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fc9527150bccd075.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
46782025-09-23T06:15:11.006Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46792025-09-23T06:15:11.010Z 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=20fe4d9a382f5d6c -C extra-filename=-1a4cd397d74022e5 --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-29c1a332f059ff1c.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-7c6ee9319a6af526.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-447117d92c09ae41.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
46802025-09-23T06:15:12.572Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46812025-09-23T06:15:12.576Z 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=47561593a0abc16d -C extra-filename=-b6b7664744754838 --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-6ec80429f7643e21.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46822025-09-23T06:15:12.941Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46832025-09-23T06:15:12.945Z 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=a0d04d767abaea86 -C extra-filename=-a434aef9e7c9f97d --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-e01d403367995699.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e255b4990fb0b9a0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46842025-09-23T06:15:13.232Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
46852025-09-23T06:15:13.236Z 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/53f4254/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=425f82783fca5f47 -C extra-filename=-9a03d6d00b760c08 --out-dir /work/oxidecomputer/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-6b132b08b375ff3c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-01da50fe18ec8ec6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:15:14.938Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
46872025-09-23T06:15:14.941Z 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/53f4254/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=21ae8961ba6312e6 -C extra-filename=-7b1e94a00bc35fe2 --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-b54b1f3a32a098fa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-9a03d6d00b760c08.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-46e1e4362df28991.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5123224985cf52ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cap-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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46882025-09-23T06:15:15.024Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46892025-09-23T06:15:15.024Z 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=5e1d0f691e16ec71 -C extra-filename=-ca54cf2469e4f2e4 --out-dir /work/oxidecomputer/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-b2eda1a4c0ab0511.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46902025-09-23T06:15:16.537Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
46912025-09-23T06:15:16.540Z 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=2bb7dcf6df658264 -C extra-filename=-c7556107f2579263 --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-b54b1f3a32a098fa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46922025-09-23T06:15:17.059Z 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=c225bc2892dae4d4 -C extra-filename=-269bad3a366676ca --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.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-93dbfb8786647bf6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b07eef09036bbc3b.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-661f801c886083f7.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-0569d3b3f7479b0c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0583fb30160f631a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3abb8e600975acb8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-02499d2c48eb230d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
46932025-09-23T06:15:17.410Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
46942025-09-23T06:15:17.414Z 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=da5eb5ef7fe58827 -C extra-filename=-155f6c3776538ca9 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-127257937c0c78b8.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:15:17.724Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46962025-09-23T06:15:17.728Z 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=4c64e664e6ad5b0e -C extra-filename=-80402a581ef16707 --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e06f944073db5877.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:15:18.712Z Compiling blake3 v1.5.4
46982025-09-23T06:15:18.715Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
46992025-09-23T06:15:19.523Z Compiling russh-cryptovec v0.7.3
47002025-09-23T06:15:19.526Z 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`
47012025-09-23T06:15:19.923Z Compiling md5 v0.7.0
47022025-09-23T06:15:19.927Z 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`
47032025-09-23T06:15:20.536Z Compiling russh-keys v0.45.0
47042025-09-23T06:15:20.539Z 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=33ff158762f9bee9 -C extra-filename=-947c240899b43b9e --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-dfaef6cde8c84d8c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-f599ebdcf5ff8aa7.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-a43cacfec0e3568f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-6ed8a3b85e99de4e.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-950f9ae6083f57e1.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-65db9a03d8eae111.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-811675e9ce129203.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-740a36728ba1256c.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7735b057a25e5eff.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-472d2050636768a1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ea405cba7d288502.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-78813f267f87f480.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-24e947e2159dcf85.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-a73342285d52acc7.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-44493179f797f541.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-5c9ad4d7d6516870.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-d52ab1c3c2b6afbd.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-4e76e5678abbda38.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-25a4dee626dc6397.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b8db0d8d959dca58.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-47d0d6a4c325d2eb.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-9863a1ecd9556f27.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a31e96fb2691d45d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-700d2b24404b31cc.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-7368631e06829679.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-c6a4d4ee843434d6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-99d143f44a798912.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47052025-09-23T06:15:24.183Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-9bed0f6c2a88d9a7/build-script-build`
47062025-09-23T06:15:24.838Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47072025-09-23T06:15:24.842Z 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=6a7255236f17247a -C extra-filename=-1970056deba5b3b3 --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-b2eda1a4c0ab0511.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-c7556107f2579263.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:15:25.332Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47092025-09-23T06:15:25.335Z 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=57e3ddfe4b7e3222 -C extra-filename=-05eb34c10e8f865e --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-7d3e9e46c3052a74.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47102025-09-23T06:15:26.072Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
47112025-09-23T06:15:26.076Z 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=5f3424199a9e8e07 -C extra-filename=-61b64abb80449566 --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-2f6d82436b7570bb.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-29c1a332f059ff1c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47122025-09-23T06:15:26.783Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
47132025-09-23T06:15:26.787Z 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=0ded79a3242e9b02 -C extra-filename=-f81f4c1b2ff6d696 --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-6ec80429f7643e21.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47142025-09-23T06:15:28.350Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47152025-09-23T06:15:28.354Z 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=19fb6a9fa88c7920 -C extra-filename=-4aad65887d9e4d13 --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-811675e9ce129203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47162025-09-23T06:15:30.082Z 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`
47172025-09-23T06:15:30.232Z Compiling async-object-pool v0.1.5
47182025-09-23T06:15:30.235Z 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=e18d9da69246b838 -C extra-filename=-b87ddc3ed1463977 --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-2b57ce407de11d22.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47192025-09-23T06:15:30.512Z Compiling pathdiff v0.2.3
47202025-09-23T06:15:30.515Z 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=9ab3ae510fb3ce95 -C extra-filename=-4179f0f1aa27098a --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-2f6d82436b7570bb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47212025-09-23T06:15:30.778Z Compiling num-bigint v0.4.6
47222025-09-23T06:15:30.778Z 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=624b0168e3552330 -C extra-filename=-eadb7ad30f027cc7 --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-787480c86dbd9bba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47232025-09-23T06:15:31.018Z Compiling des v0.8.1
47242025-09-23T06:15:31.062Z 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=99cfb0ac2f267598 -C extra-filename=-339e378bb6c6c3e5 --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-5527f72dd55d7f2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47252025-09-23T06:15:31.471Z Compiling assert-json-diff v2.0.2
47262025-09-23T06:15:31.475Z 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=276d18f88ea35858 -C extra-filename=-71033e91f4112c0b --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-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47272025-09-23T06:15:32.349Z Compiling serde_regex v1.1.0
47282025-09-23T06:15:32.352Z 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=c3a1d16552f877c1 -C extra-filename=-7f0dbb5fe6b3873f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47292025-09-23T06:15:32.755Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47302025-09-23T06:15:32.758Z 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=5f91161757666c2d -C extra-filename=-029cd12436357a37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47312025-09-23T06:15:33.784Z Compiling memmap2 v0.9.5
47322025-09-23T06:15:33.787Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=956c0d6a87ed27e0 -C extra-filename=-48084ef4791c6b6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47332025-09-23T06:15:34.273Z Compiling path-tree v0.8.1
47342025-09-23T06:15:34.276Z 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`
47352025-09-23T06:15:34.913Z Compiling doc-comment v0.3.3
47362025-09-23T06:15:34.916Z 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`
47372025-09-23T06:15:35.619Z Compiling nested v0.1.1
47382025-09-23T06:15:35.623Z 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`
47392025-09-23T06:15:35.990Z Compiling stringmetrics v2.2.2
47402025-09-23T06:15:36.052Z 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`
47412025-09-23T06:15:36.352Z Compiling httpmock v0.8.0-alpha.1
47422025-09-23T06:15:36.356Z 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=766f8c16e66c1da6 -C extra-filename=-23630d3874d5d124 --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-71033e91f4112c0b.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-b87ddc3ed1463977.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-2b57ce407de11d22.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.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-496f76f93532f782.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-469b0db778f2a60c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae497a36acd53814.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-15ece367662f7eeb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-7f0dbb5fe6b3873f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-8205f27d79057c60.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-839ef2b6c4c3d98f.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c47a408223121e9c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47432025-09-23T06:15:37.305Z Compiling guppy v0.17.20
47442025-09-23T06:15:37.309Z 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=800b7ea26843354e -C extra-filename=-3c8c677fe5eede27 --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-6b23720aa228d798.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-841f96eef870aba1.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-39377dd3172fefce.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-4179f0f1aa27098a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f976e8733bc7da37.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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`
47452025-09-23T06:15:38.874Z 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=5bea5f014d5db9e5 -C extra-filename=-4caf2f923bd413cd --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-928b8e46a363ac77.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
47462025-09-23T06:15:40.430Z 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=69543104b5aaf7e2 -C extra-filename=-9cb2cc9ed0228164 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-7184e9333324175f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-469b0db778f2a60c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.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-4caf2f923bd413cd.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7a289cd1350ea760.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-24d343eec009b7dc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7f4ede893db0cfb4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3fbc1cb08c7d416.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
47472025-09-23T06:15:40.469Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-200f4663afc566c0/build-script-build`
47482025-09-23T06:15:40.673Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=de759405b981c70e -C extra-filename=-f3a6e4aee690bcf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-e2010af4a19c5e8a.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-8d2c6c29c7891b80.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-54b5265130919b34.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-48084ef4791c6b6d.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-282a92b16b07242d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi --check-cfg 'cfg(blake3_sse2_ffi, values(none()))' --check-cfg 'cfg(blake3_sse2_rust, values(none()))' --check-cfg 'cfg(blake3_sse41_ffi, values(none()))' --check-cfg 'cfg(blake3_sse41_rust, values(none()))' --check-cfg 'cfg(blake3_avx2_ffi, values(none()))' --check-cfg 'cfg(blake3_avx2_rust, values(none()))' --check-cfg 'cfg(blake3_avx512_ffi, values(none()))' --check-cfg 'cfg(blake3_neon, values(none()))'`
47492025-09-23T06:15:41.888Z Compiling russh v0.45.0
47502025-09-23T06:15:41.891Z 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=3bb1f82e9dce8bd7 -C extra-filename=-578e6303dc3a68ec --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-dfaef6cde8c84d8c.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-6635b28e63b7a9ed.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-c241652f333010c1.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-6ed8a3b85e99de4e.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-f1aae7c1aadf1d13.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-950f9ae6083f57e1.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-284a39874999e34d.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-339e378bb6c6c3e5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-811675e9ce129203.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-472d2050636768a1.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-075ff24e61b7aa5e.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-eadb7ad30f027cc7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-24e947e2159dcf85.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-a73342285d52acc7.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-44493179f797f541.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-eeefcd9df1ca1b59.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.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-947c240899b43b9e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a31e96fb2691d45d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-7368631e06829679.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-c6a4d4ee843434d6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47512025-09-23T06:15:44.275Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47522025-09-23T06:15:44.278Z 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=bd4f40d39a2844e1 -C extra-filename=-201142b12242a940 --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-029cd12436357a37.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-7845e8d3f4d8c694.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-4237adee672c9d6a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47532025-09-23T06:15:47.279Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47542025-09-23T06:15:47.283Z 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=bab2efdf235581f3 -C extra-filename=-b77ba591ee20b893 --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-e8d823a832b2e7bf.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9cb2cc9ed0228164.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
47552025-09-23T06:15:48.778Z 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=b654a3da9c7b3444 -C extra-filename=-a98a0a4cd86e3987 --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-4a8b59abba2b40d8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-30afb2749f7b8e55.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-3413b9f3513accec.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9cb2cc9ed0228164.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-b77ba591ee20b893.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
47562025-09-23T06:15:49.043Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47572025-09-23T06:15:49.047Z 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=15b726ebc4812069 -C extra-filename=-f6deee471e0efc07 --out-dir /work/oxidecomputer/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-6f08bfadb49cfae8.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c21f60efddbdb4a4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d2ea0bb6c658825c.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4aad65887d9e4d13.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.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-3abb8e600975acb8.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-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
47582025-09-23T06:15:50.424Z Compiling rstest_macros v0.25.0
47592025-09-23T06:15:50.428Z 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=b56275034f518158 -C extra-filename=-f11204ba63e7b47a --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-f11204ba63e7b47a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-aa8e9402e16a4738.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47602025-09-23T06:15:51.084Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47612025-09-23T06:15:51.087Z 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=874f81af697e5d2a -C extra-filename=-b987aa482a11f09f --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47622025-09-23T06:15:51.626Z Compiling assert_cmd v2.0.17
47632025-09-23T06:15:51.630Z 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`
47642025-09-23T06:15:52.210Z Compiling escape8259 v0.5.3
47652025-09-23T06:15:52.214Z 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`
47662025-09-23T06:15:52.376Z Compiling internet-checksum v0.2.1
47672025-09-23T06:15:52.379Z 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`
47682025-09-23T06:15:52.621Z Compiling target-triple v0.1.3
47692025-09-23T06:15:52.628Z 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`
47702025-09-23T06:15:52.699Z Compiling topological-sort v0.2.2
47712025-09-23T06:15:52.703Z 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`
47722025-09-23T06:15:53.017Z Compiling omicron-zone-package v0.12.2
47732025-09-23T06:15:53.021Z 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=b80f77c6bda51b14 -C extra-filename=-7de026ee3a273db0 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-f3a6e4aee690bcf1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.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-912edc08ca7b6cfb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-496f76f93532f782.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-f211175f6387b2c4.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e0bb792a8e132b78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3fe69de73c4a5567.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
47742025-09-23T06:15:53.323Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-a9e7d9a104e14c0c/build-script-build`
47752025-09-23T06:15:53.393Z Compiling libtest-mimic v0.8.1
47762025-09-23T06:15:53.438Z 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=51896dad9cd09368 -C extra-filename=-06583cf755d40908 --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-c6986f36e3c22886.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`
47772025-09-23T06:15:55.259Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-04cfa77d50ed31d5/build-script-build`
47782025-09-23T06:15:55.330Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-f11204ba63e7b47a/build-script-build`
47792025-09-23T06:15:55.506Z 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`
47802025-09-23T06:15:55.677Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47812025-09-23T06:15:55.680Z 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=31e0bab5912b40fc -C extra-filename=-9c022c79bbc93897 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.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-912edc08ca7b6cfb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-05eb34c10e8f865e.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f388ca75647d2442.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-10ee765b2b2fe1ea.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cc269ef78a12c4a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-610fa70cd4a7927e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.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-3d91acb03d777c0c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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/`
47822025-09-23T06:15:57.419Z 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=a63862d769bb24ba -C extra-filename=-b3c9ae0e89381721 --out-dir /work/oxidecomputer/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-4a8b59abba2b40d8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-35caec50e402517e.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-30afb2749f7b8e55.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-3413b9f3513accec.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9cb2cc9ed0228164.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-b77ba591ee20b893.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-4caf2f923bd413cd.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a98a0a4cd86e3987.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2200c2dab4c472c7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.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-6feb91931eb9339d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.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-3abb8e600975acb8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4263031d611fb802.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
47832025-09-23T06:15:58.681Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
47842025-09-23T06:15:58.685Z 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=815c6be8f1dd8938 -C extra-filename=-54071b6835213dda --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-c58f685a258bfad9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
47852025-09-23T06:15:58.725Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47862025-09-23T06:15:58.729Z 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=e434f021f4eb9d88 -C extra-filename=-52197d193bf6e5a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-52197d193bf6e5a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47872025-09-23T06:15:59.185Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47882025-09-23T06:15:59.190Z 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=2392db788c163a0d -C extra-filename=-d4dc76503623b8c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-d4dc76503623b8c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47892025-09-23T06:15:59.379Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47902025-09-23T06:15:59.437Z 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=c0cd9f80069bdd1d -C extra-filename=-80fec76eb018df21 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-80fec76eb018df21 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47912025-09-23T06:15:59.627Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
47922025-09-23T06:15:59.631Z 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=743ab34c400379eb -C extra-filename=-0b38a3002646aefc --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-0b38a3002646aefc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-cc1a7fb752fd1024.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47932025-09-23T06:15:59.670Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
47942025-09-23T06:15:59.673Z 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=2bcd53aad766e1a0 -C extra-filename=-e524dc4f81a18083 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-e524dc4f81a18083 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47952025-09-23T06:15:59.802Z Compiling fancy-regex v0.14.0
47962025-09-23T06:15:59.806Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fancy-regex-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=5e46b7ee12eb6837 -C extra-filename=-b340af51c063ca6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-319270cdaf0aa2af.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5f2da1f73d56e025.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47972025-09-23T06:16:00.136Z Compiling proc-macro-crate v3.2.0
47982025-09-23T06:16:00.139Z 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=8be28967e29efde4 -C extra-filename=-2b91ab9546ec1738 --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-a491ab8cefaa9605.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47992025-09-23T06:16:00.259Z Compiling relative-path v1.9.3
48002025-09-23T06:16:00.263Z 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`
48012025-09-23T06:16:00.897Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48022025-09-23T06:16:00.900Z 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`
48032025-09-23T06:16:01.324Z Compiling datatest-stable v0.3.2
48042025-09-23T06:16:01.327Z 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=7027a66346014616 -C extra-filename=-123394c1bcd1df64 --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-2f6d82436b7570bb.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-b340af51c063ca6d.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-06583cf755d40908.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`
48052025-09-23T06:16:01.423Z 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=c4be499cb75a9770 -C extra-filename=-4b63757aaa49bd72 --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-2b91ab9546ec1738.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-f3fb9c0935465094.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48062025-09-23T06:16:01.845Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-0b38a3002646aefc/build-script-build`
48072025-09-23T06:16:02.002Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-e524dc4f81a18083/build-script-build`
48082025-09-23T06:16:02.085Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-80fec76eb018df21/build-script-build`
48092025-09-23T06:16:02.130Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-d4dc76503623b8c2/build-script-build`
48102025-09-23T06:16:02.142Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-52197d193bf6e5a3/build-script-build`
48112025-09-23T06:16:02.188Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=4aef7c2ccf741ca1 -C extra-filename=-e620476de194b608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ca4ebf2465e25529.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-8629a278cecb7b23.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-8911672ac1f84a7c.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d8448149a9b86ace.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-162d642102c61a67.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-6d6fb21ada06257a.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-ce984a833f6ed118.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48122025-09-23T06:16:02.276Z 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"))'`
48132025-09-23T06:16:02.427Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48142025-09-23T06:16:02.431Z 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=c3eae66770602193 -C extra-filename=-00af52a047307d2a --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-2f6d82436b7570bb.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4aad65887d9e4d13.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-f6deee471e0efc07.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
48152025-09-23T06:16:03.502Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48162025-09-23T06:16:03.506Z 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=b7c898dab09751dc -C extra-filename=-931d60ed398e5416 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.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-e01d403367995699.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-ccf93917648b5abb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.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-912edc08ca7b6cfb.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3dfa366aef439f68.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-ca54cf2469e4f2e4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a10e9c67ed4e1bf2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cc269ef78a12c4a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-62fc64a6c94eb7c8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4c87825fbc2f0bd5.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-bb65dc10674bc75a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e255b4990fb0b9a0.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a434aef9e7c9f97d.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-645a55de0445b104.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
48172025-09-23T06:16:06.650Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48182025-09-23T06:16:06.654Z 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=64fd8739155823d2 -C extra-filename=-ef6de711891156ff --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-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-201142b12242a940.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.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-548b9de10fbaf46b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-b987aa482a11f09f.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-80402a581ef16707.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-578e6303dc3a68ec.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-947c240899b43b9e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.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-3abb8e600975acb8.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
48192025-09-23T06:16:09.287Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
48202025-09-23T06:16:09.290Z 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=eaceda09d29d9ee9 -C extra-filename=-a35fe0eaf7768587 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-a35fe0eaf7768587 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48212025-09-23T06:16:09.756Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48222025-09-23T06:16:09.759Z 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=a904d0ff62b50cd5 -C extra-filename=-997b3369014608e1 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-841f96eef870aba1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-6ec80429f7643e21.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f976e8733bc7da37.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48232025-09-23T06:16:11.297Z Compiling support-bundle-viewer v0.1.2
48242025-09-23T06:16:11.301Z 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=f16f71877602dea0 -C extra-filename=-d599177a6a699edb --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1ca21a40fd041ab6.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2502d93673d2282b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rmeta --cap-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`
48252025-09-23T06:16:12.626Z Compiling multimap v0.10.1
48262025-09-23T06:16:12.630Z 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=cf5c05faa9bf1f0e -C extra-filename=-d63a39fe3511b2ac --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-09b4ca918857c17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48272025-09-23T06:16:13.046Z Compiling uzers v0.12.1
48282025-09-23T06:16:13.049Z 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`
48292025-09-23T06:16:14.328Z Compiling termcolor v1.4.1
48302025-09-23T06:16:14.331Z 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`
48312025-09-23T06:16:15.113Z Compiling trybuild v1.0.106
48322025-09-23T06:16:15.117Z 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=487de11a906de798 -C extra-filename=-ca27857320505f48 --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-09b4ca918857c17e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-f211175f6387b2c4.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-76c38bd08e614241.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48332025-09-23T06:16:16.646Z Compiling rstest v0.25.0
48342025-09-23T06:16:16.650Z 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=f0285b6910bbb1c1 -C extra-filename=-607bb282b484809c --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-496f76f93532f782.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-4b63757aaa49bd72.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48352025-09-23T06:16:16.978Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-a35fe0eaf7768587/build-script-build`
48362025-09-23T06:16:17.044Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48372025-09-23T06:16:17.085Z 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=0d6160445415de4c -C extra-filename=-32b667865c9100b4 --out-dir /work/oxidecomputer/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-0d495fe4e42d1a55.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-99a71b153ac78d4e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-96fdb635f5f50537.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-127a6b727667c131.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-3d91acb03d777c0c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-706be089866a49a8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
48382025-09-23T06:16:19.435Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48392025-09-23T06:16:19.439Z 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=925563c677430442 -C extra-filename=-8170e982ba11465f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-8170e982ba11465f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48402025-09-23T06:16:19.912Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48412025-09-23T06:16:19.952Z 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=ba7d9df28d572144 -C extra-filename=-aeb725ae5254d035 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-aeb725ae5254d035 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48422025-09-23T06:16:20.378Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
48432025-09-23T06:16:20.382Z 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=e215163d9b7e5d6e -C extra-filename=-6beb7a3dc5fe991e --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-6ec80429f7643e21.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48442025-09-23T06:16:21.422Z Compiling blake2b_simd v1.0.2
48452025-09-23T06:16:21.426Z 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`
48462025-09-23T06:16:21.820Z Compiling partial-io v0.5.4
48472025-09-23T06:16:21.823Z 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=79717c55b597b80a -C extra-filename=-5c423d6c0f0eb49a --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-912edc08ca7b6cfb.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-7bd651de3fede962.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48482025-09-23T06:16:22.362Z Compiling httptest v0.16.3
48492025-09-23T06:16:22.365Z 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=59609ad68bf36bf3 -C extra-filename=-34cf9b4cb0e2d85a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-8629a278cecb7b23.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.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-912edc08ca7b6cfb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae497a36acd53814.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3fbc1cb08c7d416.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48502025-09-23T06:16:26.974Z Compiling rand_distr v0.5.1
48512025-09-23T06:16:26.978Z 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=7be6d9ce49c61597 -C extra-filename=-ddbcb46c67bc5455 --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-7de3a3ad327c4c0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48522025-09-23T06:16:27.095Z Compiling approx v0.5.1
48532025-09-23T06:16:27.098Z 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`
48542025-09-23T06:16:27.418Z Compiling rust-argon2 v2.1.0
48552025-09-23T06:16:27.418Z 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`
48562025-09-23T06:16:28.225Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-aeb725ae5254d035/build-script-build`
48572025-09-23T06:16:28.295Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-8170e982ba11465f/build-script-build`
48582025-09-23T06:16:28.364Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48592025-09-23T06:16:28.407Z 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=bca0eb53363c0472 -C extra-filename=-70cbf534486485bf --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ac799fa4a74ed9cc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
48602025-09-23T06:16:28.423Z 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=f4c857426066b2b1 -C extra-filename=-9cda2bf39f0104b3 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-1970056deba5b3b3.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-c7556107f2579263.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-62fc64a6c94eb7c8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
48612025-09-23T06:16:29.220Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48622025-09-23T06:16:29.223Z 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=1c004e221f918ec9 -C extra-filename=-a643e46a04a65b52 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-841f96eef870aba1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-912edc08ca7b6cfb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.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-6ec80429f7643e21.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7de026ee3a273db0.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f976e8733bc7da37.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-610fa70cd4a7927e.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-01da50fe18ec8ec6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.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-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
48632025-09-23T06:16:29.514Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
48642025-09-23T06:16:29.517Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5cd49a7ab8c00d2 -C extra-filename=-b94b5ace32eb9ee2 --out-dir /work/oxidecomputer/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-35eedced8d88c21d.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d210d3cc462537e3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-127257937c0c78b8.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d8f9f60b43fbd84e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0cae93acd3793fe6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-376937d130ecf064.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-ad44208e5f7ae4fe.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-ca54cf2469e4f2e4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-59c1010d6cf1ed18.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e4ac556d30c590af.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-1970056deba5b3b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-88c5b13e3d19258d.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ab7e83f9015c3b42.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-8205f27d79057c60.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4d5283bafdf73ec1.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6001743155d3c4a5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a434aef9e7c9f97d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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-09-23T06:16:31.352Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48662025-09-23T06:16:31.356Z 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=4eeea508747759a9 -C extra-filename=-54a1f6ce497122cf --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8a82f9aca08fa4e1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2502d93673d2282b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48672025-09-23T06:16:31.422Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48682025-09-23T06:16:31.425Z 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=31908ed4ce394c5c -C extra-filename=-fe411ef7526c3c20 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-841f96eef870aba1.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-376937d130ecf064.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a491ab8cefaa9605.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:16:32.253Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
48702025-09-23T06:16:32.257Z 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=ef086af6af56cff0 -C extra-filename=-4878ef2cd910a856 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.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-732367a6ee442657.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:16:33.068Z Compiling cargo_toml v0.21.0
48722025-09-23T06:16:33.071Z 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=a4f039090903579d -C extra-filename=-8fdc053552497908 --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-09b4ca918857c17e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48732025-09-23T06:16:33.973Z Compiling termios v0.3.3
48742025-09-23T06:16:33.976Z 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`
48752025-09-23T06:16:34.321Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
48762025-09-23T06:16:34.325Z 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=89fc50077e9d6f98 -C extra-filename=-b70d7b631ccb71f9 --out-dir /work/oxidecomputer/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-c6986f36e3c22886.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-732367a6ee442657.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-c68150b2517d6e38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0ec5258913ebb357.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48772025-09-23T06:16:34.674Z 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=ca20c12752ec5c17 -C extra-filename=-7d761f08dce2c340 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-841f96eef870aba1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.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-a643e46a04a65b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7de026ee3a273db0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f976e8733bc7da37.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-610fa70cd4a7927e.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-01da50fe18ec8ec6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.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-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
48782025-09-23T06:16:39.248Z 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=d429a09c26932ae9 -C extra-filename=-c06b0369fa9e837f --out-dir /work/oxidecomputer/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-6f08bfadb49cfae8.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c21f60efddbdb4a4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d2ea0bb6c658825c.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4aad65887d9e4d13.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.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-3abb8e600975acb8.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-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-00af52a047307d2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
48792025-09-23T06:16:39.443Z 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=274bdab7117922df -C extra-filename=-96c02d59fab0620f --out-dir /work/oxidecomputer/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-6f08bfadb49cfae8.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c21f60efddbdb4a4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d2ea0bb6c658825c.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4aad65887d9e4d13.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.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-3abb8e600975acb8.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-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-f6deee471e0efc07.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-00af52a047307d2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
48802025-09-23T06:16:40.229Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48812025-09-23T06:16:40.233Z 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=2adfb21174ae2afb -C extra-filename=-fd974cbee58ecc90 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-841f96eef870aba1.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-8fdc053552497908.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-376937d130ecf064.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6001743155d3c4a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48822025-09-23T06:16:40.521Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48832025-09-23T06:16:40.524Z 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=5dbaa7d88b485c41 -C extra-filename=-d44b5530095ab816 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0583fb30160f631a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-269bad3a366676ca.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-127a6b727667c131.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-f6deee471e0efc07.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-00af52a047307d2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/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`
48842025-09-23T06:16:42.483Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/bin/openapi-manager/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88f6608eb10dd386 -C extra-filename=-a87521b4ebe335e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-35eedced8d88c21d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d210d3cc462537e3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-127257937c0c78b8.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d8f9f60b43fbd84e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0cae93acd3793fe6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-376937d130ecf064.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-ad44208e5f7ae4fe.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-ca54cf2469e4f2e4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-59c1010d6cf1ed18.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e4ac556d30c590af.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-1970056deba5b3b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-b94b5ace32eb9ee2.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-88c5b13e3d19258d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ab7e83f9015c3b42.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-8205f27d79057c60.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4d5283bafdf73ec1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6001743155d3c4a5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a434aef9e7c9f97d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
48852025-09-23T06:16:42.759Z 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=480197b431d3b3b0 -C extra-filename=-b50b575c5e1c74fa --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.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-732367a6ee442657.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-4878ef2cd910a856.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48862025-09-23T06:16:43.641Z 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=b1031c884999d98a -C extra-filename=-bb3a044a716ce75e --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-54a1f6ce497122cf.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8a82f9aca08fa4e1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2502d93673d2282b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48872025-09-23T06:16:43.995Z 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=3621d32464f7f5e1 -C extra-filename=-805efdba7d3a5602 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.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-e01d403367995699.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-ccf93917648b5abb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.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-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3dfa366aef439f68.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-ca54cf2469e4f2e4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a10e9c67ed4e1bf2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cc269ef78a12c4a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-62fc64a6c94eb7c8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4c87825fbc2f0bd5.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-bb65dc10674bc75a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e255b4990fb0b9a0.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-931d60ed398e5416.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a434aef9e7c9f97d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-645a55de0445b104.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48882025-09-23T06:16:44.043Z 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=85b496ae4db2a4be -C extra-filename=-3523db2fb90802b7 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.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-e01d403367995699.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-ccf93917648b5abb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.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-376937d130ecf064.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3dfa366aef439f68.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9c022c79bbc93897.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-ca54cf2469e4f2e4.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-05eb34c10e8f865e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.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-a10e9c67ed4e1bf2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cc269ef78a12c4a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ed7cf9eeda198760.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-750d9fb28fa13822.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-8790f4e2781e44bc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-62fc64a6c94eb7c8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4c87825fbc2f0bd5.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-bb65dc10674bc75a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-02499d2c48eb230d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-706be089866a49a8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e255b4990fb0b9a0.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-931d60ed398e5416.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a434aef9e7c9f97d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-645a55de0445b104.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
48892025-09-23T06:16:45.063Z 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=2be10ff9317e8a99 -C extra-filename=-e536df787c8dd860 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.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-e01d403367995699.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-ccf93917648b5abb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.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-376937d130ecf064.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3dfa366aef439f68.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9c022c79bbc93897.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-ca54cf2469e4f2e4.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-05eb34c10e8f865e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.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-a10e9c67ed4e1bf2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cc269ef78a12c4a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ed7cf9eeda198760.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-750d9fb28fa13822.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-8790f4e2781e44bc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-62fc64a6c94eb7c8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4c87825fbc2f0bd5.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-bb65dc10674bc75a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-02499d2c48eb230d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-706be089866a49a8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e255b4990fb0b9a0.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-931d60ed398e5416.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a434aef9e7c9f97d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-645a55de0445b104.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
48902025-09-23T06:16:45.871Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48912025-09-23T06:16:45.874Z 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=7fb0895b07eac6fa -C extra-filename=-2ecf7f51d884bafb --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-841f96eef870aba1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-376937d130ecf064.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-fe411ef7526c3c20.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7de026ee3a273db0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.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-732367a6ee442657.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/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`
48922025-09-23T06:16:48.127Z 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=3bb564a7976d3459 -C extra-filename=-60c81f0c909ab1c3 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ac799fa4a74ed9cc.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-70cbf534486485bf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
48932025-09-23T06:16:50.309Z 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=635424fcca209a2a -C extra-filename=-73d6ea7d79ba89f5 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-35eedced8d88c21d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c21f60efddbdb4a4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d210d3cc462537e3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e01d403367995699.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.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-3c0d7cd5e5048808.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ccf93917648b5abb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.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-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3c8c677fe5eede27.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-11d7867f7991419a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-953ee2798c9f11cd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e9833044512c91d7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-661f801c886083f7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cc269ef78a12c4a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3963e735cdc9d3cb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.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-626baf221cacacb9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e53e0e411b3a2d68.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-214bbe1fc4172ce7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-0e157ca06402d21c.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-ab7e83f9015c3b42.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6102ab5038733ac9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-bee944271bfa6028.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4d5283bafdf73ec1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ed7cf9eeda198760.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-750d9fb28fa13822.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-17e444b0484d3609.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-610fa70cd4a7927e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2809f11fa9bd2bb6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c5f5f06fce22ea53.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b704d7b1b2e7c49d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ac799fa4a74ed9cc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
48942025-09-23T06:16:51.151Z 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=15c902cfc5d31c39 -C extra-filename=-fdb0d05165cc45f6 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-35eedced8d88c21d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c21f60efddbdb4a4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d210d3cc462537e3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e01d403367995699.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.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-3c0d7cd5e5048808.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ccf93917648b5abb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.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-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-11d7867f7991419a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-953ee2798c9f11cd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e9833044512c91d7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cc269ef78a12c4a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3963e735cdc9d3cb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-626baf221cacacb9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e53e0e411b3a2d68.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-214bbe1fc4172ce7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-0e157ca06402d21c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ab7e83f9015c3b42.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6102ab5038733ac9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-bee944271bfa6028.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4d5283bafdf73ec1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ed7cf9eeda198760.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-750d9fb28fa13822.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-17e444b0484d3609.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-610fa70cd4a7927e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2809f11fa9bd2bb6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c5f5f06fce22ea53.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b704d7b1b2e7c49d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ac799fa4a74ed9cc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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/`
48952025-09-23T06:16:52.316Z 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=2810ba086c304e88 -C extra-filename=-f3e1af7c9bdfbe37 --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-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-201142b12242a940.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-ef6de711891156ff.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.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-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-b987aa482a11f09f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-80402a581ef16707.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-578e6303dc3a68ec.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-947c240899b43b9e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.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-3abb8e600975acb8.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
48962025-09-23T06:16:53.899Z 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=91ac1ecd921f5da3 -C extra-filename=-1f7a873882599a5a --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-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-201142b12242a940.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-ef6de711891156ff.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.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-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-b987aa482a11f09f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-80402a581ef16707.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-578e6303dc3a68ec.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-947c240899b43b9e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.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-3abb8e600975acb8.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
48972025-09-23T06:16:55.360Z 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=e7bf584e72070548 -C extra-filename=-0e15dc8abc99326c --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-43346e1c8890fba4.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
48982025-09-23T06:16:56.272Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48992025-09-23T06:16:56.276Z 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=a23388c6307bf6da -C extra-filename=-a616df1d5fd46792 --out-dir /work/oxidecomputer/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-0d495fe4e42d1a55.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c0d7cd5e5048808.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-469b0db778f2a60c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0e15dc8abc99326c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-3f4e8efcecd6cea3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f133e44f695a0c2.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3fbc1cb08c7d416.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.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-3abb8e600975acb8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/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/`
49002025-09-23T06:16:57.098Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
49012025-09-23T06:16:57.148Z 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=e8b559e996d7249e -C extra-filename=-91a4390ad9241f9c --out-dir /work/oxidecomputer/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-912edc08ca7b6cfb.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.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-3abb8e600975acb8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49022025-09-23T06:16:59.798Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
49032025-09-23T06:16:59.801Z 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=406d3d47dbb94f30 -C extra-filename=-53d8a3ad4ec7df57 --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-912edc08ca7b6cfb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a98a0a4cd86e3987.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49042025-09-23T06:17:01.832Z 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=f337458bbf76ad0b -C extra-filename=-00d2f0bb8c4c59bb --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-744cce18ee6f7992.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8a82f9aca08fa4e1.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d0ba87088dee8cca.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b07eef09036bbc3b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a98a0a4cd86e3987.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-8b04622063cca368.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53d8a3ad4ec7df57.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.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-3abb8e600975acb8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49052025-09-23T06:17:05.359Z 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=9d5a4f2d07f1231b -C extra-filename=-b03bc61ef3cef05e --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-b54b1f3a32a098fa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3abb8e600975acb8.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4263031d611fb802.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49062025-09-23T06:17:05.524Z 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=5a926cde1edd8d00 -C extra-filename=-f22f2bb4b8f8238a --out-dir /work/oxidecomputer/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-b3c9ae0e89381721.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49072025-09-23T06:17:06.638Z 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=7ae036d4710fc0f5 -C extra-filename=-5116508aaca64ebd --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-b54b1f3a32a098fa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-484e3be5363eebba.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-3abb8e600975acb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49082025-09-23T06:17:08.205Z 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=342c06cb80c5335b -C extra-filename=-19ed7176f2b88b51 --out-dir /work/oxidecomputer/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-4a8b59abba2b40d8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-96fdb635f5f50537.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-74e5d56ea8d9619e.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-71b0bb9f1129a483.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.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-e999a910018e4277.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.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-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-d63a39fe3511b2ac.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-b77ba591ee20b893.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a98a0a4cd86e3987.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-91a4390ad9241f9c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b03bc61ef3cef05e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.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-d31ba17a688d22e1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-484e3be5363eebba.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f976e8733bc7da37.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2502d93673d2282b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-127a6b727667c131.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.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-3abb8e600975acb8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4263031d611fb802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-d599177a6a699edb.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6001743155d3c4a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.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-90a6510909a3c879.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/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`
49092025-09-23T06:17:08.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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca4b38c6a5248764 -C extra-filename=-9079a03931e63633 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-744cce18ee6f7992.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8a82f9aca08fa4e1.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d0ba87088dee8cca.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7a2241ba1d1251fa.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-74e5d56ea8d9619e.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-148608f0cbb4e6e1.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ccf93917648b5abb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b36d04229c40903b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-469b0db778f2a60c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-11d7867f7991419a.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-7b1e94a00bc35fe2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.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-e9833044512c91d7.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9cb2cc9ed0228164.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b6b7664744754838.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a98a0a4cd86e3987.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74afde2e65faac9d.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-59c1010d6cf1ed18.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e4ac556d30c590af.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5116508aaca64ebd.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-8b04622063cca368.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53d8a3ad4ec7df57.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-00d2f0bb8c4c59bb.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-91a4390ad9241f9c.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-f22f2bb4b8f8238a.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b03bc61ef3cef05e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0e15dc8abc99326c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.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-2200c2dab4c472c7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7a289cd1350ea760.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-484e3be5363eebba.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6869f73022dda98.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-ae8615c2cbacee22.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.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-e06f944073db5877.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-626baf221cacacb9.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-0e157ca06402d21c.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-e612ec2bf264f751.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-29ea689d86230a26.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7f4ede893db0cfb4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3fbc1cb08c7d416.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.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-62fc64a6c94eb7c8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4263031d611fb802.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4c87825fbc2f0bd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49102025-09-23T06:17:15.926Z 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=3d653bf88ac1d929 -C extra-filename=-5b43007741515ec3 --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-912edc08ca7b6cfb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a98a0a4cd86e3987.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49112025-09-23T06:17:19.631Z 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=cb4621bca2dacc46 -C extra-filename=-0c4a2497a54bd859 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-6beb7a3dc5fe991e.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-91a4390ad9241f9c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-3abb8e600975acb8.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6001743155d3c4a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49122025-09-23T06:17:22.202Z 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=dd910bbed0b8b676 -C extra-filename=-a4488776fffda6c6 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-1970056deba5b3b3.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-c7556107f2579263.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-9cda2bf39f0104b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49132025-09-23T06:17:24.529Z 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=09179aca6ec11143 -C extra-filename=-03f2e1f5c6f9a954 --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-b54b1f3a32a098fa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9cb2cc9ed0228164.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f81f4c1b2ff6d696.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.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-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3abb8e600975acb8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4263031d611fb802.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49142025-09-23T06:17:26.340Z 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=971c78c5e4258110 -C extra-filename=-4fdd09858989a2fd --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-43346e1c8890fba4.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49152025-09-23T06:17:27.958Z 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=a3eb73cb285598e1 -C extra-filename=-6bd4d0233a7d0e5a --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-8b04622063cca368.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-00d2f0bb8c4c59bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6102ab5038733ac9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-cefdeffdcb752ef8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49162025-09-23T06:17:29.480Z 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=d0947b65f21f2495 -C extra-filename=-648aba70250ed772 --out-dir /work/oxidecomputer/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-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c0d7cd5e5048808.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-469b0db778f2a60c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0e15dc8abc99326c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-3f4e8efcecd6cea3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f133e44f695a0c2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3fbc1cb08c7d416.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.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-3abb8e600975acb8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/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/`
49172025-09-23T06:17:29.529Z 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=22e27236127f2512 -C extra-filename=-bdd8c97369381940 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-1970056deba5b3b3.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-c7556107f2579263.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49182025-09-23T06:17:31.417Z 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=52fcaf0345f7cdba -C extra-filename=-993dc8426b670466 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d8f9f60b43fbd84e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-71b0bb9f1129a483.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49192025-09-23T06:17:34.927Z 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=780736506b181c75 -C extra-filename=-731e739455f21e20 --out-dir /work/oxidecomputer/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-912edc08ca7b6cfb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.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-3abb8e600975acb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49202025-09-23T06:17:36.244Z 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=70864c71a4078835 -C extra-filename=-8baabaa000ad9fcc --out-dir /work/oxidecomputer/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-4a8b59abba2b40d8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49212025-09-23T06:17:38.505Z 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=8cf9705d3ee5f505 -C extra-filename=-cae18aa90be34f83 --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-4a8b59abba2b40d8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-30afb2749f7b8e55.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-3413b9f3513accec.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9cb2cc9ed0228164.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-b77ba591ee20b893.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a98a0a4cd86e3987.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49222025-09-23T06:17:44.640Z 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=5604e247794f7d32 -C extra-filename=-1ad4d4cb8cd53131 --out-dir /work/oxidecomputer/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-4a8b59abba2b40d8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-35caec50e402517e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6210aa16342c96c8.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-30afb2749f7b8e55.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-3413b9f3513accec.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-95b01d2892752fb2.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9cb2cc9ed0228164.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-b77ba591ee20b893.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-4caf2f923bd413cd.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a98a0a4cd86e3987.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2200c2dab4c472c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-24d343eec009b7dc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.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-f976e8733bc7da37.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d8448149a9b86ace.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-29ea689d86230a26.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.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-3abb8e600975acb8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4263031d611fb802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.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-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49232025-09-23T06:17:46.154Z 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=c99a6ff1d7b50cbd -C extra-filename=-cb6bf0141e283ea8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-6beb7a3dc5fe991e.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-91a4390ad9241f9c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-3abb8e600975acb8.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6001743155d3c4a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49242025-09-23T06:18:26.959Z 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=22d49c8e9b1e9aa5 -C extra-filename=-59ed6c362287e4b0 --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-4a8b59abba2b40d8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-34cf9b4cb0e2d85a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-484e3be5363eebba.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-3abb8e600975acb8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49252025-09-23T06:18:31.018Z 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=03265112d234897e -C extra-filename=-2ea7939f5f25d5bc --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-4a8b59abba2b40d8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-30afb2749f7b8e55.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-3413b9f3513accec.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9cb2cc9ed0228164.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-b77ba591ee20b893.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49262025-09-23T06:18:38.731Z 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=0dc9da0b0f3e9dd6 -C extra-filename=-13cabe8c6e513911 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d8f9f60b43fbd84e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-71b0bb9f1129a483.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-3f4e8efcecd6cea3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49272025-09-23T06:18:42.296Z 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=c384167915d073af -C extra-filename=-40d1e9622e8947d8 --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-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-201142b12242a940.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-ef6de711891156ff.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.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-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-b987aa482a11f09f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-80402a581ef16707.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-578e6303dc3a68ec.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-947c240899b43b9e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.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-3abb8e600975acb8.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49282025-09-23T06:18:43.133Z 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=9eb3f6d6037ab3bc -C extra-filename=-56191f2cfe4de56c --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-35eedced8d88c21d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c21f60efddbdb4a4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d210d3cc462537e3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e01d403367995699.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.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-3c0d7cd5e5048808.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ccf93917648b5abb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.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-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3c8c677fe5eede27.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-11d7867f7991419a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-953ee2798c9f11cd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e9833044512c91d7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-661f801c886083f7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cc269ef78a12c4a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3963e735cdc9d3cb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.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-626baf221cacacb9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e53e0e411b3a2d68.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-214bbe1fc4172ce7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-0e157ca06402d21c.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-ab7e83f9015c3b42.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6102ab5038733ac9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-bee944271bfa6028.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4d5283bafdf73ec1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ed7cf9eeda198760.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-750d9fb28fa13822.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-17e444b0484d3609.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-610fa70cd4a7927e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2809f11fa9bd2bb6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c5f5f06fce22ea53.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b704d7b1b2e7c49d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ac799fa4a74ed9cc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49292025-09-23T06:18:44.081Z 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=f5f2b58b93de5023 -C extra-filename=-0b80af1607c45f0d --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-35eedced8d88c21d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c21f60efddbdb4a4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d210d3cc462537e3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e01d403367995699.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.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-3c0d7cd5e5048808.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ccf93917648b5abb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.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-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-11d7867f7991419a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-953ee2798c9f11cd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e9833044512c91d7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cc269ef78a12c4a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3963e735cdc9d3cb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-626baf221cacacb9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e53e0e411b3a2d68.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-214bbe1fc4172ce7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-0e157ca06402d21c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ab7e83f9015c3b42.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6102ab5038733ac9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-bee944271bfa6028.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4d5283bafdf73ec1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ed7cf9eeda198760.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-750d9fb28fa13822.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-17e444b0484d3609.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-610fa70cd4a7927e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2809f11fa9bd2bb6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c5f5f06fce22ea53.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b704d7b1b2e7c49d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ac799fa4a74ed9cc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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/`
49302025-09-23T06:18:45.865Z 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=84bca6fe2f7717b5 -C extra-filename=-21254b3414c8bab0 --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-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-201142b12242a940.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.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-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-b987aa482a11f09f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-80402a581ef16707.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-578e6303dc3a68ec.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-947c240899b43b9e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.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-3abb8e600975acb8.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49312025-09-23T06:18:46.728Z 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=785a3e393260f0f3 -C extra-filename=-bbec53448320c537 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-35eedced8d88c21d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c21f60efddbdb4a4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d210d3cc462537e3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e01d403367995699.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.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-3c0d7cd5e5048808.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ccf93917648b5abb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.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-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3c8c677fe5eede27.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-11d7867f7991419a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-953ee2798c9f11cd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e9833044512c91d7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-661f801c886083f7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cc269ef78a12c4a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3963e735cdc9d3cb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.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-626baf221cacacb9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e53e0e411b3a2d68.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-214bbe1fc4172ce7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-0e157ca06402d21c.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-ab7e83f9015c3b42.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6102ab5038733ac9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-bee944271bfa6028.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4d5283bafdf73ec1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ed7cf9eeda198760.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-750d9fb28fa13822.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-17e444b0484d3609.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-610fa70cd4a7927e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2809f11fa9bd2bb6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c5f5f06fce22ea53.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b704d7b1b2e7c49d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ac799fa4a74ed9cc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49322025-09-23T06:18:50.151Z 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=d1e62176f30c93f7 -C extra-filename=-d03f9761bbaf23c5 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-35eedced8d88c21d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c21f60efddbdb4a4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d210d3cc462537e3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e01d403367995699.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.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-3c0d7cd5e5048808.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ccf93917648b5abb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.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-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3c8c677fe5eede27.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-11d7867f7991419a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-953ee2798c9f11cd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e9833044512c91d7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-661f801c886083f7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cc269ef78a12c4a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3963e735cdc9d3cb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.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-626baf221cacacb9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e53e0e411b3a2d68.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-214bbe1fc4172ce7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-0e157ca06402d21c.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-ab7e83f9015c3b42.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6102ab5038733ac9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-bee944271bfa6028.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4d5283bafdf73ec1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ed7cf9eeda198760.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-750d9fb28fa13822.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-17e444b0484d3609.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-610fa70cd4a7927e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2809f11fa9bd2bb6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c5f5f06fce22ea53.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b704d7b1b2e7c49d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ac799fa4a74ed9cc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49332025-09-23T06:18:58.894Z 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=7f59fab91d041736 -C extra-filename=-03329994c3d38cbb --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-35eedced8d88c21d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c21f60efddbdb4a4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d210d3cc462537e3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e01d403367995699.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.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-3c0d7cd5e5048808.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ccf93917648b5abb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.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-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-11d7867f7991419a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-953ee2798c9f11cd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e9833044512c91d7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cc269ef78a12c4a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3963e735cdc9d3cb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-626baf221cacacb9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e53e0e411b3a2d68.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-214bbe1fc4172ce7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-0e157ca06402d21c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ab7e83f9015c3b42.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6102ab5038733ac9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-bee944271bfa6028.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4d5283bafdf73ec1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ed7cf9eeda198760.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-750d9fb28fa13822.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-17e444b0484d3609.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-610fa70cd4a7927e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2809f11fa9bd2bb6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c5f5f06fce22ea53.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b704d7b1b2e7c49d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ac799fa4a74ed9cc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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/`
49342025-09-23T06:18:59.775Z 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=71692f10e2da8a63 -C extra-filename=-38b8cd4b11a043f2 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-744cce18ee6f7992.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8a82f9aca08fa4e1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-23630d3874d5d124.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2200c2dab4c472c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-8790f4e2781e44bc.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-3abb8e600975acb8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fc9527150bccd075.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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/`
49352025-09-23T06:19:08.207Z 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=cc78a89e3b5f538a -C extra-filename=-6185a5e56353e690 --out-dir /work/oxidecomputer/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-74c62a1d4d9a119c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6210aa16342c96c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-dc5628cd2ffc9e49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49362025-09-23T06:19:09.876Z 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=793e415de4011b5f -C extra-filename=-21e3bf131e270ecd --out-dir /work/oxidecomputer/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-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-99a71b153ac78d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-96fdb635f5f50537.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-127a6b727667c131.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-3d91acb03d777c0c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-706be089866a49a8.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-32b667865c9100b4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49372025-09-23T06:19:12.993Z 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=21477d039113a240 -C extra-filename=-016cdfc0dfdc1c84 --out-dir /work/oxidecomputer/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-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-99a71b153ac78d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-96fdb635f5f50537.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-127a6b727667c131.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-3d91acb03d777c0c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-706be089866a49a8.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-32b667865c9100b4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49382025-09-23T06:19:16.004Z 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=126763551768cea7 -C extra-filename=-251ca2e3f5b7a96e --out-dir /work/oxidecomputer/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-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.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-bae452370081b61b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49392025-09-23T06:19:17.723Z 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=0db110a9bd8fdc94 -C extra-filename=-9ce8418227af7a3f --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-0d495fe4e42d1a55.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6210aa16342c96c8.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-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-7c6ee9319a6af526.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-ddbcb46c67bc5455.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-607bb282b484809c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ca27857320505f48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49402025-09-23T06:19:19.078Z 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=81b679e44f84ffb6 -C extra-filename=-b8ae5d6e1705ac33 --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-0d495fe4e42d1a55.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6210aa16342c96c8.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-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-7c6ee9319a6af526.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-447117d92c09ae41.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-ddbcb46c67bc5455.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-607bb282b484809c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ca27857320505f48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49412025-09-23T06:19:20.007Z 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=0b5da32d8468bf1f -C extra-filename=-520f5fb094e463f4 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.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-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9c022c79bbc93897.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-05eb34c10e8f865e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f388ca75647d2442.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-10ee765b2b2fe1ea.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cc269ef78a12c4a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-5c423d6c0f0eb49a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-610fa70cd4a7927e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.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-3d91acb03d777c0c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49422025-09-23T06:19:20.118Z 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=1c2e48f407dea560 -C extra-filename=-e0a53cb813c75a22 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.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-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-05eb34c10e8f865e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f388ca75647d2442.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-10ee765b2b2fe1ea.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cc269ef78a12c4a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-5c423d6c0f0eb49a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-610fa70cd4a7927e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.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-3d91acb03d777c0c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49432025-09-23T06:19:22.490Z 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=1edad79701fcf028 -C extra-filename=-e2c4903f582659c0 --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-2f6d82436b7570bb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4aad65887d9e4d13.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-f6deee471e0efc07.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49442025-09-23T06:19:26.099Z 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=38336db78cdb6ef5 -C extra-filename=-6fbda45414941b8c --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-841f96eef870aba1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-997b3369014608e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f976e8733bc7da37.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49452025-09-23T06:19:29.389Z 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=e61be878ae71c97e -C extra-filename=-abe50226138242fc --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-841f96eef870aba1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.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-997b3369014608e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f976e8733bc7da37.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49462025-09-23T06:19:32.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=f96eb70cdd97b2c2 -C extra-filename=-4443d952b7691c08 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-841f96eef870aba1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.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-997b3369014608e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f976e8733bc7da37.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49472025-09-23T06:19:33.463Z 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=a965d22070b4c3d4 -C extra-filename=-1d142729c22b11e5 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ac799fa4a74ed9cc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49482025-09-23T06:19:35.622Z 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=9f6cba6721189668 -C extra-filename=-78285771aa4511d6 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.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-e01d403367995699.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-ccf93917648b5abb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.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-376937d130ecf064.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3dfa366aef439f68.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9c022c79bbc93897.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-ca54cf2469e4f2e4.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-05eb34c10e8f865e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.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-a10e9c67ed4e1bf2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cc269ef78a12c4a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ed7cf9eeda198760.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-750d9fb28fa13822.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-8790f4e2781e44bc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-62fc64a6c94eb7c8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4c87825fbc2f0bd5.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-bb65dc10674bc75a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-02499d2c48eb230d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-706be089866a49a8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e255b4990fb0b9a0.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a434aef9e7c9f97d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-645a55de0445b104.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49492025-09-23T06:19:58.541Z 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=30b7cdf72518e765 -C extra-filename=-b2ee079d74423dba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e620476de194b608.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-99a71b153ac78d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-96fdb635f5f50537.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.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-10ee765b2b2fe1ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2502d93673d2282b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-6a287a575f6a28c6.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-3d91acb03d777c0c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6001743155d3c4a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a491ab8cefaa9605.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-bb65dc10674bc75a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-52ff9b518b138253.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-90a6510909a3c879.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-706be089866a49a8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e255b4990fb0b9a0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-645a55de0445b104.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49502025-09-23T06:20:12.087Z 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=741aab2327ec5fab -C extra-filename=-3451c30f2587ffa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e620476de194b608.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-99a71b153ac78d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-96fdb635f5f50537.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.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-10ee765b2b2fe1ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2502d93673d2282b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-6a287a575f6a28c6.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-3d91acb03d777c0c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6001743155d3c4a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a491ab8cefaa9605.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-bb65dc10674bc75a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-52ff9b518b138253.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-90a6510909a3c879.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-706be089866a49a8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e255b4990fb0b9a0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-645a55de0445b104.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49512025-09-23T06:20:14.649Z 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=29d3cf5907b124cb -C extra-filename=-d60688f849440ac6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e620476de194b608.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-99a71b153ac78d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-96fdb635f5f50537.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.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-10ee765b2b2fe1ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2502d93673d2282b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-6a287a575f6a28c6.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-3d91acb03d777c0c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6001743155d3c4a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a491ab8cefaa9605.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-bb65dc10674bc75a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-52ff9b518b138253.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-90a6510909a3c879.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e255b4990fb0b9a0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-645a55de0445b104.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49522025-09-23T06:20:15.154Z 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=8ad591eb4c215e46 -C extra-filename=-cbcd4e7a5fa70ad8 --out-dir /work/oxidecomputer/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-c6986f36e3c22886.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.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-269bad3a366676ca.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/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`
49532025-09-23T06:20:15.932Z 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=eaa967beb384fa70 -C extra-filename=-e9ff099a1fa4e8ae --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.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-54071b6835213dda.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.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-bae452370081b61b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49542025-09-23T06:20:16.615Z 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=40bf1a4b8dda6521 -C extra-filename=-90893f0718006bf6 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.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-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.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-bae452370081b61b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49552025-09-23T06:20:19.628Z 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=4d3771180a538344 -C extra-filename=-f39d26598d3cbcd0 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.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-54071b6835213dda.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.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-bae452370081b61b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49562025-09-23T06:20:37.009Z 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=a4b56d8ade5d6dae -C extra-filename=-dd75e7d52af6547a --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-123394c1bcd1df64.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.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-93dbfb8786647bf6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b07eef09036bbc3b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-661f801c886083f7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-0569d3b3f7479b0c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0583fb30160f631a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.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-269bad3a366676ca.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.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-03f4a54fbe15c457.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-02499d2c48eb230d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49572025-09-23T06:20:37.270Z 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=a4a3c1425b4d8c15 -C extra-filename=-12515277394982a2 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-123394c1bcd1df64.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.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-93dbfb8786647bf6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b07eef09036bbc3b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-661f801c886083f7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-0569d3b3f7479b0c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0583fb30160f631a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.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-269bad3a366676ca.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.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-03f4a54fbe15c457.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-02499d2c48eb230d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49582025-09-23T06:20:38.158Z 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=c29062dbfac1c1f0 -C extra-filename=-b511f715f4d891bd --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-123394c1bcd1df64.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.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-93dbfb8786647bf6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b07eef09036bbc3b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-661f801c886083f7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-0569d3b3f7479b0c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0583fb30160f631a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.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-03f4a54fbe15c457.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-02499d2c48eb230d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49592025-09-23T06:20:38.717Z 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=93353f3bf0eacd13 -C extra-filename=-c2f2a878695c8902 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-841f96eef870aba1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.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-6ec80429f7643e21.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7de026ee3a273db0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f976e8733bc7da37.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-610fa70cd4a7927e.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-01da50fe18ec8ec6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.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-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49602025-09-23T06:20:39.002Z 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=31c1a09a5d1e426f -C extra-filename=-5c6c7664e6721f1e --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-e8d823a832b2e7bf.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9cb2cc9ed0228164.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49612025-09-23T06:20:41.597Z 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=ea59a3136eaefb57 -C extra-filename=-f6b325f89469314a --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-7184e9333324175f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-469b0db778f2a60c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.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-4caf2f923bd413cd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7a289cd1350ea760.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-24d343eec009b7dc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7f4ede893db0cfb4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3fbc1cb08c7d416.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49622025-09-23T06:20:42.187Z 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=6b879bd4cf23e57f -C extra-filename=-aec9bc212e5e23d2 --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-928b8e46a363ac77.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49632025-09-23T06:20:42.976Z 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=b972e6ada8192ec5 -C extra-filename=-5fb24ee9af0ff1e3 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-23630d3874d5d124.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-88c5b13e3d19258d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-484e3be5363eebba.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f133e44f695a0c2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49642025-09-23T06:20:43.679Z 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=bc48950fe6d1c891 -C extra-filename=-4fc7cc26b82a3c3a --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-23630d3874d5d124.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-88c5b13e3d19258d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-484e3be5363eebba.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f133e44f695a0c2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49652025-09-23T06:20:47.354Z 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=820fa697e809aede -C extra-filename=-1ed3dcda8904e70f --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-23630d3874d5d124.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-88c5b13e3d19258d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-484e3be5363eebba.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49662025-09-23T06:20:47.601Z 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=4a61a128060550e6 -C extra-filename=-8694828c1351267b --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-23630d3874d5d124.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-88c5b13e3d19258d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-484e3be5363eebba.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f133e44f695a0c2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49672025-09-23T06:20:50.230Z 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=07b0edd887d53df7 -C extra-filename=-63838017e2492f7a --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-35eedced8d88c21d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c21f60efddbdb4a4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d210d3cc462537e3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e01d403367995699.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.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-3c0d7cd5e5048808.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ccf93917648b5abb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.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-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3c8c677fe5eede27.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-11d7867f7991419a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-953ee2798c9f11cd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e9833044512c91d7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-661f801c886083f7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cc269ef78a12c4a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3963e735cdc9d3cb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.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-626baf221cacacb9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e53e0e411b3a2d68.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-214bbe1fc4172ce7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-0e157ca06402d21c.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-ab7e83f9015c3b42.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6102ab5038733ac9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-bee944271bfa6028.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4d5283bafdf73ec1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ed7cf9eeda198760.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-750d9fb28fa13822.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-17e444b0484d3609.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-610fa70cd4a7927e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2809f11fa9bd2bb6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c5f5f06fce22ea53.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b704d7b1b2e7c49d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ac799fa4a74ed9cc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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/`
49682025-09-23T06:20:56.434Z 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=3ad31641f82c1ce3 -C extra-filename=-17d28be4423f9dfa --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.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-93dbfb8786647bf6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b07eef09036bbc3b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-661f801c886083f7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-0569d3b3f7479b0c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0583fb30160f631a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.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-269bad3a366676ca.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-02499d2c48eb230d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
49692025-09-23T06:20:59.020Z 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=d858c54e7077d004 -C extra-filename=-2919abfbe5f883d0 --out-dir /work/oxidecomputer/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-bab44acb00bbfd78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-99a71b153ac78d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-96fdb635f5f50537.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.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-10ee765b2b2fe1ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2502d93673d2282b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-6a287a575f6a28c6.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-3d91acb03d777c0c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6001743155d3c4a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a491ab8cefaa9605.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-bb65dc10674bc75a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-52ff9b518b138253.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-90a6510909a3c879.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-706be089866a49a8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e255b4990fb0b9a0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-645a55de0445b104.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49702025-09-23T06:21:00.998Z 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=08802cfc7742b2f7 -C extra-filename=-74939cbd5c94e991 --out-dir /work/oxidecomputer/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-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-99a71b153ac78d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-96fdb635f5f50537.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-127a6b727667c131.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-3d91acb03d777c0c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-706be089866a49a8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49712025-09-23T06:21:04.288Z 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=18987fa7434f08d4 -C extra-filename=-421bfe1d8d491bd0 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-127257937c0c78b8.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-61b64abb80449566.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-29c1a332f059ff1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1a4cd397d74022e5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49722025-09-23T06:21:12.783Z 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=c595411170b07c8e -C extra-filename=-312bf8cce7e82133 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-127257937c0c78b8.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-61b64abb80449566.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-29c1a332f059ff1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-155f6c3776538ca9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1a4cd397d74022e5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49732025-09-23T06:21:15.795Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
49742025-09-23T06:21:15.799Z 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=f4dfcac4c5526f24 -C extra-filename=-c6c90dc03bd4f31a --out-dir /work/oxidecomputer/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-61b64abb80449566.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-29c1a332f059ff1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1a4cd397d74022e5.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-cefdeffdcb752ef8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49752025-09-23T06:21:16.903Z 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=09fb49cfb6d25d75 -C extra-filename=-b245743b9c6ef6c0 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-127257937c0c78b8.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-61b64abb80449566.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-29c1a332f059ff1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-155f6c3776538ca9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1a4cd397d74022e5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49762025-09-23T06:21:18.247Z 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=f3d81fb4f5f0708e -C extra-filename=-232d5c652458e5e1 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-127257937c0c78b8.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-61b64abb80449566.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-29c1a332f059ff1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-155f6c3776538ca9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1a4cd397d74022e5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49772025-09-23T06:21:18.855Z 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=5d5f66849159cbae -C extra-filename=-50089700c9c66c98 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-127257937c0c78b8.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-61b64abb80449566.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-29c1a332f059ff1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-155f6c3776538ca9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1a4cd397d74022e5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49782025-09-23T06:21:20.920Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3247d7bedf80ac90 -C extra-filename=-04e6114ada21ebe7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-35eedced8d88c21d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d210d3cc462537e3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-127257937c0c78b8.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d8f9f60b43fbd84e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0cae93acd3793fe6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-376937d130ecf064.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-ad44208e5f7ae4fe.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-ca54cf2469e4f2e4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-59c1010d6cf1ed18.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e4ac556d30c590af.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-1970056deba5b3b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-88c5b13e3d19258d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ab7e83f9015c3b42.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-8205f27d79057c60.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4d5283bafdf73ec1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6001743155d3c4a5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a434aef9e7c9f97d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49792025-09-23T06:21:21.574Z 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=a8ad3a1ed75410f8 -C extra-filename=-4c581a2bf175b720 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-127257937c0c78b8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-155f6c3776538ca9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49802025-09-23T06:21:22.286Z 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=a1809214a95a0660 -C extra-filename=-6186c1763a05cbc5 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-127257937c0c78b8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-155f6c3776538ca9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49812025-09-23T06:21:24.468Z 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=efd99a149c12ca48 -C extra-filename=-31498f3806778441 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-127257937c0c78b8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-155f6c3776538ca9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49822025-09-23T06:21:32.934Z 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=0d2a0a40723ef04e -C extra-filename=-fded301ce7aa8f3a --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-b2eda1a4c0ab0511.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-c7556107f2579263.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49832025-09-23T06:21:34.692Z 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=3030addab7d2c3db -C extra-filename=-78c1193e98e5db81 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3dfa366aef439f68.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ab7e83f9015c3b42.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6102ab5038733ac9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4d5283bafdf73ec1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-17e444b0484d3609.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-3abb8e600975acb8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b75ae4a1075d8653.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-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`
49842025-09-23T06:21:40.245Z 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=b06d1e13cb3cfbb3 -C extra-filename=-09ea3eae8954cd22 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-ad44208e5f7ae4fe.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-63ea68af07bbcaae.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f388ca75647d2442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5bba7e6222b8eb01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-bae452370081b61b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0ec5258913ebb357.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-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/`
49852025-09-23T06:21:41.064Z 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=5181b4b6bf12994f -C extra-filename=-dbee5b3e30784a8b --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-ad44208e5f7ae4fe.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-63ea68af07bbcaae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f388ca75647d2442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5bba7e6222b8eb01.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-bae452370081b61b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b75ae4a1075d8653.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0ec5258913ebb357.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-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`
49862025-09-23T06:21:44.130Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
49872025-09-23T06:21:44.133Z 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=add00ed4e8b2b19b -C extra-filename=-a779e2eb971d267b --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5bba7e6222b8eb01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-bae452370081b61b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-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`
49882025-09-23T06:21:44.304Z 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=047029e4de3c6044 -C extra-filename=-9655d6d625da79fa --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-2f6d82436b7570bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5bba7e6222b8eb01.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b75ae4a1075d8653.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-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`
49892025-09-23T06:21:47.334Z 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=4b57e8a1443c17db -C extra-filename=-86247a9c1cc8dcb4 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3dfa366aef439f68.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-8b04622063cca368.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ab7e83f9015c3b42.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6102ab5038733ac9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4d5283bafdf73ec1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-17e444b0484d3609.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-3abb8e600975acb8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b75ae4a1075d8653.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-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`
49902025-09-23T06:21:47.655Z 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=28dace636739cf95 -C extra-filename=-23b275541feeb3bd --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-ad44208e5f7ae4fe.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-63ea68af07bbcaae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f388ca75647d2442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-bae452370081b61b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b75ae4a1075d8653.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0ec5258913ebb357.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-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`
49912025-09-23T06:21:52.868Z 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=9009ea102baf69ff -C extra-filename=-d8556c0ecd8558ec --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-ad44208e5f7ae4fe.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-63ea68af07bbcaae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f388ca75647d2442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5bba7e6222b8eb01.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-bae452370081b61b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b75ae4a1075d8653.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0ec5258913ebb357.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-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`
49922025-09-23T06:22:06.155Z 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=ed5ff4868d3ef928 -C extra-filename=-adca6919ac09384f --out-dir /work/oxidecomputer/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-6125749695b47897.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6f08bfadb49cfae8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-29628ab91447857a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-29c1a332f059ff1c.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-35caec50e402517e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6210aa16342c96c8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-96fdb635f5f50537.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-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ab326475f94c11f7.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-39377dd3172fefce.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-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1a4cd397d74022e5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6869f73022dda98.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-87cb3968b3f3f895.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-127a6b727667c131.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-fd7dc65cad57a4bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-72553084e35e67c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49932025-09-23T06:22:11.581Z 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=91ab54d016a0649a -C extra-filename=-0d9c980ffdd959a1 --out-dir /work/oxidecomputer/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-6125749695b47897.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6f08bfadb49cfae8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-29628ab91447857a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-29c1a332f059ff1c.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-35caec50e402517e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6210aa16342c96c8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-96fdb635f5f50537.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-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ab326475f94c11f7.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-39377dd3172fefce.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-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1a4cd397d74022e5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6869f73022dda98.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-87cb3968b3f3f895.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-127a6b727667c131.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-fd7dc65cad57a4bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-72553084e35e67c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49942025-09-23T06:22:14.886Z 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=e265327cf3b52700 -C extra-filename=-ed15098ef181be3e --out-dir /work/oxidecomputer/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-6125749695b47897.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6f08bfadb49cfae8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-29628ab91447857a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-29c1a332f059ff1c.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-35caec50e402517e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6210aa16342c96c8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-96fdb635f5f50537.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-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ab326475f94c11f7.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-39377dd3172fefce.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-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1a4cd397d74022e5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6869f73022dda98.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-87cb3968b3f3f895.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-127a6b727667c131.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-fd7dc65cad57a4bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-72553084e35e67c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49952025-09-23T06:22:17.484Z 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=da979a4f20d1abc7 -C extra-filename=-852e15d2f751370e --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-88c5b13e3d19258d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-484e3be5363eebba.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f133e44f695a0c2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49962025-09-23T06:22:25.853Z 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=6cf13d64adb734b9 -C extra-filename=-c0d07cb81ed232de --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-88c5b13e3d19258d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-484e3be5363eebba.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f133e44f695a0c2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49972025-09-23T06:22:28.560Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
49982025-09-23T06:22:28.563Z 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=79baf8b49d18889b -C extra-filename=-1dcc3dda7d88689d --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.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-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-8b04622063cca368.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0583fb30160f631a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-cefdeffdcb752ef8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
49992025-09-23T06:22:32.274Z 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=b4a95b7e34e0ada1 -C extra-filename=-d5492d87e8e3d1f0 --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-4b437edd2b0b245a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
50002025-09-23T06:22:34.990Z 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=4cbdad867425bf4f -C extra-filename=-60c15f0ca42e1ba8 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-08e2e14879a2a174.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.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-c42df1260c68bd2e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fc9527150bccd075.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
50012025-09-23T06:22:37.531Z 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=b50b63d6b6c9d6ca -C extra-filename=-7353858239c06907 --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-62fc64a6c94eb7c8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
50022025-09-23T06:22:41.787Z 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=87eb941adb4701b1 -C extra-filename=-d7b518d708ac6e5f --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c0d7cd5e5048808.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0cae93acd3793fe6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2b5c715654ea99cd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-505311e2d2b65158.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-fb5988b711e7ab53.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3d91acb03d777c0c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
50032025-09-23T06:22:45.756Z 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=0a49064395bcbd3b -C extra-filename=-72e4dd0f8f06c208 --out-dir /work/oxidecomputer/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-35eedced8d88c21d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ab326475f94c11f7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-469b0db778f2a60c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-9370ea0c7bc7e80a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.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-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-29ea689d86230a26.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-7926dab5aa03088d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50042025-09-23T06:22:48.132Z 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=aebfaed7845e6f09 -C extra-filename=-2712af33d5cde94c --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c0d7cd5e5048808.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0cae93acd3793fe6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2b5c715654ea99cd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-505311e2d2b65158.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-fb5988b711e7ab53.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3d91acb03d777c0c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50052025-09-23T06:23:09.391Z 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=560c2a94943f5536 -C extra-filename=-19fad018c8db6107 --out-dir /work/oxidecomputer/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-6293bce0367d3be4.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-33743aebe9fb1e1f.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.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-93dbfb8786647bf6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b07eef09036bbc3b.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-83f8c026098fbd65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7a289cd1350ea760.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6869f73022dda98.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.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-3abb8e600975acb8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4263031d611fb802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6001743155d3c4a5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4c87825fbc2f0bd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.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-90a6510909a3c879.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
50062025-09-23T06:23:11.278Z 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=d7f2ca6c419d7796 -C extra-filename=-cefb88db0b9668ee --out-dir /work/oxidecomputer/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-3c0d7cd5e5048808.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0cae93acd3793fe6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-505311e2d2b65158.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50072025-09-23T06:23:12.312Z 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=903455a153c3d966 -C extra-filename=-ee12bb6514f25858 --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-b54b1f3a32a098fa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50082025-09-23T06:23:14.076Z 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=5943052b625659a6 -C extra-filename=-d7ba196d39439278 --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-c21f60efddbdb4a4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d2ea0bb6c658825c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-99a71b153ac78d4e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.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-732367a6ee442657.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d734c32ef8174c7b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
50092025-09-23T06:23:21.999Z 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=abec4e656a4233bf -C extra-filename=-2886dcd31c0af742 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-50afd8381363d06c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.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-5404c2cda5802900.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.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-ef46dd1455962759.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3963e735cdc9d3cb.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c52bf3d25c08b572.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-479f82a212521eaf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3abb8e600975acb8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-736b5d70430ffdf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ac799fa4a74ed9cc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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)'`
50102025-09-23T06:23:23.339Z 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=f38c890b9558d0ca -C extra-filename=-7e37c84a2f9a4a4f --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.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-caac97c0679c822d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-953ee2798c9f11cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-610fa70cd4a7927e.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-3abb8e600975acb8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.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-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
50112025-09-23T06:23:31.807Z 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=c5d3ae05471a1d39 -C extra-filename=-4cb26ab28abfa288 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c0d7cd5e5048808.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0cae93acd3793fe6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2b5c715654ea99cd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-505311e2d2b65158.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-fb5988b711e7ab53.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3d91acb03d777c0c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
50122025-09-23T06:23:39.021Z 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=4227099e71f80fca -C extra-filename=-7674573634e3af0f --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-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d2ea0bb6c658825c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-99a71b153ac78d4e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.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-732367a6ee442657.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d734c32ef8174c7b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
50132025-09-23T06:23:45.618Z 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=72e89b15353188ad -C extra-filename=-9f5a1d4e04ac2b7f --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50142025-09-23T06:23:47.792Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
50152025-09-23T06:23:47.834Z 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=2c9ecb40b9c65390 -C extra-filename=-14c71d3adff109cf --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7a289cd1350ea760.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.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-cefdeffdcb752ef8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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-09-23T06:23:51.238Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
50172025-09-23T06:23:51.242Z 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=6d6920aa03e05b64 -C extra-filename=-d989c1301e500cb0 --out-dir /work/oxidecomputer/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-b2eda1a4c0ab0511.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50182025-09-23T06:23:53.865Z 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=9f95584005dccd45 -C extra-filename=-f8e5e0ca6601142b --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c0d7cd5e5048808.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0cae93acd3793fe6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2b5c715654ea99cd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-505311e2d2b65158.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-fb5988b711e7ab53.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3d91acb03d777c0c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
50192025-09-23T06:23:54.658Z 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=2214499360f56973 -C extra-filename=-c3a9ca664960850b --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c0d7cd5e5048808.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0cae93acd3793fe6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2b5c715654ea99cd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-505311e2d2b65158.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-fb5988b711e7ab53.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3d91acb03d777c0c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50202025-09-23T06:23:57.285Z 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=6c8cd115518cec49 -C extra-filename=-4aba76fab955055b --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-447117d92c09ae41.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6869f73022dda98.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50212025-09-23T06:23:58.470Z 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=79da4dff4c745110 -C extra-filename=-5edd61d82d780503 --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-29c1a332f059ff1c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-7c6ee9319a6af526.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-447117d92c09ae41.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
50222025-09-23T06:23:59.283Z 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=e25cd259ceadb7cf -C extra-filename=-895ff58c76ce0171 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-30afb2749f7b8e55.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-33743aebe9fb1e1f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.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-6f62d936de9671b8.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74afde2e65faac9d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a10e9c67ed4e1bf2.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2200c2dab4c472c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.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-3abb8e600975acb8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4263031d611fb802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
50232025-09-23T06:24:01.973Z 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=77219590ba48b5b4 -C extra-filename=-5b34c3566d33bf9b --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7a289cd1350ea760.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.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-cefdeffdcb752ef8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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-09-23T06:24:03.952Z 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=c6570d146bdf8708 -C extra-filename=-539569b42383a89d --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-095791a7f1b75397.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3dfa366aef439f68.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-24ebdb779f14716b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-c66ffd8347290c23.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-62fc64a6c94eb7c8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d0941ffe00ef32c6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50252025-09-23T06:24:04.342Z 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=6f5767693a5a1c91 -C extra-filename=-f55c7681929ae197 --out-dir /work/oxidecomputer/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-35eedced8d88c21d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ab326475f94c11f7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-469b0db778f2a60c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-9370ea0c7bc7e80a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.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-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-29ea689d86230a26.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-7926dab5aa03088d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
50262025-09-23T06:24:07.665Z 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=30988d791a82932d -C extra-filename=-ccdd390153023a8f --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0cae93acd3793fe6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2b5c715654ea99cd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-505311e2d2b65158.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-fb5988b711e7ab53.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3d91acb03d777c0c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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-09-23T06:24:10.581Z 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=1b0927e3fd5be6d4 -C extra-filename=-08d2c8ad6630826a --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-b2eda1a4c0ab0511.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50282025-09-23T06:24:11.280Z 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=048e387bcdaedbf6 -C extra-filename=-0d5b77003cbf17ee --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-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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-09-23T06:24:13.586Z 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=56847a979fcd43f6 -C extra-filename=-2b7cfea733168eb0 --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-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7a289cd1350ea760.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-c42df1260c68bd2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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-09-23T06:24:13.948Z 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=341d0a390bc8885e -C extra-filename=-2d245da5e54ad831 --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-c21f60efddbdb4a4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d2ea0bb6c658825c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-99a71b153ac78d4e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.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-732367a6ee442657.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d734c32ef8174c7b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
50312025-09-23T06:24:15.233Z 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=105e128e9447479b -C extra-filename=-35886d718fc02480 --out-dir /work/oxidecomputer/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-bab44acb00bbfd78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-33743aebe9fb1e1f.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.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-c3abe641086f3562.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-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f976e8733bc7da37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.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-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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-09-23T06:24:27.399Z 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=3d713d16b14dd5e8 -C extra-filename=-cea669dec1ad0bec --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-4237adee672c9d6a.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-6f62d936de9671b8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-661f801c886083f7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.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-3abb8e600975acb8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b75ae4a1075d8653.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-02499d2c48eb230d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fc9527150bccd075.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
50332025-09-23T06:24:28.998Z 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=c3423939ca4f8a91 -C extra-filename=-f8b416e236aaa97e --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c0d7cd5e5048808.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0cae93acd3793fe6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2b5c715654ea99cd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-505311e2d2b65158.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-fb5988b711e7ab53.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3d91acb03d777c0c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50342025-09-23T06:24:31.604Z 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=871c090eb8f15e8e -C extra-filename=-f017a72fa39fc532 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-841f96eef870aba1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.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-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f976e8733bc7da37.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
50352025-09-23T06:24:33.265Z 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=9bff22b86f99905c -C extra-filename=-bc50c92012612301 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-095791a7f1b75397.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3dfa366aef439f68.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-24ebdb779f14716b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-c66ffd8347290c23.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-62fc64a6c94eb7c8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b75ae4a1075d8653.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d0941ffe00ef32c6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:24:36.069Z 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=648d5eb4d39c49fd -C extra-filename=-d35b8e1caa739939 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c21f60efddbdb4a4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-626baf221cacacb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-bee944271bfa6028.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.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-3abb8e600975acb8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
50372025-09-23T06:24:38.825Z 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=cec87dd209d2e952 -C extra-filename=-f05dce8255212173 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.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-caac97c0679c822d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-953ee2798c9f11cd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4d5283bafdf73ec1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-8790f4e2781e44bc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-610fa70cd4a7927e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.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-3abb8e600975acb8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-b4137fa4eb72a9f1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ac799fa4a74ed9cc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
50382025-09-23T06:24:42.390Z 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=7b125dd27f843257 -C extra-filename=-e379f3dbc3f9a25e --out-dir /work/oxidecomputer/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-35eedced8d88c21d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ab326475f94c11f7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-469b0db778f2a60c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-9370ea0c7bc7e80a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.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-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-29ea689d86230a26.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-7926dab5aa03088d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50392025-09-23T06:25:31.633Z 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=d74db093a58405a7 -C extra-filename=-e8ac20059fd1ee4d --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.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-376937d130ecf064.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-479f82a212521eaf.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-ae8615c2cbacee22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
50402025-09-23T06:25:33.166Z 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=2d6b226137609909 -C extra-filename=-cecec3cb73502dcb --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ab326475f94c11f7.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-41883f047430b8d6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-7cdcefb0c4dd2064.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-1f7fe189b26b4f31.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.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-3abb8e600975acb8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c5f5f06fce22ea53.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
50412025-09-23T06:25:33.224Z 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=773008844b18a1c0 -C extra-filename=-2f0e72458976932b --out-dir /work/oxidecomputer/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-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-b2eda1a4c0ab0511.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-376937d130ecf064.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3dfa366aef439f68.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4c87825fbc2f0bd5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-02499d2c48eb230d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b704d7b1b2e7c49d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
50422025-09-23T06:25:33.450Z 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=eab72de65cc1815e -C extra-filename=-e36f81a2a56a31a3 --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-e01d403367995699.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e255b4990fb0b9a0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50432025-09-23T06:25:38.326Z 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=781b2004633318ff -C extra-filename=-b284768ebd4933a0 --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-b54b1f3a32a098fa.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e255b4990fb0b9a0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
50442025-09-23T06:25:40.098Z 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=0ca0c19b20033eb1 -C extra-filename=-3fb57258230f390a --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-2f6d82436b7570bb.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-5af0444093f0a8ae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.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-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ed7cf9eeda198760.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-8790f4e2781e44bc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.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-3abb8e600975acb8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
50452025-09-23T06:25:50.317Z 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=592f59c98b210b12 -C extra-filename=-01d0fbabad36484c --out-dir /work/oxidecomputer/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-ccf93917648b5abb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-bb65dc10674bc75a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50462025-09-23T06:25:55.025Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
50472025-09-23T06:25:55.029Z 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=fca232b2459baa4c -C extra-filename=-156d7f5c1b1431e5 --out-dir /work/oxidecomputer/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-bab44acb00bbfd78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.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-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ab7e83f9015c3b42.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-bae452370081b61b.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-3abb8e600975acb8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50482025-09-23T06:25:59.828Z 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=1a5e308ac1206712 -C extra-filename=-2d6e5ae8de62578e --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8a82f9aca08fa4e1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2502d93673d2282b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50492025-09-23T06:26:00.253Z 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=dec53dc6e4817781 -C extra-filename=-f341163338298075 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c0d7cd5e5048808.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0cae93acd3793fe6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2b5c715654ea99cd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-505311e2d2b65158.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-fb5988b711e7ab53.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3d91acb03d777c0c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:26:02.130Z 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=9e45579cf6a15d02 -C extra-filename=-635ca7576cd78c86 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c0d7cd5e5048808.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0cae93acd3793fe6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2b5c715654ea99cd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-505311e2d2b65158.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-fb5988b711e7ab53.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3d91acb03d777c0c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:26:02.193Z 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=ecfceb9a0a4fe698 -C extra-filename=-30038713979aa0d0 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c0d7cd5e5048808.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0cae93acd3793fe6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2b5c715654ea99cd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-505311e2d2b65158.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-fb5988b711e7ab53.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3d91acb03d777c0c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:26:03.895Z 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=36825dddf6bb434e -C extra-filename=-2aba64ce60c9e8de --out-dir /work/oxidecomputer/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-6125749695b47897.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6f08bfadb49cfae8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-29628ab91447857a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-29c1a332f059ff1c.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-35caec50e402517e.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-96fdb635f5f50537.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-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ab326475f94c11f7.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-39377dd3172fefce.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-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6869f73022dda98.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-87cb3968b3f3f895.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-127a6b727667c131.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-fd7dc65cad57a4bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-72553084e35e67c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50532025-09-23T06:26:06.628Z 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=fa674f18230eadde -C extra-filename=-54b8a19489fcb273 --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-2f6d82436b7570bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-17e444b0484d3609.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
50542025-09-23T06:26:07.555Z 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=0f58fbac9a2272e9 -C extra-filename=-c9d8e5e44ea5bdf8 --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-2f6d82436b7570bb.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-5af0444093f0a8ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/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`
50552025-09-23T06:26:10.587Z 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=970615651e7bc77d -C extra-filename=-d0fc7f5a8ab3a775 --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-b2eda1a4c0ab0511.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
50562025-09-23T06:26:11.173Z 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=7c5722ea041778f4 -C extra-filename=-0946e9f61c2baad1 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-626baf221cacacb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-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`
50572025-09-23T06:26:13.080Z 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=5444cbd1a2880e13 -C extra-filename=-0669fac1c4562ab9 --out-dir /work/oxidecomputer/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-b2eda1a4c0ab0511.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50582025-09-23T06:26:14.085Z 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=c38af749e039f8bf -C extra-filename=-afd8540f25d998d0 --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-7d3e9e46c3052a74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50592025-09-23T06:26:15.426Z 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=d0ab2bbfef21b2f9 -C extra-filename=-4718dc940c94a516 --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-b54b1f3a32a098fa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-5615119b55f0e9ff.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-6ec80429f7643e21.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-732367a6ee442657.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:26:18.697Z 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=4fa24c5bf826920c -C extra-filename=-443a85712829f062 --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-7c6ee9319a6af526.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fec8a54db400a3cb.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-a350081ccd466fa9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-447117d92c09ae41.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50612025-09-23T06:26:19.039Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50622025-09-23T06:26:19.051Z 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=d5ba057c5bb4bfd9 -C extra-filename=-2d130273891fce0e --out-dir /work/oxidecomputer/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-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50632025-09-23T06:26:19.305Z 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=87d3cc469da2910a -C extra-filename=-4de8b63d574000ec --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-6ec80429f7643e21.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fec8a54db400a3cb.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-447117d92c09ae41.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50642025-09-23T06:26:20.690Z 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=41fa03727840392d -C extra-filename=-6be353db0c7ba2d2 --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-ae8615c2cbacee22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50652025-09-23T06:26:21.611Z 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=4a5a5f5736822e17 -C extra-filename=-38ba50a5fdaa66c0 --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-19987cbd1ea73307.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50662025-09-23T06:26:21.739Z 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=680d1365dc59d35f -C extra-filename=-d0ba48fd9c6171fe --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-6ec80429f7643e21.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-1b4eea972efc6878.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-016c6b2f70013903.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50672025-09-23T06:26:23.513Z 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=1ccb0fb1d55d817b -C extra-filename=-b27ba5a1771997f7 --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-b54b1f3a32a098fa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50682025-09-23T06:26:23.611Z 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=f34970bb24bfa944 -C extra-filename=-9a9c1a5533749c93 --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-b54b1f3a32a098fa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50692025-09-23T06:26:25.570Z 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=f468aa61ec91c346 -C extra-filename=-483e0f4808a43292 --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-6ec80429f7643e21.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-447117d92c09ae41.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50702025-09-23T06:26:25.994Z 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=0c7d2bcb2c4e8e9e -C extra-filename=-13d4b1ac7f9fbee0 --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.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-6ec80429f7643e21.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-447117d92c09ae41.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50712025-09-23T06:26:26.153Z 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=93979ad6fdddc737 -C extra-filename=-af36af53fb3b5634 --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-e9b9a8b69c89793a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:26:28.156Z 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=26a49bc95d9ac6b5 -C extra-filename=-ff6be9b7482ca9ac --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-b54b1f3a32a098fa.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50732025-09-23T06:26:28.607Z 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=c14e92175d5be4bc -C extra-filename=-5888c64497e0997e --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-b54b1f3a32a098fa.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50742025-09-23T06:26:29.829Z 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=d56361fe4511278e -C extra-filename=-bd18cfe0acb31acd --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-b54b1f3a32a098fa.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50752025-09-23T06:26:30.444Z 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=d05fc202a00ad9a3 -C extra-filename=-057f6d5442e160ea --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-2f6d82436b7570bb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-29c1a332f059ff1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50762025-09-23T06:26:30.682Z 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=10dd9932066b72f4 -C extra-filename=-9a0b6e39b75febf3 --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-4f7df37a83480f89.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:26:32.368Z 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=b41fbc80f0c6f3e8 -C extra-filename=-167308b5bb4d7632 --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-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50782025-09-23T06:26:32.591Z 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=261c206e8fdda195 -C extra-filename=-a69e76727a37b801 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50792025-09-23T06:26:33.363Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff201d8f4dc77674 -C extra-filename=-fda8bb2e81636b2f --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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.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-10ee765b2b2fe1ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50802025-09-23T06:26:37.495Z 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=91f6980316de3bb1 -C extra-filename=-e29f5f9d0d27e243 --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-37f90dc777e14208.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e06f944073db5877.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50812025-09-23T06:26:37.812Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dde189645fc953be -C extra-filename=-56fcb48ed270f15d --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-06d778d72450a958.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50822025-09-23T06:26:38.149Z 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=317f74cd0f5ab207 -C extra-filename=-75161d66b3253bc1 --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50832025-09-23T06:26:38.923Z 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=68d7de0e19e54684 -C extra-filename=-0df608a2d0407c2f --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-b2eda1a4c0ab0511.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50842025-09-23T06:26:39.822Z 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=5c75a8bcaf7438f0 -C extra-filename=-b68559b4d857f90a --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-b54b1f3a32a098fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50852025-09-23T06:26:40.625Z 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=f7a6fc657fef369c -C extra-filename=-d0f52536c8af27b9 --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-b54b1f3a32a098fa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50862025-09-23T06:26:40.786Z 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=716f3684cecf35c9 -C extra-filename=-7602175cd694684d --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-56875d9e205df83d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50872025-09-23T06:26:41.487Z 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=210d10edd82e9eb9 -C extra-filename=-fe4fec398434f80e --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-99a71b153ac78d4e.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-9e8190d71cc4dc9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/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`
50882025-09-23T06:26:42.265Z 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=ed7ca7dc3bbc3730 -C extra-filename=-8c0e6f6fbd51feb0 --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-b54b1f3a32a098fa.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50892025-09-23T06:26:42.867Z 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=0e31e6b0f85dc68b -C extra-filename=-4d06b41944862c4f --out-dir /work/oxidecomputer/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-35eedced8d88c21d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-732367a6ee442657.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50902025-09-23T06:26:43.540Z 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=8b55bab1c2be2929 -C extra-filename=-70a053eee72b0f3e --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-b54b1f3a32a098fa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:26:44.341Z 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=5eb380f65df66c9d -C extra-filename=-e4f038bad1c88d35 --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-b54b1f3a32a098fa.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-71b0bb9f1129a483.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:26:44.413Z 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=776fb264ef1597e9 -C extra-filename=-190f8b1551246504 --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-43346e1c8890fba4.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50932025-09-23T06:26:46.102Z 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=a189270f2eb69f5d -C extra-filename=-c64372a8328e6a83 --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-e8d823a832b2e7bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/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`
50942025-09-23T06:26:47.932Z 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=c644e0cde6227dfc -C extra-filename=-8cec83b7c2e57334 --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-ff6d7776339c7e95.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-89ec76158b980749.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c366a20bb361137b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50952025-09-23T06:26:48.920Z 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=a25e348ec2972f38 -C extra-filename=-c96d65913cac2d87 --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-ff6d7776339c7e95.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-89ec76158b980749.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c366a20bb361137b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50962025-09-23T06:26:49.012Z 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=463c321a24aba11f -C extra-filename=-887c2ea2784c1ab8 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-6ec80429f7643e21.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-479f82a212521eaf.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-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:26:49.459Z 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=ee8516664c0c1add -C extra-filename=-f12f4e8a6e68418f --out-dir /work/oxidecomputer/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-6293bce0367d3be4.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-8ad7ebe10b3c4080.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e9833044512c91d7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e06f944073db5877.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5123224985cf52ce.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-bee944271bfa6028.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3fbc1cb08c7d416.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.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-3abb8e600975acb8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50982025-09-23T06:26:51.316Z 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=e2fcc148b403b925 -C extra-filename=-37b960f585fe8213 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-127a6b727667c131.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:26:51.795Z 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=3b49ea0b76001332 -C extra-filename=-92234d51e6fc6e26 --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-6ec80429f7643e21.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51002025-09-23T06:26:52.141Z 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=ac126aec9d0fe724 -C extra-filename=-633171e6e39e685d --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-b2eda1a4c0ab0511.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51012025-09-23T06:26:52.245Z 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=1681075c78f0c72b -C extra-filename=-f79ad3eb72b3ddd2 --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-6ec80429f7643e21.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:26:52.569Z 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=a228739b83cacf08 -C extra-filename=-463f89ff92625914 --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-b54b1f3a32a098fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:26:52.684Z 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=5eb4e202bba35a02 -C extra-filename=-e1b8907a056f39a7 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-841f96eef870aba1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-376937d130ecf064.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a491ab8cefaa9605.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:26:52.735Z 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=c646591456e376c9 -C extra-filename=-9b3515f759808d5b --out-dir /work/oxidecomputer/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-b54b1f3a32a098fa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e06f944073db5877.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:26:53.577Z 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=53596a9372e35db0 -C extra-filename=-26b730eeb1572a10 --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-6ec80429f7643e21.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:26:53.889Z 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=621def8978d1fd4c -C extra-filename=-c519fd8d68e19ac1 --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-b54b1f3a32a098fa.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:26:54.857Z 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=f4f8c5d58705da40 -C extra-filename=-88da56b89b7b513d --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-06d778d72450a958.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-33743aebe9fb1e1f.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51082025-09-23T06:26:55.324Z 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=6e02ecd11a12d51a -C extra-filename=-0e4f17b2efbfaa20 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-6ec80429f7643e21.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-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51092025-09-23T06:26:55.856Z 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=288c2fe3fe3fe478 -C extra-filename=-3af24e67499f1c3f --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-6ec80429f7643e21.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51102025-09-23T06:26:56.405Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64c929e7ff539d09 -C extra-filename=-1fa1c0a04eb149e4 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51112025-09-23T06:26:56.983Z 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=059f4398b03e4712 -C extra-filename=-b7a63de481bc7867 --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-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:26:57.075Z 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=1c9a9f9c81c402df -C extra-filename=-c456c0e06673c9a6 --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-6ec80429f7643e21.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:26:57.221Z 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=dc1daf5a2ed9086f -C extra-filename=-8fa843b47b15a9b6 --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-811675e9ce129203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:26:58.229Z 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=c5d217748b77fa44 -C extra-filename=-84365b7d3ac9a23f --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-6ec80429f7643e21.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:26:58.337Z 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=fb014c36ef1140a9 -C extra-filename=-1cb5daa1c923e252 --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-0d495fe4e42d1a55.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7a32adb046288a75.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51162025-09-23T06:26:58.928Z 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=ae24f8e3cb07cd40 -C extra-filename=-4e93fbcefb9c56f3 --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-b07eef09036bbc3b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.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-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:26:58.993Z 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=58e11868e5da43ae -C extra-filename=-2685bc6a4ec15666 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:26:59.801Z 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=f261b68bbe8f0ef4 -C extra-filename=-235e46e7fc403d7d --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.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-732367a6ee442657.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:27:02.414Z 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=0db992a224ffd1b7 -C extra-filename=-229fa5ce32971583 --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-b2eda1a4c0ab0511.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:27:04.218Z 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=a1621a93a28051f2 -C extra-filename=-fad28346bb73e285 --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-6ec80429f7643e21.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:27:04.257Z 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=3b9f59f40372677e -C extra-filename=-bf3af05471c518c2 --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-6ec80429f7643e21.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.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-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:27:04.618Z 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=c19ac3dd09182b2b -C extra-filename=-c1b7b77d7390675f --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-6b23720aa228d798.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-f3542156371f6d8e.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-c241652f333010c1.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-8629a278cecb7b23.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5527f72dd55d7f2a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-88b65e5b0b3f44ca.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-1ca21a40fd041ab6.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7c30fa127176a7cf.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-284a39874999e34d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-811675e9ce129203.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-c465ab86ca9c07c9.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-740a36728ba1256c.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7735b057a25e5eff.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-472d2050636768a1.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-376937d130ecf064.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-496f76f93532f782.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-095791a7f1b75397.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-075ff24e61b7aa5e.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-d1c2964a6d83ae33.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-505311e2d2b65158.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-95b01d2892752fb2.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae497a36acd53814.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-89def4d09e191fa9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-78813f267f87f480.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-4237adee672c9d6a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.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 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-b07eef09036bbc3b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-6721c04fa43ad68e.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-6f1ed74508cb4f07.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-96cf94595ad474e3.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-d1b65a70248dc876.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-25a4dee626dc6397.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-611a48f9bc476396.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-af8e42e130717fe4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d8448149a9b86ace.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-86846878de168962.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff417b83a2a6797c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5f2da1f73d56e025.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b8db0d8d959dca58.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-c8e0f00457d22fb4.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-a8ce4b317d32ef1e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ceb70b948812cbd1.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5d1cdebe07f9fe13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-5d1d13f9e706d439.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a31e96fb2691d45d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-8205f27d79057c60.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d6007f7a044230c7.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-16f4235824bc4c24.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-dc21c48f503b3912.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3fe69de73c4a5567.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-3fe6b549e3e2e7e8.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-919e9d75404e55eb.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a491ab8cefaa9605.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-75a505c88008aafa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-380517021d21c4e8.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-dad156261ad4afc1.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-47d9f9ecf0e4dc7e.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d0941ffe00ef32c6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-09-23T06:27:04.948Z 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=acc103722627ca2b -C extra-filename=-65d785fa98c8510c --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-06d778d72450a958.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b07eef09036bbc3b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51242025-09-23T06:27:05.238Z 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`
51252025-09-23T06:28:40.747Z 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=054951c52db424b0 -C extra-filename=-3d63b0ea4795dedf --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0e15dc8abc99326c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-54071b6835213dda.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9079a03931e63633.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-80402a581ef16707.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.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-bae452370081b61b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
51262025-09-23T06:28:40.751Z 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=17287d488b083f9c -C extra-filename=-634438f2e466bc7c --out-dir /work/oxidecomputer/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-4a8b59abba2b40d8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-744cce18ee6f7992.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8a82f9aca08fa4e1.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d0ba87088dee8cca.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-34cf9b4cb0e2d85a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-4237adee672c9d6a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b07eef09036bbc3b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a98a0a4cd86e3987.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-8b04622063cca368.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53d8a3ad4ec7df57.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-91a4390ad9241f9c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f81f4c1b2ff6d696.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9079a03931e63633.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.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-3abb8e600975acb8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
51272025-09-23T06:28:40.752Z 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=599c620331a09539 -C extra-filename=-8821e514a169e283 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0e15dc8abc99326c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9079a03931e63633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.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-bae452370081b61b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
51282025-09-23T06:28:40.752Z 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=924fb77659e250e9 -C extra-filename=-f27cfe6319534e17 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-91a4390ad9241f9c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f81f4c1b2ff6d696.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9079a03931e63633.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.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-269bad3a366676ca.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-cefdeffdcb752ef8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/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`
51292025-09-23T06:28:40.785Z 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=3aad7d69fc265b58 -C extra-filename=-481aa40d44b0e4f1 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-91a4390ad9241f9c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f81f4c1b2ff6d696.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9079a03931e63633.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.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-269bad3a366676ca.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-cefdeffdcb752ef8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/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`
51302025-09-23T06:28:40.839Z 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=d8f51c711fcb67d6 -C extra-filename=-d4c4e71e44c42a19 --out-dir /work/oxidecomputer/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-2f6d82436b7570bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0e15dc8abc99326c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-54071b6835213dda.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9079a03931e63633.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-80402a581ef16707.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.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-bae452370081b61b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
51312025-09-23T06:28:40.844Z 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=354d5ba989bee88e -C extra-filename=-dd236f4e6ab5504f --out-dir /work/oxidecomputer/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-4a8b59abba2b40d8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-96fdb635f5f50537.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-74e5d56ea8d9619e.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-71b0bb9f1129a483.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.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-e999a910018e4277.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.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-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-d63a39fe3511b2ac.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-b77ba591ee20b893.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a98a0a4cd86e3987.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-91a4390ad9241f9c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b03bc61ef3cef05e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f81f4c1b2ff6d696.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9079a03931e63633.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.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-d31ba17a688d22e1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-484e3be5363eebba.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f976e8733bc7da37.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2502d93673d2282b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-127a6b727667c131.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.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-3abb8e600975acb8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4263031d611fb802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.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-d599177a6a699edb.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6001743155d3c4a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.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-90a6510909a3c879.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/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`
51322025-09-23T06:28:40.844Z 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=a9b33fae45dda98b -C extra-filename=-47450dc9efcd1957 --out-dir /work/oxidecomputer/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-4a8b59abba2b40d8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-96fdb635f5f50537.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-74e5d56ea8d9619e.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-71b0bb9f1129a483.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.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-e999a910018e4277.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.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-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-d63a39fe3511b2ac.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-b77ba591ee20b893.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a98a0a4cd86e3987.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-91a4390ad9241f9c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b03bc61ef3cef05e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f81f4c1b2ff6d696.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9079a03931e63633.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.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-d31ba17a688d22e1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-484e3be5363eebba.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f976e8733bc7da37.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2502d93673d2282b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-127a6b727667c131.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.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-3abb8e600975acb8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4263031d611fb802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.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-d599177a6a699edb.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6001743155d3c4a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.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-90a6510909a3c879.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/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`
51332025-09-23T06:36:17.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27m 28s
51342025-09-23T06:36:47.421Z
51352025-09-23T06:36:47.425Zreal 27:58.338369974
51362025-09-23T06:36:47.425Zuser 2:04:51.880825578
51372025-09-23T06:36:47.425Zsys 20:23.673246107
51382025-09-23T06:36:47.425Ztrap 8.431157991
51392025-09-23T06:36:47.425Ztflt 8.308278625
51402025-09-23T06:36:47.425Zdflt 23:56.131718503
51412025-09-23T06:36:47.425Zkflt 0.859889270
51422025-09-23T06:36:47.425Zlock 7:59:03.542705558
51432025-09-23T06:36:47.425Zslp 13:09:57.615947708
51442025-09-23T06:36:47.425Zlat 9:17.663264346
51452025-09-23T06:36:47.425Zstop 16:25.640016809
51462025-09-23T06:36:48.441Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
51472025-09-23T06:36:54.280Z Fresh unicode-ident v1.0.18
51482025-09-23T06:36:54.284Z Fresh cfg-if v1.0.1
51492025-09-23T06:36:54.285Z Fresh autocfg v1.4.0
51502025-09-23T06:36:54.285Z Fresh memchr v2.7.4
51512025-09-23T06:36:54.285Z Fresh proc-macro2 v1.0.101
51522025-09-23T06:36:54.285Z Fresh value-bag v1.9.0
51532025-09-23T06:36:54.285Z Fresh smallvec v1.15.1
51542025-09-23T06:36:54.285Z Fresh version_check v0.9.5
51552025-09-23T06:36:54.285Z Fresh quote v1.0.40
51562025-09-23T06:36:54.285Z Fresh libc v0.2.174
51572025-09-23T06:36:54.285Z Fresh serde_core v1.0.223
51582025-09-23T06:36:54.285Z Fresh log v0.4.27
51592025-09-23T06:36:54.285Z Fresh scopeguard v1.2.0
51602025-09-23T06:36:54.285Z Fresh itoa v1.0.11
51612025-09-23T06:36:54.288Z Fresh syn v2.0.106
51622025-09-23T06:36:54.288Z Fresh lock_api v0.4.12
51632025-09-23T06:36:54.288Z Fresh getrandom v0.2.15
51642025-09-23T06:36:54.288Z Fresh stable_deref_trait v1.2.0
51652025-09-23T06:36:54.288Z Fresh critical-section v1.1.3
51662025-09-23T06:36:54.288Z Fresh serde_derive v1.0.223
51672025-09-23T06:36:54.288Z Fresh libm v0.2.8
51682025-09-23T06:36:54.288Z Fresh zeroize_derive v1.4.2
51692025-09-23T06:36:54.288Z Fresh ryu v1.0.18
51702025-09-23T06:36:54.289Z Fresh synstructure v0.13.1
51712025-09-23T06:36:54.289Z Fresh zerovec-derive v0.10.3
51722025-09-23T06:36:54.292Z Fresh serde v1.0.223
51732025-09-23T06:36:54.292Z Fresh num-traits v0.2.19
51742025-09-23T06:36:54.292Z Fresh portable-atomic v1.11.0
51752025-09-23T06:36:54.292Z Fresh zeroize v1.8.1
51762025-09-23T06:36:54.292Z Fresh zerofrom-derive v0.1.4
51772025-09-23T06:36:54.292Z Fresh yoke-derive v0.7.4
51782025-09-23T06:36:54.292Z Fresh displaydoc v0.2.5
51792025-09-23T06:36:54.292Z Fresh bytes v1.10.1
51802025-09-23T06:36:54.292Z Fresh bitflags v2.9.1
51812025-09-23T06:36:54.292Z Fresh once_cell v1.21.3
51822025-09-23T06:36:54.292Z Fresh zerofrom v0.1.4
51832025-09-23T06:36:54.292Z Fresh litemap v0.7.3
51842025-09-23T06:36:54.292Z Fresh allocator-api2 v0.2.21
51852025-09-23T06:36:54.296Z Fresh yoke v0.7.4
51862025-09-23T06:36:54.296Z Fresh serde_json v1.0.145
51872025-09-23T06:36:54.296Z Fresh pin-project-lite v0.2.14
51882025-09-23T06:36:54.296Z Fresh writeable v0.5.5
51892025-09-23T06:36:54.296Z Fresh percent-encoding v2.3.2
51902025-09-23T06:36:54.296Z Fresh icu_provider_macros v1.5.0
51912025-09-23T06:36:54.296Z Fresh equivalent v1.0.2
51922025-09-23T06:36:54.296Z Fresh zerovec v0.10.4
51932025-09-23T06:36:54.296Z Fresh getrandom v0.3.1
51942025-09-23T06:36:54.296Z Fresh foldhash v0.1.5
51952025-09-23T06:36:54.296Z Fresh icu_locid_transform_data v1.5.0
51962025-09-23T06:36:54.296Z Fresh shlex v1.3.0
51972025-09-23T06:36:54.296Z Fresh icu_properties_data v1.5.0
51982025-09-23T06:36:54.296Z Fresh utf16_iter v1.0.5
51992025-09-23T06:36:54.296Z Fresh write16 v1.0.0
52002025-09-23T06:36:54.296Z Fresh tinystr v0.7.6
52012025-09-23T06:36:54.296Z Fresh icu_collections v1.5.0
52022025-09-23T06:36:54.296Z Fresh hashbrown v0.15.4
52032025-09-23T06:36:54.296Z Fresh utf8_iter v1.0.4
52042025-09-23T06:36:54.296Z Fresh icu_normalizer_data v1.5.0
52052025-09-23T06:36:54.296Z Fresh form_urlencoded v1.2.2
52062025-09-23T06:36:54.296Z Fresh icu_locid v1.5.0
52072025-09-23T06:36:54.296Z Fresh jobserver v0.1.32
52082025-09-23T06:36:54.296Z Fresh rand_core v0.6.4
52092025-09-23T06:36:54.296Z Fresh fnv v1.0.7
52102025-09-23T06:36:54.296Z Fresh regex-syntax v0.8.5
52112025-09-23T06:36:54.296Z Fresh subtle v2.6.1
52122025-09-23T06:36:54.300Z Fresh icu_provider v1.5.0
52132025-09-23T06:36:54.300Z Fresh parking_lot_core v0.9.10
52142025-09-23T06:36:54.300Z Fresh semver v1.0.26
52152025-09-23T06:36:54.300Z Fresh cc v1.2.30
52162025-09-23T06:36:54.300Z Fresh signal-hook-registry v1.4.2
52172025-09-23T06:36:54.300Z Fresh errno v0.3.12
52182025-09-23T06:36:54.300Z Fresh aho-corasick v1.1.3
52192025-09-23T06:36:54.300Z Fresh heck v0.5.0
52202025-09-23T06:36:54.300Z Fresh icu_locid_transform v1.5.0
52212025-09-23T06:36:54.300Z Fresh parking_lot v0.12.3
52222025-09-23T06:36:54.300Z Fresh regex-automata v0.4.8
52232025-09-23T06:36:54.300Z Fresh byteorder v1.5.0
52242025-09-23T06:36:54.300Z Fresh mio v1.0.2
52252025-09-23T06:36:54.300Z Fresh futures-core v0.3.31
52262025-09-23T06:36:54.303Z Fresh icu_properties v1.5.1
52272025-09-23T06:36:54.303Z Fresh tokio-macros v2.5.0
52282025-09-23T06:36:54.303Z Fresh socket2 v0.6.0
52292025-09-23T06:36:54.303Z Fresh either v1.15.0
52302025-09-23T06:36:54.303Z Fresh regex v1.11.1
52312025-09-23T06:36:54.307Z Fresh icu_normalizer v1.5.0
52322025-09-23T06:36:54.307Z Fresh typenum v1.17.0
52332025-09-23T06:36:54.307Z Fresh tokio v1.47.0
52342025-09-23T06:36:54.307Z Fresh indexmap v2.11.0
52352025-09-23T06:36:54.310Z Fresh iana-time-zone v0.1.63
52362025-09-23T06:36:54.310Z Fresh thiserror-impl v1.0.69
52372025-09-23T06:36:54.310Z Fresh idna_adapter v1.2.0
52382025-09-23T06:36:54.310Z Fresh generic-array v0.14.7
52392025-09-23T06:36:54.310Z Fresh rustix v0.38.37
52402025-09-23T06:36:54.310Z Fresh chrono v0.4.41
52412025-09-23T06:36:54.310Z Fresh uuid v1.18.1
52422025-09-23T06:36:54.310Z Fresh futures-io v0.3.31
52432025-09-23T06:36:54.314Z Fresh idna v1.0.3
52442025-09-23T06:36:54.314Z Fresh crypto-common v0.1.6
52452025-09-23T06:36:54.314Z Fresh thiserror v1.0.69
52462025-09-23T06:36:54.314Z Fresh pkg-config v0.3.31
52472025-09-23T06:36:54.314Z Fresh spin v0.9.8
52482025-09-23T06:36:54.314Z Fresh serde_derive_internals v0.29.1
52492025-09-23T06:36:54.314Z Fresh dyn-clone v1.0.20
52502025-09-23T06:36:54.315Z Fresh url v2.5.4
52512025-09-23T06:36:54.315Z Fresh slab v0.4.9
52522025-09-23T06:36:54.318Z Fresh schemars_derive v0.8.22
52532025-09-23T06:36:54.318Z Fresh zerocopy-derive v0.7.35
52542025-09-23T06:36:54.318Z Fresh const-oid v0.9.6
52552025-09-23T06:36:54.318Z Fresh pin-utils v0.1.0
52562025-09-23T06:36:54.318Z Fresh futures-sink v0.3.31
52572025-09-23T06:36:54.318Z Fresh zerocopy v0.7.35
52582025-09-23T06:36:54.318Z Fresh lazy_static v1.5.0
52592025-09-23T06:36:54.318Z Fresh futures-channel v0.3.31
52602025-09-23T06:36:54.318Z Fresh block-buffer v0.10.4
52612025-09-23T06:36:54.318Z Fresh futures-macro v0.3.31
52622025-09-23T06:36:54.318Z Fresh futures-task v0.3.31
52632025-09-23T06:36:54.318Z Fresh cpufeatures v0.2.14
52642025-09-23T06:36:54.318Z Fresh schemars v0.8.22
52652025-09-23T06:36:54.318Z Fresh futures-util v0.3.31
52662025-09-23T06:36:54.318Z Fresh digest v0.10.7
52672025-09-23T06:36:54.321Z Fresh thiserror-impl v2.0.16
52682025-09-23T06:36:54.321Z Fresh strsim v0.11.1
52692025-09-23T06:36:54.321Z Fresh tracing-core v0.1.32
52702025-09-23T06:36:54.321Z Fresh tracing-attributes v0.1.27
52712025-09-23T06:36:54.321Z Fresh http v1.3.1
52722025-09-23T06:36:54.321Z Fresh glob v0.3.2
52732025-09-23T06:36:54.321Z Fresh ppv-lite86 v0.2.20
52742025-09-23T06:36:54.321Z Fresh minimal-lexical v0.2.1
52752025-09-23T06:36:54.324Z Fresh syn v1.0.109
52762025-09-23T06:36:54.324Z Fresh thiserror v2.0.16
52772025-09-23T06:36:54.324Z Fresh tracing v0.1.40
52782025-09-23T06:36:54.327Z Fresh adler2 v2.0.0
52792025-09-23T06:36:54.327Z Fresh nom v7.1.3
52802025-09-23T06:36:54.330Z Fresh miniz_oxide v0.8.5
52812025-09-23T06:36:54.330Z Fresh itertools v0.12.1
52822025-09-23T06:36:54.330Z Fresh libloading v0.8.5
52832025-09-23T06:36:54.330Z Fresh vcpkg v0.2.15
52842025-09-23T06:36:54.330Z Fresh prettyplease v0.2.36
52852025-09-23T06:36:54.333Z Fresh paste v1.0.15
52862025-09-23T06:36:54.333Z Fresh clang-sys v1.8.1
52872025-09-23T06:36:54.333Z Fresh cexpr v0.6.0
52882025-09-23T06:36:54.333Z Fresh serde_tokenstream v0.2.2
52892025-09-23T06:36:54.333Z Fresh powerfmt v0.2.0
52902025-09-23T06:36:54.333Z Fresh home v0.5.9
52912025-09-23T06:36:54.333Z Fresh time-core v0.1.6
52922025-09-23T06:36:54.333Z Fresh crossbeam-utils v0.8.21
52932025-09-23T06:36:54.333Z Fresh num-conv v0.1.0
52942025-09-23T06:36:54.333Z Fresh deranged v0.5.3
52952025-09-23T06:36:54.333Z Fresh num_threads v0.1.7
52962025-09-23T06:36:54.334Z Fresh block-padding v0.3.3
52972025-09-23T06:36:54.334Z Fresh gimli v0.31.1
52982025-09-23T06:36:54.334Z Fresh time-macros v0.2.24
52992025-09-23T06:36:54.334Z Fresh base64 v0.22.1
53002025-09-23T06:36:54.337Z Fresh addr2line v0.24.2
53012025-09-23T06:36:54.337Z Fresh inout v0.1.3
53022025-09-23T06:36:54.337Z Fresh which v4.4.2
53032025-09-23T06:36:54.337Z Fresh time v0.3.43
53042025-09-23T06:36:54.337Z Fresh tokio-util v0.7.15
53052025-09-23T06:36:54.337Z Fresh ipnet v2.11.0
53062025-09-23T06:36:54.337Z Fresh object v0.36.5
53072025-09-23T06:36:54.337Z Fresh atomic-waker v1.1.2
53082025-09-23T06:36:54.337Z Fresh rustc-hash v1.1.0
53092025-09-23T06:36:54.337Z Fresh rustc-demangle v0.1.24
53102025-09-23T06:36:54.340Z Fresh lazycell v1.3.0
53112025-09-23T06:36:54.340Z Fresh rustversion v1.0.22
53122025-09-23T06:36:54.340Z Fresh cipher v0.4.4
53132025-09-23T06:36:54.340Z Fresh cmake v0.1.51
53142025-09-23T06:36:54.343Z Fresh untrusted v0.9.0
53152025-09-23T06:36:54.343Z Fresh backtrace v0.3.74
53162025-09-23T06:36:54.343Z Fresh bindgen v0.69.5
53172025-09-23T06:36:54.343Z Fresh fs_extra v1.3.0
53182025-09-23T06:36:54.343Z Fresh dunce v1.0.5
53192025-09-23T06:36:54.343Z Fresh ring v0.17.14
53202025-09-23T06:36:54.343Z Fresh httparse v1.9.5
53212025-09-23T06:36:54.343Z Fresh base64ct v1.6.0
53222025-09-23T06:36:54.343Z Fresh anyhow v1.0.99
53232025-09-23T06:36:54.343Z Fresh hmac v0.12.1
53242025-09-23T06:36:54.344Z Fresh sha2 v0.10.9
53252025-09-23T06:36:54.344Z Fresh rustls-pki-types v1.10.0
53262025-09-23T06:36:54.347Z Fresh rand_chacha v0.3.1
53272025-09-23T06:36:54.350Z Fresh http-body v1.0.1
53282025-09-23T06:36:54.350Z Fresh rand v0.8.5
53292025-09-23T06:36:54.350Z Fresh try-lock v0.2.5
53302025-09-23T06:36:54.350Z Fresh httpdate v1.0.3
53312025-09-23T06:36:54.350Z Fresh untrusted v0.7.1
53322025-09-23T06:36:54.350Z Fresh utf8parse v0.2.2
53332025-09-23T06:36:54.350Z Fresh h2 v0.4.6
53342025-09-23T06:36:54.350Z Fresh aws-lc-sys v0.26.0
53352025-09-23T06:36:54.353Z Fresh want v0.3.1
53362025-09-23T06:36:54.353Z Fresh toml_datetime v0.6.11
53372025-09-23T06:36:54.353Z Fresh serde_spanned v0.6.9
53382025-09-23T06:36:54.353Z Fresh tower-service v0.3.3
53392025-09-23T06:36:54.353Z Fresh pem-rfc7468 v0.7.0
53402025-09-23T06:36:54.353Z Fresh aws-lc-rs v1.12.4
53412025-09-23T06:36:54.353Z Fresh hyper v1.7.0
53422025-09-23T06:36:54.353Z Fresh mime v0.3.17
53432025-09-23T06:36:54.353Z Fresh anstyle v1.0.11
53442025-09-23T06:36:54.353Z Fresh async-trait v0.1.89
53452025-09-23T06:36:54.353Z Fresh der_derive v0.7.3
53462025-09-23T06:36:54.356Z Fresh rustls-webpki v0.102.8
53472025-09-23T06:36:54.356Z Fresh hyper-util v0.1.16
53482025-09-23T06:36:54.356Z Fresh flagset v0.4.6
53492025-09-23T06:36:54.356Z Fresh openssl-probe v0.1.5
53502025-09-23T06:36:54.356Z Fresh foreign-types-shared v0.1.1
53512025-09-23T06:36:54.356Z Fresh openssl-sys v0.9.109
53522025-09-23T06:36:54.359Z Fresh foreign-types v0.3.2
53532025-09-23T06:36:54.359Z Fresh der v0.7.9
53542025-09-23T06:36:54.359Z Fresh anstyle-parse v0.2.5
53552025-09-23T06:36:54.359Z Fresh http-body-util v0.1.3
53562025-09-23T06:36:54.359Z Fresh pbkdf2 v0.12.2
53572025-09-23T06:36:54.360Z Fresh aes v0.8.4
53582025-09-23T06:36:54.360Z Fresh openssl-macros v0.1.1
53592025-09-23T06:36:54.360Z Fresh is_terminal_polyfill v1.70.1
53602025-09-23T06:36:54.360Z Fresh colorchoice v1.0.2
53612025-09-23T06:36:54.360Z Fresh anstyle-query v1.1.1
53622025-09-23T06:36:54.363Z Fresh spki v0.7.3
53632025-09-23T06:36:54.363Z Fresh openssl v0.10.73
53642025-09-23T06:36:54.363Z Fresh slog v2.7.0
53652025-09-23T06:36:54.363Z Fresh cbc v0.1.2
53662025-09-23T06:36:54.363Z Fresh salsa20 v0.10.2
53672025-09-23T06:36:54.363Z Fresh anstream v0.6.18
53682025-09-23T06:36:54.363Z Fresh scrypt v0.11.0
53692025-09-23T06:36:54.363Z Fresh rustc_version v0.4.1
53702025-09-23T06:36:54.363Z Fresh serde_urlencoded v0.7.1
53712025-09-23T06:36:54.363Z Fresh encoding_rs v0.8.34
53722025-09-23T06:36:54.366Z Fresh rustls v0.23.19
53732025-09-23T06:36:54.366Z Fresh litrs v0.4.1
53742025-09-23T06:36:54.366Z Fresh pkcs5 v0.7.1
53752025-09-23T06:36:54.366Z Fresh terminal_size v0.4.0
53762025-09-23T06:36:54.366Z Fresh openapiv3 v2.2.0
53772025-09-23T06:36:54.366Z Fresh sync_wrapper v1.0.1
53782025-09-23T06:36:54.366Z Fresh document-features v0.2.11
53792025-09-23T06:36:54.366Z Fresh native-tls v0.2.12
53802025-09-23T06:36:54.366Z Fresh tokio-rustls v0.26.0
53812025-09-23T06:36:54.369Z Fresh tower-layer v0.3.3
53822025-09-23T06:36:54.369Z Fresh psl-types v2.0.11
53832025-09-23T06:36:54.369Z Fresh cookie v0.18.1
53842025-09-23T06:36:54.369Z Fresh pkcs8 v0.10.2
53852025-09-23T06:36:54.369Z Fresh rustls-native-certs v0.8.1
53862025-09-23T06:36:54.369Z Fresh tokio-native-tls v0.3.1
53872025-09-23T06:36:54.369Z Fresh tower v0.5.2
53882025-09-23T06:36:54.370Z Fresh publicsuffix v2.3.0
53892025-09-23T06:36:54.370Z Fresh webpki-roots v1.0.1
53902025-09-23T06:36:54.370Z Fresh iri-string v0.7.8
53912025-09-23T06:36:54.370Z Fresh clap_lex v0.7.4
53922025-09-23T06:36:54.370Z Fresh clap_derive v4.5.41
53932025-09-23T06:36:54.370Z Fresh ucd-trie v0.1.7
53942025-09-23T06:36:54.370Z Fresh tower-http v0.6.6
53952025-09-23T06:36:54.370Z Fresh clap_builder v4.5.41
53962025-09-23T06:36:54.370Z Fresh cookie_store v0.21.1
53972025-09-23T06:36:54.373Z Fresh hyper-tls v0.6.0
53982025-09-23T06:36:54.373Z Fresh hyper-rustls v0.27.7
53992025-09-23T06:36:54.373Z Fresh pest v2.7.14
54002025-09-23T06:36:54.373Z Fresh rand_core v0.9.3
54012025-09-23T06:36:54.373Z Fresh ipnetwork v0.21.1
54022025-09-23T06:36:54.373Z Fresh clap v4.5.41
54032025-09-23T06:36:54.373Z Fresh reqwest v0.12.22
54042025-09-23T06:36:54.373Z Fresh pest_meta v2.7.14
54052025-09-23T06:36:54.373Z Fresh scroll_derive v0.12.0
54062025-09-23T06:36:54.373Z Fresh unicode-segmentation v1.12.0
54072025-09-23T06:36:54.373Z Fresh winnow v0.7.10
54082025-09-23T06:36:54.373Z Fresh data-encoding v2.9.0
54092025-09-23T06:36:54.373Z Fresh scroll v0.12.0
54102025-09-23T06:36:54.373Z Fresh pest_generator v2.7.14
54112025-09-23T06:36:54.373Z Fresh zerocopy-derive v0.8.26
54122025-09-23T06:36:54.373Z Fresh winnow v0.5.40
54132025-09-23T06:36:54.373Z Fresh tinyvec_macros v0.1.1
54142025-09-23T06:36:54.377Z Fresh plain v0.2.3
54152025-09-23T06:36:54.377Z Fresh pest_derive v2.7.14
54162025-09-23T06:36:54.377Z Fresh zerocopy v0.8.26
54172025-09-23T06:36:54.377Z Fresh tinyvec v1.8.0
54182025-09-23T06:36:54.377Z Fresh rustix v1.0.7
54192025-09-23T06:36:54.377Z Fresh toml_edit v0.19.15
54202025-09-23T06:36:54.377Z Fresh rand_chacha v0.9.0
54212025-09-23T06:36:54.377Z Fresh signature v2.2.0
54222025-09-23T06:36:54.377Z Fresh goblin v0.8.2
54232025-09-23T06:36:54.377Z Fresh pretty-hex v0.4.1
54242025-09-23T06:36:54.377Z Fresh rand v0.9.2
54252025-09-23T06:36:54.377Z Fresh dtrace-parser v0.2.0
54262025-09-23T06:36:54.377Z Fresh thread-id v4.2.2
54272025-09-23T06:36:54.377Z Fresh sha1 v0.10.6
54282025-09-23T06:36:54.377Z Fresh num-integer v0.1.46
54292025-09-23T06:36:54.381Z Fresh dof v0.3.0
54302025-09-23T06:36:54.381Z Fresh crc32fast v1.4.2
54312025-09-23T06:36:54.381Z Fresh static_assertions v1.1.0
54322025-09-23T06:36:54.381Z Fresh toml_write v0.1.2
54332025-09-23T06:36:54.381Z Fresh crossbeam-epoch v0.9.18
54342025-09-23T06:36:54.381Z Fresh bstr v1.10.0
54352025-09-23T06:36:54.381Z Fresh memmap v0.7.0
54362025-09-23T06:36:54.381Z Fresh usdt-impl v0.5.0
54372025-09-23T06:36:54.381Z Fresh toml_edit v0.22.27
54382025-09-23T06:36:54.381Z Fresh base16ct v0.2.0
54392025-09-23T06:36:54.381Z Fresh oxnet v0.1.3
54402025-09-23T06:36:54.381Z Fresh hubpack_derive v0.1.1
54412025-09-23T06:36:54.381Z Fresh ff v0.13.0
54422025-09-23T06:36:54.381Z Fresh zlib-rs v0.5.1
54432025-09-23T06:36:54.381Z Fresh num-iter v0.1.45
54442025-09-23T06:36:54.381Z Fresh usdt-macro v0.5.0
54452025-09-23T06:36:54.381Z Fresh usdt-attr-macro v0.5.0
54462025-09-23T06:36:54.381Z Fresh sec1 v0.7.3
54472025-09-23T06:36:54.381Z Fresh hubpack v0.1.2
54482025-09-23T06:36:54.381Z Fresh libz-rs-sys v0.5.1
54492025-09-23T06:36:54.381Z Fresh group v0.13.0
54502025-09-23T06:36:54.381Z Fresh hkdf v0.12.4
54512025-09-23T06:36:54.384Z Fresh strum_macros v0.26.4
54522025-09-23T06:36:54.384Z Fresh usdt v0.5.0
54532025-09-23T06:36:54.387Z Fresh crypto-bigint v0.5.5
54542025-09-23T06:36:54.387Z Fresh bitflags v1.3.2
54552025-09-23T06:36:54.387Z Fresh strum v0.26.3
54562025-09-23T06:36:54.387Z Fresh flate2 v1.1.2
54572025-09-23T06:36:54.387Z Fresh siphasher v0.3.11
54582025-09-23T06:36:54.387Z Fresh elliptic-curve v0.13.8
54592025-09-23T06:36:54.387Z Fresh phf_shared v0.11.2
54602025-09-23T06:36:54.387Z Fresh pkcs1 v0.7.5
54612025-09-23T06:36:54.388Z Fresh num-bigint-dig v0.8.4
54622025-09-23T06:36:54.388Z Fresh bzip2-sys v0.1.13+1.0.8
54632025-09-23T06:36:54.391Z Fresh cfg_aliases v0.2.1
54642025-09-23T06:36:54.391Z Fresh signal-hook v0.3.18
54652025-09-23T06:36:54.391Z Fresh newtype-uuid v1.2.4
54662025-09-23T06:36:54.391Z Fresh rsa v0.9.6
54672025-09-23T06:36:54.391Z Fresh unicode-normalization v0.1.24
54682025-09-23T06:36:54.391Z Fresh toml v0.7.8
54692025-09-23T06:36:54.391Z Fresh rfc6979 v0.4.0
54702025-09-23T06:36:54.391Z Fresh enum-as-inner v0.6.1
54712025-09-23T06:36:54.391Z Fresh daft-derive v0.1.4
54722025-09-23T06:36:54.391Z Fresh curve25519-dalek-derive v0.1.1
54732025-09-23T06:36:54.391Z Fresh env_filter v0.1.2
54742025-09-23T06:36:54.391Z Fresh managed v0.8.0
54752025-09-23T06:36:54.391Z Fresh memoffset v0.9.1
54762025-09-23T06:36:54.391Z Fresh env_logger v0.11.5
54772025-09-23T06:36:54.394Z Fresh curve25519-dalek v4.1.3
54782025-09-23T06:36:54.394Z Fresh ecdsa v0.16.9
54792025-09-23T06:36:54.394Z Fresh daft v0.1.4
54802025-09-23T06:36:54.394Z Fresh ahash v0.8.12
54812025-09-23T06:36:54.394Z Fresh x509-cert v0.2.5
54822025-09-23T06:36:54.394Z Fresh itertools v0.10.5
54832025-09-23T06:36:54.394Z Fresh precomputed-hash v0.1.1
54842025-09-23T06:36:54.394Z Fresh fixedbitset v0.4.2
54852025-09-23T06:36:54.394Z Fresh new_debug_unreachable v1.0.6
54862025-09-23T06:36:54.394Z Fresh signal-hook-mio v0.2.4
54872025-09-23T06:36:54.394Z Fresh zstd-sys v2.0.14+zstd.1.5.7
54882025-09-23T06:36:54.394Z Fresh ed25519 v2.2.3
54892025-09-23T06:36:54.394Z Fresh bzip2 v0.4.4
54902025-09-23T06:36:54.398Z Fresh string_cache v0.8.9
54912025-09-23T06:36:54.398Z Fresh petgraph v0.6.5
54922025-09-23T06:36:54.398Z Fresh ed25519-dalek v2.1.1
54932025-09-23T06:36:54.398Z Fresh socket2 v0.5.10
54942025-09-23T06:36:54.398Z Fresh rustc-hash v2.1.1
54952025-09-23T06:36:54.398Z Fresh simd-adler32 v0.3.7
54962025-09-23T06:36:54.398Z Fresh bumpalo v3.16.0
54972025-09-23T06:36:54.398Z Fresh zstd-safe v7.2.3
54982025-09-23T06:36:54.398Z Fresh lalrpop-util v0.19.12
54992025-09-23T06:36:54.398Z Fresh lockfree-object-pool v0.1.6
55002025-09-23T06:36:54.398Z Fresh crossterm v0.28.1
55012025-09-23T06:36:54.398Z Fresh zip v0.6.6
55022025-09-23T06:36:54.398Z Fresh bzip2 v0.5.2
55032025-09-23T06:36:54.401Z Fresh zopfli v0.8.1
55042025-09-23T06:36:54.401Z Fresh zstd v0.13.3
55052025-09-23T06:36:54.401Z Fresh hash32 v0.2.1
55062025-09-23T06:36:54.401Z Fresh winnow v0.6.26
55072025-09-23T06:36:54.401Z Fresh unicode-bidi v0.3.17
55082025-09-23T06:36:54.404Z Fresh predicates-core v1.0.8
55092025-09-23T06:36:54.407Z Fresh unicode-properties v0.1.3
55102025-09-23T06:36:54.407Z Fresh zip v4.2.0
55112025-09-23T06:36:54.407Z Fresh heapless v0.7.17
55122025-09-23T06:36:54.407Z Fresh hickory-proto v0.25.2
55132025-09-23T06:36:54.410Z Fresh similar v2.7.0
55142025-09-23T06:36:54.410Z Fresh stringprep v0.1.5
55152025-09-23T06:36:54.410Z Fresh strum_macros v0.27.1
55162025-09-23T06:36:54.410Z Fresh tokio-stream v0.1.17
55172025-09-23T06:36:54.410Z Fresh md-5 v0.10.6
55182025-09-23T06:36:54.410Z Fresh float-cmp v0.10.0
55192025-09-23T06:36:54.410Z Fresh difflib v0.4.0
55202025-09-23T06:36:54.410Z Fresh fallible-iterator v0.2.0
55212025-09-23T06:36:54.410Z Fresh normalize-line-endings v0.3.0
55222025-09-23T06:36:54.410Z Fresh postgres-protocol v0.6.8
55232025-09-23T06:36:54.410Z Fresh strum v0.27.2
55242025-09-23T06:36:54.410Z Fresh nix v0.29.0
55252025-09-23T06:36:54.411Z Fresh buf-list v1.0.3
55262025-09-23T06:36:54.414Z Fresh smoltcp v0.9.1
55272025-09-23T06:36:54.414Z Fresh serde-big-array v0.5.1
55282025-09-23T06:36:54.414Z Fresh predicates v3.1.3
55292025-09-23T06:36:54.414Z Fresh serde_repr v0.1.19
55302025-09-23T06:36:54.414Z Fresh peg-runtime v0.8.5
55312025-09-23T06:36:54.414Z Fresh postgres-types v0.2.9
55322025-09-23T06:36:54.414Z Fresh fs-err v3.1.1
55332025-09-23T06:36:54.414Z Fresh phf v0.11.2
55342025-09-23T06:36:54.414Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
55352025-09-23T06:36:54.414Z Fresh whoami v1.5.2
55362025-09-23T06:36:54.414Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
55372025-09-23T06:36:54.414Z Fresh tokio-postgres v0.7.13
55382025-09-23T06:36:54.414Z Fresh ident_case v1.0.1
55392025-09-23T06:36:54.414Z Fresh regress v0.10.4
55402025-09-23T06:36:54.414Z Fresh fastrand v2.1.1
55412025-09-23T06:36:54.414Z Fresh futures-executor v0.3.31
55422025-09-23T06:36:54.414Z Fresh unsafe-libyaml v0.2.11
55432025-09-23T06:36:54.417Z Fresh futures v0.3.31
55442025-09-23T06:36:54.417Z Fresh darling_core v0.20.10
55452025-09-23T06:36:54.420Z Fresh serde_yaml v0.9.34+deprecated
55462025-09-23T06:36:54.420Z Fresh crossbeam-channel v0.5.15
55472025-09-23T06:36:54.420Z Fresh is-terminal v0.4.13
55482025-09-23T06:36:54.420Z Fresh tempfile v3.20.0
55492025-09-23T06:36:54.420Z Fresh camino v1.2.0
55502025-09-23T06:36:54.420Z Fresh darling_macro v0.20.10
55512025-09-23T06:36:54.420Z Fresh thread_local v1.1.8
55522025-09-23T06:36:54.423Z Fresh term v1.1.0
55532025-09-23T06:36:54.423Z Fresh take_mut v0.2.2
55542025-09-23T06:36:54.423Z Fresh quick-error v1.2.3
55552025-09-23T06:36:54.423Z Fresh darling v0.20.10
55562025-09-23T06:36:54.426Z Fresh slog-term v2.9.2
55572025-09-23T06:36:54.426Z Fresh match_cfg v0.1.0
55582025-09-23T06:36:54.426Z Fresh structmeta-derive v0.3.0
55592025-09-23T06:36:54.426Z Fresh hex v0.4.3
55602025-09-23T06:36:54.426Z Fresh bit-vec v0.8.0
55612025-09-23T06:36:54.426Z Fresh slog-async v2.8.0
55622025-09-23T06:36:54.426Z Fresh hostname v0.3.1
55632025-09-23T06:36:54.426Z Fresh structmeta v0.3.0
55642025-09-23T06:36:54.426Z Fresh debug-ignore v1.0.5
55652025-09-23T06:36:54.426Z Fresh bit-set v0.8.0
55662025-09-23T06:36:54.426Z Fresh progenitor-client v0.10.0
55672025-09-23T06:36:54.426Z Fresh wait-timeout v0.2.0
55682025-09-23T06:36:54.426Z Fresh rusty-fork v0.3.0
55692025-09-23T06:36:54.426Z Fresh toml_parser v1.0.2
55702025-09-23T06:36:54.426Z Fresh rand_xorshift v0.4.0
55712025-09-23T06:36:54.426Z Fresh toml_datetime v0.7.0
55722025-09-23T06:36:54.426Z Fresh serde_path_to_error v0.1.17
55732025-09-23T06:36:54.426Z Fresh serde_spanned v1.0.0
55742025-09-23T06:36:54.430Z Fresh unarray v0.1.4
55752025-09-23T06:36:54.430Z Fresh toml_writer v1.0.2
55762025-09-23T06:36:54.430Z Fresh rustls v0.22.4
55772025-09-23T06:36:54.430Z Fresh slog-json v2.6.1
55782025-09-23T06:36:54.430Z Fresh async-stream-impl v0.3.6
55792025-09-23T06:36:54.430Z Fresh derive-ex v0.1.8
55802025-09-23T06:36:54.430Z Fresh toml v0.9.5
55812025-09-23T06:36:54.430Z Fresh proptest v1.7.0
55822025-09-23T06:36:54.430Z Fresh tokio-rustls v0.25.0
55832025-09-23T06:36:54.430Z Fresh slog-bunyan v2.5.0
55842025-09-23T06:36:54.430Z Fresh multer v3.1.0
55852025-09-23T06:36:54.430Z Fresh async-stream v0.3.6
55862025-09-23T06:36:54.430Z Fresh rustls-pemfile v2.2.0
55872025-09-23T06:36:54.433Z Fresh waitgroup v0.1.2
55882025-09-23T06:36:54.433Z Fresh dropshot_endpoint v0.16.4
55892025-09-23T06:36:54.433Z Fresh hostname v0.4.0
55902025-09-23T06:36:54.433Z Fresh test-strategy v0.4.3
55912025-09-23T06:36:54.433Z Fresh serde_with_macros v3.14.0
55922025-09-23T06:36:54.433Z Fresh typify-impl v0.3.0
55932025-09-23T06:36:54.433Z Fresh macaddr v1.0.1
55942025-09-23T06:36:54.433Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
55952025-09-23T06:36:54.433Z Fresh dropshot v0.16.4
55962025-09-23T06:36:54.433Z Fresh serde_with v3.14.0
55972025-09-23T06:36:54.433Z Fresh typify-macro v0.3.0
55982025-09-23T06:36:54.433Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
55992025-09-23T06:36:54.433Z Fresh ref-cast-impl v1.0.24
56002025-09-23T06:36:54.436Z Fresh instant v0.1.13
56012025-09-23T06:36:54.436Z Fresh typify v0.3.0
56022025-09-23T06:36:54.436Z Fresh derive-where v1.5.0
56032025-09-23T06:36:54.436Z Fresh parse-display-derive v0.10.0
56042025-09-23T06:36:54.436Z Fresh progenitor-client v0.9.1
56052025-09-23T06:36:54.436Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
56062025-09-23T06:36:54.437Z Fresh backoff v0.4.0
56072025-09-23T06:36:54.437Z Fresh hashbrown v0.16.0
56082025-09-23T06:36:54.437Z Fresh progenitor-impl v0.9.1
56092025-09-23T06:36:54.437Z Fresh ref-cast v1.0.24
56102025-09-23T06:36:54.437Z Fresh parse-display v0.10.0
56112025-09-23T06:36:54.437Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
56122025-09-23T06:36:54.437Z Fresh foldhash v0.2.0
56132025-09-23T06:36:54.437Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
56142025-09-23T06:36:54.437Z Fresh progenitor-macro v0.9.1
56152025-09-23T06:36:54.437Z Fresh iddqd v0.3.13
56162025-09-23T06:36:54.437Z Fresh itertools v0.14.0
56172025-09-23T06:36:54.437Z Fresh camino-tempfile v1.4.1
56182025-09-23T06:36:54.437Z Fresh toml v0.8.23
56192025-09-23T06:36:54.437Z Fresh unicode-width v0.1.14
56202025-09-23T06:36:54.437Z Fresh typify-impl v0.4.3
56212025-09-23T06:36:54.437Z Fresh crossbeam-deque v0.8.5
56222025-09-23T06:36:54.437Z Fresh progenitor v0.9.1
56232025-09-23T06:36:54.440Z Fresh typify-macro v0.4.3
56242025-09-23T06:36:54.440Z Fresh unicode-width v0.2.0
56252025-09-23T06:36:54.443Z Fresh heck v0.4.1
56262025-09-23T06:36:54.448Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
56272025-09-23T06:36:54.448Z Fresh typify v0.4.3
56282025-09-23T06:36:54.448Z Fresh darling_core v0.21.0
56292025-09-23T06:36:54.448Z Fresh proc-macro-crate v1.3.1
56302025-09-23T06:36:54.448Z Fresh rayon-core v1.12.1
56312025-09-23T06:36:54.448Z Fresh proc-macro-error-attr v1.0.4
56322025-09-23T06:36:54.448Z Fresh progenitor-impl v0.10.0
56332025-09-23T06:36:54.451Z Fresh darling_macro v0.21.0
56342025-09-23T06:36:54.451Z Fresh crucible-workspace-hack v0.1.0
56352025-09-23T06:36:54.451Z Fresh num_enum_derive v0.5.11
56362025-09-23T06:36:54.451Z Fresh proc-macro-error v1.0.4
56372025-09-23T06:36:54.451Z Fresh progenitor-macro v0.10.0
56382025-09-23T06:36:54.451Z Fresh rayon v1.10.0
56392025-09-23T06:36:54.451Z Fresh darling v0.21.0
56402025-09-23T06:36:54.451Z Fresh num_enum v0.5.11
56412025-09-23T06:36:54.457Z Fresh hash32 v0.3.1
56422025-09-23T06:36:54.457Z Fresh progenitor v0.10.0
56432025-09-23T06:36:54.457Z Fresh ingot-macros v0.1.1
56442025-09-23T06:36:54.457Z Fresh tabwriter v1.4.0
56452025-09-23T06:36:54.457Z Fresh foreign-types-macros v0.2.3
56462025-09-23T06:36:54.457Z Fresh foreign-types-shared v0.3.1
56472025-09-23T06:36:54.457Z Fresh ingot-types v0.1.2
56482025-09-23T06:36:54.457Z Fresh heapless v0.8.0
56492025-09-23T06:36:54.457Z Fresh cobs v0.2.3
56502025-09-23T06:36:54.457Z Fresh foreign-types v0.5.0
56512025-09-23T06:36:54.457Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
56522025-09-23T06:36:54.457Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
56532025-09-23T06:36:54.457Z Fresh smoltcp v0.11.0
56542025-09-23T06:36:54.457Z Fresh ingot v0.1.1
56552025-09-23T06:36:54.457Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
56562025-09-23T06:36:54.457Z Fresh postcard v1.0.10
56572025-09-23T06:36:54.458Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
56582025-09-23T06:36:54.458Z Fresh cstr-argument v0.1.2
56592025-09-23T06:36:54.458Z Fresh pretty-hex v0.2.1
56602025-09-23T06:36:54.458Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
56612025-09-23T06:36:54.458Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
56622025-09-23T06:36:54.458Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
56632025-09-23T06:36:54.458Z Fresh colored v2.2.0
56642025-09-23T06:36:54.458Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
56652025-09-23T06:36:54.458Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
56662025-09-23T06:36:54.458Z Fresh sigpipe v0.1.3
56672025-09-23T06:36:54.458Z Fresh jiff v0.2.15
56682025-09-23T06:36:54.458Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
56692025-09-23T06:36:54.458Z Fresh zone_cfg_derive v0.3.0
56702025-09-23T06:36:54.458Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
56712025-09-23T06:36:54.458Z Fresh smf v0.2.3
56722025-09-23T06:36:54.458Z Fresh num-derive v0.4.2
56732025-09-23T06:36:54.463Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
56742025-09-23T06:36:54.463Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
56752025-09-23T06:36:54.463Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
56762025-09-23T06:36:54.463Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
56772025-09-23T06:36:54.463Z Fresh zone v0.3.1
56782025-09-23T06:36:54.463Z Fresh convert_case v0.4.0
56792025-09-23T06:36:54.463Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
56802025-09-23T06:36:54.463Z Fresh derive_more v0.99.20
56812025-09-23T06:36:54.463Z Fresh num-rational v0.4.2
56822025-09-23T06:36:54.464Z Fresh num-complex v0.4.6
56832025-09-23T06:36:54.464Z Fresh float-ord v0.3.2
56842025-09-23T06:36:54.464Z Fresh indent_write v2.2.0
56852025-09-23T06:36:54.464Z Fresh secrecy v0.10.3
56862025-09-23T06:36:54.464Z Fresh num v0.4.3
56872025-09-23T06:36:54.464Z Fresh swrite v0.1.0
56882025-09-23T06:36:54.464Z Fresh console v0.15.10
56892025-09-23T06:36:54.464Z Fresh itertools v0.13.0
56902025-09-23T06:36:54.464Z Fresh atomicwrites v0.4.4
56912025-09-23T06:36:54.464Z Fresh newline-converter v0.3.0
56922025-09-23T06:36:54.464Z Fresh bytecount v0.6.8
56932025-09-23T06:36:54.464Z Fresh expectorate v1.2.0
56942025-09-23T06:36:54.464Z Fresh password-hash v0.5.0
56952025-09-23T06:36:54.464Z Fresh blake2 v0.10.6
56962025-09-23T06:36:54.464Z Fresh fixedbitset v0.5.7
56972025-09-23T06:36:54.464Z Fresh tokio-dtrace v0.1.0
56982025-09-23T06:36:54.464Z Fresh base64 v0.21.7
56992025-09-23T06:36:54.464Z Fresh argon2 v0.5.3
57002025-09-23T06:36:54.464Z Fresh petgraph v0.8.2
57012025-09-23T06:36:54.464Z Fresh oxide-tokio-rt v0.1.2
57022025-09-23T06:36:54.464Z Fresh libsw-core v0.3.1
57032025-09-23T06:36:54.464Z Fresh linear-map v1.2.0
57042025-09-23T06:36:54.464Z Fresh same-file v1.0.6
57052025-09-23T06:36:54.464Z Fresh libsw v3.5.0
57062025-09-23T06:36:54.464Z Fresh unicode-xid v0.2.6
57072025-09-23T06:36:54.464Z Fresh walkdir v2.5.0
57082025-09-23T06:36:54.464Z Fresh owo-colors v4.2.2
57092025-09-23T06:36:54.464Z Fresh cancel-safe-futures v0.1.5
57102025-09-23T06:36:54.464Z Fresh utf-8 v0.7.6
57112025-09-23T06:36:54.464Z Fresh resolv-conf v0.7.0
57122025-09-23T06:36:54.464Z Fresh convert_case v0.7.1
57132025-09-23T06:36:54.464Z Fresh derive_more-impl v2.0.1
57142025-09-23T06:36:54.464Z Fresh gethostname v0.5.0
57152025-09-23T06:36:54.470Z Fresh globset v0.4.15
57162025-09-23T06:36:54.470Z Fresh async-recursion v1.1.1
57172025-09-23T06:36:54.470Z Fresh vte_generate_state_changes v0.1.2
57182025-09-23T06:36:54.470Z Fresh derive_more v2.0.1
57192025-09-23T06:36:54.470Z Fresh termtree v0.5.1
57202025-09-23T06:36:54.470Z Fresh vte v0.11.1
57212025-09-23T06:36:54.470Z Fresh tungstenite v0.21.0
57222025-09-23T06:36:54.470Z Fresh fd-lock v4.0.2
57232025-09-23T06:36:54.470Z Fresh linked-hash-map v0.5.6
57242025-09-23T06:36:54.470Z Fresh slog-dtrace v0.3.0
57252025-09-23T06:36:54.470Z Fresh crossterm v0.29.0
57262025-09-23T06:36:54.470Z Fresh strip-ansi-escapes v0.2.0
57272025-09-23T06:36:54.470Z Fresh tokio-tungstenite v0.21.0
57282025-09-23T06:36:54.470Z Fresh lru-cache v0.1.2
57292025-09-23T06:36:54.470Z Fresh hickory-proto v0.24.4
57302025-09-23T06:36:54.470Z Fresh nibble_vec v0.1.0
57312025-09-23T06:36:54.470Z Fresh endian-type v0.1.2
57322025-09-23T06:36:54.470Z Fresh nu-ansi-term v0.50.1
57332025-09-23T06:36:54.470Z Fresh display-error-chain v0.2.2
57342025-09-23T06:36:54.471Z Fresh radix_trie v0.2.1
57352025-09-23T06:36:54.474Z Fresh pin-project-internal v1.1.6
57362025-09-23T06:36:54.474Z Fresh hickory-resolver v0.24.4
57372025-09-23T06:36:54.474Z Fresh reedline v0.40.0
57382025-09-23T06:36:54.474Z Fresh pin-project v1.1.6
57392025-09-23T06:36:54.475Z Fresh pem v3.0.5
57402025-09-23T06:36:54.475Z Fresh smawk v0.3.2
57412025-09-23T06:36:54.475Z Fresh unicode-linebreak v0.1.5
57422025-09-23T06:36:54.475Z Fresh textwrap v0.16.2
57432025-09-23T06:36:54.475Z Fresh qorb v0.4.1
57442025-09-23T06:36:54.477Z Fresh snafu-derive v0.8.5
57452025-09-23T06:36:54.477Z Fresh cfg_aliases v0.1.1
57462025-09-23T06:36:54.478Z Fresh humantime v2.2.0
57472025-09-23T06:36:54.478Z Fresh olpc-cjson v0.1.4
57482025-09-23T06:36:54.478Z Fresh bcs v0.1.6
57492025-09-23T06:36:54.478Z Fresh serde_plain v1.0.2
57502025-09-23T06:36:54.481Z Fresh snafu v0.8.5
57512025-09-23T06:36:54.482Z Fresh siphasher v1.0.1
57522025-09-23T06:36:54.482Z Fresh typed-path v0.9.3
57532025-09-23T06:36:54.482Z Fresh papergrid v0.11.0
57542025-09-23T06:36:54.482Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
57552025-09-23T06:36:54.482Z Fresh tabled_derive v0.7.0
57562025-09-23T06:36:54.482Z Fresh phf_shared v0.12.1
57572025-09-23T06:36:54.482Z Fresh tough v0.20.0
57582025-09-23T06:36:54.482Z Fresh csv-core v0.1.11
57592025-09-23T06:36:54.482Z Fresh highway v1.3.0
57602025-09-23T06:36:54.482Z Fresh tabled v0.15.0
57612025-09-23T06:36:54.482Z Fresh const_format_proc_macros v0.2.34
57622025-09-23T06:36:54.482Z Fresh csv v1.3.1
57632025-09-23T06:36:54.482Z Fresh nix v0.28.0
57642025-09-23T06:36:54.482Z Fresh phf v0.12.1
57652025-09-23T06:36:54.482Z Fresh peg-macros v0.8.5
57662025-09-23T06:36:54.482Z Fresh sqlparser_derive v0.2.2
57672025-09-23T06:36:54.482Z Fresh semver v0.1.20
57682025-09-23T06:36:54.482Z Fresh unicode_categories v0.1.1
57692025-09-23T06:36:54.482Z Fresh peg v0.8.5
57702025-09-23T06:36:54.482Z Fresh sqlparser v0.45.0
57712025-09-23T06:36:54.482Z Fresh rustc_version v0.1.7
57722025-09-23T06:36:54.482Z Fresh rustyline v14.0.0
57732025-09-23T06:36:54.482Z Fresh chrono-tz v0.10.4
57742025-09-23T06:36:54.486Z Fresh sqlformat v0.3.5
57752025-09-23T06:36:54.486Z Fresh const_format v0.2.34
57762025-09-23T06:36:54.486Z Fresh arc-swap v1.7.1
57772025-09-23T06:36:54.486Z Fresh xattr v1.3.1
57782025-09-23T06:36:54.486Z Fresh filetime v0.2.25
57792025-09-23T06:36:54.486Z Fresh slog-scope v4.4.0
57802025-09-23T06:36:54.486Z Fresh tar v0.4.44
57812025-09-23T06:36:54.486Z Fresh half v2.4.1
57822025-09-23T06:36:54.486Z Fresh ciborium-io v0.2.2
57832025-09-23T06:36:54.486Z Fresh keccak v0.1.5
57842025-09-23T06:36:54.487Z Fresh newtype_derive v0.1.6
57852025-09-23T06:36:54.487Z Fresh slog-stdlog v4.1.1
57862025-09-23T06:36:54.487Z Fresh ciborium-ll v0.2.2
57872025-09-23T06:36:54.487Z Fresh sha3 v0.10.8
57882025-09-23T06:36:54.487Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
57892025-09-23T06:36:54.490Z Fresh universal-hash v0.5.1
57902025-09-23T06:36:54.490Z Fresh opaque-debug v0.3.1
57912025-09-23T06:36:54.490Z Fresh typify-impl v0.2.0
57922025-09-23T06:36:54.490Z Fresh steno v0.4.1
57932025-09-23T06:36:54.490Z Fresh slog-envlogger v2.2.0
57942025-09-23T06:36:54.490Z Fresh ciborium v0.2.2
57952025-09-23T06:36:54.490Z Fresh aead v0.5.2
57962025-09-23T06:36:54.490Z Fresh subprocess v0.2.9
57972025-09-23T06:36:54.490Z Fresh typify-macro v0.2.0
57982025-09-23T06:36:54.490Z Fresh poly1305 v0.8.0
57992025-09-23T06:36:54.490Z Fresh chacha20 v0.9.1
58002025-09-23T06:36:54.490Z Fresh headers-core v0.3.0
58012025-09-23T06:36:54.490Z Fresh typify v0.2.0
58022025-09-23T06:36:54.490Z Fresh progenitor-client v0.8.0
58032025-09-23T06:36:54.490Z Fresh heck v0.3.3
58042025-09-23T06:36:54.493Z Fresh thiserror-impl-no-std v2.0.2
58052025-09-23T06:36:54.493Z Fresh headers v0.4.1
58062025-09-23T06:36:54.493Z Fresh progenitor-impl v0.8.0
58072025-09-23T06:36:54.493Z Fresh thiserror-no-std v2.0.2
58082025-09-23T06:36:54.493Z Fresh zone_cfg_derive v0.1.2
58092025-09-23T06:36:54.494Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
58102025-09-23T06:36:54.497Z Fresh yasna v0.5.2
58112025-09-23T06:36:54.497Z Fresh progenitor-macro v0.8.0
58122025-09-23T06:36:54.497Z Fresh lzma-sys v0.1.20
58132025-09-23T06:36:54.497Z Fresh base64 v0.13.1
58142025-09-23T06:36:54.497Z Fresh number_prefix v0.4.0
58152025-09-23T06:36:54.497Z Fresh rcgen v0.12.1
58162025-09-23T06:36:54.497Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
58172025-09-23T06:36:54.497Z Fresh zone v0.1.8
58182025-09-23T06:36:54.497Z Fresh vsss-rs v3.3.4
58192025-09-23T06:36:54.497Z Fresh progenitor v0.8.0
58202025-09-23T06:36:54.497Z Fresh ron v0.7.1
58212025-09-23T06:36:54.497Z Fresh indicatif v0.17.11
58222025-09-23T06:36:54.497Z Fresh xz2 v0.1.7
58232025-09-23T06:36:54.497Z Fresh chacha20poly1305 v0.10.1
58242025-09-23T06:36:54.497Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
58252025-09-23T06:36:54.497Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
58262025-09-23T06:36:54.497Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
58272025-09-23T06:36:54.497Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
58282025-09-23T06:36:54.497Z Fresh tagptr v0.2.0
58292025-09-23T06:36:54.497Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
58302025-09-23T06:36:54.497Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
58312025-09-23T06:36:54.497Z Fresh bitfield-struct v0.6.2
58322025-09-23T06:36:54.500Z Fresh moka v0.12.10
58332025-09-23T06:36:54.500Z Fresh nix v0.30.1
58342025-09-23T06:36:54.500Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
58352025-09-23T06:36:54.500Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
58362025-09-23T06:36:54.500Z Fresh hickory-resolver v0.25.2
58372025-09-23T06:36:54.500Z Fresh libefi-sys v0.1.0
58382025-09-23T06:36:54.500Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
58392025-09-23T06:36:54.500Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
58402025-09-23T06:36:54.500Z Fresh tap v1.0.1
58412025-09-23T06:36:54.501Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
58422025-09-23T06:36:54.501Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
58432025-09-23T06:36:54.501Z Fresh wyz v0.5.1
58442025-09-23T06:36:54.501Z Fresh zerocopy-derive v0.6.6
58452025-09-23T06:36:54.501Z Fresh proc-macro-error-attr2 v2.0.0
58462025-09-23T06:36:54.501Z Fresh radium v0.7.0
58472025-09-23T06:36:54.504Z Fresh funty v2.0.0
58482025-09-23T06:36:54.504Z Fresh crc-catalog v2.4.0
58492025-09-23T06:36:54.504Z Fresh proc-macro-error2 v2.0.1
58502025-09-23T06:36:54.504Z Fresh maybe-uninit v2.0.0
58512025-09-23T06:36:54.504Z Fresh zerocopy v0.6.6
58522025-09-23T06:36:54.504Z Fresh crc v3.2.1
58532025-09-23T06:36:54.504Z Fresh bitvec v1.0.1
58542025-09-23T06:36:54.504Z Fresh packed_struct_codegen v0.10.1
58552025-09-23T06:36:54.504Z Fresh bitfield-macros v0.19.2
58562025-09-23T06:36:54.507Z Fresh maplit v1.0.2
58572025-09-23T06:36:54.507Z Fresh nodrop v0.1.14
58582025-09-23T06:36:54.507Z Fresh bitfield v0.19.2
58592025-09-23T06:36:54.507Z Fresh array-init v0.0.4
58602025-09-23T06:36:54.507Z Fresh packed_struct v0.10.1
58612025-09-23T06:36:54.507Z Fresh smallvec v0.6.14
58622025-09-23T06:36:54.507Z Fresh hashbrown v0.12.3
58632025-09-23T06:36:54.507Z Fresh xshell-macros v0.2.7
58642025-09-23T06:36:54.507Z Fresh serde-hex v0.1.0
58652025-09-23T06:36:54.507Z Fresh indexmap v1.9.3
58662025-09-23T06:36:54.507Z Fresh xshell v0.2.7
58672025-09-23T06:36:54.507Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
58682025-09-23T06:36:54.507Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
58692025-09-23T06:36:54.507Z Fresh ron v0.8.1
58702025-09-23T06:36:54.507Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
58712025-09-23T06:36:54.511Z Fresh hashbrown v0.13.2
58722025-09-23T06:36:54.511Z Fresh num-derive v0.3.3
58732025-09-23T06:36:54.511Z Fresh crc-any v2.5.0
58742025-09-23T06:36:54.511Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
58752025-09-23T06:36:54.511Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
58762025-09-23T06:36:54.511Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
58772025-09-23T06:36:54.511Z Fresh path-slash v0.1.5
58782025-09-23T06:36:54.511Z Fresh object v0.30.4
58792025-09-23T06:36:54.514Z Fresh libscf-sys v1.1.0
58802025-09-23T06:36:54.514Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
58812025-09-23T06:36:54.514Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
58822025-09-23T06:36:54.514Z Fresh tabled_derive v0.11.0
58832025-09-23T06:36:54.514Z Fresh papergrid v0.17.0
58842025-09-23T06:36:54.514Z Fresh testing_table v0.3.0
58852025-09-23T06:36:54.514Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
58862025-09-23T06:36:54.517Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
58872025-09-23T06:36:54.517Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
58882025-09-23T06:36:54.517Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
58892025-09-23T06:36:54.517Z Fresh tabled v0.20.0
58902025-09-23T06:36:54.517Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
58912025-09-23T06:36:54.517Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
58922025-09-23T06:36:54.517Z Fresh crc8 v0.1.1
58932025-09-23T06:36:54.517Z Fresh progenitor-impl v0.11.0
58942025-09-23T06:36:54.517Z Fresh progenitor-client v0.11.0
58952025-09-23T06:36:54.517Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
58962025-09-23T06:36:54.517Z Fresh progenitor-macro v0.11.0
58972025-09-23T06:36:54.517Z Fresh fxhash v0.2.1
58982025-09-23T06:36:54.521Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
58992025-09-23T06:36:54.521Z Fresh derive_builder_core v0.20.2
59002025-09-23T06:36:54.521Z Fresh diff v0.1.13
59012025-09-23T06:36:54.521Z Fresh progenitor v0.11.0
59022025-09-23T06:36:54.521Z Fresh derive_builder_macro v0.20.2
59032025-09-23T06:36:54.521Z Fresh half v1.8.3
59042025-09-23T06:36:54.521Z Fresh dsl_auto_type v0.1.2
59052025-09-23T06:36:54.521Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
59062025-09-23T06:36:54.521Z Fresh derive_builder v0.20.2
59072025-09-23T06:36:54.521Z Fresh serde_cbor v0.11.2
59082025-09-23T06:36:54.521Z Fresh scheduled-thread-pool v0.2.7
59092025-09-23T06:36:54.521Z Fresh diesel_table_macro_syntax v0.2.0
59102025-09-23T06:36:54.521Z Fresh vergen-lib v0.1.6
59112025-09-23T06:36:54.521Z Fresh r2d2 v0.8.10
59122025-09-23T06:36:54.524Z Fresh diesel_derives v2.2.3
59132025-09-23T06:36:54.524Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
59142025-09-23T06:36:54.524Z Fresh kstat-rs v0.2.4
59152025-09-23T06:36:54.524Z Fresh dirs-sys-next v0.1.2
59162025-09-23T06:36:54.524Z Fresh vergen v9.0.6
59172025-09-23T06:36:54.524Z Fresh diesel v2.2.12
59182025-09-23T06:36:54.527Z Fresh dirs-next v2.0.0
59192025-09-23T06:36:54.527Z Fresh vergen-gitcl v1.0.8
59202025-09-23T06:36:54.527Z Fresh term v0.7.0
59212025-09-23T06:36:54.527Z Fresh bit-vec v0.6.3
59222025-09-23T06:36:54.527Z Fresh ena v0.14.3
59232025-09-23T06:36:54.527Z Fresh crunchy v0.2.2
59242025-09-23T06:36:54.527Z Fresh bit-set v0.5.3
59252025-09-23T06:36:54.527Z Fresh ascii-canvas v3.0.0
59262025-09-23T06:36:54.530Z Fresh regex-syntax v0.6.29
59272025-09-23T06:36:54.530Z Fresh tiny-keccak v2.0.2
59282025-09-23T06:36:54.530Z Fresh nanorand v0.7.0
59292025-09-23T06:36:54.530Z Fresh lalrpop v0.19.12
59302025-09-23T06:36:54.530Z Fresh parking_lot_core v0.8.6
59312025-09-23T06:36:54.530Z Fresh bindgen v0.71.1
59322025-09-23T06:36:54.530Z Fresh flume v0.11.1
59332025-09-23T06:36:54.534Z Fresh parking_lot v0.11.2
59342025-09-23T06:36:54.534Z Fresh strum_macros v0.24.3
59352025-09-23T06:36:54.534Z Fresh prefix-trie v0.7.0
59362025-09-23T06:36:54.534Z Fresh indoc v1.0.9
59372025-09-23T06:36:54.534Z Fresh sled v0.34.7
59382025-09-23T06:36:54.534Z Fresh hickory-server v0.25.2
59392025-09-23T06:36:54.534Z Fresh libxml v0.3.3
59402025-09-23T06:36:54.534Z Fresh hickory-client v0.25.2
59412025-09-23T06:36:54.534Z Fresh polar-core v0.27.3
59422025-09-23T06:36:54.534Z Fresh oso-derive v0.27.3
59432025-09-23T06:36:54.534Z Fresh impl-trait-for-tuples v0.2.2
59442025-09-23T06:36:54.534Z Fresh quick-xml v0.37.2
59452025-09-23T06:36:54.534Z Fresh oso v0.27.3
59462025-09-23T06:36:54.534Z Fresh samael v0.0.19
59472025-09-23T06:36:54.534Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
59482025-09-23T06:36:54.534Z Fresh predicates-tree v1.0.12
59492025-09-23T06:36:54.538Z Fresh bb8 v0.8.5
59502025-09-23T06:36:54.543Z Fresh assert_matches v1.5.0
59512025-09-23T06:36:54.543Z Fresh fs-err v2.11.0
59522025-09-23T06:36:54.543Z Fresh parse-size v1.1.0
59532025-09-23T06:36:54.543Z Fresh diesel-dtrace v0.4.2
59542025-09-23T06:36:54.543Z Fresh async-bb8-diesel v0.2.1
59552025-09-23T06:36:54.543Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
59562025-09-23T06:36:54.544Z Fresh unicase v2.7.0
59572025-09-23T06:36:54.544Z Fresh primeorder v0.13.6
59582025-09-23T06:36:54.544Z Fresh ignore v0.4.23
59592025-09-23T06:36:54.544Z Fresh http-range v0.1.5
59602025-09-23T06:36:54.544Z Fresh globwalk v0.9.1
59612025-09-23T06:36:54.544Z Fresh signal-hook-tokio v0.3.1
59622025-09-23T06:36:54.544Z Fresh atty v0.2.14
59632025-09-23T06:36:54.547Z Fresh p384 v0.13.0
59642025-09-23T06:36:54.547Z Fresh camino-tempfile-ext v0.3.2
59652025-09-23T06:36:54.547Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
59662025-09-23T06:36:54.547Z Fresh mime_guess v2.0.5
59672025-09-23T06:36:54.547Z Fresh salty v0.3.0
59682025-09-23T06:36:54.547Z Fresh tungstenite v0.23.0
59692025-09-23T06:36:54.547Z Fresh hyper-staticfile v0.10.1
59702025-09-23T06:36:54.547Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
59712025-09-23T06:36:54.547Z Fresh void v1.0.2
59722025-09-23T06:36:54.547Z Fresh tokio-tungstenite v0.23.1
59732025-09-23T06:36:54.547Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
59742025-09-23T06:36:54.551Z Fresh lzss v0.8.2
59752025-09-23T06:36:54.551Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
59762025-09-23T06:36:54.551Z Fresh nix v0.27.1
59772025-09-23T06:36:54.551Z Fresh serde_bytes v0.11.17
59782025-09-23T06:36:54.551Z Fresh secrecy v0.8.0
59792025-09-23T06:36:54.551Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
59802025-09-23T06:36:54.551Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
59812025-09-23T06:36:54.551Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
59822025-09-23T06:36:54.551Z Fresh rand_seeder v0.4.0
59832025-09-23T06:36:54.551Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
59842025-09-23T06:36:54.551Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
59852025-09-23T06:36:54.551Z Fresh yansi v1.0.1
59862025-09-23T06:36:54.551Z Fresh pretty_assertions v1.4.1
59872025-09-23T06:36:54.551Z Fresh tabled_derive v0.10.0
59882025-09-23T06:36:54.554Z Fresh papergrid v0.14.0
59892025-09-23T06:36:54.554Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
59902025-09-23T06:36:54.557Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
59912025-09-23T06:36:54.557Z Fresh tabled v0.18.0
59922025-09-23T06:36:54.557Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
59932025-09-23T06:36:54.558Z Fresh concurrent-queue v2.5.0
59942025-09-23T06:36:54.558Z Fresh parking v2.2.1
59952025-09-23T06:36:54.558Z Fresh typeid v1.0.3
59962025-09-23T06:36:54.558Z Fresh castaway v0.2.3
59972025-09-23T06:36:54.558Z Fresh indoc v2.0.6
59982025-09-23T06:36:54.558Z Fresh compact_str v0.8.0
59992025-09-23T06:36:54.558Z Fresh erased-serde v0.4.6
60002025-09-23T06:36:54.558Z Fresh libz-sys v1.1.20
60012025-09-23T06:36:54.558Z Fresh unicode-truncate v1.1.0
60022025-09-23T06:36:54.558Z Fresh lru v0.12.5
60032025-09-23T06:36:54.558Z Fresh ordered-float v2.10.1
60042025-09-23T06:36:54.558Z Fresh instability v0.3.2
60052025-09-23T06:36:54.561Z Fresh cassowary v0.3.0
60062025-09-23T06:36:54.561Z Fresh is_ci v1.2.0
60072025-09-23T06:36:54.561Z Fresh serde-untagged v0.1.7
60082025-09-23T06:36:54.561Z Fresh libgit2-sys v0.17.0+1.8.1
60092025-09-23T06:36:54.561Z Fresh event-listener v5.3.1
60102025-09-23T06:36:54.561Z Fresh console v0.16.0
60112025-09-23T06:36:54.561Z Fresh ratatui v0.29.0
60122025-09-23T06:36:54.561Z Fresh serde-value v0.7.0
60132025-09-23T06:36:54.561Z Fresh supports-color v3.0.2
60142025-09-23T06:36:54.561Z Fresh cargo-platform v0.1.8
60152025-09-23T06:36:54.561Z Fresh unit-prefix v0.5.1
60162025-09-23T06:36:54.561Z Fresh git2 v0.19.0
60172025-09-23T06:36:54.561Z Fresh event-listener-strategy v0.5.2
60182025-09-23T06:36:54.561Z Fresh cargo-util-schemas v0.8.2
60192025-09-23T06:36:54.561Z Fresh indicatif v0.18.0
60202025-09-23T06:36:54.561Z Fresh cargo_metadata v0.18.1
60212025-09-23T06:36:54.561Z Fresh cargo-platform v0.2.0
60222025-09-23T06:36:54.564Z Fresh cargo_metadata v0.21.0
60232025-09-23T06:36:54.564Z Fresh vergen v8.3.2
60242025-09-23T06:36:54.564Z Fresh futures-lite v2.3.0
60252025-09-23T06:36:54.564Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
60262025-09-23T06:36:54.567Z Fresh rustls-webpki v0.101.7
60272025-09-23T06:36:54.567Z Fresh sct v0.7.1
60282025-09-23T06:36:54.567Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
60292025-09-23T06:36:54.567Z Fresh rustls v0.21.12
60302025-09-23T06:36:54.567Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
60312025-09-23T06:36:54.567Z Fresh tokio-rustls v0.24.1
60322025-09-23T06:36:54.567Z Fresh async-lock v3.4.0
60332025-09-23T06:36:54.567Z Fresh rustls-pemfile v1.0.4
60342025-09-23T06:36:54.567Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
60352025-09-23T06:36:54.567Z Fresh twox-hash v2.1.0
60362025-09-23T06:36:54.567Z Fresh polling v3.7.3
60372025-09-23T06:36:54.567Z Fresh shell-words v1.1.0
60382025-09-23T06:36:54.567Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
60392025-09-23T06:36:54.567Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
60402025-09-23T06:36:54.568Z Fresh async-io v2.3.4
60412025-09-23T06:36:54.568Z Fresh fatfs v0.3.6
60422025-09-23T06:36:54.568Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
60432025-09-23T06:36:54.568Z Fresh async-task v4.7.1
60442025-09-23T06:36:54.568Z Fresh async-channel v2.3.1
60452025-09-23T06:36:54.571Z Fresh piper v0.2.4
60462025-09-23T06:36:54.571Z Fresh plotters-backend v0.3.7
60472025-09-23T06:36:54.571Z Fresh blocking v1.6.1
60482025-09-23T06:36:54.571Z Fresh async-executor v1.13.1
60492025-09-23T06:36:54.571Z Fresh async-signal v0.2.10
60502025-09-23T06:36:54.571Z Fresh rtoolbox v0.0.2
60512025-09-23T06:36:54.571Z Fresh cast v0.3.0
60522025-09-23T06:36:54.571Z Fresh plotters-svg v0.3.7
60532025-09-23T06:36:54.571Z Fresh futures-timer v3.0.3
60542025-09-23T06:36:54.571Z Fresh hex-literal v0.4.1
60552025-09-23T06:36:54.571Z Fresh event-listener v2.5.3
60562025-09-23T06:36:54.571Z Fresh criterion-plot v0.6.0
60572025-09-23T06:36:54.571Z Fresh rpassword v7.4.0
60582025-09-23T06:36:54.571Z Fresh async-process v2.3.0
60592025-09-23T06:36:54.571Z Fresh plotters v0.3.7
60602025-09-23T06:36:54.571Z Fresh async-channel v1.9.0
60612025-09-23T06:36:54.571Z Fresh async-global-executor v2.4.1
60622025-09-23T06:36:54.571Z Fresh tui-tree-widget v0.23.1
60632025-09-23T06:36:54.575Z Fresh async-attributes v1.1.2
60642025-09-23T06:36:54.575Z Fresh tinytemplate v1.2.1
60652025-09-23T06:36:54.575Z Fresh kv-log-macro v1.0.7
60662025-09-23T06:36:54.575Z Fresh anes v0.1.6
60672025-09-23T06:36:54.575Z Fresh oorandom v11.1.4
60682025-09-23T06:36:54.575Z Fresh async-std v1.13.0
60692025-09-23T06:36:54.575Z Fresh petname v2.0.2
60702025-09-23T06:36:54.575Z Fresh polyval v0.6.2
60712025-09-23T06:36:54.575Z Fresh sync-ptr v0.1.4
60722025-09-23T06:36:54.575Z Fresh criterion v0.7.0
60732025-09-23T06:36:54.575Z Fresh ghash v0.5.1
60742025-09-23T06:36:54.575Z Fresh async-object-pool v0.1.5
60752025-09-23T06:36:54.578Z Fresh ctr v0.9.2
60762025-09-23T06:36:54.578Z Fresh serde_regex v1.1.0
60772025-09-23T06:36:54.578Z Fresh assert-json-diff v2.0.2
60782025-09-23T06:36:54.579Z Fresh path-tree v0.8.1
60792025-09-23T06:36:54.579Z Fresh stringmetrics v2.2.2
60802025-09-23T06:36:54.579Z Fresh aes-gcm v0.10.3
60812025-09-23T06:36:54.581Z Fresh httpmock v0.8.0-alpha.1
60822025-09-23T06:36:54.581Z Fresh ssh-encoding v0.2.0
60832025-09-23T06:36:54.581Z Fresh blowfish v0.9.1
60842025-09-23T06:36:54.581Z Fresh constant_time_eq v0.3.1
60852025-09-23T06:36:54.582Z Fresh arrayvec v0.7.6
60862025-09-23T06:36:54.582Z Fresh arrayref v0.3.9
60872025-09-23T06:36:54.582Z Fresh ssh-cipher v0.2.0
60882025-09-23T06:36:54.582Z Fresh target-lexicon v0.13.2
60892025-09-23T06:36:54.582Z Fresh bcrypt-pbkdf v0.10.0
60902025-09-23T06:36:54.585Z Fresh password-hash v0.4.2
60912025-09-23T06:36:54.588Z Fresh pbkdf2 v0.11.0
60922025-09-23T06:36:54.588Z Fresh guppy-workspace-hack v0.1.0
60932025-09-23T06:36:54.588Z Fresh cfg-expr v0.20.1
60942025-09-23T06:36:54.588Z Fresh ssh-key v0.6.6
60952025-09-23T06:36:54.588Z Fresh p256 v0.13.2
60962025-09-23T06:36:54.588Z Fresh p521 v0.13.3
60972025-09-23T06:36:54.588Z Fresh russh-cryptovec v0.7.3
60982025-09-23T06:36:54.591Z Fresh md5 v0.7.0
60992025-09-23T06:36:54.591Z Fresh target-spec v3.5.0
61002025-09-23T06:36:54.591Z Fresh russh-keys v0.45.0
61012025-09-23T06:36:54.591Z Fresh pathdiff v0.2.3
61022025-09-23T06:36:54.591Z Fresh httptest v0.16.3
61032025-09-23T06:36:54.591Z Fresh num-bigint v0.4.6
61042025-09-23T06:36:54.594Z Fresh des v0.8.1
61052025-09-23T06:36:54.594Z Fresh memmap2 v0.9.5
61062025-09-23T06:36:54.594Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
61072025-09-23T06:36:54.594Z Fresh nested v0.1.1
61082025-09-23T06:36:54.594Z Fresh russh v0.45.0
61092025-09-23T06:36:54.594Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
61102025-09-23T06:36:54.597Z Fresh blake3 v1.5.4
61112025-09-23T06:36:54.597Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
61122025-09-23T06:36:54.597Z Fresh guppy v0.17.20
61132025-09-23T06:36:54.597Z Fresh topological-sort v0.2.2
61142025-09-23T06:36:54.597Z Fresh escape8259 v0.5.3
61152025-09-23T06:36:54.597Z Fresh internet-checksum v0.2.1
61162025-09-23T06:36:54.597Z Fresh omicron-zone-package v0.12.2
61172025-09-23T06:36:54.597Z Fresh libtest-mimic v0.8.1
61182025-09-23T06:36:54.597Z Fresh doc-comment v0.3.3
61192025-09-23T06:36:54.604Z Compiling similar-asserts v1.7.0
61202025-09-23T06:36:54.607Z Fresh fancy-regex v0.14.0
61212025-09-23T06:36:54.607Z Fresh proc-macro-crate v3.2.0
61222025-09-23T06:36:54.607Z Fresh relative-path v1.9.3
61232025-09-23T06:36:54.607Z Fresh datatest-stable v0.3.2
61242025-09-23T06:36:54.607Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-asserts-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=100f90a476590e3b -C extra-filename=-9786b399c554961b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-7fc67dc6d779fea4.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-8205f27d79057c60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
61252025-09-23T06:36:54.607Z Fresh rstest_macros v0.25.0
61262025-09-23T06:36:54.784Z Fresh assert_cmd v2.0.17
61272025-09-23T06:36:54.787Z Fresh target-triple v0.1.3
61282025-09-23T06:36:54.787Z Fresh support-bundle-viewer v0.1.2
61292025-09-23T06:36:54.787Z Fresh multimap v0.10.1
61302025-09-23T06:36:54.790Z Fresh uzers v0.12.1
61312025-09-23T06:36:54.790Z Fresh termcolor v1.4.1
61322025-09-23T06:36:54.790Z Fresh trybuild v1.0.106
61332025-09-23T06:36:54.790Z Fresh rstest v0.25.0
61342025-09-23T06:36:54.790Z Fresh blake2b_simd v1.0.2
61352025-09-23T06:36:54.790Z Fresh partial-io v0.5.4
61362025-09-23T06:36:54.793Z Fresh rand_distr v0.5.1
61372025-09-23T06:36:54.793Z Fresh approx v0.5.1
61382025-09-23T06:36:54.793Z Fresh rust-argon2 v2.1.0
61392025-09-23T06:36:54.796Z Fresh cargo_toml v0.21.0
61402025-09-23T06:36:54.796Z Fresh termios v0.3.3
61412025-09-23T06:36:54.796Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
61422025-09-23T06:36:54.796Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
61432025-09-23T06:36:54.796Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
61442025-09-23T06:36:54.799Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
61452025-09-23T06:36:54.799Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
61462025-09-23T06:36:54.799Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
61472025-09-23T06:36:54.799Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
61482025-09-23T06:36:54.799Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
61492025-09-23T06:36:54.799Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
61502025-09-23T06:36:54.803Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
61512025-09-23T06:36:54.803Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
61522025-09-23T06:36:54.803Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
61532025-09-23T06:36:54.803Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
61542025-09-23T06:36:54.803Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
61552025-09-23T06:36:54.806Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
61562025-09-23T06:36:54.806Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
61572025-09-23T06:36:54.809Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
61582025-09-23T06:36:54.809Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
61592025-09-23T06:36:54.809Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
61602025-09-23T06:36:54.809Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
61612025-09-23T06:36:54.809Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
61622025-09-23T06:36:54.812Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
61632025-09-23T06:36:54.812Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
61642025-09-23T06:36:54.812Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
61652025-09-23T06:36:54.812Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
61662025-09-23T06:36:54.812Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
61672025-09-23T06:36:54.813Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
61682025-09-23T06:36:54.813Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
61692025-09-23T06:36:54.813Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
61702025-09-23T06:36:54.816Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
61712025-09-23T06:36:54.816Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
61722025-09-23T06:36:54.816Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
61732025-09-23T06:36:54.819Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
61742025-09-23T06:36:54.819Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
61752025-09-23T06:36:54.819Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
61762025-09-23T06:36:54.819Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
61772025-09-23T06:36:54.819Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
61782025-09-23T06:36:54.819Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
61792025-09-23T06:36:54.819Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
61802025-09-23T06:36:54.837Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
61812025-09-23T06:36:54.845Z 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=583817fa2a5d66fd -C extra-filename=-4add4995946e7983 --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-744cce18ee6f7992.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8a82f9aca08fa4e1.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d0ba87088dee8cca.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7a2241ba1d1251fa.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-74e5d56ea8d9619e.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-148608f0cbb4e6e1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ccf93917648b5abb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b36d04229c40903b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-469b0db778f2a60c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-11d7867f7991419a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-7b1e94a00bc35fe2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.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-e9833044512c91d7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9cb2cc9ed0228164.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b6b7664744754838.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a98a0a4cd86e3987.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74afde2e65faac9d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-59c1010d6cf1ed18.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e4ac556d30c590af.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5116508aaca64ebd.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-8b04622063cca368.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53d8a3ad4ec7df57.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-00d2f0bb8c4c59bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-91a4390ad9241f9c.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-f22f2bb4b8f8238a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b03bc61ef3cef05e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0e15dc8abc99326c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.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-2200c2dab4c472c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9079a03931e63633.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7a289cd1350ea760.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-484e3be5363eebba.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6869f73022dda98.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-ae8615c2cbacee22.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.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-e06f944073db5877.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-626baf221cacacb9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-0e157ca06402d21c.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-e612ec2bf264f751.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-29ea689d86230a26.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7f4ede893db0cfb4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3fbc1cb08c7d416.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4263031d611fb802.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4c87825fbc2f0bd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
61822025-09-23T06:36:54.857Z 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=bcc6b9ff199dfa7a -C extra-filename=-50175ffa2188b09a --out-dir /work/oxidecomputer/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-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-744cce18ee6f7992.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8a82f9aca08fa4e1.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d0ba87088dee8cca.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7a2241ba1d1251fa.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-74e5d56ea8d9619e.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-148608f0cbb4e6e1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ccf93917648b5abb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b36d04229c40903b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-469b0db778f2a60c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-11d7867f7991419a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-7b1e94a00bc35fe2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.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-e9833044512c91d7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9cb2cc9ed0228164.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b6b7664744754838.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a98a0a4cd86e3987.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74afde2e65faac9d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-59c1010d6cf1ed18.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e4ac556d30c590af.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5116508aaca64ebd.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-8b04622063cca368.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53d8a3ad4ec7df57.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-00d2f0bb8c4c59bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-91a4390ad9241f9c.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-f22f2bb4b8f8238a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b03bc61ef3cef05e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0e15dc8abc99326c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.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-2200c2dab4c472c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9079a03931e63633.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7a289cd1350ea760.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-484e3be5363eebba.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6869f73022dda98.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-ae8615c2cbacee22.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.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-e06f944073db5877.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-626baf221cacacb9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-0e157ca06402d21c.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-e612ec2bf264f751.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-29ea689d86230a26.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7f4ede893db0cfb4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3fbc1cb08c7d416.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4263031d611fb802.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4c87825fbc2f0bd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
61832025-09-23T06:36:54.932Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
61842025-09-23T06:36:54.932Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
61852025-09-23T06:36:54.932Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
61862025-09-23T06:36:54.932Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
61872025-09-23T06:36:54.932Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
61882025-09-23T06:36:54.932Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
61892025-09-23T06:36:54.932Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
61902025-09-23T06:36:54.933Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
61912025-09-23T06:36:54.933Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
61922025-09-23T06:36:54.933Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
61932025-09-23T06:36:54.933Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
61942025-09-23T06:36:54.933Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
61952025-09-23T06:36:54.933Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
61962025-09-23T06:36:54.933Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
61972025-09-23T06:36:54.933Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
61982025-09-23T06:36:54.933Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
61992025-09-23T06:36:54.933Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
62002025-09-23T06:36:54.933Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
62012025-09-23T06:36:54.933Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
62022025-09-23T06:36:54.933Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
62032025-09-23T06:36:54.933Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
62042025-09-23T06:36:54.933Z Fresh sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
62052025-09-23T06:36:54.933Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
62062025-09-23T06:36:54.933Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
62072025-09-23T06:36:54.933Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
62082025-09-23T06:36:54.933Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
62092025-09-23T06:36:54.933Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
62102025-09-23T06:36:54.933Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
62112025-09-23T06:36:54.933Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
62122025-09-23T06:36:54.933Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
62132025-09-23T06:36:54.933Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
62142025-09-23T06:36:54.933Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
62152025-09-23T06:36:54.933Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
62162025-09-23T06:36:54.933Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
62172025-09-23T06:36:54.933Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
62182025-09-23T06:36:54.933Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
62192025-09-23T06:36:54.933Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
62202025-09-23T06:36:54.933Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
62212025-09-23T06:36:54.933Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
62222025-09-23T06:36:54.933Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
62232025-09-23T06:36:54.933Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
62242025-09-23T06:36:54.933Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
62252025-09-23T06:36:54.933Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
62262025-09-23T06:36:54.933Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
62272025-09-23T06:36:54.933Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
62282025-09-23T06:36:54.933Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
62292025-09-23T06:36:54.934Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
62302025-09-23T06:36:54.934Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
62312025-09-23T06:36:54.934Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
62322025-09-23T06:36:54.934Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
62332025-09-23T06:36:54.934Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
62342025-09-23T06:36:54.934Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
62352025-09-23T06:36:54.934Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
62362025-09-23T06:36:54.934Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
62372025-09-23T06:36:54.934Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
62382025-09-23T06:36:54.934Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
62392025-09-23T06:36:54.934Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
62402025-09-23T06:36:54.934Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
62412025-09-23T06:36:54.934Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
62422025-09-23T06:36:54.934Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
62432025-09-23T06:36:54.934Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
62442025-09-23T06:36:54.934Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
62452025-09-23T06:36:54.934Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
62462025-09-23T06:36:54.934Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
62472025-09-23T06:36:54.934Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
62482025-09-23T06:36:54.934Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
62492025-09-23T06:36:54.934Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
62502025-09-23T06:36:54.934Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
62512025-09-23T06:36:54.934Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
62522025-09-23T06:36:54.934Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
62532025-09-23T06:36:54.934Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
62542025-09-23T06:36:54.934Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
62552025-09-23T06:36:54.934Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
62562025-09-23T06:36:54.934Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
62572025-09-23T06:36:54.934Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
62582025-09-23T06:36:54.934Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
62592025-09-23T06:36:54.934Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
62602025-09-23T06:36:54.934Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
62612025-09-23T06:36:54.934Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
62622025-09-23T06:36:54.934Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
62632025-09-23T06:36:54.934Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
62642025-09-23T06:36:54.934Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
62652025-09-23T06:36:54.934Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
62662025-09-23T06:36:54.934Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
62672025-09-23T06:36:54.935Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
62682025-09-23T06:36:54.935Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
62692025-09-23T06:36:54.935Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
62702025-09-23T06:36:54.935Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
62712025-09-23T06:36:54.935Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
62722025-09-23T06:36:54.935Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
62732025-09-23T06:36:54.935Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
62742025-09-23T06:36:54.935Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
62752025-09-23T06:36:54.935Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
62762025-09-23T06:36:54.935Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
62772025-09-23T06:36:54.935Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
62782025-09-23T06:36:54.935Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
62792025-09-23T06:36:54.935Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
62802025-09-23T06:36:54.935Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
62812025-09-23T06:36:54.935Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
62822025-09-23T06:36:54.935Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
62832025-09-23T06:36:54.940Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
62842025-09-23T06:36:54.940Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
62852025-09-23T06:36:54.940Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
62862025-09-23T06:36:54.940Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
62872025-09-23T06:36:54.940Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
62882025-09-23T06:36:54.940Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
62892025-09-23T06:36:54.940Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
62902025-09-23T06:36:54.940Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
62912025-09-23T06:36:54.940Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
62922025-09-23T06:36:54.940Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
62932025-09-23T06:36:54.940Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
62942025-09-23T06:36:54.940Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
62952025-09-23T06:36:54.940Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
62962025-09-23T06:36:54.940Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
62972025-09-23T06:36:54.940Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
62982025-09-23T06:36:56.621Z 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=a496c8daf7043bad -C extra-filename=-df791b51d55bbdf3 --out-dir /work/oxidecomputer/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-4a8b59abba2b40d8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-744cce18ee6f7992.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8a82f9aca08fa4e1.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d0ba87088dee8cca.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6210aa16342c96c8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7a2241ba1d1251fa.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-74e5d56ea8d9619e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.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-3c0d7cd5e5048808.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ccf93917648b5abb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b36d04229c40903b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-469b0db778f2a60c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-23630d3874d5d124.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-34cf9b4cb0e2d85a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3dfa366aef439f68.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-95b01d2892752fb2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-11d7867f7991419a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-7b1e94a00bc35fe2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.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-e9833044512c91d7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9cb2cc9ed0228164.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b6b7664744754838.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a98a0a4cd86e3987.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74afde2e65faac9d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-59c1010d6cf1ed18.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e4ac556d30c590af.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5116508aaca64ebd.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-8b04622063cca368.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53d8a3ad4ec7df57.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-00d2f0bb8c4c59bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-91a4390ad9241f9c.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-f22f2bb4b8f8238a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b03bc61ef3cef05e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0e15dc8abc99326c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f81f4c1b2ff6d696.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.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-2200c2dab4c472c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9079a03931e63633.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7a289cd1350ea760.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-80402a581ef16707.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-484e3be5363eebba.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f133e44f695a0c2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6869f73022dda98.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-ae8615c2cbacee22.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.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-f976e8733bc7da37.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-e06f944073db5877.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-626baf221cacacb9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-0e157ca06402d21c.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-e612ec2bf264f751.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-29ea689d86230a26.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7f4ede893db0cfb4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3fbc1cb08c7d416.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-9786b399c554961b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b75ae4a1075d8653.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4263031d611fb802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4c87825fbc2f0bd5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-02499d2c48eb230d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
62992025-09-23T06:36:56.627Z 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=6d0bc25c5af3c490 -C extra-filename=-de33f081103b1ea0 --out-dir /work/oxidecomputer/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-4a8b59abba2b40d8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-744cce18ee6f7992.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8a82f9aca08fa4e1.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d0ba87088dee8cca.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6210aa16342c96c8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7a2241ba1d1251fa.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-74e5d56ea8d9619e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.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-3c0d7cd5e5048808.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ccf93917648b5abb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b36d04229c40903b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-469b0db778f2a60c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-23630d3874d5d124.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-34cf9b4cb0e2d85a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3dfa366aef439f68.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-95b01d2892752fb2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-11d7867f7991419a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-7b1e94a00bc35fe2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.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-e9833044512c91d7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9cb2cc9ed0228164.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b6b7664744754838.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a98a0a4cd86e3987.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74afde2e65faac9d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-59c1010d6cf1ed18.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e4ac556d30c590af.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5116508aaca64ebd.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-8b04622063cca368.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53d8a3ad4ec7df57.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-00d2f0bb8c4c59bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-91a4390ad9241f9c.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-f22f2bb4b8f8238a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b03bc61ef3cef05e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0e15dc8abc99326c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f81f4c1b2ff6d696.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.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-2200c2dab4c472c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9079a03931e63633.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7a289cd1350ea760.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-80402a581ef16707.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-484e3be5363eebba.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f133e44f695a0c2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6869f73022dda98.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-ae8615c2cbacee22.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.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-f976e8733bc7da37.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-e06f944073db5877.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-626baf221cacacb9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-0e157ca06402d21c.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-e612ec2bf264f751.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-29ea689d86230a26.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7f4ede893db0cfb4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3fbc1cb08c7d416.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-9786b399c554961b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b75ae4a1075d8653.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4263031d611fb802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4c87825fbc2f0bd5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-02499d2c48eb230d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
63002025-09-23T06:36:56.638Z 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=84d27abf626f1c10 -C extra-filename=-050da75db10c83d7 --out-dir /work/oxidecomputer/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-4a8b59abba2b40d8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-744cce18ee6f7992.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8a82f9aca08fa4e1.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d0ba87088dee8cca.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6210aa16342c96c8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7a2241ba1d1251fa.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-74e5d56ea8d9619e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.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-3c0d7cd5e5048808.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ccf93917648b5abb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b36d04229c40903b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-469b0db778f2a60c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-23630d3874d5d124.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-34cf9b4cb0e2d85a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3dfa366aef439f68.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-95b01d2892752fb2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-11d7867f7991419a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-7b1e94a00bc35fe2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.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-e9833044512c91d7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9cb2cc9ed0228164.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b6b7664744754838.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a98a0a4cd86e3987.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74afde2e65faac9d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-59c1010d6cf1ed18.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e4ac556d30c590af.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5116508aaca64ebd.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-8b04622063cca368.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53d8a3ad4ec7df57.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-00d2f0bb8c4c59bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-91a4390ad9241f9c.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-f22f2bb4b8f8238a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b03bc61ef3cef05e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0e15dc8abc99326c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f81f4c1b2ff6d696.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.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-2200c2dab4c472c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9079a03931e63633.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7a289cd1350ea760.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-80402a581ef16707.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-484e3be5363eebba.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f133e44f695a0c2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6869f73022dda98.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-ae8615c2cbacee22.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.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-f976e8733bc7da37.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-e06f944073db5877.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-626baf221cacacb9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-0e157ca06402d21c.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-e612ec2bf264f751.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-29ea689d86230a26.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7f4ede893db0cfb4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3fbc1cb08c7d416.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-9786b399c554961b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b75ae4a1075d8653.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4263031d611fb802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4c87825fbc2f0bd5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-02499d2c48eb230d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
63012025-09-23T06:36:56.643Z 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=f29e16772fac4788 -C extra-filename=-ecde302cf48cec68 --out-dir /work/oxidecomputer/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-4a8b59abba2b40d8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-744cce18ee6f7992.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8a82f9aca08fa4e1.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d0ba87088dee8cca.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6210aa16342c96c8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7a2241ba1d1251fa.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-74e5d56ea8d9619e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.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-3c0d7cd5e5048808.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ccf93917648b5abb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b36d04229c40903b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-469b0db778f2a60c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-23630d3874d5d124.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-34cf9b4cb0e2d85a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3dfa366aef439f68.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-95b01d2892752fb2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-11d7867f7991419a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-7b1e94a00bc35fe2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.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-e9833044512c91d7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9cb2cc9ed0228164.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b6b7664744754838.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a98a0a4cd86e3987.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74afde2e65faac9d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-59c1010d6cf1ed18.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e4ac556d30c590af.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5116508aaca64ebd.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-8b04622063cca368.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53d8a3ad4ec7df57.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-00d2f0bb8c4c59bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-91a4390ad9241f9c.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-f22f2bb4b8f8238a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b03bc61ef3cef05e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0e15dc8abc99326c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f81f4c1b2ff6d696.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.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-2200c2dab4c472c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7a289cd1350ea760.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-80402a581ef16707.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-484e3be5363eebba.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f133e44f695a0c2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6869f73022dda98.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-ae8615c2cbacee22.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.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-f976e8733bc7da37.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-e06f944073db5877.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-626baf221cacacb9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-0e157ca06402d21c.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-e612ec2bf264f751.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-29ea689d86230a26.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7f4ede893db0cfb4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3fbc1cb08c7d416.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-9786b399c554961b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b75ae4a1075d8653.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4263031d611fb802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4c87825fbc2f0bd5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-02499d2c48eb230d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/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`
63022025-09-23T06:42:23.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 34s
63032025-09-23T06:42:23.472Z
63042025-09-23T06:42:23.472Zreal 5:34.802915688
63052025-09-23T06:42:23.472Zuser 12:23.592840897
63062025-09-23T06:42:23.472Zsys 1:09.022395488
63072025-09-23T06:42:23.472Ztrap 0.204731975
63082025-09-23T06:42:23.475Ztflt 1.675772968
63092025-09-23T06:42:23.475Zdflt 30.109963313
63102025-09-23T06:42:23.475Zkflt 0.208294925
63112025-09-23T06:42:23.475Zlock 33:28.453441518
63122025-09-23T06:42:23.475Zslp 40:45.443634422
63132025-09-23T06:42:23.475Zlat 2.528651268
63142025-09-23T06:42:23.475Zstop 34.022485298
63152025-09-23T06:42:23.475Z+ banner test
63162025-09-23T06:42:23.488Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose --test-threads -2
63172025-09-23T06:42:23.522Z
63182025-09-23T06:42:23.522Z ##### ###### #### #####
63192025-09-23T06:42:23.522Z # # # #
63202025-09-23T06:42:23.522Z # ##### #### #
63212025-09-23T06:42:23.522Z # # # #
63222025-09-23T06:42:23.522Z # # # # #
63232025-09-23T06:42:23.522Z # ###### #### #
63242025-09-23T06:42:23.522Z
63252025-09-23T06:42:25.363Zinfo: experimental features enabled: setup-scripts
63262025-09-23T06:42:27.124Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
63272025-09-23T06:42:27.313Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
63282025-09-23T06:42:27.334Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
63292025-09-23T06:42:27.357Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
63302025-09-23T06:42:40.808Z Finished `test` profile [unoptimized + debuginfo] target(s) in 15.42s
63312025-09-23T06:42:50.061Z────────────
63322025-09-23T06:42:50.061Z Nextest run ID b0a405f4-a291-4d52-9f89-3bb39c492e6e with nextest profile: ci
63332025-09-23T06:42:50.064Z Starting 2253 tests across 210 binaries (3 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
63342025-09-23T06:42:50.064Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
63352025-09-23T06:42:51.184Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
63362025-09-23T06:42:51.321Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
63372025-09-23T06:42:51.335Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
63382025-09-23T06:42:51.348Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
63392025-09-23T06:42:51.363Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
63402025-09-23T06:42:51.380Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
63412025-09-23T06:42:51.383Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
63422025-09-23T06:42:51.383Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
63432025-09-23T06:42:54.376Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
63442025-09-23T06:42:55.669Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
63452025-09-23T06:42:56.547Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
63462025-09-23T06:42:58.867Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
63472025-09-23T06:43:19.046Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
63482025-09-23T06:43:21.578Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
63492025-09-23T06:43:24.078Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
63502025-09-23T06:43:34.627Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.48s
63512025-09-23T06:43:34.788Z Running `target/debug/crdb-seed`
63522025-09-23T06:43:34.847ZSep 23 06:43:33.301 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpqTTOeW
63532025-09-23T06:43:34.847ZSep 23 06:43:33.305 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpZz3oxv,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpqTTOeW/listen-url
63542025-09-23T06:43:34.850ZSep 23 06:43:33.305 INFO cockroach environment: BUILDOMAT_JOB_ID=01K5TJJZK27E4HWJD42JN36X8Y 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=sunshowers/spr/2n-reconfigurator-planning-gate-addsupdates-on-zone-image-sources-being-known GITHUB_REF=refs/heads/sunshowers/spr/2n-reconfigurator-planning-gate-addsupdates-on-zone-image-sources-being-known GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=bcdabfda072c4754ca4d4dee9a7483940a8fd2f4 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-6065506cd6a618f9/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-6065506cd6a618f9/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out:/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envbjO9Uc NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out:/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RUN_ID=b0a405f4-a291-4d52-9f89-3bb39c492e6e 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
63552025-09-23T06:43:36.297ZSep 23 06:43:34.754 INFO cockroach pid: 12585
63562025-09-23T06:43:36.297ZSep 23 06:43:34.754 INFO cockroach listen URL: postgresql://root@[::1]:48258/omicron?sslmode=disable
63572025-09-23T06:43:36.303ZSep 23 06:43:34.761 INFO cockroach: populating
63582025-09-23T06:43:37.999ZSep 23 06:43:36.456 INFO cockroach: populated
63592025-09-23T06:43:39.076ZSep 23 06:43:37.532 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/da467577bda73e34e73d159d61a0267528347127b76067cd3008d47ec054c8a2.tar`
63602025-09-23T06:43:39.081Z SETUP PASS [ 48.999s] crdb-seed: cargo run -p crdb-seed --profile test
63612025-09-23T06:43:39.084Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
63622025-09-23T06:43:40.239Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
63632025-09-23T06:43:40.239Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
63642025-09-23T06:43:41.756Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
63652025-09-23T06:43:42.864Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
63662025-09-23T06:43:53.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.56s
63672025-09-23T06:43:53.882Z Running `target/debug/clickhouse-cluster-dev`
63682025-09-23T06:43:53.938ZSep 23 06:43:52.389 INFO Setting up a ClickHouse cluster
63692025-09-23T06:43:53.941ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
63702025-09-23T06:43:53.944ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
63712025-09-23T06:43:53.944ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
63722025-09-23T06:43:53.947ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
63732025-09-23T06:43:53.947ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
63742025-09-23T06:43:56.411ZSep 23 06:43:54.861 INFO ClickHouse server ready
63752025-09-23T06:43:56.897ZSep 23 06:43:55.348 INFO ClickHouse server ready
63762025-09-23T06:43:57.116ZSep 23 06:43:55.566 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
63772025-09-23T06:43:57.120Z SETUP PASS [ 18.032s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
63782025-09-23T06:44:17.173Z PASS [ 20.042s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
63792025-09-23T06:44:17.609Z PASS [ 20.478s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
63802025-09-23T06:44:21.754Z PASS [ 24.621s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
63812025-09-23T06:44:21.890Z PASS [ 24.758s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
63822025-09-23T06:44:45.304Z PASS [ 28.120s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
63832025-09-23T06:44:45.332Z PASS [ 27.712s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
63842025-09-23T06:44:48.934Z PASS [ 27.171s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
63852025-09-23T06:44:49.132Z PASS [ 27.231s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
63862025-09-23T06:44:57.147Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
63872025-09-23T06:44:57.148Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
63882025-09-23T06:45:15.539Z PASS [ 30.197s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
63892025-09-23T06:45:17.870Z PASS [ 28.729s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
63902025-09-23T06:45:18.447Z PASS [ 29.503s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
63912025-09-23T06:45:43.718Z PASS [ 28.170s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
63922025-09-23T06:45:45.325Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
63932025-09-23T06:45:45.599Z PASS [ 27.720s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
63942025-09-23T06:45:46.972Z PASS [ 61.647s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
63952025-09-23T06:45:57.169Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
63962025-09-23T06:45:57.169Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
63972025-09-23T06:46:07.591Z PASS [ 20.613s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
63982025-09-23T06:46:11.822Z PASS [ 26.214s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
63992025-09-23T06:46:18.469Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64002025-09-23T06:46:27.085Z PASS [ 19.487s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
64012025-09-23T06:46:27.119Z PASS [ 0.034s] api_identity test::test_identity
64022025-09-23T06:46:27.138Z PASS [ 0.019s] api_identity test::test_identity_no_field
64032025-09-23T06:46:27.201Z PASS [ 0.063s] authz-macros tests::test_authz_snapshots
64042025-09-23T06:46:27.255Z PASS [ 0.053s] bootstore schemes::tests::hello_roundtrip
64052025-09-23T06:46:28.384Z PASS [ 1.128s] bootstore schemes::v0::peer::tests::basic_3_nodes
64062025-09-23T06:46:28.429Z PASS [ 0.046s] bootstore schemes::v0::peer::tests::network_config
64072025-09-23T06:46:28.455Z PASS [ 0.025s] bootstore schemes::v0::share_pkg::tests::create_packages
64082025-09-23T06:46:28.474Z PASS [ 0.019s] bootstore trust_quorum::rack_secret::tests::create_and_verify
64092025-09-23T06:46:28.493Z PASS [ 0.020s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
64102025-09-23T06:46:31.460Z PASS [ 2.965s] bootstore::v0-fsm-proptest-learner run
64112025-09-23T06:46:37.004Z PASS [ 5.543s] bootstore::v0-fsm-proptest-rack-coordinator run
64122025-09-23T06:46:37.431Z PASS [ 0.427s] cert-dev::test-cert-dev test_cert_create
64132025-09-23T06:46:37.880Z PASS [ 0.448s] clickana chart::tests::gather_chart_data_failure
64142025-09-23T06:46:37.917Z PASS [ 0.036s] clickana chart::tests::gather_chart_data_for_disk_usage_success
64152025-09-23T06:46:37.938Z PASS [ 0.021s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
64162025-09-23T06:46:37.962Z PASS [ 0.024s] clickana chart::tests::gather_chart_data_for_query_count_success
64172025-09-23T06:46:37.979Z PASS [ 0.016s] clickana chart::tests::gather_chart_data_for_running_queries_success
64182025-09-23T06:46:38.082Z PASS [ 0.103s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
64192025-09-23T06:46:38.122Z PASS [ 0.040s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
64202025-09-23T06:46:38.146Z PASS [ 0.024s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
64212025-09-23T06:46:38.173Z PASS [ 0.027s] clickhouse-admin-types tests::test_empty_output_parse_fail
64222025-09-23T06:46:38.197Z PASS [ 0.025s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
64232025-09-23T06:46:38.225Z PASS [ 0.027s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
64242025-09-23T06:46:38.261Z PASS [ 0.037s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
64252025-09-23T06:46:38.285Z PASS [ 0.024s] clickhouse-admin-types tests::test_full_lgif_parse_success
64262025-09-23T06:46:38.317Z PASS [ 0.032s] clickhouse-admin-types tests::test_full_raft_config_parse_success
64272025-09-23T06:46:38.359Z PASS [ 0.041s] clickhouse-admin-types tests::test_generate_keeper_config
64282025-09-23T06:46:38.385Z PASS [ 0.026s] clickhouse-admin-types tests::test_generate_replica_config
64292025-09-23T06:46:38.410Z PASS [ 0.024s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
64302025-09-23T06:46:38.435Z PASS [ 0.026s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
64312025-09-23T06:46:38.461Z PASS [ 0.025s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
64322025-09-23T06:46:38.485Z PASS [ 0.025s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
64332025-09-23T06:46:38.511Z PASS [ 0.026s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
64342025-09-23T06:46:38.540Z PASS [ 0.028s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
64352025-09-23T06:46:38.565Z PASS [ 0.026s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
64362025-09-23T06:46:38.589Z PASS [ 0.024s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
64372025-09-23T06:46:38.617Z PASS [ 0.028s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
64382025-09-23T06:46:38.642Z PASS [ 0.024s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
64392025-09-23T06:46:38.668Z PASS [ 0.026s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
64402025-09-23T06:46:38.694Z PASS [ 0.026s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
64412025-09-23T06:46:38.718Z PASS [ 0.024s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
64422025-09-23T06:46:38.743Z PASS [ 0.025s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
64432025-09-23T06:46:38.769Z PASS [ 0.026s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
64442025-09-23T06:46:38.791Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
64452025-09-23T06:46:38.818Z PASS [ 0.027s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
64462025-09-23T06:46:38.844Z PASS [ 0.026s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
64472025-09-23T06:46:38.869Z PASS [ 0.025s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
64482025-09-23T06:46:38.897Z PASS [ 0.027s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
64492025-09-23T06:46:38.927Z PASS [ 0.030s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
64502025-09-23T06:46:38.954Z PASS [ 0.027s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
64512025-09-23T06:46:38.980Z PASS [ 0.026s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
64522025-09-23T06:46:39.085Z PASS [ 0.105s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
64532025-09-23T06:46:39.171Z PASS [ 0.086s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
64542025-09-23T06:46:39.192Z PASS [ 0.020s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
64552025-09-23T06:46:39.210Z PASS [ 0.019s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
64562025-09-23T06:46:39.228Z PASS [ 0.018s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
64572025-09-23T06:46:39.247Z PASS [ 0.019s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
64582025-09-23T06:46:39.262Z PASS [ 0.015s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
64592025-09-23T06:46:39.684Z PASS [ 0.421s] db-dev::test-db-dev test_db_dev_populate_no_args
64602025-09-23T06:46:39.728Z PASS [ 0.044s] db-dev::test-db-dev test_db_dev_wipe_no_args
64612025-09-23T06:46:43.740Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
64622025-09-23T06:46:44.992Z PASS [ 5.262s] db-dev::test-db-dev test_db_killed
64632025-09-23T06:46:54.595Z PASS [ 70.852s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
64642025-09-23T06:46:54.688Z PASS [ 0.093s] db-macros lookup::test::test_lookup_snapshots
64652025-09-23T06:46:54.709Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_fails_for_enums
64662025-09-23T06:46:54.728Z PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
64672025-09-23T06:46:54.750Z PASS [ 0.022s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
64682025-09-23T06:46:54.770Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
64692025-09-23T06:46:54.791Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
64702025-09-23T06:46:54.816Z PASS [ 0.025s] db-macros tests::test_derive_snapshots
64712025-09-23T06:46:54.835Z PASS [ 0.018s] db-macros tests::test_derive_with_unknown_field
64722025-09-23T06:46:55.181Z PASS [ 0.345s] dns-server storage::test::test_update_basic
64732025-09-23T06:46:55.336Z PASS [ 0.155s] dns-server storage::test::test_update_in_progress
64742025-09-23T06:46:55.519Z PASS [ 0.183s] dns-server storage::test::test_update_interrupted
64752025-09-23T06:46:55.683Z PASS [ 0.164s] dns-server storage::test::test_zone_gets_soa_record
64762025-09-23T06:46:56.377Z PASS [ 0.693s] dns-server::basic_test a_crud
64772025-09-23T06:46:56.660Z PASS [ 0.283s] dns-server::basic_test aaaa_crud
64782025-09-23T06:46:56.905Z PASS [ 0.245s] dns-server::basic_test answers_match_question
64792025-09-23T06:46:57.191Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64802025-09-23T06:46:57.191Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64812025-09-23T06:46:57.287Z PASS [ 0.380s] dns-server::basic_test empty_record
64822025-09-23T06:46:57.534Z PASS [ 0.247s] dns-server::basic_test multi_record_crud
64832025-09-23T06:46:57.769Z PASS [ 0.235s] dns-server::basic_test name_contains_zone
64842025-09-23T06:46:58.016Z PASS [ 0.247s] dns-server::basic_test nxdomain
64852025-09-23T06:46:58.271Z PASS [ 0.255s] dns-server::basic_test servfail
64862025-09-23T06:46:58.607Z PASS [ 0.336s] dns-server::basic_test soa
64872025-09-23T06:46:58.889Z PASS [ 0.282s] dns-server::basic_test srv_crud
64882025-09-23T06:47:02.676Z PASS [ 3.785s] dns-server::commands_test test_dnsadm
64892025-09-23T06:47:02.836Z PASS [ 17.837s] db-dev::test-db-dev test_db_run
64902025-09-23T06:47:02.899Z PASS [ 0.063s] ereport-types tests::test_arb_json_deserializes
64912025-09-23T06:47:02.921Z PASS [ 0.022s] ereport-types tests::test_ena_from_str
64922025-09-23T06:47:02.941Z PASS [ 0.020s] ereport-types tests::test_ena_from_str_roundtrip
64932025-09-23T06:47:02.985Z PASS [ 0.044s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
64942025-09-23T06:47:03.010Z PASS [ 0.024s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
64952025-09-23T06:47:03.029Z PASS [ 0.019s] gfss gf256::tests::test_all_multiplication
64962025-09-23T06:47:03.045Z PASS [ 0.016s] gfss gf256::tests::test_all_multiplicative_inverses
64972025-09-23T06:47:03.061Z PASS [ 0.016s] gfss gf256::tests::test_docs_example
64982025-09-23T06:47:03.330Z PASS [ 0.654s] dns-server::cross_version_test cross_version_works
64992025-09-23T06:47:04.369Z PASS [ 1.039s] gfss shamir::tests::split_and_combine
65002025-09-23T06:47:04.386Z PASS [ 0.017s] gfss shamir::tests::test_share_reconstruction
65012025-09-23T06:47:04.418Z PASS [ 0.031s] id-map tests::deserialize_rejects_duplicates
65022025-09-23T06:47:04.434Z PASS [ 0.016s] id-map tests::deserialize_rejects_mismatched_keys
65032025-09-23T06:47:04.612Z PASS [ 0.178s] id-map tests::get_mut_panics_if_id_changes
65042025-09-23T06:47:04.669Z PASS [ 0.056s] id-map tests::iter_mut_panics_if_id_changes
65052025-09-23T06:47:04.687Z PASS [ 0.018s] id-map tests::methods_allow_borrowed_ids
65062025-09-23T06:47:04.740Z PASS [ 0.052s] id-map tests::mut_into_iter_panics_if_id_changes
65072025-09-23T06:47:04.795Z PASS [ 0.055s] id-map tests::occupied_entry_panics_if_id_changed_via_get_mut
65082025-09-23T06:47:04.847Z PASS [ 0.052s] id-map tests::occupied_entry_panics_if_id_changed_via_into_mut
65092025-09-23T06:47:04.899Z PASS [ 0.052s] id-map tests::occupied_entry_panics_if_id_changes_on_insert
65102025-09-23T06:47:04.956Z PASS [ 0.056s] id-map tests::retain_panics_if_id_changes
65112025-09-23T06:47:05.037Z PASS [ 0.081s] id-map tests::serialization_is_transparent
65122025-09-23T06:47:05.122Z PASS [ 0.085s] id-map tests::serialization_roundtrip
65132025-09-23T06:47:05.173Z PASS [ 0.051s] id-map tests::vacant_entry_panics_if_id_changed_after_insert
65142025-09-23T06:47:05.228Z PASS [ 0.054s] id-map tests::vacant_entry_panics_if_id_changes_on_insert
65152025-09-23T06:47:05.340Z PASS [ 0.112s] illumos-utils destructor::test::test_delayed_delete
65162025-09-23T06:47:06.031Z PASS [ 0.691s] illumos-utils destructor::test::test_delayed_delete_with_error
65172025-09-23T06:47:06.058Z PASS [ 0.027s] illumos-utils destructor::test::test_destructor_bad_close
65182025-09-23T06:47:06.091Z PASS [ 0.033s] illumos-utils link::test::test_allocate
65192025-09-23T06:47:06.116Z PASS [ 0.025s] illumos-utils link::test::test_allocate_within_scopes
65202025-09-23T06:47:06.206Z PASS [ 0.089s] illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
65212025-09-23T06:47:06.227Z PASS [ 0.022s] illumos-utils running_zone::tests::test_is_oxide_smf_service
65222025-09-23T06:47:06.315Z PASS [ 0.087s] illumos-utils zfs::test::directory_mutability
65232025-09-23T06:47:06.387Z PASS [ 0.072s] illumos-utils zfs::test::get_values_of_rpool
65242025-09-23T06:47:06.418Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_bad_avail
65252025-09-23T06:47:06.443Z PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_bad_quota
65262025-09-23T06:47:06.463Z PASS [ 0.020s] illumos-utils zfs::test::parse_dataset_bad_reservation
65272025-09-23T06:47:06.482Z PASS [ 0.019s] illumos-utils zfs::test::parse_dataset_bad_usage
65282025-09-23T06:47:06.506Z PASS [ 0.023s] illumos-utils zfs::test::parse_dataset_bad_uuid
65292025-09-23T06:47:06.529Z PASS [ 0.023s] illumos-utils zfs::test::parse_dataset_missing_fields
65302025-09-23T06:47:06.553Z PASS [ 0.024s] illumos-utils zfs::test::parse_dataset_props
65312025-09-23T06:47:06.576Z PASS [ 0.023s] illumos-utils zfs::test::parse_dataset_props_with_optionals
65322025-09-23T06:47:06.597Z PASS [ 0.020s] illumos-utils zfs::test::parse_dataset_too_many_columns
65332025-09-23T06:47:06.621Z PASS [ 0.024s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
65342025-09-23T06:47:06.640Z PASS [ 0.019s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
65352025-09-23T06:47:06.659Z PASS [ 0.020s] illumos-utils zfs::test::parse_quota_ignored_if_default
65362025-09-23T06:47:06.680Z PASS [ 0.020s] illumos-utils zfs::test::parse_reservation_ignored_if_default
65372025-09-23T06:47:06.703Z PASS [ 0.023s] illumos-utils zfs::test::parse_sorts_and_dedups
65382025-09-23T06:47:06.746Z PASS [ 0.043s] illumos-utils zone::tests::delete_nonexistent_address
65392025-09-23T06:47:06.769Z PASS [ 0.023s] illumos-utils zone::tests::test_parse_ip_network
65402025-09-23T06:47:06.789Z PASS [ 0.020s] illumos-utils zpool::test::test_parse_zpool
65412025-09-23T06:47:06.810Z PASS [ 0.021s] illumos-utils zpool::test::test_parse_zpool_missing_column
65422025-09-23T06:47:07.993Z PASS [ 4.930s] gfss polynomial::tests::test_polynomial_eval
65432025-09-23T06:47:09.127Z PASS [ 1.133s] installinator write::tests::proptest_write_artifact
65442025-09-23T06:47:09.310Z PASS [ 0.183s] installinator-common block_size_writer::tests::proptest_block_writer
65452025-09-23T06:47:09.609Z PASS [ 2.798s] installinator mock_peers::tests::proptest_fetch_artifact
65462025-09-23T06:47:09.997Z PASS [ 0.387s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
65472025-09-23T06:47:10.010Z PASS [ 0.700s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
65482025-09-23T06:47:10.269Z PASS [ 0.271s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
65492025-09-23T06:47:10.459Z PASS [ 0.449s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
65502025-09-23T06:47:10.585Z PASS [ 0.316s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
65512025-09-23T06:47:10.706Z PASS [ 0.247s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
65522025-09-23T06:47:10.738Z PASS [ 0.031s] internal-dns-types config::test::display_hosts
65532025-09-23T06:47:10.761Z PASS [ 0.023s] internal-dns-types config::test::display_srv_service
65542025-09-23T06:47:10.817Z PASS [ 0.055s] internal-dns-types config::test::test_builder_errors
65552025-09-23T06:47:10.834Z PASS [ 0.249s] internal-dns-resolver resolver::test::update_record
65562025-09-23T06:47:10.882Z PASS [ 0.065s] internal-dns-types config::test::test_builder_output
65572025-09-23T06:47:10.930Z PASS [ 0.049s] internal-dns-types diff::test::diff_different
65582025-09-23T06:47:10.930Z PASS [ 0.026s] internal-dns-types diff::test::diff_equivalent
65592025-09-23T06:47:10.930Z PASS [ 0.026s] internal-dns-types diff::test::diff_invalid
65602025-09-23T06:47:10.996Z PASS [ 0.026s] ipcc tests::deserialize_fixed_value
65612025-09-23T06:47:10.996Z PASS [ 0.038s] ipcc tests::installinator_image_id_round_trip
65622025-09-23T06:47:10.996Z PASS [ 0.019s] ipcc tests::serialized_size
65632025-09-23T06:47:11.022Z PASS [ 0.069s] key-manager tests::different_ikm_produces_different_keys
65642025-09-23T06:47:11.022Z PASS [ 0.075s] key-manager tests::different_disks_produce_different_keys
65652025-09-23T06:47:11.045Z PASS [ 0.023s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
65662025-09-23T06:47:11.048Z PASS [ 0.025s] key-manager tests::disk_encryption_key_epoch_0
65672025-09-23T06:47:11.218Z PASS [ 0.171s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
65682025-09-23T06:47:11.218Z PASS [ 0.173s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
65692025-09-23T06:47:11.252Z PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_get_token
65702025-09-23T06:47:11.255Z PASS [ 0.035s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
65712025-09-23T06:47:11.277Z PASS [ 0.023s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
65722025-09-23T06:47:11.280Z PASS [ 0.027s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
65732025-09-23T06:47:11.302Z PASS [ 0.025s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
65742025-09-23T06:47:11.305Z PASS [ 0.027s] nexus-auth authn::external::session_cookie::test::test_other_cookie
65752025-09-23T06:47:11.336Z PASS [ 0.034s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
65762025-09-23T06:47:11.341Z PASS [ 0.035s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
65772025-09-23T06:47:11.368Z PASS [ 0.032s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
65782025-09-23T06:47:11.387Z PASS [ 0.046s] nexus-auth authn::external::spoof::test::test_make_header_value
65792025-09-23T06:47:11.396Z PASS [ 0.028s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
65802025-09-23T06:47:11.426Z PASS [ 0.030s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
65812025-09-23T06:47:11.445Z PASS [ 0.058s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
65822025-09-23T06:47:11.453Z PASS [ 0.027s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
65832025-09-23T06:47:11.476Z PASS [ 0.031s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
65842025-09-23T06:47:11.497Z PASS [ 0.044s] nexus-auth authn::external::test::test_authn_sequence
65852025-09-23T06:47:11.503Z PASS [ 0.027s] nexus-auth authn::external::token::test::test_make_header_value
65862025-09-23T06:47:11.518Z PASS [ 0.021s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
65872025-09-23T06:47:11.526Z PASS [ 0.022s] nexus-auth authn::external::token::test::test_token_header_missing
65882025-09-23T06:47:11.539Z PASS [ 0.021s] nexus-auth authn::external::token::test::test_token_header_valid
65892025-09-23T06:47:11.579Z PASS [ 0.053s] nexus-auth authn::test::test_internal_users
65902025-09-23T06:47:11.619Z PASS [ 0.040s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
65912025-09-23T06:47:11.705Z PASS [ 0.086s] nexus-auth context::test::test_background_context
65922025-09-23T06:47:11.708Z PASS [ 0.167s] nexus-auth authz::context::test::test_unregistered_resource
65932025-09-23T06:47:11.783Z PASS [ 0.076s] nexus-auth context::test::test_test_context
65942025-09-23T06:47:11.786Z PASS [ 0.078s] nexus-auth context::test::test_child_context
65952025-09-23T06:47:11.843Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
65962025-09-23T06:47:11.860Z PASS [ 0.077s] nexus-config nexus_config::test::test_config_bad_toml
65972025-09-23T06:47:11.888Z PASS [ 0.028s] nexus-config nexus_config::test::test_config_empty
65982025-09-23T06:47:11.915Z PASS [ 0.027s] nexus-config nexus_config::test::test_config_nonexistent
65992025-09-23T06:47:11.919Z PASS [ 0.133s] nexus-config nexus_config::test::test_bad_authn_schemes
66002025-09-23T06:47:11.953Z PASS [ 0.037s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
66012025-09-23T06:47:12.018Z PASS [ 0.103s] nexus-config nexus_config::test::test_deployment_config_schema
66022025-09-23T06:47:12.043Z PASS [ 0.090s] nexus-config nexus_config::test::test_repo_configs_are_valid
66032025-09-23T06:47:12.076Z PASS [ 0.033s] nexus-config postgres_config::test::test_bad_url
66042025-09-23T06:47:12.081Z PASS [ 0.064s] nexus-config nexus_config::test::test_valid
66052025-09-23T06:47:12.106Z PASS [ 0.029s] nexus-config postgres_config::test::test_example_url
66062025-09-23T06:47:12.130Z PASS [ 0.048s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
66072025-09-23T06:47:12.134Z PASS [ 0.029s] nexus-db-fixed-data test::test_allowlist_id_is_valid
66082025-09-23T06:47:12.154Z PASS [ 0.024s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
66092025-09-23T06:47:12.171Z PASS [ 0.037s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
66102025-09-23T06:47:12.213Z PASS [ 0.041s] nexus-db-model alert_class::tests::test_from_str_roundtrips
66112025-09-23T06:47:12.238Z PASS [ 0.024s] nexus-db-model alert_class::tests::test_is_test
66122025-09-23T06:47:12.281Z PASS [ 0.043s] nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
66132025-09-23T06:47:12.332Z PASS [ 0.051s] nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
66142025-09-23T06:47:12.416Z PASS [ 0.084s] nexus-db-model alert_subscription::test::test_valid_subscription_parsing
66152025-09-23T06:47:12.447Z PASS [ 0.031s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
66162025-09-23T06:47:12.495Z PASS [ 0.047s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
66172025-09-23T06:47:12.552Z PASS [ 0.057s] nexus-db-model device_auth::test::test_generate_user_code
66182025-09-23T06:47:12.577Z PASS [ 0.026s] nexus-db-model instance_state::tests::test_from_str_roundtrips
66192025-09-23T06:47:12.614Z PASS [ 0.037s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
66202025-09-23T06:47:12.642Z PASS [ 0.027s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
66212025-09-23T06:47:12.714Z PASS [ 0.072s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
66222025-09-23T06:47:12.744Z PASS [ 0.030s] nexus-db-model schema_versions::test::test_known_versions
66232025-09-23T06:47:12.779Z PASS [ 0.035s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
66242025-09-23T06:47:12.809Z PASS [ 0.030s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
66252025-09-23T06:47:12.837Z PASS [ 0.028s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
66262025-09-23T06:47:12.863Z PASS [ 0.026s] nexus-db-model schema_versions::test::test_verify
66272025-09-23T06:47:12.893Z PASS [ 0.030s] nexus-db-model semver_version::test::test_to_from_sortable_string
66282025-09-23T06:47:12.923Z PASS [ 0.030s] nexus-db-model tests::test_ip_subnet_check_requestable_address
66292025-09-23T06:47:12.958Z PASS [ 0.035s] nexus-db-model tests::test_ipv6_net_random_subnet
66302025-09-23T06:47:12.997Z PASS [ 0.039s] nexus-db-model tests::test_roles_database_strings
66312025-09-23T06:47:13.028Z PASS [ 0.030s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
66322025-09-23T06:47:13.055Z PASS [ 0.027s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
66332025-09-23T06:47:13.082Z PASS [ 0.027s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
66342025-09-23T06:47:17.082Z PASS [ 4.925s] nexus-db-lookup::integration lookup::test_lookup
66352025-09-23T06:47:18.490Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66362025-09-23T06:47:18.873Z PASS [ 5.789s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
66372025-09-23T06:47:19.636Z PASS [ 2.554s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
66382025-09-23T06:47:21.551Z PASS [ 2.676s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
66392025-09-23T06:47:22.408Z PASS [ 2.770s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
66402025-09-23T06:47:24.594Z PASS [ 3.042s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
66412025-09-23T06:47:25.414Z PASS [ 3.005s] nexus-db-queries db::collection_attach::test::test_attach_once
66422025-09-23T06:47:27.460Z PASS [ 2.865s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
66432025-09-23T06:47:28.444Z PASS [ 3.029s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
66442025-09-23T06:47:30.175Z PASS [ 2.714s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
66452025-09-23T06:47:30.218Z PASS [ 0.042s] nexus-db-queries db::collection_attach::test::test_verify_query
66462025-09-23T06:47:31.198Z PASS [ 2.752s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
66472025-09-23T06:47:32.958Z PASS [ 2.740s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
66482025-09-23T06:47:34.077Z PASS [ 2.878s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
66492025-09-23T06:47:36.289Z PASS [ 3.329s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
66502025-09-23T06:47:37.088Z PASS [ 3.010s] nexus-db-queries db::collection_detach::test::test_detach_once
66512025-09-23T06:47:39.170Z PASS [ 2.881s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
66522025-09-23T06:47:39.218Z PASS [ 0.047s] nexus-db-queries db::collection_detach::test::test_verify_query
66532025-09-23T06:47:39.777Z PASS [ 2.688s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
66542025-09-23T06:47:42.029Z PASS [ 2.810s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
66552025-09-23T06:47:42.535Z PASS [ 2.758s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
66562025-09-23T06:47:44.780Z PASS [ 2.750s] nexus-db-queries db::collection_detach_many::test::test_detach_many
66572025-09-23T06:47:45.275Z PASS [ 2.739s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
66582025-09-23T06:47:47.884Z PASS [ 3.103s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
66592025-09-23T06:47:48.422Z PASS [ 3.145s] nexus-db-queries db::collection_detach_many::test::test_detach_once
66602025-09-23T06:47:50.763Z PASS [ 2.877s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
66612025-09-23T06:47:50.802Z PASS [ 0.040s] nexus-db-queries db::collection_detach_many::test::test_verify_query
66622025-09-23T06:47:51.219Z PASS [ 2.796s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
66632025-09-23T06:47:53.490Z PASS [ 2.686s] nexus-db-queries db::collection_insert::test::test_collection_not_present
66642025-09-23T06:47:53.531Z PASS [ 0.041s] nexus-db-queries db::collection_insert::test::test_verify_query
66652025-09-23T06:47:53.572Z PASS [ 0.041s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
66662025-09-23T06:47:53.607Z PASS [ 0.035s] nexus-db-queries db::column_walker::test::test_walk_columns
66672025-09-23T06:47:53.642Z PASS [ 0.035s] nexus-db-queries db::column_walker::test::test_walk_table
66682025-09-23T06:47:53.775Z PASS [ 2.556s] nexus-db-queries db::collection_insert::test::test_collection_present
66692025-09-23T06:47:57.212Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66702025-09-23T06:47:57.212Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66712025-09-23T06:47:58.686Z PASS [ 5.042s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
66722025-09-23T06:47:58.832Z PASS [ 5.055s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
66732025-09-23T06:48:03.712Z PASS [ 4.878s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
66742025-09-23T06:48:05.914Z PASS [ 7.225s] nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
66752025-09-23T06:48:08.498Z PASS [ 4.784s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
66762025-09-23T06:48:11.864Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
66772025-09-23T06:48:11.884Z PASS [ 5.968s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
66782025-09-23T06:48:13.400Z PASS [ 4.901s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
66792025-09-23T06:48:17.205Z PASS [ 5.319s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
66802025-09-23T06:48:17.963Z PASS [ 4.561s] nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
66812025-09-23T06:48:18.512Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66822025-09-23T06:48:21.571Z PASS [ 4.364s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
66832025-09-23T06:48:22.892Z PASS [ 4.928s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
66842025-09-23T06:48:26.537Z PASS [ 4.965s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
66852025-09-23T06:48:27.888Z PASS [ 4.994s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
66862025-09-23T06:48:32.735Z PASS [ 4.845s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
66872025-09-23T06:48:33.585Z PASS [ 7.044s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
66882025-09-23T06:48:37.814Z PASS [ 5.078s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
66892025-09-23T06:48:39.394Z PASS [ 5.808s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
66902025-09-23T06:48:42.488Z PASS [ 4.671s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
66912025-09-23T06:48:44.698Z PASS [ 5.302s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
66922025-09-23T06:48:47.288Z PASS [ 4.798s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
66932025-09-23T06:48:49.403Z PASS [ 4.704s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
66942025-09-23T06:48:51.815Z PASS [ 4.525s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
66952025-09-23T06:48:55.573Z PASS [ 6.167s] nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
66962025-09-23T06:48:57.233Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66972025-09-23T06:48:57.233Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66982025-09-23T06:48:58.294Z PASS [ 6.477s] nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
66992025-09-23T06:48:58.562Z PASS [ 2.988s] nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
67002025-09-23T06:49:03.058Z PASS [ 4.763s] nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
67012025-09-23T06:49:03.102Z PASS [ 4.538s] nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
67022025-09-23T06:49:07.928Z PASS [ 4.868s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
67032025-09-23T06:49:08.260Z PASS [ 5.156s] nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
67042025-09-23T06:49:11.887Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
67052025-09-23T06:49:12.633Z PASS [ 4.702s] nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
67062025-09-23T06:49:12.836Z PASS [ 4.574s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
67072025-09-23T06:49:14.577Z PASS [ 236.050s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67082025-09-23T06:49:17.913Z PASS [ 5.278s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
67092025-09-23T06:49:18.217Z PASS [ 5.378s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
67102025-09-23T06:49:20.049Z PASS [ 5.470s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
67112025-09-23T06:49:20.974Z PASS [ 2.757s] nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
67122025-09-23T06:49:22.776Z PASS [ 4.861s] nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
67132025-09-23T06:49:23.805Z PASS [ 2.829s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
67142025-09-23T06:49:23.822Z PASS [ 3.773s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
67152025-09-23T06:49:25.395Z PASS [ 2.617s] nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
67162025-09-23T06:49:26.487Z PASS [ 2.681s] nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
67172025-09-23T06:49:26.510Z PASS [ 2.686s] nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
67182025-09-23T06:49:27.920Z PASS [ 2.524s] nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
67192025-09-23T06:49:29.145Z PASS [ 2.633s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
67202025-09-23T06:49:29.228Z PASS [ 2.740s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
67212025-09-23T06:49:30.417Z PASS [ 2.496s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
67222025-09-23T06:49:31.817Z PASS [ 2.671s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
67232025-09-23T06:49:32.004Z PASS [ 2.774s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
67242025-09-23T06:49:33.041Z PASS [ 2.624s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
67252025-09-23T06:49:34.654Z PASS [ 2.836s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
67262025-09-23T06:49:36.578Z PASS [ 4.573s] nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
67272025-09-23T06:49:38.078Z PASS [ 5.035s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
67282025-09-23T06:49:39.283Z PASS [ 4.628s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
67292025-09-23T06:49:41.018Z PASS [ 4.438s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
67302025-09-23T06:49:43.272Z PASS [ 5.192s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
67312025-09-23T06:49:43.727Z PASS [ 4.442s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
67322025-09-23T06:49:47.987Z PASS [ 6.966s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
67332025-09-23T06:49:48.284Z PASS [ 5.009s] nexus-db-queries db::datastore::deployment::tests::test_set_target
67342025-09-23T06:49:48.330Z PASS [ 0.047s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
67352025-09-23T06:49:49.032Z PASS [ 5.303s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
67362025-09-23T06:49:52.473Z PASS [ 4.485s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
67372025-09-23T06:49:52.568Z PASS [ 4.237s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
67382025-09-23T06:49:53.569Z PASS [ 4.536s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
67392025-09-23T06:49:57.040Z PASS [ 4.470s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
67402025-09-23T06:49:57.255Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67412025-09-23T06:49:57.255Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67422025-09-23T06:49:57.836Z PASS [ 5.360s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
67432025-09-23T06:49:57.913Z PASS [ 4.343s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
67442025-09-23T06:50:00.169Z PASS [ 2.254s] nexus-db-queries db::datastore::ereport::tests::explain_host_restart_list_by_serial
67452025-09-23T06:50:00.169Z PASS [ 2.332s] nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
67462025-09-23T06:50:00.904Z PASS [ 3.863s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
67472025-09-23T06:50:02.474Z PASS [ 2.304s] nexus-db-queries db::datastore::ereport::tests::explain_sp_restart_list_by_serial
67482025-09-23T06:50:02.618Z PASS [ 2.449s] nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
67492025-09-23T06:50:05.591Z PASS [ 4.685s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
67502025-09-23T06:50:07.057Z PASS [ 4.437s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
67512025-09-23T06:50:08.822Z PASS [ 6.346s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
67522025-09-23T06:50:10.350Z PASS [ 4.758s] nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
67532025-09-23T06:50:11.732Z PASS [ 4.673s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
67542025-09-23T06:50:11.907Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
67552025-09-23T06:50:13.373Z PASS [ 4.549s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
67562025-09-23T06:50:14.850Z PASS [ 4.498s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
67572025-09-23T06:50:16.833Z PASS [ 5.099s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
67582025-09-23T06:50:18.649Z PASS [ 5.274s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
67592025-09-23T06:50:19.890Z PASS [ 5.038s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
67602025-09-23T06:50:21.380Z PASS [ 4.546s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
67612025-09-23T06:50:22.511Z PASS [ 3.860s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
67622025-09-23T06:50:24.511Z PASS [ 4.619s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
67632025-09-23T06:50:27.167Z PASS [ 4.654s] nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
67642025-09-23T06:50:27.783Z PASS [ 6.401s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
67652025-09-23T06:50:28.672Z PASS [ 4.159s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
67662025-09-23T06:50:32.060Z PASS [ 4.891s] nexus-db-queries db::datastore::inventory::test::test_zone_image_source
67672025-09-23T06:50:32.232Z PASS [ 4.448s] nexus-db-queries db::datastore::ip_pool::test::cannot_insert_range_in_pool_with_different_ip_version
67682025-09-23T06:50:33.238Z PASS [ 4.564s] nexus-db-queries db::datastore::ip_pool::test::cannot_set_default_ip_pool_for_internal_silo
67692025-09-23T06:50:36.604Z PASS [ 4.370s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pools
67702025-09-23T06:50:36.640Z PASS [ 4.578s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
67712025-09-23T06:50:37.826Z PASS [ 4.587s] nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
67722025-09-23T06:50:41.138Z PASS [ 4.497s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
67732025-09-23T06:50:41.242Z PASS [ 4.637s] nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
67742025-09-23T06:50:43.030Z PASS [ 5.201s] nexus-db-queries db::datastore::nat_entry::test::nat_changeset
67752025-09-23T06:50:44.938Z PASS [ 3.798s] nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
67762025-09-23T06:50:45.115Z PASS [ 3.871s] nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
67772025-09-23T06:50:46.982Z PASS [ 3.950s] nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
67782025-09-23T06:50:48.970Z PASS [ 3.853s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
67792025-09-23T06:50:49.411Z PASS [ 4.471s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
67802025-09-23T06:50:50.794Z PASS [ 413.529s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67812025-09-23T06:50:51.768Z PASS [ 4.785s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
67822025-09-23T06:50:53.504Z PASS [ 4.092s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
67832025-09-23T06:50:53.985Z PASS [ 416.719s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67842025-09-23T06:50:55.843Z PASS [ 4.073s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
67852025-09-23T06:50:57.638Z PASS [ 4.132s] nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
67862025-09-23T06:50:58.343Z PASS [ 4.356s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
67872025-09-23T06:50:59.761Z PASS [ 10.788s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
67882025-09-23T06:51:00.339Z PASS [ 4.495s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
67892025-09-23T06:51:02.483Z PASS [ 4.843s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
67902025-09-23T06:51:03.189Z PASS [ 4.844s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
67912025-09-23T06:51:04.953Z PASS [ 5.190s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
67922025-09-23T06:51:05.400Z PASS [ 5.059s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
67932025-09-23T06:51:07.625Z PASS [ 5.140s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
67942025-09-23T06:51:08.540Z PASS [ 17.740s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
67952025-09-23T06:51:09.217Z PASS [ 6.026s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
67962025-09-23T06:51:09.631Z PASS [ 4.677s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
67972025-09-23T06:51:09.712Z PASS [ 4.311s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
67982025-09-23T06:51:11.929Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
67992025-09-23T06:51:12.070Z PASS [ 4.444s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
68002025-09-23T06:51:13.306Z PASS [ 4.764s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
68012025-09-23T06:51:13.343Z PASS [ 0.037s] nexus-db-queries db::datastore::region::test::test_extent_count
68022025-09-23T06:51:13.775Z PASS [ 4.061s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
68032025-09-23T06:51:14.205Z PASS [ 4.985s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
68042025-09-23T06:51:15.023Z PASS [ 5.390s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
68052025-09-23T06:51:17.210Z PASS [ 5.138s] nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
68062025-09-23T06:51:18.323Z PASS [ 4.978s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
68072025-09-23T06:51:18.818Z PASS [ 5.042s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
68082025-09-23T06:51:19.184Z PASS [ 4.978s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
68092025-09-23T06:51:19.730Z PASS [ 4.705s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
68102025-09-23T06:51:21.560Z PASS [ 4.348s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
68112025-09-23T06:51:22.582Z PASS [ 4.257s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
68122025-09-23T06:51:22.912Z PASS [ 4.092s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
68132025-09-23T06:51:23.268Z PASS [ 4.082s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
68142025-09-23T06:51:23.620Z PASS [ 3.888s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
68152025-09-23T06:51:25.577Z PASS [ 4.016s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
68162025-09-23T06:51:26.687Z PASS [ 4.104s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
68172025-09-23T06:51:26.979Z PASS [ 4.065s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
68182025-09-23T06:51:27.216Z PASS [ 3.946s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
68192025-09-23T06:51:27.746Z PASS [ 4.124s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
68202025-09-23T06:51:29.819Z PASS [ 4.240s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
68212025-09-23T06:51:31.218Z PASS [ 4.529s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
68222025-09-23T06:51:31.361Z PASS [ 4.381s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
68232025-09-23T06:51:31.457Z PASS [ 4.240s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
68242025-09-23T06:51:32.357Z PASS [ 4.610s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
68252025-09-23T06:51:34.511Z PASS [ 4.690s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
68262025-09-23T06:51:35.873Z PASS [ 4.653s] nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
68272025-09-23T06:51:35.939Z PASS [ 4.576s] nexus-db-queries db::datastore::sled::test::affinity_multi_group
68282025-09-23T06:51:36.085Z PASS [ 4.627s] nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
68292025-09-23T06:51:36.913Z PASS [ 4.554s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail
68302025-09-23T06:51:39.095Z PASS [ 4.582s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
68312025-09-23T06:51:40.565Z PASS [ 4.690s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
68322025-09-23T06:51:40.701Z PASS [ 4.759s] nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
68332025-09-23T06:51:40.934Z PASS [ 4.847s] nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
68342025-09-23T06:51:41.731Z PASS [ 4.816s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
68352025-09-23T06:51:44.415Z PASS [ 5.318s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
68362025-09-23T06:51:45.365Z PASS [ 333.430s] oximeter-db client::tests::test_replicated
68372025-09-23T06:51:45.462Z PASS [ 0.094s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
68382025-09-23T06:51:45.496Z PASS [ 0.034s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
68392025-09-23T06:51:45.518Z PASS [ 0.022s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
68402025-09-23T06:51:45.538Z PASS [ 0.020s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
68412025-09-23T06:51:45.559Z PASS [ 0.021s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
68422025-09-23T06:51:45.599Z PASS [ 5.033s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
68432025-09-23T06:51:46.047Z PASS [ 5.111s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
68442025-09-23T06:51:46.076Z PASS [ 0.516s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
68452025-09-23T06:51:46.079Z PASS [ 5.375s] nexus-db-queries db::datastore::sled::test::sled_list_batch
68462025-09-23T06:51:46.216Z PASS [ 0.140s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
68472025-09-23T06:51:46.368Z PASS [ 0.151s] omicron-clickhouse-admin::integration_test test_lgif_parsing
68482025-09-23T06:51:46.501Z PASS [ 0.133s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
68492025-09-23T06:51:46.615Z PASS [ 4.883s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
68502025-09-23T06:51:46.659Z PASS [ 0.157s] omicron-clickhouse-admin::integration_test test_teardown
68512025-09-23T06:51:46.820Z PASS [ 0.161s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
68522025-09-23T06:51:48.820Z PASS [ 4.403s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
68532025-09-23T06:51:49.782Z PASS [ 4.181s] nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
68542025-09-23T06:51:50.575Z PASS [ 4.495s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
68552025-09-23T06:51:50.759Z PASS [ 4.711s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
68562025-09-23T06:51:53.132Z PASS [ 4.311s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
68572025-09-23T06:51:53.728Z PASS [ 7.110s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
68582025-09-23T06:51:54.037Z PASS [ 4.254s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
68592025-09-23T06:51:54.846Z PASS [ 4.270s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
68602025-09-23T06:51:56.482Z PASS [ 5.720s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
68612025-09-23T06:51:58.846Z PASS [ 5.712s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
68622025-09-23T06:51:59.479Z PASS [ 4.631s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
68632025-09-23T06:51:59.674Z PASS [ 5.944s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
68642025-09-23T06:51:59.895Z PASS [ 5.856s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
68652025-09-23T06:52:00.740Z PASS [ 4.257s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
68662025-09-23T06:52:03.250Z PASS [ 4.402s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
68672025-09-23T06:52:03.509Z PASS [ 4.028s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
68682025-09-23T06:52:03.657Z PASS [ 3.981s] nexus-db-queries db::datastore::target_release::test::target_release_datastore
68692025-09-23T06:52:04.197Z PASS [ 4.300s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
68702025-09-23T06:52:04.681Z PASS [ 3.940s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
68712025-09-23T06:52:07.606Z PASS [ 4.096s] nexus-db-queries db::datastore::test::test_project_creation
68722025-09-23T06:52:07.606Z PASS [ 3.948s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
68732025-09-23T06:52:07.657Z PASS [ 4.406s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
68742025-09-23T06:52:08.547Z PASS [ 4.348s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
68752025-09-23T06:52:12.085Z PASS [ 4.476s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
68762025-09-23T06:52:12.149Z PASS [ 4.490s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
68772025-09-23T06:52:12.605Z PASS [ 4.996s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
68782025-09-23T06:52:13.686Z PASS [ 9.002s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
68792025-09-23T06:52:17.673Z PASS [ 9.124s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
68802025-09-23T06:52:17.949Z PASS [ 4.261s] nexus-db-queries db::datastore::test::test_session_methods
68812025-09-23T06:52:21.512Z PASS [ 9.424s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
68822025-09-23T06:52:22.155Z PASS [ 4.205s] nexus-db-queries db::datastore::test::test_ssh_keys
68832025-09-23T06:52:22.219Z PASS [ 4.544s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
68842025-09-23T06:52:22.867Z PASS [ 10.259s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
68852025-09-23T06:52:23.400Z PASS [ 11.247s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
68862025-09-23T06:52:25.376Z PASS [ 3.863s] nexus-db-queries db::datastore::test::test_table_scan
68872025-09-23T06:52:26.504Z PASS [ 4.284s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
68882025-09-23T06:52:26.504Z PASS [ 4.348s] nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
68892025-09-23T06:52:27.335Z PASS [ 4.466s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
68902025-09-23T06:52:27.551Z PASS [ 4.149s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
68912025-09-23T06:52:29.806Z PASS [ 4.429s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
68922025-09-23T06:52:30.990Z PASS [ 4.484s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
68932025-09-23T06:52:31.857Z PASS [ 4.520s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
68942025-09-23T06:52:31.970Z PASS [ 5.464s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
68952025-09-23T06:52:32.423Z PASS [ 4.870s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
68962025-09-23T06:52:33.877Z PASS [ 4.069s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
68972025-09-23T06:52:36.006Z PASS [ 5.015s] nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
68982025-09-23T06:52:36.216Z PASS [ 4.358s] nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
68992025-09-23T06:52:36.363Z PASS [ 4.391s] nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
69002025-09-23T06:52:36.866Z PASS [ 4.442s] nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
69012025-09-23T06:52:37.983Z PASS [ 4.104s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
69022025-09-23T06:52:40.615Z PASS [ 4.397s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
69032025-09-23T06:52:40.665Z PASS [ 4.301s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
69042025-09-23T06:52:40.684Z PASS [ 4.676s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
69052025-09-23T06:52:40.721Z PASS [ 0.037s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
69062025-09-23T06:52:40.761Z PASS [ 0.040s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
69072025-09-23T06:52:41.428Z PASS [ 4.560s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
69082025-09-23T06:52:42.100Z PASS [ 4.115s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
69092025-09-23T06:52:44.761Z PASS [ 4.145s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
69102025-09-23T06:52:45.993Z PASS [ 3.892s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
69112025-09-23T06:52:46.842Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
69122025-09-23T06:52:48.797Z PASS [ 4.034s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
69132025-09-23T06:52:49.636Z PASS [ 8.968s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
69142025-09-23T06:52:49.817Z PASS [ 62.976s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
69152025-09-23T06:52:49.970Z PASS [ 9.205s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
69162025-09-23T06:52:50.126Z PASS [ 4.131s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
69172025-09-23T06:52:50.691Z PASS [ 9.260s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
69182025-09-23T06:52:52.611Z PASS [ 2.792s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
69192025-09-23T06:52:52.900Z PASS [ 4.102s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
69202025-09-23T06:52:53.125Z PASS [ 0.225s] nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
69212025-09-23T06:52:53.714Z PASS [ 4.076s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
69222025-09-23T06:52:54.805Z PASS [ 4.677s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
69232025-09-23T06:52:55.644Z PASS [ 2.517s] nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
69242025-09-23T06:52:55.713Z PASS [ 5.741s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
69252025-09-23T06:52:55.942Z PASS [ 5.248s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
69262025-09-23T06:52:56.988Z PASS [ 2.182s] nexus-db-queries db::explain::test::test_explain_async
69272025-09-23T06:52:57.805Z PASS [ 4.090s] nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
69282025-09-23T06:52:57.909Z PASS [ 2.265s] nexus-db-queries db::explain::test::test_explain_full_table_scan
69292025-09-23T06:52:58.403Z PASS [ 2.689s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
69302025-09-23T06:52:58.661Z PASS [ 2.718s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
69312025-09-23T06:52:59.647Z PASS [ 2.658s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
69322025-09-23T06:52:59.684Z PASS [ 0.037s] nexus-db-queries db::pagination::test::test_paginator
69332025-09-23T06:53:00.659Z PASS [ 2.853s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
69342025-09-23T06:53:00.850Z PASS [ 2.940s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
69352025-09-23T06:53:01.216Z PASS [ 2.812s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
69362025-09-23T06:53:01.258Z PASS [ 1.573s] nexus-db-queries db::pool::test::test_pool_can_be_terminated
69372025-09-23T06:53:01.298Z PASS [ 2.636s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
69382025-09-23T06:53:02.120Z PASS [ 1.460s] nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
69392025-09-23T06:53:04.593Z PASS [ 11.978s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
69402025-09-23T06:53:05.328Z PASS [ 4.028s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
69412025-09-23T06:53:05.616Z PASS [ 4.356s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
69422025-09-23T06:53:05.817Z PASS [ 4.600s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
69432025-09-23T06:53:05.894Z PASS [ 5.042s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
69442025-09-23T06:53:06.213Z PASS [ 4.092s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
69452025-09-23T06:53:09.327Z PASS [ 3.998s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
69462025-09-23T06:53:09.597Z PASS [ 3.980s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
69472025-09-23T06:53:09.783Z PASS [ 3.964s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
69482025-09-23T06:53:09.891Z PASS [ 3.995s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
69492025-09-23T06:53:09.925Z PASS [ 0.033s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
69502025-09-23T06:53:10.164Z PASS [ 3.950s] nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
69512025-09-23T06:53:13.632Z PASS [ 4.034s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
69522025-09-23T06:53:13.806Z PASS [ 4.478s] nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_address
69532025-09-23T06:53:14.016Z PASS [ 4.090s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
69542025-09-23T06:53:14.286Z PASS [ 4.120s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
69552025-09-23T06:53:14.682Z PASS [ 4.897s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
69562025-09-23T06:53:17.847Z PASS [ 4.213s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
69572025-09-23T06:53:17.924Z PASS [ 3.907s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
69582025-09-23T06:53:18.173Z PASS [ 4.365s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
69592025-09-23T06:53:18.638Z PASS [ 4.351s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
69602025-09-23T06:53:18.676Z PASS [ 3.993s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
69612025-09-23T06:53:22.065Z PASS [ 4.216s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
69622025-09-23T06:53:22.372Z PASS [ 4.446s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
69632025-09-23T06:53:22.488Z PASS [ 4.313s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
69642025-09-23T06:53:22.974Z PASS [ 4.334s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
69652025-09-23T06:53:23.008Z PASS [ 0.034s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
69662025-09-23T06:53:23.041Z PASS [ 4.363s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
69672025-09-23T06:53:24.640Z PASS [ 20.040s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
69682025-09-23T06:53:25.626Z PASS [ 2.584s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
69692025-09-23T06:53:26.582Z PASS [ 4.516s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
69702025-09-23T06:53:26.832Z PASS [ 4.342s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
69712025-09-23T06:53:26.843Z PASS [ 4.469s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
69722025-09-23T06:53:26.858Z PASS [ 0.027s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
69732025-09-23T06:53:27.091Z PASS [ 0.233s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
69742025-09-23T06:53:27.304Z PASS [ 0.213s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
69752025-09-23T06:53:27.411Z PASS [ 2.770s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
69762025-09-23T06:53:27.530Z PASS [ 4.521s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
69772025-09-23T06:53:27.558Z PASS [ 0.028s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
69782025-09-23T06:53:27.584Z PASS [ 0.026s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
69792025-09-23T06:53:28.127Z PASS [ 2.500s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
69802025-09-23T06:53:28.486Z PASS [ 0.901s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
69812025-09-23T06:53:28.792Z PASS [ 0.306s] nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
69822025-09-23T06:53:28.974Z PASS [ 2.391s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
69832025-09-23T06:53:29.196Z PASS [ 0.221s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
69842025-09-23T06:53:29.302Z PASS [ 2.458s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
69852025-09-23T06:53:29.447Z PASS [ 0.251s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
69862025-09-23T06:53:29.455Z PASS [ 2.150s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
69872025-09-23T06:53:29.554Z PASS [ 0.252s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
69882025-09-23T06:53:29.635Z PASS [ 2.223s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
69892025-09-23T06:53:29.769Z PASS [ 0.214s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
69902025-09-23T06:53:29.848Z PASS [ 0.213s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
69912025-09-23T06:53:30.005Z PASS [ 0.236s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
69922025-09-23T06:53:30.080Z PASS [ 0.232s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
69932025-09-23T06:53:30.542Z PASS [ 2.414s] nexus-db-queries db::queries::region_allocation::test::explainable
69942025-09-23T06:53:30.925Z PASS [ 2.131s] nexus-db-queries db::queries::regions_hard_delete::test::explainable
69952025-09-23T06:53:31.683Z PASS [ 2.226s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
69962025-09-23T06:53:31.772Z PASS [ 0.090s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
69972025-09-23T06:53:31.793Z PASS [ 2.345s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
69982025-09-23T06:53:31.802Z PASS [ 0.030s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
69992025-09-23T06:53:31.820Z PASS [ 0.027s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
70002025-09-23T06:53:31.827Z PASS [ 0.025s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
70012025-09-23T06:53:31.851Z PASS [ 0.031s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
70022025-09-23T06:53:32.119Z PASS [ 2.113s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
70032025-09-23T06:53:32.207Z PASS [ 2.126s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
70042025-09-23T06:53:32.607Z PASS [ 2.064s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
70052025-09-23T06:53:33.010Z PASS [ 2.084s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
70062025-09-23T06:53:33.997Z PASS [ 2.169s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
70072025-09-23T06:53:34.335Z PASS [ 2.483s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
70082025-09-23T06:53:34.382Z PASS [ 2.262s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
70092025-09-23T06:53:34.385Z PASS [ 0.048s] nexus-defaults tests::test_random_vpc_ipv6_prefix
70102025-09-23T06:53:34.487Z PASS [ 0.104s] nexus-inventory builder::test::test_empty
70112025-09-23T06:53:34.553Z PASS [ 0.066s] nexus-inventory builder::test::test_problems
70122025-09-23T06:53:34.830Z PASS [ 0.448s] nexus-inventory builder::test::test_basic
70132025-09-23T06:53:36.338Z PASS [ 1.784s] nexus-inventory collector::test::test_basic
70142025-09-23T06:53:36.349Z PASS [ 1.517s] nexus-inventory collector::test::test_multi_mgs
70152025-09-23T06:53:36.896Z PASS [ 0.558s] nexus-inventory collector::test::test_multi_mgs_failure
70162025-09-23T06:53:37.247Z PASS [ 4.236s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
70172025-09-23T06:53:37.317Z PASS [ 0.967s] nexus-inventory collector::test::test_sled_agent_failure
70182025-09-23T06:53:38.558Z PASS [ 4.559s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
70192025-09-23T06:53:40.547Z PASS [ 1.988s] nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
70202025-09-23T06:53:40.717Z PASS [ 3.399s] nexus-mgs-updates driver_update::test::test_rot_basic_failures
70212025-09-23T06:53:41.442Z PASS [ 9.232s] nexus-db-queries policy_test::test_conferred_roles
70222025-09-23T06:53:42.947Z PASS [ 1.504s] nexus-mgs-updates driver_update::test::test_sp_basic_failures
70232025-09-23T06:53:43.814Z PASS [ 6.916s] nexus-metrics-producer-gc tests::test_prune_expired_producers
70242025-09-23T06:53:43.824Z PASS [ 6.575s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
70252025-09-23T06:53:47.746Z PASS [ 7.197s] nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
70262025-09-23T06:53:47.835Z PASS [ 7.115s] nexus-mgs-updates driver_update::test::test_rot_update_basic
70272025-09-23T06:53:48.658Z PASS [ 4.832s] nexus-mgs-updates driver_update::test::test_sp_update_watched
70282025-09-23T06:53:49.900Z PASS [ 2.065s] nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
70292025-09-23T06:53:52.135Z PASS [ 9.185s] nexus-mgs-updates driver_update::test::test_sp_update_basic
70302025-09-23T06:53:52.379Z PASS [ 0.244s] nexus-mgs-updates test_util::step_through::test::test_basic
70312025-09-23T06:53:53.606Z PASS [ 1.227s] nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
70322025-09-23T06:53:53.756Z PASS [ 6.008s] nexus-mgs-updates driver_update::test_host_phase_1::basic
70332025-09-23T06:53:53.958Z PASS [ 0.201s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
70342025-09-23T06:53:53.958Z PASS [ 0.351s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
70352025-09-23T06:53:53.994Z PASS [ 0.036s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
70362025-09-23T06:53:53.997Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
70372025-09-23T06:53:54.027Z PASS [ 0.030s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
70382025-09-23T06:53:54.030Z PASS [ 0.035s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
70392025-09-23T06:53:54.068Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
70402025-09-23T06:53:54.068Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
70412025-09-23T06:53:54.103Z PASS [ 0.035s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
70422025-09-23T06:53:54.107Z PASS [ 0.038s] nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
70432025-09-23T06:53:54.143Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
70442025-09-23T06:53:54.146Z PASS [ 0.037s] nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
70452025-09-23T06:53:54.177Z PASS [ 0.034s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
70462025-09-23T06:53:54.181Z PASS [ 0.034s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
70472025-09-23T06:53:54.212Z PASS [ 0.034s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
70482025-09-23T06:53:54.215Z PASS [ 0.037s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
70492025-09-23T06:53:54.250Z PASS [ 0.038s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
70502025-09-23T06:53:54.259Z PASS [ 0.044s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
70512025-09-23T06:53:54.646Z PASS [ 0.386s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
70522025-09-23T06:53:58.625Z PASS [ 14.806s] nexus-mgs-updates driver_update::test::test_sp_update_takeover
70532025-09-23T06:54:00.142Z PASS [ 10.238s] nexus-mgs-updates driver_update::test_host_phase_1::update_watched
70542025-09-23T06:54:06.941Z PASS [ 6.797s] nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
70552025-09-23T06:54:07.009Z PASS [ 8.381s] nexus-reconfigurator-execution database::test::test_database_nexus_access_create
70562025-09-23T06:54:08.688Z PASS [ 20.023s] nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
70572025-09-23T06:54:08.802Z PASS [ 0.114s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
70582025-09-23T06:54:08.886Z PASS [ 0.084s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
70592025-09-23T06:54:08.935Z PASS [ 0.049s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
70602025-09-23T06:54:08.991Z PASS [ 0.056s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
70612025-09-23T06:54:13.197Z PASS [ 6.186s] nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
70622025-09-23T06:54:13.645Z PASS [ 6.702s] nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
70632025-09-23T06:54:32.629Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
70642025-09-23T06:54:36.766Z PASS [ 23.113s] nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
70652025-09-23T06:54:37.337Z PASS [ 24.132s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
70662025-09-23T06:54:49.575Z PASS [ 76.942s] nexus-db-queries policy_test::test_iam_roles_behavior
70672025-09-23T06:54:49.962Z PASS [ 0.387s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
70682025-09-23T06:54:49.998Z PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
70692025-09-23T06:54:50.030Z PASS [ 0.032s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
70702025-09-23T06:54:50.095Z PASS [ 0.065s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
70712025-09-23T06:54:50.134Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
70722025-09-23T06:54:50.172Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
70732025-09-23T06:54:50.225Z PASS [ 0.053s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
70742025-09-23T06:54:50.263Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
70752025-09-23T06:54:50.333Z PASS [ 0.069s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
70762025-09-23T06:54:50.362Z PASS [ 0.030s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
70772025-09-23T06:54:50.390Z PASS [ 0.027s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
70782025-09-23T06:54:50.419Z PASS [ 0.029s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
70792025-09-23T06:54:50.446Z PASS [ 0.027s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
70802025-09-23T06:54:50.481Z PASS [ 0.034s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
70812025-09-23T06:54:50.509Z PASS [ 0.028s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
70822025-09-23T06:54:50.538Z PASS [ 0.028s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
70832025-09-23T06:54:50.566Z PASS [ 0.029s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
70842025-09-23T06:54:50.641Z PASS [ 0.075s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
70852025-09-23T06:54:54.274Z SLOW [> 60.000s] nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
70862025-09-23T06:54:54.668Z SLOW [> 60.000s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
70872025-09-23T06:54:54.942Z PASS [ 4.300s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
70882025-09-23T06:54:54.982Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_editor::allocators::internal_dns::test::test_dns_subnet_allocator
70892025-09-23T06:54:55.304Z PASS [ 0.321s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
70902025-09-23T06:54:55.682Z PASS [ 0.378s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
70912025-09-23T06:54:55.865Z PASS [ 0.183s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
70922025-09-23T06:54:55.990Z PASS [ 0.124s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
70932025-09-23T06:54:56.019Z PASS [ 0.029s] nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
70942025-09-23T06:54:56.064Z PASS [ 0.045s] nexus-reconfigurator-planning example::tests::builder_zone_counts
70952025-09-23T06:54:56.087Z PASS [ 0.023s] nexus-reconfigurator-planning example::tests::instances_on_examples
70962025-09-23T06:54:56.128Z PASS [ 0.041s] nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
70972025-09-23T06:54:56.158Z PASS [ 0.030s] nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
70982025-09-23T06:54:56.197Z PASS [ 0.038s] nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
70992025-09-23T06:54:56.226Z PASS [ 0.028s] nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
71002025-09-23T06:54:56.253Z PASS [ 0.028s] nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
71012025-09-23T06:54:56.282Z PASS [ 0.028s] nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
71022025-09-23T06:54:56.309Z PASS [ 0.027s] nexus-reconfigurator-planning mgs_updates::test::test_sp_move
71032025-09-23T06:54:56.344Z PASS [ 0.035s] nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
71042025-09-23T06:54:56.375Z PASS [ 0.030s] nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
71052025-09-23T06:54:56.438Z PASS [ 0.064s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
71062025-09-23T06:54:56.506Z PASS [ 19.733s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
71072025-09-23T06:54:56.519Z PASS [ 0.080s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
71082025-09-23T06:54:56.551Z PASS [ 0.045s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
71092025-09-23T06:54:56.598Z PASS [ 0.047s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
71102025-09-23T06:54:56.601Z PASS [ 0.079s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
71112025-09-23T06:54:56.645Z PASS [ 0.046s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
71122025-09-23T06:54:56.648Z PASS [ 0.049s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
71132025-09-23T06:54:56.693Z PASS [ 0.046s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
71142025-09-23T06:54:56.700Z PASS [ 0.055s] nexus-reconfigurator-planning planner::test::test_disk_add_expunge_decommission
71152025-09-23T06:54:56.727Z PASS [ 0.033s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
71162025-09-23T06:54:56.731Z PASS [ 19.388s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
71172025-09-23T06:54:56.737Z PASS [ 0.037s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
71182025-09-23T06:54:56.786Z PASS [ 0.054s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
71192025-09-23T06:54:56.790Z PASS [ 0.060s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
71202025-09-23T06:54:56.794Z PASS [ 0.057s] nexus-reconfigurator-planning planner::test::test_internal_dns_zone_replaced_after_marked_for_cleanup
71212025-09-23T06:54:56.836Z PASS [ 0.049s] nexus-reconfigurator-planning planner::test::test_nexus_generation_assignment_multiple_generations
71222025-09-23T06:54:56.866Z PASS [ 0.080s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
71232025-09-23T06:54:56.895Z PASS [ 0.101s] nexus-reconfigurator-planning planner::test::test_nexus_generation_update
71242025-09-23T06:54:56.921Z PASS [ 0.085s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
71252025-09-23T06:54:56.938Z PASS [ 0.071s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
71262025-09-23T06:54:56.966Z PASS [ 0.071s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
71272025-09-23T06:54:56.980Z PASS [ 0.060s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
71282025-09-23T06:54:56.994Z PASS [ 0.056s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
71292025-09-23T06:54:57.014Z PASS [ 0.048s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
71302025-09-23T06:54:58.029Z PASS [ 1.033s] nexus-reconfigurator-planning planner::test::test_update_boundary_ntp
71312025-09-23T06:54:58.032Z PASS [ 1.015s] nexus-reconfigurator-planning planner::test::test_update_cockroach
71322025-09-23T06:54:58.182Z PASS [ 1.201s] nexus-reconfigurator-planning planner::test::test_update_all_zones
71332025-09-23T06:54:58.242Z PASS [ 0.060s] nexus-reconfigurator-planning planner::test::test_zones_marked_ready_for_cleanup_based_on_inventory
71342025-09-23T06:54:58.439Z PASS [ 64.167s] nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
71352025-09-23T06:54:58.827Z PASS [ 0.796s] nexus-reconfigurator-planning planner::test::test_update_internal_dns
71362025-09-23T06:54:58.869Z PASS [ 0.042s] nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
71372025-09-23T06:54:58.907Z PASS [ 0.879s] nexus-reconfigurator-planning planner::test::test_update_crucible_pantry_before_nexus
71382025-09-23T06:54:59.033Z PASS [ 0.125s] nexus-saga-recovery recovery::test::test_plan_basic
71392025-09-23T06:54:59.051Z PASS [ 0.182s] nexus-saga-recovery recovery::test::test_execution_basic
71402025-09-23T06:54:59.064Z PASS [ 0.031s] nexus-saga-recovery recovery::test::test_read_all_from_channel
71412025-09-23T06:54:59.090Z PASS [ 0.025s] nexus-sled-agent-shared inventory::tests::test_artifact_id_to_install_dataset_file
71422025-09-23T06:54:59.094Z PASS [ 0.043s] nexus-saga-recovery test::test_basic
71432025-09-23T06:54:59.121Z PASS [ 0.026s] nexus-sled-agent-shared inventory::tests::test_zone_prefix_matches_artifact_in_install_dataset
71442025-09-23T06:54:59.125Z PASS [ 0.035s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
71452025-09-23T06:54:59.167Z PASS [ 0.045s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
71462025-09-23T06:54:59.193Z PASS [ 0.068s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
71472025-09-23T06:54:59.197Z PASS [ 0.028s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
71482025-09-23T06:54:59.218Z PASS [ 0.025s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
71492025-09-23T06:54:59.221Z PASS [ 0.026s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
71502025-09-23T06:54:59.242Z PASS [ 0.023s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
71512025-09-23T06:54:59.247Z PASS [ 0.026s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
71522025-09-23T06:54:59.289Z PASS [ 0.041s] nexus-types external_api::shared::test::test_policy_parsing
71532025-09-23T06:54:59.322Z PASS [ 0.080s] nexus-types deployment::test::test_serialize_pending_mgs_updates
71542025-09-23T06:54:59.352Z PASS [ 0.029s] nexus-types external_api::views::test::test_expected_one_of
71552025-09-23T06:54:59.384Z PASS [ 0.095s] nexus-types external_api::shared::test::test_webhook_subscription_validation
71562025-09-23T06:54:59.391Z PASS [ 0.039s] nexus-types internal_api::views::test::test_can_serialize_mgs_updates
71572025-09-23T06:54:59.454Z PASS [ 0.070s] nexus-types quiesce::test::test_drained_blueprint
71582025-09-23T06:54:59.454Z PASS [ 0.063s] nexus-types quiesce::test::test_quiesce_block_on_first_recovery
71592025-09-23T06:54:59.481Z PASS [ 0.026s] nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
71602025-09-23T06:54:59.484Z PASS [ 0.028s] nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
71612025-09-23T06:54:59.505Z PASS [ 0.024s] nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
71622025-09-23T06:54:59.508Z PASS [ 0.026s] nexus-types quiesce::test::test_quiesce_block_on_reassignment
71632025-09-23T06:54:59.530Z PASS [ 0.025s] nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
71642025-09-23T06:54:59.533Z PASS [ 0.025s] nexus-types quiesce::test::test_quiesce_block_on_saga_started
71652025-09-23T06:54:59.555Z PASS [ 0.025s] nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
71662025-09-23T06:54:59.559Z PASS [ 0.026s] nexus-types quiesce::test::test_quiesce_noop
71672025-09-23T06:54:59.579Z PASS [ 0.024s] nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
71682025-09-23T06:54:59.786Z PASS [ 0.225s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
71692025-09-23T06:54:59.795Z PASS [ 0.216s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
71702025-09-23T06:54:59.843Z PASS [ 0.058s] omicron-certificates tests::test_cert_extended_key_usage
71712025-09-23T06:54:59.853Z PASS [ 0.059s] omicron-certificates tests::test_common_name_is_validated
71722025-09-23T06:54:59.897Z PASS [ 0.053s] omicron-certificates tests::test_subject_alternate_names_are_validated
71732025-09-23T06:55:00.178Z PASS [ 0.324s] omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
71742025-09-23T06:55:03.366Z PASS [ 3.468s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
71752025-09-23T06:55:05.424Z PASS [ 2.057s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
71762025-09-23T06:55:07.002Z PASS [ 6.821s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
71772025-09-23T06:55:07.039Z PASS [ 1.615s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
71782025-09-23T06:55:08.310Z PASS [ 1.270s] omicron-cockroach-admin context::tests::test_node_id
71792025-09-23T06:55:08.381Z PASS [ 0.071s] omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
71802025-09-23T06:55:08.434Z PASS [ 0.052s] omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
71812025-09-23T06:55:08.762Z PASS [ 0.328s] omicron-cockroach-metrics tests::test_cluster_client_caching
71822025-09-23T06:55:08.790Z PASS [ 0.028s] omicron-cockroach-metrics tests::test_histogram_bucket_sorting
71832025-09-23T06:55:08.814Z PASS [ 0.024s] omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
71842025-09-23T06:55:08.837Z PASS [ 0.023s] omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
71852025-09-23T06:55:08.860Z PASS [ 0.023s] omicron-cockroach-metrics tests::test_prometheus_metrics_empty
71862025-09-23T06:55:08.882Z PASS [ 0.022s] omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
71872025-09-23T06:55:08.906Z PASS [ 0.024s] omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
71882025-09-23T06:55:08.928Z PASS [ 0.022s] omicron-cockroach-metrics tests::test_typed_cockroach_metrics
71892025-09-23T06:55:08.995Z PASS [ 0.067s] omicron-common address::test::test_dns_subnets
71902025-09-23T06:55:09.013Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
71912025-09-23T06:55:09.020Z PASS [ 0.024s] omicron-common address::test::test_ip_range_checks_non_decreasing
71922025-09-23T06:55:09.072Z PASS [ 0.051s] omicron-common address::test::test_ip_range_enum_deserialization
71932025-09-23T06:55:09.094Z PASS [ 0.023s] omicron-common address::test::test_ip_range_iter
71942025-09-23T06:55:09.116Z PASS [ 0.022s] omicron-common address::test::test_ip_range_length
71952025-09-23T06:55:09.136Z PASS [ 0.020s] omicron-common address::test::test_ip_range_try_from
71962025-09-23T06:55:09.168Z PASS [ 0.032s] omicron-common address::test::test_ipv6_subnet_deserialize
71972025-09-23T06:55:09.191Z PASS [ 0.023s] omicron-common address::test::test_sled_address
71982025-09-23T06:55:09.216Z PASS [ 0.025s] omicron-common api::external::error::test::test_bail_unless
71992025-09-23T06:55:09.238Z PASS [ 0.022s] omicron-common api::external::error::test::test_context
72002025-09-23T06:55:09.286Z PASS [ 0.048s] omicron-common api::external::http_pagination::test::test_pagination_examples
72012025-09-23T06:55:09.367Z PASS [ 0.080s] omicron-common api::external::http_pagination::test::test_pagination_schemas
72022025-09-23T06:55:09.400Z PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_scan_by_id
72032025-09-23T06:55:09.423Z PASS [ 0.023s] omicron-common api::external::http_pagination::test::test_scan_by_name
72042025-09-23T06:55:09.444Z PASS [ 0.021s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
72052025-09-23T06:55:09.467Z PASS [ 0.022s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
72062025-09-23T06:55:09.490Z PASS [ 0.023s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
72072025-09-23T06:55:09.514Z PASS [ 0.024s] omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
72082025-09-23T06:55:09.535Z PASS [ 0.021s] omicron-common api::external::test::test_bytecount
72092025-09-23T06:55:09.556Z PASS [ 0.021s] omicron-common api::external::test::test_bytecount_display
72102025-09-23T06:55:09.597Z PASS [ 0.040s] omicron-common api::external::test::test_digest
72112025-09-23T06:55:09.622Z PASS [ 0.025s] omicron-common api::external::test::test_firewall_deserialization
72122025-09-23T06:55:09.706Z PASS [ 0.083s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
72132025-09-23T06:55:09.729Z PASS [ 0.023s] omicron-common api::external::test::test_firewall_rule_proto_filter_parse
72142025-09-23T06:55:09.775Z PASS [ 0.045s] omicron-common api::external::test::test_firewall_rule_target_parse
72152025-09-23T06:55:09.797Z PASS [ 0.022s] omicron-common api::external::test::test_generation_display_parse
72162025-09-23T06:55:09.818Z PASS [ 0.021s] omicron-common api::external::test::test_generation_from_int
72172025-09-23T06:55:10.345Z PASS [ 0.526s] omicron-common api::external::test::test_generation_overflow
72182025-09-23T06:55:10.367Z PASS [ 0.021s] omicron-common api::external::test::test_generation_serde
72192025-09-23T06:55:10.395Z PASS [ 0.029s] omicron-common api::external::test::test_hostname_from_str
72202025-09-23T06:55:10.416Z PASS [ 0.021s] omicron-common api::external::test::test_ip_port_range_from_str
72212025-09-23T06:55:10.437Z PASS [ 0.021s] omicron-common api::external::test::test_ip_port_range_into_str
72222025-09-23T06:55:10.458Z PASS [ 0.020s] omicron-common api::external::test::test_ipv6_net_operations
72232025-09-23T06:55:10.484Z PASS [ 0.026s] omicron-common api::external::test::test_mac_system_iterator
72242025-09-23T06:55:10.506Z PASS [ 0.022s] omicron-common api::external::test::test_mac_to_int_conversions
72252025-09-23T06:55:10.528Z PASS [ 0.022s] omicron-common api::external::test::test_macaddr
72262025-09-23T06:55:10.553Z PASS [ 0.024s] omicron-common api::external::test::test_name_parse
72272025-09-23T06:55:10.573Z PASS [ 0.020s] omicron-common api::external::test::test_name_parse_from_param
72282025-09-23T06:55:10.595Z PASS [ 0.021s] omicron-common api::external::test::test_resource_name_parse
72292025-09-23T06:55:10.635Z PASS [ 0.040s] omicron-common api::external::test::test_route_destination_parse
72302025-09-23T06:55:10.681Z PASS [ 0.045s] omicron-common api::external::test::test_route_target_parse
72312025-09-23T06:55:10.701Z PASS [ 0.021s] omicron-common api::external::test::test_semver_serialize
72322025-09-23T06:55:10.725Z PASS [ 0.023s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
72332025-09-23T06:55:10.747Z PASS [ 0.022s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
72342025-09-23T06:55:10.768Z PASS [ 0.021s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
72352025-09-23T06:55:10.789Z PASS [ 0.021s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
72362025-09-23T06:55:10.824Z PASS [ 0.034s] omicron-common disk::tests::parse_dataset_name
72372025-09-23T06:55:10.884Z PASS [ 0.060s] omicron-common ledger::test::test_commit_handles_write_failures
72382025-09-23T06:55:10.913Z PASS [ 0.028s] omicron-common ledger::test::test_create_default_ledger
72392025-09-23T06:55:10.940Z PASS [ 0.027s] omicron-common ledger::test::test_create_ledger_reads_from_storage
72402025-09-23T06:55:10.968Z PASS [ 0.028s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
72412025-09-23T06:55:10.993Z PASS [ 0.025s] omicron-common zpool_name::test::test_parse_bad_zpool_names
72422025-09-23T06:55:11.017Z PASS [ 0.024s] omicron-common zpool_name::test::test_parse_external_zpool_name
72432025-09-23T06:55:11.040Z PASS [ 0.023s] omicron-common zpool_name::test::test_parse_internal_zpool_name
72442025-09-23T06:55:11.064Z PASS [ 0.024s] omicron-common zpool_name::test::test_parse_zpool_name_json
72452025-09-23T06:55:11.089Z PASS [ 0.025s] omicron-common zpool_name::test::test_zpool_name_regex
72462025-09-23T06:55:12.738Z PASS [ 5.735s] omicron-cockroach-admin cockroach_cli::tests::test_schema_init
72472025-09-23T06:55:13.312Z PASS [ 2.222s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
72482025-09-23T06:55:13.312Z PASS [ 0.574s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
72492025-09-23T06:55:13.463Z PASS [ 0.151s] omicron-gateway management_switch::location_map::tests::test_config_validation
72502025-09-23T06:55:13.534Z PASS [ 0.071s] omicron-gateway management_switch::location_map::tests::test_resolve_location
72512025-09-23T06:55:13.622Z PASS [ 78.949s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
72522025-09-23T06:55:13.757Z PASS [ 0.135s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
72532025-09-23T06:55:14.362Z PASS [ 0.605s] omicron-gateway::test_all integration_tests::ereports::ereports_basic
72542025-09-23T06:55:14.368Z PASS [ 0.834s] omicron-gateway::test_all integration_tests::component_list::component_list
72552025-09-23T06:55:14.619Z PASS [ 0.257s] omicron-gateway::test_all integration_tests::ereports::ereports_commit
72562025-09-23T06:55:14.638Z PASS [ 0.269s] omicron-gateway::test_all integration_tests::ereports::ereports_limit
72572025-09-23T06:55:14.929Z PASS [ 0.290s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
72582025-09-23T06:55:15.085Z PASS [ 0.466s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
72592025-09-23T06:55:15.199Z PASS [ 0.270s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
72602025-09-23T06:55:15.358Z PASS [ 0.273s] omicron-gateway::test_all integration_tests::task_dump::task_dump
72612025-09-23T06:55:15.546Z PASS [ 0.188s] omicron-nexus app::alert::tests::test_alert_class_list
72622025-09-23T06:55:15.930Z PASS [ 17.682s] nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
72632025-09-23T06:55:18.263Z PASS [ 19.817s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
72642025-09-23T06:55:24.661Z PASS [ 75.644s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
72652025-09-23T06:55:32.349Z PASS [ 16.414s] omicron-nexus app::background::driver::test::test_driver_basic
72662025-09-23T06:55:33.914Z PASS [ 18.361s] omicron-nexus app::background::driver::test::test_activation_in_progress
72672025-09-23T06:55:33.938Z PASS [ 20.619s] omicron-dev::test-omicron-dev test_run_all
72682025-09-23T06:55:34.233Z PASS [ 19.027s] omicron-ls-apis::test_dependencies test_api_dependencies
72692025-09-23T06:55:35.894Z PASS [ 17.625s] omicron-nexus app::background::init::test::test_dns_propagation_basic
72702025-09-23T06:55:48.931Z PASS [ 24.262s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
72712025-09-23T06:55:51.100Z PASS [ 17.156s] omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
72722025-09-23T06:55:53.601Z PASS [ 17.701s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
72732025-09-23T06:55:53.660Z PASS [ 19.421s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
72742025-09-23T06:55:54.954Z PASS [ 22.597s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
72752025-09-23T06:55:55.003Z PASS [ 0.049s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
72762025-09-23T06:55:55.909Z PASS [ 4.807s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
72772025-09-23T06:55:56.424Z PASS [ 22.503s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
72782025-09-23T06:55:58.570Z PASS [ 4.967s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
72792025-09-23T06:55:58.692Z PASS [ 5.030s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
72802025-09-23T06:56:10.570Z PASS [ 21.631s] omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
72812025-09-23T06:56:12.259Z PASS [ 17.250s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
72822025-09-23T06:56:13.551Z PASS [ 17.635s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
72832025-09-23T06:56:13.702Z PASS [ 17.272s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
72842025-09-23T06:56:16.052Z PASS [ 17.476s] omicron-nexus app::background::tasks::dns_config::test::test_basic
72852025-09-23T06:56:16.353Z PASS [ 17.655s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
72862025-09-23T06:56:28.831Z PASS [ 18.255s] omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
72872025-09-23T06:56:30.726Z PASS [ 18.461s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
72882025-09-23T06:56:37.400Z PASS [ 23.690s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
72892025-09-23T06:56:39.914Z PASS [ 23.553s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
72902025-09-23T06:56:47.606Z PASS [ 16.874s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
72912025-09-23T06:56:51.884Z PASS [ 14.479s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
72922025-09-23T06:56:52.896Z PASS [ 39.332s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
72932025-09-23T06:56:57.032Z PASS [ 28.191s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
72942025-09-23T06:57:00.228Z PASS [ 20.307s] omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
72952025-09-23T06:57:04.160Z PASS [ 16.548s] omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
72962025-09-23T06:57:08.526Z PASS [ 16.637s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
72972025-09-23T06:57:09.878Z PASS [ 16.976s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
72982025-09-23T06:57:14.051Z PASS [ 17.014s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
72992025-09-23T06:57:16.074Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
73002025-09-23T06:57:17.617Z PASS [ 17.382s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
73012025-09-23T06:57:21.294Z PASS [ 17.128s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
73022025-09-23T06:57:27.178Z PASS [ 71.101s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
73032025-09-23T06:57:27.249Z PASS [ 18.716s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
73042025-09-23T06:57:28.251Z PASS [ 18.367s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
73052025-09-23T06:57:31.892Z PASS [ 17.835s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
73062025-09-23T06:57:31.969Z PASS [ 3.717s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
73072025-09-23T06:57:35.967Z PASS [ 3.996s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
73082025-09-23T06:57:40.742Z PASS [ 23.118s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
73092025-09-23T06:57:44.848Z PASS [ 23.546s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
73102025-09-23T06:57:44.917Z PASS [ 17.662s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
73112025-09-23T06:57:45.200Z PASS [ 18.016s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
73122025-09-23T06:57:50.714Z PASS [ 18.815s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
73132025-09-23T06:57:54.220Z PASS [ 18.247s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
73142025-09-23T06:57:59.739Z PASS [ 18.991s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
73152025-09-23T06:58:03.277Z PASS [ 18.423s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
73162025-09-23T06:58:03.524Z PASS [ 18.600s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
73172025-09-23T06:58:03.548Z PASS [ 18.342s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
73182025-09-23T06:58:03.601Z PASS [ 0.052s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
73192025-09-23T06:58:04.084Z PASS [ 0.482s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
73202025-09-23T06:58:04.454Z PASS [ 0.370s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
73212025-09-23T06:58:04.871Z PASS [ 0.417s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
73222025-09-23T06:58:06.077Z PASS [ 1.205s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
73232025-09-23T06:58:06.955Z PASS [ 0.878s] omicron-nexus app::external_endpoints::test::test_authority
73242025-09-23T06:58:07.078Z PASS [ 0.122s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
73252025-09-23T06:58:07.400Z PASS [ 16.681s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
73262025-09-23T06:58:07.528Z PASS [ 0.128s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
73272025-09-23T06:58:07.593Z PASS [ 0.065s] omicron-nexus app::external_endpoints::test::test_no_endpoint
73282025-09-23T06:58:07.646Z PASS [ 0.053s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
73292025-09-23T06:58:07.694Z PASS [ 0.048s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
73302025-09-23T06:58:07.741Z PASS [ 0.046s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
73312025-09-23T06:58:07.798Z PASS [ 0.058s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
73322025-09-23T06:58:07.866Z PASS [ 0.067s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
73332025-09-23T06:58:07.919Z PASS [ 0.053s] omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
73342025-09-23T06:58:07.977Z PASS [ 0.057s] omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
73352025-09-23T06:58:08.324Z PASS [ 1.246s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
73362025-09-23T06:58:12.863Z PASS [ 18.637s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
73372025-09-23T06:58:18.272Z PASS [ 18.526s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
73382025-09-23T06:58:18.323Z PASS [ 0.051s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
73392025-09-23T06:58:19.514Z PASS [ 16.230s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
73402025-09-23T06:58:21.130Z PASS [ 17.601s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
73412025-09-23T06:58:25.068Z PASS [ 17.085s] omicron-nexus app::quiesce::test::test_quiesce_easy
73422025-09-23T06:58:25.751Z PASS [ 17.421s] omicron-nexus app::quiesce::test::test_quiesce_full
73432025-09-23T06:58:29.274Z PASS [ 16.405s] omicron-nexus app::quiesce::test::test_quiesce_multi
73442025-09-23T06:58:40.525Z PASS [ 22.194s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
73452025-09-23T06:58:41.588Z PASS [ 22.067s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
73462025-09-23T06:58:43.083Z PASS [ 21.945s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
73472025-09-23T06:58:44.250Z PASS [ 18.493s] omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
73482025-09-23T06:58:46.773Z PASS [ 21.697s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
73492025-09-23T06:58:53.904Z PASS [ 24.621s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
73502025-09-23T06:58:59.066Z PASS [ 18.535s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
73512025-09-23T06:59:11.339Z PASS [ 29.741s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
73522025-09-23T06:59:11.356Z PASS [ 28.264s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
73532025-09-23T06:59:12.795Z PASS [ 28.535s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
73542025-09-23T06:59:13.605Z PASS [ 26.823s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
73552025-09-23T06:59:20.185Z PASS [ 26.272s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
73562025-09-23T06:59:24.290Z PASS [ 25.215s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
73572025-09-23T06:59:37.080Z PASS [ 25.715s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
73582025-09-23T06:59:37.522Z PASS [ 23.908s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
73592025-09-23T06:59:37.778Z PASS [ 26.429s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
73602025-09-23T06:59:37.977Z PASS [ 25.173s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
73612025-09-23T06:59:41.711Z PASS [ 21.519s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
73622025-09-23T06:59:46.360Z PASS [ 22.062s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
73632025-09-23T07:00:01.681Z PASS [ 24.150s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
73642025-09-23T07:00:01.759Z PASS [ 23.973s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
73652025-09-23T07:00:03.378Z PASS [ 25.392s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
73662025-09-23T07:00:12.603Z PASS [ 26.234s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
73672025-09-23T07:00:26.566Z PASS [ 24.876s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
73682025-09-23T07:00:27.907Z PASS [ 24.521s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
73692025-09-23T07:00:37.103Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
73702025-09-23T07:00:37.552Z PASS [ 24.941s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
73712025-09-23T07:00:41.733Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
73722025-09-23T07:00:54.644Z PASS [ 26.728s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
73732025-09-23T07:01:01.782Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
73742025-09-23T07:01:03.419Z PASS [ 25.858s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
73752025-09-23T07:01:04.722Z PASS [ 87.612s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
73762025-09-23T07:01:26.588Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
73772025-09-23T07:01:26.794Z PASS [ 23.367s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
73782025-09-23T07:01:29.496Z PASS [ 24.766s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
73792025-09-23T07:01:33.824Z PASS [ 112.075s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
73802025-09-23T07:01:34.262Z PASS [ 92.470s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
73812025-09-23T07:01:53.806Z PASS [ 59.142s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
73822025-09-23T07:01:54.476Z PASS [ 24.972s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
73832025-09-23T07:01:58.243Z PASS [ 24.411s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
73842025-09-23T07:02:18.352Z PASS [ 24.537s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
73852025-09-23T07:02:18.809Z PASS [ 24.324s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
73862025-09-23T07:02:26.610Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
73872025-09-23T07:02:26.816Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
73882025-09-23T07:02:33.415Z PASS [ 59.133s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
73892025-09-23T07:02:43.836Z PASS [ 25.475s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
73902025-09-23T07:02:48.343Z PASS [ 141.729s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
73912025-09-23T07:02:57.605Z PASS [ 24.181s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
73922025-09-23T07:02:58.265Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
73932025-09-23T07:03:09.502Z PASS [ 25.657s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
73942025-09-23T07:03:16.815Z PASS [ 109.984s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
73952025-09-23T07:03:18.832Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
73962025-09-23T07:03:20.122Z PASS [ 31.768s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
73972025-09-23T07:03:20.268Z PASS [ 22.656s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
73982025-09-23T07:03:25.912Z PASS [ 16.404s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
73992025-09-23T07:03:33.014Z PASS [ 94.738s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
74002025-09-23T07:03:34.640Z PASS [ 17.818s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
74012025-09-23T07:03:37.541Z PASS [ 17.267s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
74022025-09-23T07:03:44.630Z PASS [ 24.500s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
74032025-09-23T07:03:50.294Z PASS [ 24.374s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
74042025-09-23T07:03:50.619Z PASS [ 17.599s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
74052025-09-23T07:04:00.269Z PASS [ 25.621s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
74062025-09-23T07:04:00.428Z PASS [ 101.584s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
74072025-09-23T07:04:00.481Z PASS [ 0.053s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
74082025-09-23T07:04:03.017Z PASS [ 25.467s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
74092025-09-23T07:04:12.124Z PASS [ 27.484s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
74102025-09-23T07:04:16.420Z PASS [ 26.117s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
74112025-09-23T07:04:17.314Z PASS [ 17.039s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
74122025-09-23T07:04:17.643Z PASS [ 27.014s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
74132025-09-23T07:04:25.774Z PASS [ 25.284s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
74142025-09-23T07:04:33.515Z PASS [ 17.089s] omicron-nexus app::sagas::test_saga::test_saga_stuck
74152025-09-23T07:04:35.224Z PASS [ 32.196s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
74162025-09-23T07:04:36.432Z PASS [ 18.783s] omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
74172025-09-23T07:04:37.101Z PASS [ 19.780s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
74182025-09-23T07:04:41.619Z PASS [ 29.485s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
74192025-09-23T07:04:43.121Z PASS [ 17.341s] omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
74202025-09-23T07:04:43.169Z PASS [ 0.048s] omicron-nexus external_api::console_api::test::test_accept_gz
74212025-09-23T07:04:43.215Z PASS [ 0.046s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
74222025-09-23T07:04:43.263Z PASS [ 0.047s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
74232025-09-23T07:04:43.311Z PASS [ 0.049s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
74242025-09-23T07:04:43.359Z PASS [ 0.047s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
74252025-09-23T07:04:43.406Z PASS [ 0.047s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
74262025-09-23T07:04:43.454Z PASS [ 0.047s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
74272025-09-23T07:04:43.502Z PASS [ 0.048s] omicron-nexus external_api::console_api::test::test_relative_uri
74282025-09-23T07:04:46.169Z PASS [ 4.548s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
74292025-09-23T07:04:51.532Z PASS [ 18.012s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
74302025-09-23T07:04:53.111Z PASS [ 17.881s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
74312025-09-23T07:04:54.336Z PASS [ 17.898s] omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
74322025-09-23T07:04:55.030Z PASS [ 17.923s] omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
74332025-09-23T07:05:03.988Z PASS [ 17.813s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
74342025-09-23T07:05:08.326Z PASS [ 16.788s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
74352025-09-23T07:05:16.798Z PASS [ 33.285s] omicron-nexus populate::test::test_populators
74362025-09-23T07:05:16.888Z PASS [ 23.769s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
74372025-09-23T07:05:17.432Z PASS [ 23.088s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
74382025-09-23T07:05:25.114Z PASS [ 21.119s] omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
74392025-09-23T07:05:30.637Z PASS [ 35.594s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
74402025-09-23T07:05:31.429Z PASS [ 23.095s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
74412025-09-23T07:05:38.708Z PASS [ 21.268s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
74422025-09-23T07:05:40.269Z PASS [ 23.463s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
74432025-09-23T07:05:42.212Z PASS [ 1.942s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
74442025-09-23T07:05:43.961Z PASS [ 1.749s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
74452025-09-23T07:05:44.382Z PASS [ 19.262s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
74462025-09-23T07:05:44.476Z PASS [ 0.514s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
74472025-09-23T07:05:51.759Z PASS [ 34.859s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
74482025-09-23T07:05:53.340Z PASS [ 21.904s] omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
74492025-09-23T07:05:57.759Z PASS [ 27.113s] omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
74502025-09-23T07:06:01.186Z PASS [ 16.705s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
74512025-09-23T07:06:02.108Z PASS [ 23.392s] omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
74522025-09-23T07:06:02.191Z PASS [ 17.803s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
74532025-09-23T07:06:10.075Z PASS [ 18.309s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
74542025-09-23T07:06:11.220Z PASS [ 17.873s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
74552025-09-23T07:06:16.439Z PASS [ 18.673s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
74562025-09-23T07:06:18.856Z PASS [ 17.662s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
74572025-09-23T07:06:19.262Z PASS [ 17.148s] omicron-nexus::test_all integration_tests::basic::test_ping
74582025-09-23T07:06:26.035Z PASS [ 23.836s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
74592025-09-23T07:06:28.308Z PASS [ 17.082s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
74602025-09-23T07:06:33.352Z PASS [ 16.907s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
74612025-09-23T07:06:34.898Z PASS [ 15.631s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
74622025-09-23T07:06:35.240Z PASS [ 16.380s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
74632025-09-23T07:06:37.222Z PASS [ 27.138s] omicron-nexus::test_all integration_tests::basic::test_projects_list
74642025-09-23T07:06:42.451Z PASS [ 16.410s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
74652025-09-23T07:06:47.270Z PASS [ 18.956s] omicron-nexus::test_all integration_tests::certificates::test_crud
74662025-09-23T07:06:48.865Z PASS [ 1.594s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
74672025-09-23T07:06:49.846Z PASS [ 0.981s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
74682025-09-23T07:06:50.035Z PASS [ 0.188s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
74692025-09-23T07:06:50.353Z PASS [ 16.996s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
74702025-09-23T07:06:52.876Z PASS [ 17.630s] omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
74712025-09-23T07:06:54.198Z PASS [ 16.970s] omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
74722025-09-23T07:06:58.133Z PASS [ 15.677s] omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
74732025-09-23T07:06:58.199Z PASS [ 23.292s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
74742025-09-23T07:07:07.393Z PASS [ 17.352s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
74752025-09-23T07:07:08.094Z PASS [ 17.735s] omicron-nexus::test_all integration_tests::console_api::test_assets
74762025-09-23T07:07:10.246Z PASS [ 17.364s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
74772025-09-23T07:07:15.127Z PASS [ 16.922s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
74782025-09-23T07:07:15.540Z PASS [ 21.335s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
74792025-09-23T07:07:19.397Z PASS [ 21.257s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
74802025-09-23T07:07:26.065Z PASS [ 17.964s] omicron-nexus::test_all integration_tests::console_api::test_session_me
74812025-09-23T07:07:26.978Z PASS [ 19.579s] omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
74822025-09-23T07:07:27.578Z PASS [ 17.326s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
74832025-09-23T07:07:32.911Z PASS [ 17.365s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
74842025-09-23T07:07:37.744Z PASS [ 22.609s] omicron-nexus::test_all integration_tests::console_api::test_sessions
74852025-09-23T07:07:50.847Z PASS [ 31.439s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
74862025-09-23T07:07:55.070Z PASS [ 28.995s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
74872025-09-23T07:07:57.839Z PASS [ 30.849s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
74882025-09-23T07:07:59.080Z PASS [ 31.491s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
74892025-09-23T07:08:12.793Z PASS [ 39.869s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
74902025-09-23T07:08:17.377Z PASS [ 39.620s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
74912025-09-23T07:08:27.033Z PASS [ 36.174s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
74922025-09-23T07:08:28.301Z PASS [ 33.220s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
74932025-09-23T07:08:34.692Z PASS [ 35.600s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
74942025-09-23T07:08:35.034Z PASS [ 37.183s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
74952025-09-23T07:08:50.299Z PASS [ 37.493s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
74962025-09-23T07:08:50.900Z PASS [ 23.859s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
74972025-09-23T07:09:15.351Z PASS [ 57.953s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
74982025-09-23T07:09:15.665Z PASS [ 40.617s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
74992025-09-23T07:09:28.323Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
75002025-09-23T07:09:30.024Z PASS [ 39.712s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
75012025-09-23T07:09:30.647Z PASS [ 39.733s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
75022025-09-23T07:09:33.203Z PASS [ 64.880s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
75032025-09-23T07:09:34.714Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
75042025-09-23T07:09:47.117Z PASS [ 72.400s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
75052025-09-23T07:09:47.832Z PASS [ 17.801s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
75062025-09-23T07:09:52.009Z PASS [ 18.799s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
75072025-09-23T07:10:01.489Z PASS [ 30.831s] omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
75082025-09-23T07:10:06.685Z PASS [ 14.671s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
75092025-09-23T07:10:09.140Z PASS [ 21.301s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
75102025-09-23T07:10:09.756Z PASS [ 22.631s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
75112025-09-23T07:10:15.372Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
75122025-09-23T07:10:15.687Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
75132025-09-23T07:10:29.313Z PASS [ 73.937s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
75142025-09-23T07:10:35.334Z PASS [ 28.639s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
75152025-09-23T07:10:36.081Z PASS [ 26.316s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
75162025-09-23T07:10:41.947Z PASS [ 32.795s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
75172025-09-23T07:10:52.174Z PASS [ 96.476s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
75182025-09-23T07:10:53.469Z PASS [ 24.147s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
75192025-09-23T07:10:58.570Z PASS [ 23.228s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
75202025-09-23T07:10:59.770Z PASS [ 23.681s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
75212025-09-23T07:11:01.511Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
75222025-09-23T07:11:04.008Z PASS [ 62.498s] omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
75232025-09-23T07:11:04.433Z PASS [ 22.478s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
75242025-09-23T07:11:16.309Z PASS [ 22.833s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
75252025-09-23T07:11:19.382Z PASS [ 19.606s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
75262025-09-23T07:11:21.646Z PASS [ 23.069s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
75272025-09-23T07:11:22.580Z PASS [ 18.566s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
75282025-09-23T07:11:27.361Z PASS [ 22.920s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
75292025-09-23T07:11:32.856Z PASS [ 40.669s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
75302025-09-23T07:11:34.647Z PASS [ 18.332s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
75312025-09-23T07:11:44.826Z PASS [ 25.435s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
75322025-09-23T07:11:46.677Z PASS [ 24.088s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
75332025-09-23T07:11:52.380Z PASS [ 25.010s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
75342025-09-23T07:11:55.547Z PASS [ 33.889s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
75352025-09-23T07:11:56.854Z PASS [ 23.990s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
75362025-09-23T07:12:01.988Z PASS [ 27.332s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
75372025-09-23T07:12:11.933Z PASS [ 27.098s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
75382025-09-23T07:12:12.931Z PASS [ 26.245s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
75392025-09-23T07:12:16.400Z PASS [ 24.012s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
75402025-09-23T07:12:21.191Z PASS [ 24.328s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
75412025-09-23T07:12:21.279Z PASS [ 25.723s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
75422025-09-23T07:12:26.533Z PASS [ 24.536s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
75432025-09-23T07:12:32.747Z PASS [ 19.809s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
75442025-09-23T07:12:34.237Z PASS [ 22.296s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
75452025-09-23T07:12:40.273Z PASS [ 23.865s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
75462025-09-23T07:12:44.916Z PASS [ 23.717s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
75472025-09-23T07:12:49.539Z PASS [ 28.251s] omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
75482025-09-23T07:12:49.907Z PASS [ 23.365s] omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
75492025-09-23T07:12:58.705Z PASS [ 25.949s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
75502025-09-23T07:13:04.129Z PASS [ 29.882s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
75512025-09-23T07:13:08.576Z PASS [ 19.031s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
75522025-09-23T07:13:16.034Z PASS [ 26.118s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
75532025-09-23T07:13:16.331Z PASS [ 36.045s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
75542025-09-23T07:13:18.091Z PASS [ 19.380s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
75552025-09-23T07:13:20.342Z PASS [ 35.414s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
75562025-09-23T07:13:27.397Z PASS [ 18.814s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
75572025-09-23T07:13:31.538Z PASS [ 27.399s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
75582025-09-23T07:13:34.701Z PASS [ 18.661s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
75592025-09-23T07:13:35.191Z PASS [ 18.854s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
75602025-09-23T07:13:38.573Z PASS [ 20.475s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
75612025-09-23T07:13:40.026Z PASS [ 19.677s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
75622025-09-23T07:13:47.059Z PASS [ 19.656s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
75632025-09-23T07:13:54.657Z PASS [ 23.112s] omicron-nexus::test_all integration_tests::images::test_image_create
75642025-09-23T07:13:58.581Z PASS [ 23.871s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
75652025-09-23T07:14:01.127Z PASS [ 25.928s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
75662025-09-23T07:14:03.113Z PASS [ 24.532s] omicron-nexus::test_all integration_tests::images::test_image_promotion
75672025-09-23T07:14:03.372Z PASS [ 23.339s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
75682025-09-23T07:14:07.721Z PASS [ 20.654s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
75692025-09-23T07:14:09.026Z PASS [ 5.652s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
75702025-09-23T07:14:09.152Z PASS [ 6.037s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
75712025-09-23T07:14:11.068Z PASS [ 3.346s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
75722025-09-23T07:14:14.420Z PASS [ 19.755s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
75732025-09-23T07:14:15.688Z PASS [ 14.555s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
75742025-09-23T07:14:16.100Z PASS [ 7.071s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
75752025-09-23T07:14:16.488Z PASS [ 17.901s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
75762025-09-23T07:14:38.723Z PASS [ 24.295s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
75772025-09-23T07:14:38.787Z PASS [ 27.709s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
75782025-09-23T07:14:42.404Z PASS [ 26.295s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
75792025-09-23T07:14:42.640Z PASS [ 33.476s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
75802025-09-23T07:14:43.632Z PASS [ 27.935s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
75812025-09-23T07:14:44.399Z PASS [ 27.902s] omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
75822025-09-23T07:15:02.068Z PASS [ 19.421s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
75832025-09-23T07:15:02.068Z PASS [ 19.657s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
75842025-09-23T07:15:06.088Z PASS [ 27.292s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
75852025-09-23T07:15:11.565Z PASS [ 27.923s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
75862025-09-23T07:15:15.497Z PASS [ 36.761s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
75872025-09-23T07:15:20.047Z PASS [ 35.636s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
75882025-09-23T07:15:20.674Z PASS [ 18.599s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
75892025-09-23T07:15:28.426Z PASS [ 22.330s] omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
75902025-09-23T07:15:33.688Z PASS [ 22.116s] omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
75912025-09-23T07:15:35.460Z PASS [ 33.380s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
75922025-09-23T07:15:44.106Z PASS [ 23.424s] omicron-nexus::test_all integration_tests::instances::test_instance_access
75932025-09-23T07:15:46.499Z PASS [ 18.067s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
75942025-09-23T07:15:53.113Z PASS [ 33.054s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
75952025-09-23T07:15:59.160Z PASS [ 25.463s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
75962025-09-23T07:16:04.631Z PASS [ 29.162s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
75972025-09-23T07:16:08.361Z PASS [ 52.845s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
75982025-09-23T07:16:13.341Z PASS [ 29.225s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
75992025-09-23T07:16:16.068Z PASS [ 29.559s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
76002025-09-23T07:16:19.381Z PASS [ 26.259s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
76012025-09-23T07:16:26.815Z PASS [ 27.645s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
76022025-09-23T07:16:29.436Z PASS [ 24.796s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
76032025-09-23T07:16:30.533Z PASS [ 22.165s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
76042025-09-23T07:16:39.175Z PASS [ 25.825s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
76052025-09-23T07:16:46.740Z PASS [ 30.661s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
76062025-09-23T07:16:50.469Z PASS [ 23.647s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
76072025-09-23T07:16:52.839Z PASS [ 23.395s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
76082025-09-23T07:16:55.107Z PASS [ 24.566s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
76092025-09-23T07:17:01.574Z PASS [ 42.178s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
76102025-09-23T07:17:05.529Z PASS [ 26.345s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
76112025-09-23T07:17:12.237Z PASS [ 25.489s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
76122025-09-23T07:17:17.761Z PASS [ 27.281s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
76132025-09-23T07:17:18.442Z PASS [ 25.594s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
76142025-09-23T07:17:20.209Z PASS [ 25.093s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
76152025-09-23T07:17:41.973Z PASS [ 29.726s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
76162025-09-23T07:17:44.269Z PASS [ 38.727s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
76172025-09-23T07:17:44.958Z PASS [ 26.507s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
76182025-09-23T07:17:45.316Z PASS [ 27.547s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
76192025-09-23T07:17:47.870Z PASS [ 27.652s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
76202025-09-23T07:18:01.596Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
76212025-09-23T07:18:04.904Z PASS [ 63.309s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
76222025-09-23T07:18:06.878Z PASS [ 22.601s] omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
76232025-09-23T07:18:07.946Z PASS [ 22.980s] omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
76242025-09-23T07:18:09.149Z PASS [ 27.166s] omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
76252025-09-23T07:18:16.074Z PASS [ 28.194s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
76262025-09-23T07:18:20.649Z PASS [ 35.321s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
76272025-09-23T07:18:25.599Z PASS [ 20.688s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
76282025-09-23T07:18:27.031Z PASS [ 19.078s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
76292025-09-23T07:18:36.203Z PASS [ 20.122s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
76302025-09-23T07:18:38.218Z PASS [ 29.059s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
76312025-09-23T07:18:40.090Z PASS [ 33.201s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
76322025-09-23T07:18:43.868Z PASS [ 23.211s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
76332025-09-23T07:18:45.417Z PASS [ 18.378s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
76342025-09-23T07:18:48.894Z PASS [ 23.286s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
76352025-09-23T07:19:00.936Z PASS [ 24.726s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
76362025-09-23T07:19:01.853Z PASS [ 23.627s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
76372025-09-23T07:19:04.807Z PASS [ 15.908s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
76382025-09-23T07:19:06.501Z PASS [ 22.625s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
76392025-09-23T07:19:11.533Z PASS [ 26.109s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
76402025-09-23T07:19:13.524Z PASS [ 33.422s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
76412025-09-23T07:19:18.884Z PASS [ 17.942s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
76422025-09-23T07:19:20.589Z PASS [ 18.729s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
76432025-09-23T07:19:23.799Z PASS [ 18.985s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
76442025-09-23T07:19:27.570Z PASS [ 16.032s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
76452025-09-23T07:19:34.944Z PASS [ 28.433s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
76462025-09-23T07:19:43.922Z PASS [ 30.389s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
76472025-09-23T07:19:43.943Z PASS [ 25.050s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
76482025-09-23T07:19:46.133Z PASS [ 25.536s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
76492025-09-23T07:19:51.301Z PASS [ 27.493s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
76502025-09-23T07:19:52.084Z PASS [ 17.133s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
76512025-09-23T07:19:52.563Z PASS [ 24.985s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
76522025-09-23T07:20:03.702Z PASS [ 19.752s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
76532025-09-23T07:20:04.705Z PASS [ 18.565s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
76542025-09-23T07:20:05.583Z PASS [ 21.653s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
76552025-09-23T07:20:08.739Z PASS [ 17.431s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
76562025-09-23T07:20:09.529Z PASS [ 16.959s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
76572025-09-23T07:20:09.786Z PASS [ 17.697s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
76582025-09-23T07:20:22.625Z PASS [ 18.917s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
76592025-09-23T07:20:23.696Z PASS [ 18.984s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
76602025-09-23T07:20:25.450Z PASS [ 19.840s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
76612025-09-23T07:20:27.268Z PASS [ 18.523s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
76622025-09-23T07:20:29.136Z PASS [ 19.343s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
76632025-09-23T07:20:33.317Z PASS [ 23.781s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
76642025-09-23T07:20:41.316Z PASS [ 17.614s] omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
76652025-09-23T07:20:42.955Z PASS [ 17.519s] omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
76662025-09-23T07:20:48.248Z PASS [ 25.614s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
76672025-09-23T07:20:55.968Z PASS [ 22.642s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
76682025-09-23T07:20:59.790Z PASS [ 32.510s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
76692025-09-23T07:21:00.275Z PASS [ 17.314s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
76702025-09-23T07:21:04.708Z PASS [ 16.454s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
76712025-09-23T07:21:15.949Z PASS [ 46.797s] omicron-nexus::test_all integration_tests::metrics::test_metrics
76722025-09-23T07:21:16.827Z PASS [ 20.853s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
76732025-09-23T07:21:21.456Z PASS [ 40.126s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
76742025-09-23T07:21:27.584Z PASS [ 22.867s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
76752025-09-23T07:21:30.012Z PASS [ 30.211s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
76762025-09-23T07:21:39.136Z PASS [ 23.179s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
76772025-09-23T07:21:40.001Z PASS [ 23.165s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
76782025-09-23T07:21:43.392Z PASS [ 43.103s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
76792025-09-23T07:21:53.348Z PASS [ 23.328s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
76802025-09-23T07:22:01.609Z PASS [ 40.134s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
76812025-09-23T07:22:06.655Z PASS [ 39.058s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
76822025-09-23T07:22:10.396Z PASS [ 30.386s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
76832025-09-23T07:22:10.428Z PASS [ 27.026s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
76842025-09-23T07:22:17.519Z PASS [ 38.369s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
76852025-09-23T07:22:21.070Z PASS [ 27.712s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
76862025-09-23T07:22:24.073Z PASS [ 22.462s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
76872025-09-23T07:22:37.489Z PASS [ 19.964s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
76882025-09-23T07:22:38.933Z PASS [ 17.857s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
76892025-09-23T07:22:42.427Z PASS [ 18.348s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
76902025-09-23T07:22:44.994Z PASS [ 38.326s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
76912025-09-23T07:22:53.472Z PASS [ 43.060s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
76922025-09-23T07:22:56.505Z PASS [ 19.009s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
76932025-09-23T07:23:02.026Z PASS [ 23.085s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
76942025-09-23T07:23:04.639Z PASS [ 19.638s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
76952025-09-23T07:23:06.281Z PASS [ 23.846s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
76962025-09-23T07:23:10.449Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
76972025-09-23T07:23:17.798Z PASS [ 24.318s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
76982025-09-23T07:23:21.976Z PASS [ 71.524s] omicron-nexus::test_all integration_tests::password_login::test_local_users
76992025-09-23T07:23:23.687Z PASS [ 27.172s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
77002025-09-23T07:23:24.252Z PASS [ 22.219s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
77012025-09-23T07:23:24.710Z PASS [ 20.064s] omicron-nexus::test_all integration_tests::projects::test_projects
77022025-09-23T07:23:25.236Z PASS [ 18.949s] omicron-nexus::test_all integration_tests::quiesce::test_quiesce
77032025-09-23T07:23:38.568Z PASS [ 20.763s] omicron-nexus::test_all integration_tests::quotas::test_negative_quota
77042025-09-23T07:23:41.872Z PASS [ 17.614s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
77052025-09-23T07:23:41.998Z PASS [ 17.281s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
77062025-09-23T07:23:42.466Z PASS [ 20.483s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
77072025-09-23T07:23:44.140Z PASS [ 18.898s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
77082025-09-23T07:23:56.852Z PASS [ 18.278s] omicron-nexus::test_all integration_tests::rack::test_sled_add
77092025-09-23T07:23:59.337Z PASS [ 17.459s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
77102025-09-23T07:23:59.922Z PASS [ 17.918s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
77112025-09-23T07:24:01.429Z PASS [ 18.957s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
77122025-09-23T07:24:01.808Z PASS [ 17.661s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
77132025-09-23T07:24:05.377Z PASS [ 41.675s] omicron-nexus::test_all integration_tests::quotas::test_quotas
77142025-09-23T07:24:15.380Z PASS [ 18.522s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
77152025-09-23T07:24:15.557Z PASS [ 0.177s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
77162025-09-23T07:24:15.718Z PASS [ 0.161s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
77172025-09-23T07:24:15.859Z PASS [ 0.141s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
77182025-09-23T07:24:16.014Z PASS [ 0.155s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
77192025-09-23T07:24:16.181Z PASS [ 0.166s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
77202025-09-23T07:24:20.626Z PASS [ 21.281s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
77212025-09-23T07:24:20.954Z PASS [ 21.025s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
77222025-09-23T07:24:21.973Z PASS [ 20.158s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
77232025-09-23T07:24:24.892Z PASS [ 19.509s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
77242025-09-23T07:24:26.163Z PASS [ 24.726s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
77252025-09-23T07:24:33.900Z PASS [ 17.713s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
77262025-09-23T07:24:34.060Z PASS [ 0.159s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
77272025-09-23T07:24:38.598Z PASS [ 17.638s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
77282025-09-23T07:24:38.725Z PASS [ 18.092s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
77292025-09-23T07:24:38.860Z PASS [ 0.135s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
77302025-09-23T07:24:38.992Z PASS [ 0.132s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
77312025-09-23T07:24:39.824Z PASS [ 17.845s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
77322025-09-23T07:24:42.740Z PASS [ 17.841s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
77332025-09-23T07:24:43.617Z PASS [ 17.448s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
77342025-09-23T07:24:53.682Z PASS [ 19.616s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
77352025-09-23T07:24:56.438Z PASS [ 17.440s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
77362025-09-23T07:24:56.762Z PASS [ 18.157s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
77372025-09-23T07:24:57.276Z PASS [ 17.445s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
77382025-09-23T07:24:58.814Z PASS [ 16.069s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
77392025-09-23T07:24:59.060Z PASS [ 15.437s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
77402025-09-23T07:24:59.326Z PASS [ 2.049s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
77412025-09-23T07:25:01.186Z PASS [ 1.860s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
77422025-09-23T07:25:02.788Z PASS [ 1.602s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
77432025-09-23T07:25:04.294Z PASS [ 1.505s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
77442025-09-23T07:25:05.956Z PASS [ 1.661s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
77452025-09-23T07:25:07.514Z PASS [ 1.558s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
77462025-09-23T07:26:01.587Z PASS [ 54.054s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
77472025-09-23T07:26:02.707Z PASS [ 1.119s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
77482025-09-23T07:26:41.694Z PASS [ 38.973s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
77492025-09-23T07:26:59.460Z PASS [ 17.761s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
77502025-09-23T07:27:33.871Z PASS [ 34.399s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
77512025-09-23T07:27:44.617Z PASS [ 10.742s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
77522025-09-23T07:27:44.993Z PASS [ 11.118s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
77532025-09-23T07:27:55.253Z PASS [ 10.632s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
77542025-09-23T07:27:56.315Z PASS [ 11.319s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
77552025-09-23T07:28:06.432Z PASS [ 11.175s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
77562025-09-23T07:28:07.694Z PASS [ 11.375s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
77572025-09-23T07:28:18.078Z PASS [ 11.642s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
77582025-09-23T07:28:19.331Z PASS [ 11.633s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
77592025-09-23T07:28:22.594Z PASS [ 48.706s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
77602025-09-23T07:28:36.683Z PASS [ 17.342s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
77612025-09-23T07:28:36.718Z PASS [ 18.633s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
77622025-09-23T07:28:40.398Z PASS [ 17.798s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
77632025-09-23T07:28:40.907Z PASS [ 18.307s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
77642025-09-23T07:28:40.970Z PASS [ 18.370s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
77652025-09-23T07:28:41.751Z PASS [ 19.151s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
77662025-09-23T07:28:55.832Z PASS [ 19.108s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
77672025-09-23T07:28:58.852Z PASS [ 17.939s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
77682025-09-23T07:28:58.852Z PASS [ 17.876s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
77692025-09-23T07:28:59.670Z PASS [ 17.913s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
77702025-09-23T07:28:59.826Z PASS [ 23.139s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
77712025-09-23T07:29:00.186Z PASS [ 19.781s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
77722025-09-23T07:29:14.030Z PASS [ 18.191s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
77732025-09-23T07:29:17.721Z PASS [ 18.863s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
77742025-09-23T07:29:18.948Z PASS [ 19.115s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
77752025-09-23T07:29:19.896Z PASS [ 21.037s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
77762025-09-23T07:29:22.220Z PASS [ 22.542s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
77772025-09-23T07:29:23.761Z PASS [ 23.567s] omicron-nexus::test_all integration_tests::silos::test_silos
77782025-09-23T07:29:30.961Z PASS [ 16.926s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
77792025-09-23T07:29:38.089Z PASS [ 19.134s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
77802025-09-23T07:29:41.659Z PASS [ 19.432s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
77812025-09-23T07:29:42.249Z PASS [ 24.519s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
77822025-09-23T07:29:44.177Z PASS [ 24.273s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
77832025-09-23T07:29:51.368Z PASS [ 27.598s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
77842025-09-23T07:29:57.974Z PASS [ 16.309s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
77852025-09-23T07:29:59.912Z PASS [ 28.941s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
77862025-09-23T07:30:00.613Z PASS [ 18.358s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
77872025-09-23T07:30:04.217Z PASS [ 26.119s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
77882025-09-23T07:30:04.467Z PASS [ 20.283s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
77892025-09-23T07:30:10.244Z PASS [ 18.869s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
77902025-09-23T07:30:25.010Z PASS [ 25.090s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
77912025-09-23T07:30:27.645Z PASS [ 17.395s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
77922025-09-23T07:30:28.166Z PASS [ 30.182s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
77932025-09-23T07:30:29.667Z PASS [ 25.191s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
77942025-09-23T07:30:29.900Z PASS [ 29.277s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
77952025-09-23T07:30:29.900Z PASS [ 25.674s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
77962025-09-23T07:30:47.545Z PASS [ 17.639s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
77972025-09-23T07:30:48.738Z PASS [ 21.086s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
77982025-09-23T07:30:50.504Z PASS [ 22.330s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
77992025-09-23T07:30:50.903Z PASS [ 21.228s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
78002025-09-23T07:30:51.405Z PASS [ 21.497s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
78012025-09-23T07:30:52.110Z PASS [ 27.090s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
78022025-09-23T07:30:53.517Z PASS [ 2.110s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
78032025-09-23T07:31:08.109Z PASS [ 20.557s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
78042025-09-23T07:31:08.446Z PASS [ 17.936s] omicron-nexus::test_all integration_tests::target_release::get_set_target_release
78052025-09-23T07:31:09.013Z PASS [ 20.267s] omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
78062025-09-23T07:31:09.950Z PASS [ 16.430s] omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
78072025-09-23T07:31:15.437Z PASS [ 23.319s] omicron-nexus::test_all integration_tests::updates::test_repo_upload
78082025-09-23T07:31:24.801Z PASS [ 16.686s] omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
78092025-09-23T07:31:24.819Z PASS [ 16.367s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
78102025-09-23T07:31:33.204Z PASS [ 24.183s] omicron-nexus::test_all integration_tests::utilization::test_utilization_list
78112025-09-23T07:31:38.552Z PASS [ 28.591s] omicron-nexus::test_all integration_tests::utilization::test_utilization_view
78122025-09-23T07:31:41.331Z PASS [ 25.885s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
78132025-09-23T07:31:47.277Z PASS [ 22.451s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
78142025-09-23T07:31:50.925Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
78152025-09-23T07:31:51.534Z PASS [ 26.724s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
78162025-09-23T07:32:01.768Z PASS [ 28.554s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
78172025-09-23T07:32:06.038Z PASS [ 27.477s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
78182025-09-23T07:32:08.483Z PASS [ 27.143s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
78192025-09-23T07:32:14.652Z PASS [ 27.365s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
78202025-09-23T07:32:19.708Z PASS [ 28.165s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
78212025-09-23T07:32:20.041Z PASS [ 89.108s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
78222025-09-23T07:32:28.047Z PASS [ 26.270s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
78232025-09-23T07:32:31.331Z PASS [ 22.840s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
78242025-09-23T07:32:32.030Z PASS [ 25.983s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
78252025-09-23T07:32:41.619Z PASS [ 21.570s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
78262025-09-23T07:32:52.800Z PASS [ 21.462s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
78272025-09-23T07:32:55.791Z PASS [ 27.735s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
78282025-09-23T07:32:58.333Z PASS [ 26.294s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
78292025-09-23T07:33:00.810Z PASS [ 41.087s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
78302025-09-23T07:33:01.186Z PASS [ 46.518s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
78312025-09-23T07:33:10.650Z PASS [ 29.021s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
78322025-09-23T07:33:22.512Z PASS [ 29.702s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
78332025-09-23T07:33:28.548Z PASS [ 32.746s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
78342025-09-23T07:33:31.410Z PASS [ 33.066s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
78352025-09-23T07:33:34.084Z PASS [ 33.262s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
78362025-09-23T07:33:34.257Z PASS [ 33.060s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
78372025-09-23T07:33:35.617Z PASS [ 24.958s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
78382025-09-23T07:33:49.311Z PASS [ 26.790s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
78392025-09-23T07:33:58.494Z PASS [ 29.935s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
78402025-09-23T07:33:59.742Z PASS [ 24.117s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
78412025-09-23T07:34:12.564Z PASS [ 23.244s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
78422025-09-23T07:34:14.513Z PASS [ 40.415s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
78432025-09-23T07:34:16.850Z PASS [ 42.578s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
78442025-09-23T07:34:22.583Z PASS [ 24.081s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
78452025-09-23T07:34:23.913Z PASS [ 24.162s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
78462025-09-23T07:34:31.432Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
78472025-09-23T07:34:36.833Z PASS [ 24.261s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
78482025-09-23T07:34:39.045Z PASS [ 16.456s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
78492025-09-23T07:34:41.266Z PASS [ 17.347s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
78502025-09-23T07:34:42.984Z PASS [ 28.461s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
78512025-09-23T07:34:43.581Z PASS [ 26.721s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
78522025-09-23T07:34:54.007Z PASS [ 17.168s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
78532025-09-23T07:34:56.339Z PASS [ 17.288s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
78542025-09-23T07:34:57.805Z PASS [ 16.534s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
78552025-09-23T07:35:00.013Z PASS [ 17.023s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
78562025-09-23T07:35:00.078Z PASS [ 16.492s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
78572025-09-23T07:35:01.494Z PASS [ 90.053s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
78582025-09-23T07:35:11.066Z PASS [ 17.053s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
78592025-09-23T07:35:14.340Z PASS [ 17.995s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
78602025-09-23T07:35:16.859Z PASS [ 19.047s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
78612025-09-23T07:35:17.646Z PASS [ 17.561s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
78622025-09-23T07:35:17.918Z PASS [ 17.898s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
78632025-09-23T07:35:18.505Z PASS [ 17.004s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
78642025-09-23T07:35:27.208Z PASS [ 16.136s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
78652025-09-23T07:35:32.033Z PASS [ 17.686s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
78662025-09-23T07:35:34.358Z PASS [ 17.493s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
78672025-09-23T07:35:35.094Z PASS [ 16.584s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
78682025-09-23T07:35:35.167Z PASS [ 17.243s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
78692025-09-23T07:35:44.233Z PASS [ 17.019s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
78702025-09-23T07:35:47.835Z PASS [ 30.179s] omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
78712025-09-23T07:35:49.159Z PASS [ 17.121s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
78722025-09-23T07:35:50.728Z PASS [ 16.364s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
78732025-09-23T07:35:51.926Z PASS [ 16.826s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
78742025-09-23T07:36:03.910Z PASS [ 28.733s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
78752025-09-23T07:36:05.933Z PASS [ 18.091s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
78762025-09-23T07:36:06.970Z PASS [ 17.805s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
78772025-09-23T07:36:08.089Z PASS [ 17.354s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
78782025-09-23T07:36:09.326Z PASS [ 17.394s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
78792025-09-23T07:36:11.721Z PASS [ 27.479s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
78802025-09-23T07:36:21.435Z PASS [ 17.519s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
78812025-09-23T07:36:25.944Z PASS [ 18.967s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
78822025-09-23T07:36:27.619Z PASS [ 18.287s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
78832025-09-23T07:36:28.898Z PASS [ 20.803s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
78842025-09-23T07:36:30.025Z PASS [ 18.298s] omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
78852025-09-23T07:36:32.283Z PASS [ 26.341s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
78862025-09-23T07:36:41.915Z PASS [ 20.473s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
78872025-09-23T07:36:49.765Z PASS [ 22.138s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
78882025-09-23T07:36:50.006Z PASS [ 24.053s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
78892025-09-23T07:36:55.697Z PASS [ 23.406s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
78902025-09-23T07:36:56.426Z PASS [ 26.393s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
78912025-09-23T07:37:03.986Z PASS [ 22.063s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
78922025-09-23T07:37:06.721Z PASS [ 16.709s] omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
78932025-09-23T07:37:09.591Z PASS [ 40.679s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
78942025-09-23T07:37:12.342Z PASS [ 16.638s] omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
78952025-09-23T07:37:13.504Z PASS [ 17.072s] omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
78962025-09-23T07:37:20.457Z PASS [ 16.465s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
78972025-09-23T07:37:23.635Z PASS [ 16.909s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
78982025-09-23T07:37:33.067Z PASS [ 12.606s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
78992025-09-23T07:37:35.295Z PASS [ 11.656s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
79002025-09-23T07:37:40.229Z PASS [ 50.446s] omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
79012025-09-23T07:37:44.383Z PASS [ 11.312s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
79022025-09-23T07:37:46.393Z PASS [ 11.094s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
79032025-09-23T07:37:46.435Z PASS [ 0.042s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
79042025-09-23T07:37:46.459Z PASS [ 0.024s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
79052025-09-23T07:37:46.483Z PASS [ 0.024s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
79062025-09-23T07:37:46.506Z PASS [ 0.022s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
79072025-09-23T07:37:46.526Z PASS [ 0.020s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
79082025-09-23T07:37:46.547Z PASS [ 0.021s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
79092025-09-23T07:37:46.571Z PASS [ 0.024s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
79102025-09-23T07:37:46.592Z PASS [ 0.021s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
79112025-09-23T07:37:46.617Z PASS [ 0.025s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
79122025-09-23T07:37:46.635Z PASS [ 0.018s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
79132025-09-23T07:37:46.656Z PASS [ 0.020s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
79142025-09-23T07:37:46.677Z PASS [ 0.021s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
79152025-09-23T07:37:46.695Z PASS [ 0.018s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
79162025-09-23T07:37:46.714Z PASS [ 0.019s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
79172025-09-23T07:37:46.734Z PASS [ 0.020s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
79182025-09-23T07:37:51.788Z PASS [ 11.556s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
79192025-09-23T07:37:55.113Z PASS [ 45.506s] omicron-nexus::test_all integration_tests::webhooks::test_probe
79202025-09-23T07:37:55.299Z PASS [ 10.912s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
79212025-09-23T07:37:55.343Z PASS [ 0.044s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
79222025-09-23T07:37:55.364Z PASS [ 0.021s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
79232025-09-23T07:37:55.418Z PASS [ 0.054s] omicron-package config::tests::multi_preset_arg
79242025-09-23T07:37:55.472Z PASS [ 0.054s] omicron-package dot::test::test_bad_dependency
79252025-09-23T07:37:55.509Z PASS [ 0.036s] omicron-package dot::test::test_dot_output
79262025-09-23T07:38:00.636Z PASS [ 48.278s] omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
79272025-09-23T07:38:00.652Z PASS [ 0.016s] omicron-passwords test::test_password_constraints
79282025-09-23T07:38:03.952Z PASS [ 8.440s] omicron-passwords test::test_compatible
79292025-09-23T07:38:04.023Z PASS [ 3.370s] omicron-passwords test::test_reproducible
79302025-09-23T07:38:04.060Z PASS [ 0.037s] omicron-passwords test::test_stable
79312025-09-23T07:38:04.077Z PASS [ 0.017s] omicron-passwords test::test_weak_hashes
79322025-09-23T07:38:04.094Z PASS [ 0.016s] omicron-rpaths internal::tests::test_configure_from_path
79332025-09-23T07:38:04.140Z PASS [ 0.046s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
79342025-09-23T07:38:04.162Z PASS [ 0.022s] omicron-rpaths internal::tests::test_emit_rpath
79352025-09-23T07:38:04.683Z PASS [ 51.161s] omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
79362025-09-23T07:38:04.690Z PASS [ 0.528s] omicron-sled-agent artifact_store::test::generations
79372025-09-23T07:38:04.800Z PASS [ 9.684s] omicron-omdb::test_all_output test_omdb_usage_errors
79382025-09-23T07:38:04.835Z PASS [ 0.151s] omicron-sled-agent artifact_store::test::issue_7796
79392025-09-23T07:38:04.843Z PASS [ 0.152s] omicron-sled-agent artifact_store::test::list_get_put
79402025-09-23T07:38:04.902Z PASS [ 0.059s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
79412025-09-23T07:38:04.909Z PASS [ 0.109s] omicron-sled-agent artifact_store::test::no_dataset
79422025-09-23T07:38:04.947Z PASS [ 0.045s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
79432025-09-23T07:38:04.955Z PASS [ 0.120s] omicron-sled-agent artifact_store::test::wrong_hash
79442025-09-23T07:38:04.966Z PASS [ 0.057s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
79452025-09-23T07:38:04.976Z PASS [ 0.029s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
79462025-09-23T07:38:04.980Z PASS [ 0.026s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
79472025-09-23T07:38:04.992Z PASS [ 0.026s] omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
79482025-09-23T07:38:05.001Z PASS [ 0.024s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
79492025-09-23T07:38:05.006Z PASS [ 0.025s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
79502025-09-23T07:38:05.013Z PASS [ 0.021s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
79512025-09-23T07:38:05.054Z PASS [ 0.053s] omicron-sled-agent config::test::test_smf_configs
79522025-09-23T07:38:05.428Z PASS [ 0.414s] omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
79532025-09-23T07:38:05.431Z PASS [ 0.425s] omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
79542025-09-23T07:38:05.490Z PASS [ 0.436s] omicron-sled-agent instance::tests::test_instance_create_events_normal
79552025-09-23T07:38:05.926Z PASS [ 0.435s] omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
79562025-09-23T07:38:07.263Z PASS [ 1.831s] omicron-sled-agent instance::tests::test_instance_manager_creation
79572025-09-23T07:38:07.270Z PASS [ 1.842s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
79582025-09-23T07:38:07.292Z PASS [ 0.029s] omicron-sled-agent probe_manager::test::probe_state_set_ops
79592025-09-23T07:38:07.296Z PASS [ 0.025s] omicron-sled-agent profile::tests::empty_profile
79602025-09-23T07:38:07.322Z PASS [ 0.029s] omicron-sled-agent profile::tests::test_disabled_instance
79612025-09-23T07:38:07.322Z PASS [ 0.026s] omicron-sled-agent profile::tests::test_instance
79622025-09-23T07:38:07.348Z PASS [ 0.027s] omicron-sled-agent profile::tests::test_multiple
79632025-09-23T07:38:07.352Z PASS [ 0.029s] omicron-sled-agent profile::tests::test_property
79642025-09-23T07:38:07.378Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_property_group
79652025-09-23T07:38:07.378Z PASS [ 0.027s] omicron-sled-agent profile::tests::test_service
79662025-09-23T07:38:07.404Z PASS [ 0.026s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
79672025-09-23T07:38:07.404Z PASS [ 0.026s] omicron-sled-agent profile::tests::test_service_property_group
79682025-09-23T07:38:07.432Z PASS [ 0.028s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
79692025-09-23T07:38:07.438Z PASS [ 0.034s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
79702025-09-23T07:38:07.494Z PASS [ 0.062s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
79712025-09-23T07:38:07.500Z PASS [ 0.061s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
79722025-09-23T07:38:07.529Z PASS [ 0.029s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
79732025-09-23T07:38:07.532Z PASS [ 0.037s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
79742025-09-23T07:38:07.560Z PASS [ 0.031s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
79752025-09-23T07:38:07.567Z PASS [ 0.036s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
79762025-09-23T07:38:07.598Z PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
79772025-09-23T07:38:07.602Z PASS [ 0.035s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
79782025-09-23T07:38:07.639Z PASS [ 0.041s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
79792025-09-23T07:38:07.640Z PASS [ 0.037s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
79802025-09-23T07:38:07.679Z PASS [ 0.039s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
79812025-09-23T07:38:07.722Z PASS [ 0.042s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
79822025-09-23T07:38:07.763Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
79832025-09-23T07:38:07.797Z PASS [ 0.034s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
79842025-09-23T07:38:07.829Z PASS [ 0.033s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
79852025-09-23T07:38:07.865Z PASS [ 0.035s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
79862025-09-23T07:38:07.906Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::nested_dataset
79872025-09-23T07:38:07.943Z PASS [ 0.037s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
79882025-09-23T07:38:07.974Z PASS [ 0.031s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
79892025-09-23T07:38:08.007Z PASS [ 0.033s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
79902025-09-23T07:38:08.046Z PASS [ 0.039s] omicron-sled-agent sim::storage::test::snapshot_needs_region
79912025-09-23T07:38:10.969Z PASS [ 3.328s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
79922025-09-23T07:38:11.653Z PASS [ 3.605s] omicron-sled-agent support_bundle::storage::tests::basic_crud
79932025-09-23T07:38:12.696Z PASS [ 25.952s] omicron-omdb::test_all_output test_omdb_env_settings
79942025-09-23T07:38:14.050Z PASS [ 3.080s] omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
79952025-09-23T07:38:14.843Z PASS [ 3.190s] omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
79962025-09-23T07:38:16.212Z PASS [ 3.515s] omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
79972025-09-23T07:38:17.760Z PASS [ 3.708s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
79982025-09-23T07:38:18.154Z PASS [ 3.309s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
79992025-09-23T07:38:19.653Z PASS [ 3.439s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
80002025-09-23T07:38:20.896Z PASS [ 3.135s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
80012025-09-23T07:38:21.632Z PASS [ 17.675s] omicron-passwords test::test_smoke
80022025-09-23T07:38:21.636Z PASS [ 3.479s] omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
80032025-09-23T07:38:21.666Z PASS [ 0.031s] omicron-sled-agent updates::test::test_query_no_components
80042025-09-23T07:38:21.696Z PASS [ 0.030s] omicron-sled-agent updates::test::test_query_sled_agent_version
80052025-09-23T07:38:21.733Z PASS [ 0.036s] omicron-sled-agent updates::test::test_query_zone_version
80062025-09-23T07:38:21.758Z PASS [ 0.025s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
80072025-09-23T07:38:22.970Z PASS [ 3.317s] omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
80082025-09-23T07:38:24.056Z PASS [ 2.297s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
80092025-09-23T07:38:24.093Z PASS [ 0.037s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
80102025-09-23T07:38:24.490Z PASS [ 3.593s] omicron-sled-agent support_bundle::storage::tests::ranges
80112025-09-23T07:38:25.294Z PASS [ 2.323s] omicron-sled-agent zone_bundle::illumos_tests::test_context
80122025-09-23T07:38:25.393Z PASS [ 3.759s] omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
80132025-09-23T07:38:25.434Z PASS [ 0.042s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
80142025-09-23T07:38:25.467Z PASS [ 0.032s] omicron-sled-agent zone_bundle::tests::test_dir_size
80152025-09-23T07:38:25.507Z PASS [ 0.040s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
80162025-09-23T07:38:26.164Z PASS [ 0.656s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
80172025-09-23T07:38:26.305Z PASS [ 34.506s] omicron-omdb::test_all_output test_omdb_success_cases
80182025-09-23T07:38:26.443Z PASS [ 0.138s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
80192025-09-23T07:38:26.554Z PASS [ 2.461s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
80202025-09-23T07:38:26.576Z PASS [ 0.022s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
80212025-09-23T07:38:26.596Z PASS [ 0.020s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
80222025-09-23T07:38:26.721Z PASS [ 0.557s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
80232025-09-23T07:38:26.755Z PASS [ 2.265s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
80242025-09-23T07:38:27.272Z PASS [ 0.828s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
80252025-09-23T07:38:27.290Z PASS [ 0.019s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
80262025-09-23T07:38:27.308Z PASS [ 0.018s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
80272025-09-23T07:38:27.394Z PASS [ 2.099s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
80282025-09-23T07:38:27.437Z PASS [ 0.716s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
80292025-09-23T07:38:27.437Z PASS [ 0.841s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
80302025-09-23T07:38:27.475Z PASS [ 0.167s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
80312025-09-23T07:38:27.594Z PASS [ 0.156s] omicron-test-utils dev::db::test::test_bad_cmd
80322025-09-23T07:38:27.740Z PASS [ 0.302s] omicron-test-utils dev::db::test::test_cmd_fails
80332025-09-23T07:38:27.774Z PASS [ 0.180s] omicron-test-utils dev::db::test::test_database_start_hang
80342025-09-23T07:38:27.782Z PASS [ 1.026s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
80352025-09-23T07:38:27.798Z PASS [ 0.023s] omicron-test-utils dev::db::test::test_make_pg_config_fail
80362025-09-23T07:38:27.801Z PASS [ 0.019s] omicron-test-utils dev::db::test::test_make_pg_config_ok
80372025-09-23T07:38:27.816Z PASS [ 0.016s] omicron-test-utils dev::db::test::test_process_exit_abnormal
80382025-09-23T07:38:27.820Z PASS [ 0.021s] omicron-test-utils dev::db::test::test_parse_http_addr
80392025-09-23T07:38:27.827Z PASS [ 0.434s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
80402025-09-23T07:38:27.838Z PASS [ 0.021s] omicron-test-utils dev::db::test::test_process_exit_normal
80412025-09-23T07:38:28.169Z PASS [ 0.349s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
80422025-09-23T07:38:28.194Z PASS [ 0.025s] omicron-test-utils dev::db::test::test_starter_tmpdir
80432025-09-23T07:38:28.259Z PASS [ 0.065s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
80442025-09-23T07:38:28.285Z PASS [ 0.026s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
80452025-09-23T07:38:28.312Z PASS [ 0.027s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
80462025-09-23T07:38:28.330Z PASS [ 0.019s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
80472025-09-23T07:38:28.386Z PASS [ 0.055s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
80482025-09-23T07:38:28.448Z PASS [ 0.062s] omicron-test-utils dev::test_cmds::tests::test_redact_section
80492025-09-23T07:38:28.524Z PASS [ 0.784s] omicron-test-utils dev::db::test::test_http_addr_integration
80502025-09-23T07:38:28.870Z PASS [ 0.422s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
80512025-09-23T07:38:28.927Z PASS [ 0.057s] openapi-manager cmd::dispatch::test::test_arg_parsing
80522025-09-23T07:38:28.943Z PASS [ 0.016s] openapi-manager cmd::dispatch::test::test_blessed_args
80532025-09-23T07:38:28.958Z PASS [ 0.015s] openapi-manager cmd::dispatch::test::test_generated_args
80542025-09-23T07:38:28.978Z PASS [ 0.019s] openapi-manager cmd::dispatch::test::test_local_args
80552025-09-23T07:38:28.999Z PASS [ 0.021s] openapi-manager iter_only::test::test_basic
80562025-09-23T07:38:29.020Z PASS [ 0.021s] openapi-manager omicron::tests::all_apis_is_sorted
80572025-09-23T07:38:29.044Z PASS [ 0.023s] openapi-manager resolved::test::test_displayable_vec
80582025-09-23T07:38:29.065Z PASS [ 0.021s] openapi-manager spec_files_generic::test::test_parse_name_lockstep
80592025-09-23T07:38:29.087Z PASS [ 0.023s] openapi-manager spec_files_generic::test::test_parse_name_lockstep_fail
80602025-09-23T07:38:29.111Z PASS [ 0.023s] openapi-manager spec_files_generic::test::test_parse_name_versioned
80612025-09-23T07:38:29.140Z PASS [ 1.302s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
80622025-09-23T07:38:29.146Z PASS [ 0.035s] openapi-manager spec_files_generic::test::test_parse_name_versioned_fail
80632025-09-23T07:38:29.309Z PASS [ 1.833s] omicron-test-utils dev::db::test::test_database_concurrent
80642025-09-23T07:38:29.544Z PASS [ 0.403s] oximeter test::timeseries_schema_consistency
80652025-09-23T07:38:29.652Z PASS [ 0.343s] oximeter-collector agent::tests::test_self_stat_error_counter
80662025-09-23T07:38:29.653Z PASS [ 0.506s] oximeter-collector agent::tests::test_self_stat_collection_count
80672025-09-23T07:38:29.653Z PASS [ 0.109s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
80682025-09-23T07:38:29.670Z PASS [ 0.018s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
80692025-09-23T07:38:29.691Z PASS [ 0.021s] oximeter-collector self_stats::tests::test_failure_reason_serialization
80702025-09-23T07:38:29.757Z PASS [ 0.104s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
80712025-09-23T07:38:29.760Z PASS [ 0.107s] oximeter-collector agent::tests::verify_producer_details
80722025-09-23T07:38:29.784Z PASS [ 0.028s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
80732025-09-23T07:38:29.784Z PASS [ 0.024s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
80742025-09-23T07:38:29.802Z PASS [ 0.017s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
80752025-09-23T07:38:29.805Z PASS [ 0.020s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
80762025-09-23T07:38:29.820Z PASS [ 0.018s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
80772025-09-23T07:38:30.301Z PASS [ 0.610s] oximeter-collector::test_commands test_oximeter_no_args
80782025-09-23T07:38:30.666Z PASS [ 2.141s] openapi-manager cmd::check::test::check_apis_up_to_date
80792025-09-23T07:38:30.741Z PASS [ 0.912s] oximeter-db client::oxql::tests::test_get_entire_table
80802025-09-23T07:38:30.755Z PASS [ 0.935s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
80812025-09-23T07:38:31.194Z PASS [ 0.892s] oximeter-db client::oxql::tests::test_get_one_timeseries
80822025-09-23T07:38:31.249Z PASS [ 0.055s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
80832025-09-23T07:38:31.294Z PASS [ 0.577s] oximeter-db client::tests::can_ping_clickhouse
80842025-09-23T07:38:31.511Z PASS [ 0.844s] oximeter-db client::oxql::tests::test_limit_operations
80852025-09-23T07:38:32.239Z PASS [ 0.728s] oximeter-db client::tests::read_latest_version_reports_max
80862025-09-23T07:38:32.946Z PASS [ 0.706s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
80872025-09-23T07:38:33.135Z PASS [ 1.885s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
80882025-09-23T07:38:33.525Z PASS [ 0.579s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
80892025-09-23T07:38:33.593Z PASS [ 2.298s] oximeter-db client::tests::insert_samples_fails_fast
80902025-09-23T07:38:33.837Z PASS [ 0.701s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
80912025-09-23T07:38:34.198Z PASS [ 0.605s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
80922025-09-23T07:38:34.342Z PASS [ 0.816s] oximeter-db client::tests::select_timeseries_with_select_one
80932025-09-23T07:38:34.608Z PASS [ 0.771s] oximeter-db client::tests::test_client_select_timeseries_one
80942025-09-23T07:38:34.926Z PASS [ 0.727s] oximeter-db client::tests::test_database_version_update_is_idempotent
80952025-09-23T07:38:35.101Z PASS [ 0.759s] oximeter-db client::tests::test_database_version_will_not_downgrade
80962025-09-23T07:38:35.335Z PASS [ 0.726s] oximeter-db client::tests::test_database_version_will_not_upgrade
80972025-09-23T07:38:35.558Z PASS [ 7.728s] omicron-test-utils dev::db::test::test_setup_database_default_dir
80982025-09-23T07:38:35.617Z PASS [ 0.690s] oximeter-db client::tests::test_differentiate_by_timeseries_name
80992025-09-23T07:38:35.796Z PASS [ 0.694s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
81002025-09-23T07:38:36.005Z PASS [ 0.670s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
81012025-09-23T07:38:36.234Z PASS [ 0.676s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
81022025-09-23T07:38:36.498Z PASS [ 0.701s] oximeter-db client::tests::test_field_record_count
81032025-09-23T07:38:36.539Z PASS [ 0.922s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
81042025-09-23T07:38:36.694Z PASS [ 0.688s] oximeter-db client::tests::test_get_schema_no_new_values
81052025-09-23T07:38:36.912Z PASS [ 0.677s] oximeter-db client::tests::test_insert_samples
81062025-09-23T07:38:36.932Z PASS [ 0.020s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
81072025-09-23T07:38:36.951Z PASS [ 0.019s] oximeter-db client::tests::test_read_timeseries_to_delete
81082025-09-23T07:38:36.968Z PASS [ 0.017s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
81092025-09-23T07:38:36.983Z PASS [ 0.015s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
81102025-09-23T07:38:37.155Z PASS [ 0.657s] oximeter-db client::tests::test_is_oximeter_cluster
81112025-09-23T07:38:37.268Z PASS [ 0.729s] oximeter-db client::tests::test_list_timeseries
81122025-09-23T07:38:37.400Z PASS [ 0.706s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
81132025-09-23T07:38:37.837Z PASS [ 0.682s] oximeter-db client::tests::test_schema_mismatch
81142025-09-23T07:38:37.950Z PASS [ 0.967s] oximeter-db client::tests::test_recall_of_all_fields
81152025-09-23T07:38:37.961Z PASS [ 0.693s] oximeter-db client::tests::test_schema_update
81162025-09-23T07:38:38.042Z PASS [ 32.106s] omicron-sled-agent nexus::test::nexus_self_notification_test
81172025-09-23T07:38:38.164Z PASS [ 0.763s] oximeter-db client::tests::test_select_all_datum_types
81182025-09-23T07:38:38.556Z PASS [ 0.718s] oximeter-db client::tests::test_select_all_field_types
81192025-09-23T07:38:38.713Z PASS [ 0.759s] oximeter-db client::tests::test_select_timeseries_with_all
81202025-09-23T07:38:38.897Z PASS [ 0.935s] oximeter-db client::tests::test_select_timeseries_with_limit
81212025-09-23T07:38:38.931Z PASS [ 0.767s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
81222025-09-23T07:38:38.962Z PASS [ 0.920s] oximeter-db client::tests::test_select_timeseries_with_order
81232025-09-23T07:38:38.981Z PASS [ 0.018s] oximeter-db client::tests::test_unravel_index
81242025-09-23T07:38:39.309Z PASS [ 0.753s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
81252025-09-23T07:38:39.334Z PASS [ 0.025s] oximeter-db client::tests::test_verify_schema_upgrades
81262025-09-23T07:38:39.357Z PASS [ 0.023s] oximeter-db model::fields::tests::test_extract_fields_as_block
81272025-09-23T07:38:39.376Z PASS [ 0.019s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
81282025-09-23T07:38:39.399Z PASS [ 0.023s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
81292025-09-23T07:38:39.422Z PASS [ 0.022s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
81302025-09-23T07:38:39.448Z PASS [ 0.025s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
81312025-09-23T07:38:39.454Z PASS [ 0.741s] oximeter-db client::tests::test_select_timeseries_with_start_time
81322025-09-23T07:38:39.469Z PASS [ 0.022s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
81332025-09-23T07:38:39.474Z PASS [ 0.020s] oximeter-db native::block::tests::concat_blocks
81342025-09-23T07:38:39.492Z PASS [ 0.022s] oximeter-db native::block::tests::datetime64_scale_checks_range
81352025-09-23T07:38:39.495Z PASS [ 0.019s] oximeter-db native::block::tests::parse_date_time
81362025-09-23T07:38:39.512Z PASS [ 0.021s] oximeter-db native::block::tests::parse_date_time64
81372025-09-23T07:38:39.512Z PASS [ 0.019s] oximeter-db native::block::tests::parse_escaped_date_time64
81382025-09-23T07:38:39.535Z PASS [ 0.022s] oximeter-db native::block::tests::test_data_type_to_string
81392025-09-23T07:38:39.538Z PASS [ 0.024s] oximeter-db native::block::tests::test_datetime64_conversions
81402025-09-23T07:38:39.558Z PASS [ 0.021s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
81412025-09-23T07:38:39.561Z PASS [ 0.025s] oximeter-db native::block::tests::test_parse_all_known_timezones
81422025-09-23T07:38:39.581Z PASS [ 0.022s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
81432025-09-23T07:38:39.581Z PASS [ 0.021s] oximeter-db native::block::tests::test_parse_enum8
81442025-09-23T07:38:39.601Z PASS [ 0.020s] oximeter-db native::block::tests::test_parse_enum_variant
81452025-09-23T07:38:39.607Z PASS [ 0.026s] oximeter-db native::block::tests::test_parse_invalid_data_type
81462025-09-23T07:38:39.654Z PASS [ 0.723s] oximeter-db client::tests::test_timeseries_schema_list
81472025-09-23T07:38:39.707Z PASS [ 0.726s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
81482025-09-23T07:38:40.033Z PASS [ 1.135s] oximeter-db client::tests::test_sql_query_output
81492025-09-23T07:38:40.171Z PASS [ 0.569s] oximeter-db native::connection::tests::test_basic_select_query
81502025-09-23T07:38:40.223Z PASS [ 0.569s] oximeter-db native::connection::tests::test_exchange_hello
81512025-09-23T07:38:40.279Z PASS [ 0.572s] oximeter-db native::connection::tests::test_insert_and_select_data
81522025-09-23T07:38:40.283Z PASS [ 0.675s] oximeter-db native::connection::tests::test_can_cancel_query
81532025-09-23T07:38:40.595Z PASS [ 0.562s] oximeter-db native::connection::tests::test_insert_and_select_uuid
81542025-09-23T07:38:40.610Z PASS [ 0.016s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
81552025-09-23T07:38:40.624Z PASS [ 0.014s] oximeter-db native::io::block::tests::test_decode_full_block
81562025-09-23T07:38:40.637Z PASS [ 0.013s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
81572025-09-23T07:38:40.649Z PASS [ 0.012s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
81582025-09-23T07:38:40.670Z PASS [ 0.020s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
81592025-09-23T07:38:40.685Z PASS [ 0.015s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
81602025-09-23T07:38:40.699Z PASS [ 0.014s] oximeter-db native::io::column::tests::test_decode_string_column
81612025-09-23T07:38:40.713Z PASS [ 0.014s] oximeter-db native::io::column::tests::test_decode_uint64_column
81622025-09-23T07:38:40.728Z PASS [ 0.015s] oximeter-db native::io::column::tests::test_decode_uint8_column
81632025-09-23T07:38:40.735Z PASS [ 0.563s] oximeter-db native::connection::tests::test_select_array_column
81642025-09-23T07:38:40.744Z PASS [ 0.015s] oximeter-db native::io::column::tests::test_decode_uuid_column
81652025-09-23T07:38:40.750Z PASS [ 0.015s] oximeter-db native::io::column::tests::test_encode_decode_column
81662025-09-23T07:38:40.756Z PASS [ 0.014s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
81672025-09-23T07:38:40.764Z PASS [ 0.014s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
81682025-09-23T07:38:40.770Z PASS [ 0.014s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
81692025-09-23T07:38:40.778Z PASS [ 0.014s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
81702025-09-23T07:38:40.784Z PASS [ 0.013s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
81712025-09-23T07:38:40.790Z PASS [ 0.567s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
81722025-09-23T07:38:40.793Z PASS [ 0.013s] oximeter-db native::io::packet::server::tests::test_decode_pong
81732025-09-23T07:38:40.797Z PASS [ 0.013s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
81742025-09-23T07:38:40.806Z PASS [ 0.015s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
81752025-09-23T07:38:40.809Z PASS [ 0.014s] oximeter-db native::io::string::test::test_encode_decode
81762025-09-23T07:38:40.812Z PASS [ 0.015s] oximeter-db native::io::string::test::test_encode_hello_world
81772025-09-23T07:38:40.820Z PASS [ 0.014s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
81782025-09-23T07:38:40.823Z PASS [ 0.015s] oximeter-db native::io::table_columns::tests::test_column_count
81792025-09-23T07:38:40.828Z PASS [ 0.016s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
81802025-09-23T07:38:40.835Z PASS [ 0.014s] oximeter-db native::io::table_columns::tests::test_column_descriptions
81812025-09-23T07:38:40.838Z PASS [ 0.016s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
81822025-09-23T07:38:40.843Z PASS [ 0.561s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
81832025-09-23T07:38:40.843Z PASS [ 0.564s] oximeter-db native::connection::tests::test_select_nullable_column
81842025-09-23T07:38:40.846Z PASS [ 0.015s] oximeter-db native::io::varuint::test_encode_decode_varuint
81852025-09-23T07:38:40.849Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
81862025-09-23T07:38:40.852Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
81872025-09-23T07:38:40.857Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
81882025-09-23T07:38:40.860Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_double_literal
81892025-09-23T07:38:40.860Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_comparison
81902025-09-23T07:38:40.864Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
81912025-09-23T07:38:40.867Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
81922025-09-23T07:38:40.872Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
81932025-09-23T07:38:40.875Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
81942025-09-23T07:38:40.875Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
81952025-09-23T07:38:40.879Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
81962025-09-23T07:38:40.882Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
81972025-09-23T07:38:40.888Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
81982025-09-23T07:38:40.891Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_group_by
81992025-09-23T07:38:40.894Z PASS [ 0.018s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
82002025-09-23T07:38:40.894Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_ident
82012025-09-23T07:38:40.897Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
82022025-09-23T07:38:40.902Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
82032025-09-23T07:38:40.906Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
82042025-09-23T07:38:40.909Z PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
82052025-09-23T07:38:40.909Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
82062025-09-23T07:38:40.909Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
82072025-09-23T07:38:40.919Z PASS [ 0.017s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
82082025-09-23T07:38:40.922Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
82092025-09-23T07:38:40.925Z PASS [ 0.018s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
82102025-09-23T07:38:40.929Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_query
82112025-09-23T07:38:40.932Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
82122025-09-23T07:38:40.935Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
82132025-09-23T07:38:40.939Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
82142025-09-23T07:38:40.944Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
82152025-09-23T07:38:40.947Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_reducer
82162025-09-23T07:38:40.950Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
82172025-09-23T07:38:40.954Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
82182025-09-23T07:38:40.959Z PASS [ 0.013s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
82192025-09-23T07:38:40.962Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
82202025-09-23T07:38:40.965Z PASS [ 0.016s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
82212025-09-23T07:38:40.970Z PASS [ 0.016s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
82222025-09-23T07:38:40.973Z PASS [ 0.012s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
82232025-09-23T07:38:40.976Z PASS [ 0.016s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
82242025-09-23T07:38:40.979Z PASS [ 0.013s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
82252025-09-23T07:38:40.986Z PASS [ 0.016s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
82262025-09-23T07:38:40.989Z PASS [ 0.016s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
82272025-09-23T07:38:40.992Z PASS [ 0.013s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
82282025-09-23T07:38:40.997Z PASS [ 0.018s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
82292025-09-23T07:38:41.001Z PASS [ 0.014s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
82302025-09-23T07:38:41.005Z PASS [ 0.015s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
82312025-09-23T07:38:41.010Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
82322025-09-23T07:38:41.013Z PASS [ 0.015s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
82332025-09-23T07:38:41.025Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
82342025-09-23T07:38:41.025Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
82352025-09-23T07:38:41.029Z PASS [ 0.019s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
82362025-09-23T07:38:41.032Z PASS [ 0.019s] oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
82372025-09-23T07:38:41.045Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
82382025-09-23T07:38:41.046Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
82392025-09-23T07:38:41.049Z PASS [ 0.017s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
82402025-09-23T07:38:41.052Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
82412025-09-23T07:38:41.065Z PASS [ 0.019s] oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
82422025-09-23T07:38:41.068Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
82432025-09-23T07:38:41.068Z PASS [ 0.019s] oximeter-db oxql::plan::align::test::test_align_input_schema
82442025-09-23T07:38:41.147Z PASS [ 0.082s] oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
82452025-09-23T07:38:41.150Z PASS [ 0.081s] oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
82462025-09-23T07:38:41.161Z PASS [ 0.109s] oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
82472025-09-23T07:38:41.171Z PASS [ 0.103s] oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
82482025-09-23T07:38:41.233Z PASS [ 0.085s] oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
82492025-09-23T07:38:41.248Z PASS [ 0.101s] oximeter-db oxql::plan::plan::tests::cannot_join_one_table
82502025-09-23T07:38:41.255Z PASS [ 0.084s] oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
82512025-09-23T07:38:41.260Z PASS [ 0.099s] oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
82522025-09-23T07:38:41.335Z PASS [ 0.102s] oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
82532025-09-23T07:38:41.338Z PASS [ 0.083s] oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
82542025-09-23T07:38:41.341Z PASS [ 0.081s] oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
82552025-09-23T07:38:41.351Z PASS [ 0.102s] oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
82562025-09-23T07:38:41.420Z PASS [ 0.079s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
82572025-09-23T07:38:41.423Z PASS [ 0.088s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
82582025-09-23T07:38:41.436Z PASS [ 0.098s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
82592025-09-23T07:38:41.450Z PASS [ 0.100s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
82602025-09-23T07:38:41.512Z PASS [ 0.089s] oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
82612025-09-23T07:38:41.517Z PASS [ 0.081s] oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
82622025-09-23T07:38:41.520Z PASS [ 0.100s] oximeter-db oxql::plan::plan::tests::requires_full_table_scan
82632025-09-23T07:38:41.559Z PASS [ 0.109s] oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
82642025-09-23T07:38:41.573Z PASS [ 0.014s] oximeter-db oxql::query::tests::test_coalesce_limits
82652025-09-23T07:38:41.592Z PASS [ 0.019s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
82662025-09-23T07:38:41.603Z PASS [ 0.091s] oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
82672025-09-23T07:38:41.606Z PASS [ 0.089s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
82682025-09-23T07:38:41.609Z PASS [ 0.018s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
82692025-09-23T07:38:41.613Z PASS [ 0.090s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
82702025-09-23T07:38:41.621Z PASS [ 0.015s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
82712025-09-23T07:38:41.621Z PASS [ 0.018s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
82722025-09-23T07:38:41.624Z PASS [ 0.015s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
82732025-09-23T07:38:41.627Z PASS [ 0.016s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
82742025-09-23T07:38:41.637Z PASS [ 0.016s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
82752025-09-23T07:38:41.640Z PASS [ 0.019s] oximeter-db oxql::query::tests::test_coalesce_predicates
82762025-09-23T07:38:41.643Z PASS [ 0.016s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
82772025-09-23T07:38:41.643Z PASS [ 0.015s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
82782025-09-23T07:38:41.652Z PASS [ 0.015s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
82792025-09-23T07:38:41.656Z PASS [ 0.014s] oximeter-db oxql::query::tests::test_insert_filters
82802025-09-23T07:38:41.659Z PASS [ 0.015s] oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
82812025-09-23T07:38:41.662Z PASS [ 0.019s] oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
82822025-09-23T07:38:41.670Z PASS [ 0.014s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
82832025-09-23T07:38:41.674Z PASS [ 0.019s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
82842025-09-23T07:38:41.677Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_query_end_time
82852025-09-23T07:38:41.677Z PASS [ 0.015s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
82862025-09-23T07:38:41.687Z PASS [ 0.016s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
82872025-09-23T07:38:41.690Z PASS [ 0.012s] oximeter-db query::tests::test_field_selector_as_query
82882025-09-23T07:38:41.690Z PASS [ 0.015s] oximeter-db query::tests::test_field_cmp
82892025-09-23T07:38:41.694Z PASS [ 0.020s] oximeter-db oxql::query::tests::test_split_query
82902025-09-23T07:38:41.702Z PASS [ 0.016s] oximeter-db query::tests::test_field_value_as_db_str
82912025-09-23T07:38:41.708Z PASS [ 0.015s] oximeter-db query::tests::test_select_query_builder_from_parts
82922025-09-23T07:38:41.711Z PASS [ 0.023s] oximeter-db query::tests::test_select_query_builder_field_selectors
82932025-09-23T07:38:41.714Z PASS [ 0.022s] oximeter-db query::tests::test_select_query_builder_filter_raw
82942025-09-23T07:38:41.725Z PASS [ 0.017s] oximeter-db query::tests::test_select_query_builder_limit_offset
82952025-09-23T07:38:41.725Z PASS [ 0.015s] oximeter-db query::tests::test_select_query_builder_no_fields
82962025-09-23T07:38:41.728Z PASS [ 0.015s] oximeter-db query::tests::test_select_query_builder_no_selectors
82972025-09-23T07:38:41.728Z PASS [ 0.025s] oximeter-db query::tests::test_select_query_builder_full
82982025-09-23T07:38:41.741Z PASS [ 0.016s] oximeter-db query::tests::test_time_range
82992025-09-23T07:38:41.745Z PASS [ 0.018s] oximeter-db sql::tests::test_allow_subqueries
83002025-09-23T07:38:41.748Z PASS [ 0.021s] oximeter-db sql::tests::test_allow_limit_offset
83012025-09-23T07:38:41.751Z PASS [ 0.026s] oximeter-db query::tests::test_string_field_selector
83022025-09-23T07:38:41.759Z PASS [ 0.018s] oximeter-db sql::tests::test_cannot_name_database
83032025-09-23T07:38:41.765Z PASS [ 0.019s] oximeter-db sql::tests::test_ctes_are_not_supported
83042025-09-23T07:38:41.770Z PASS [ 0.022s] oximeter-db sql::tests::test_function_allow_list
83052025-09-23T07:38:41.778Z PASS [ 0.019s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
83062025-09-23T07:38:41.791Z PASS [ 0.026s] oximeter-db sql::tests::test_query_must_be_select_statement
83072025-09-23T07:38:41.794Z PASS [ 0.022s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
83082025-09-23T07:38:41.797Z PASS [ 0.043s] oximeter-db sql::tests::test_join_must_be_inner
83092025-09-23T07:38:41.800Z PASS [ 0.022s] oximeter-db sql::tests::test_require_table_is_timeseries_name
83102025-09-23T07:38:41.810Z PASS [ 0.015s] oximeter-db tests::test_timeseries_key_field_stability
83112025-09-23T07:38:41.813Z PASS [ 0.020s] oximeter-db sql::tests::test_with_comma_join_fails
83122025-09-23T07:38:41.813Z PASS [ 0.022s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
83132025-09-23T07:38:41.816Z PASS [ 0.016s] oximeter-db tests::test_timeseries_key_sample_stability
83142025-09-23T07:38:41.875Z PASS [ 0.062s] oximeter-instruments http::tests::test_latency_tracker
83152025-09-23T07:38:41.899Z PASS [ 0.979s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
83162025-09-23T07:38:41.928Z PASS [ 0.029s] oximeter-instruments kstat::link::tests::test_kstat_interested
83172025-09-23T07:38:41.983Z PASS [ 0.166s] oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
83182025-09-23T07:38:42.024Z PASS [ 0.096s] oximeter-instruments kstat::link::tests::test_kstat_sampler
83192025-09-23T07:38:42.046Z PASS [ 0.063s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
83202025-09-23T07:38:42.113Z PASS [ 0.067s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
83212025-09-23T07:38:42.141Z PASS [ 0.117s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
83222025-09-23T07:38:42.173Z PASS [ 0.059s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
83232025-09-23T07:38:42.198Z PASS [ 0.056s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
83242025-09-23T07:38:42.215Z PASS [ 0.042s] oximeter-instruments kstat::link::tests::test_sled_datalink
83252025-09-23T07:38:42.241Z PASS [ 0.026s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
83262025-09-23T07:38:42.249Z PASS [ 0.051s] oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
83272025-09-23T07:38:42.258Z PASS [ 0.016s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
83282025-09-23T07:38:42.264Z PASS [ 0.015s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
83292025-09-23T07:38:42.272Z PASS [ 0.014s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
83302025-09-23T07:38:42.292Z PASS [ 0.013s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
83312025-09-23T07:38:42.292Z PASS [ 0.013s] oximeter-macro-impl tests::test_metric_annotated_field
83322025-09-23T07:38:42.296Z PASS [ 0.017s] oximeter-macro-impl tests::test_metric_datum_field
83332025-09-23T07:38:42.300Z PASS [ 0.014s] oximeter-macro-impl tests::test_metric_enum
83342025-09-23T07:38:42.309Z PASS [ 0.015s] oximeter-macro-impl tests::test_metric_without_datum_field
83352025-09-23T07:38:42.312Z PASS [ 0.010s] oximeter-macro-impl tests::test_target
83362025-09-23T07:38:42.320Z PASS [ 0.011s] oximeter-macro-impl tests::test_target_empty_struct
83372025-09-23T07:38:42.323Z PASS [ 0.010s] oximeter-macro-impl tests::test_target_enum
83382025-09-23T07:38:42.330Z PASS [ 0.010s] oximeter-macro-impl tests::test_target_unit_struct
83392025-09-23T07:38:42.333Z PASS [ 0.010s] oximeter-macro-impl tests::test_target_with_datum_field
83402025-09-23T07:38:42.399Z PASS [ 0.067s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
83412025-09-23T07:38:42.419Z PASS [ 0.021s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
83422025-09-23T07:38:42.436Z PASS [ 0.016s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
83432025-09-23T07:38:42.452Z PASS [ 0.016s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
83442025-09-23T07:38:42.471Z PASS [ 0.019s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
83452025-09-23T07:38:42.503Z PASS [ 0.032s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
83462025-09-23T07:38:42.520Z PASS [ 0.016s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
83472025-09-23T07:38:42.553Z PASS [ 0.033s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
83482025-09-23T07:38:42.571Z PASS [ 0.018s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
83492025-09-23T07:38:42.594Z PASS [ 0.024s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
83502025-09-23T07:38:42.623Z PASS [ 0.029s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
83512025-09-23T07:38:42.638Z PASS [ 0.015s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
83522025-09-23T07:38:42.655Z PASS [ 0.017s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
83532025-09-23T07:38:42.670Z PASS [ 0.015s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
83542025-09-23T07:38:42.687Z PASS [ 0.017s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
83552025-09-23T07:38:42.703Z PASS [ 0.015s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
83562025-09-23T07:38:42.718Z PASS [ 0.015s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
83572025-09-23T07:38:42.734Z PASS [ 0.015s] oximeter-schema ir::tests::fail_on_empty_descriptions
83582025-09-23T07:38:42.756Z PASS [ 0.022s] oximeter-schema ir::tests::fail_on_empty_metric_name
83592025-09-23T07:38:42.773Z PASS [ 0.017s] oximeter-schema ir::tests::fail_on_empty_target_name
83602025-09-23T07:38:42.788Z PASS [ 0.014s] oximeter-schema ir::tests::fail_on_very_long_field_names
83612025-09-23T07:38:42.804Z PASS [ 0.016s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
83622025-09-23T07:38:42.820Z PASS [ 0.016s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
83632025-09-23T07:38:42.836Z PASS [ 0.016s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
83642025-09-23T07:38:42.855Z PASS [ 0.018s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
83652025-09-23T07:38:42.871Z PASS [ 0.016s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
83662025-09-23T07:38:42.890Z PASS [ 0.018s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
83672025-09-23T07:38:42.907Z PASS [ 0.018s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
83682025-09-23T07:38:42.925Z PASS [ 0.017s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
83692025-09-23T07:38:42.942Z PASS [ 0.017s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
83702025-09-23T07:38:42.959Z PASS [ 0.016s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
83712025-09-23T07:38:42.976Z PASS [ 0.017s] oximeter-schema ir::tests::only_support_format_version_1
83722025-09-23T07:38:42.991Z PASS [ 0.015s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
83732025-09-23T07:38:43.005Z PASS [ 0.013s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
83742025-09-23T07:38:43.112Z PASS [ 0.107s] oximeter-test-utils tests::test_gen_test_samples
83752025-09-23T07:38:43.137Z PASS [ 0.025s] oximeter-test-utils tests::test_sample_struct
83762025-09-23T07:38:43.164Z PASS [ 0.027s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
83772025-09-23T07:38:43.183Z PASS [ 0.019s] oximeter-test-utils tests::test_timeseries_schema_from_parts
83782025-09-23T07:38:43.199Z PASS [ 0.016s] oximeter-test-utils tests::test_timeseries_schema_from_sample
83792025-09-23T07:38:43.216Z PASS [ 0.017s] oximeter-types histogram::tests::test_bin_range
83802025-09-23T07:38:43.229Z PASS [ 0.013s] oximeter-types histogram::tests::test_bin_range_from
83812025-09-23T07:38:43.242Z PASS [ 0.012s] oximeter-types histogram::tests::test_bin_range_to
83822025-09-23T07:38:43.258Z PASS [ 0.016s] oximeter-types histogram::tests::test_empty_bins_not_supported
83832025-09-23T07:38:43.271Z PASS [ 0.013s] oximeter-types histogram::tests::test_ensure_finite
83842025-09-23T07:38:43.301Z PASS [ 0.029s] oximeter-types histogram::tests::test_histogram
83852025-09-23T07:38:43.322Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_construct_with
83862025-09-23T07:38:43.342Z PASS [ 0.020s] oximeter-types histogram::tests::test_histogram_extreme_bins
83872025-09-23T07:38:43.355Z PASS [ 0.013s] oximeter-types histogram::tests::test_histogram_extreme_samples
83882025-09-23T07:38:43.368Z PASS [ 0.013s] oximeter-types histogram::tests::test_histogram_float_bins
83892025-09-23T07:38:43.382Z PASS [ 0.013s] oximeter-types histogram::tests::test_histogram_unbounded_samples
83902025-09-23T07:38:43.402Z PASS [ 0.020s] oximeter-types histogram::tests::test_histogram_unsorted_bins
83912025-09-23T07:38:43.416Z PASS [ 0.014s] oximeter-types histogram::tests::test_histogram_with_bins
83922025-09-23T07:38:43.429Z PASS [ 0.013s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
83932025-09-23T07:38:43.446Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
83942025-09-23T07:38:43.457Z PASS [ 0.012s] oximeter-types histogram::tests::test_log_bins_u64
83952025-09-23T07:38:43.470Z PASS [ 0.013s] oximeter-types histogram::tests::test_log_bins_u8
83962025-09-23T07:38:43.507Z PASS [ 0.036s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
83972025-09-23T07:38:43.518Z PASS [ 0.011s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
83982025-09-23T07:38:43.529Z PASS [ 0.011s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
83992025-09-23T07:38:43.541Z PASS [ 0.012s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
84002025-09-23T07:38:43.551Z PASS [ 0.010s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
84012025-09-23T07:38:43.562Z PASS [ 0.010s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
84022025-09-23T07:38:43.573Z PASS [ 0.011s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
84032025-09-23T07:38:43.583Z PASS [ 0.010s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
84042025-09-23T07:38:43.593Z PASS [ 0.010s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
84052025-09-23T07:38:43.604Z PASS [ 0.011s] oximeter-types histogram::tests::test_span_decades
84062025-09-23T07:38:43.615Z PASS [ 0.011s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
84072025-09-23T07:38:43.628Z PASS [ 0.013s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
84082025-09-23T07:38:43.639Z PASS [ 0.011s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
84092025-09-23T07:38:43.651Z PASS [ 0.012s] oximeter-types quantile::tests::test_default_percentiles
84102025-09-23T07:38:43.662Z PASS [ 0.011s] oximeter-types quantile::tests::test_empty_observations
84112025-09-23T07:38:43.677Z PASS [ 0.014s] oximeter-types quantile::tests::test_find_cells
84122025-09-23T07:38:43.688Z PASS [ 0.011s] oximeter-types quantile::tests::test_float_observations
84132025-09-23T07:38:43.699Z PASS [ 0.011s] oximeter-types quantile::tests::test_integer_observations
84142025-09-23T07:38:43.709Z PASS [ 0.010s] oximeter-types quantile::tests::test_invalid_p_value
84152025-09-23T07:38:43.720Z PASS [ 0.011s] oximeter-types quantile::tests::test_max_p
84162025-09-23T07:38:43.731Z PASS [ 0.011s] oximeter-types quantile::tests::test_min_p
84172025-09-23T07:38:43.742Z PASS [ 0.011s] oximeter-types quantile::tests::test_non_filled_observations
84182025-09-23T07:38:43.759Z PASS [ 0.017s] oximeter-types quantile::tests::test_rounding
84192025-09-23T07:38:43.772Z PASS [ 0.013s] oximeter-types schema::tests::test_field_schema_ordering
84202025-09-23T07:38:44.817Z PASS [ 0.039s] oximeter-types schema::tests::test_timeseries_name
84212025-09-23T07:38:44.822Z PASS [ 0.016s] oximeter-types schema::tests::test_timeseries_name_from_str
84222025-09-23T07:38:44.822Z PASS [ 0.015s] oximeter-types traits::tests::test_metric_trait
84232025-09-23T07:38:44.822Z PASS [ 0.016s] oximeter-types traits::tests::test_producer_trait
84242025-09-23T07:38:44.822Z PASS [ 0.011s] oximeter-types traits::tests::test_target_trait
84252025-09-23T07:38:44.822Z PASS [ 0.010s] oximeter-types types::tests::test_cumulative_f64
84262025-09-23T07:38:44.822Z PASS [ 0.010s] oximeter-types types::tests::test_cumulative_i64
84272025-09-23T07:38:44.822Z PASS [ 0.013s] oximeter-types types::tests::test_datum
84282025-09-23T07:38:44.822Z PASS [ 0.014s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
84292025-09-23T07:38:44.822Z PASS [ 0.013s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
84302025-09-23T07:38:44.822Z PASS [ 0.014s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
84312025-09-23T07:38:44.822Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
84322025-09-23T07:38:44.822Z PASS [ 0.014s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
84332025-09-23T07:38:44.822Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
84342025-09-23T07:38:44.822Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
84352025-09-23T07:38:44.822Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
84362025-09-23T07:38:44.822Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
84372025-09-23T07:38:44.822Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
84382025-09-23T07:38:44.822Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
84392025-09-23T07:38:44.822Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
84402025-09-23T07:38:44.822Z PASS [ 0.014s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
84412025-09-23T07:38:44.822Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
84422025-09-23T07:38:44.823Z PASS [ 0.012s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
84432025-09-23T07:38:44.823Z PASS [ 0.014s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
84442025-09-23T07:38:44.823Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
84452025-09-23T07:38:44.823Z PASS [ 0.014s] oximeter-types types::tests::test_measurement
84462025-09-23T07:38:44.823Z PASS [ 0.013s] oximeter-types types::tests::test_verify_field_names
84472025-09-23T07:38:44.823Z PASS [ 0.024s] oxlog tests::test_daterange_filter
84482025-09-23T07:38:44.823Z PASS [ 0.012s] oxlog tests::test_is_oxide_smf_log_file
84492025-09-23T07:38:44.823Z PASS [ 0.009s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
84502025-09-23T07:38:44.823Z PASS [ 0.009s] oxlog tests::test_sort_logs
84512025-09-23T07:38:44.823Z PASS [ 0.045s] oxlog::bin/oxlog tests::test_parse_timestamp
84522025-09-23T07:38:44.823Z PASS [ 0.064s] oxql-types point::tests::test_cast_points_from_bool
84532025-09-23T07:38:44.823Z PASS [ 0.015s] oxql-types point::tests::test_cast_points_from_double
84542025-09-23T07:38:44.823Z PASS [ 0.020s] oxql-types point::tests::test_cast_points_from_double_distribution
84552025-09-23T07:38:44.823Z PASS [ 0.011s] oxql-types point::tests::test_cast_points_from_int_distribution
84562025-09-23T07:38:44.823Z PASS [ 0.011s] oxql-types point::tests::test_cast_points_from_integer
84572025-09-23T07:38:44.823Z PASS [ 0.025s] oxql-types point::tests::test_cast_points_from_string
84582025-09-23T07:38:44.823Z PASS [ 0.011s] oxql-types point::tests::test_join_point_arrays
84592025-09-23T07:38:44.823Z PASS [ 0.012s] oxql-types point::tests::test_point_delta_between
84602025-09-23T07:38:44.823Z PASS [ 0.012s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
84612025-09-23T07:38:44.823Z PASS [ 0.011s] oxql-types point::tests::test_point_delta_between_with_new_epoch
84622025-09-23T07:38:44.823Z PASS [ 0.011s] oxql-types point::tests::test_push_concrete_values
84632025-09-23T07:38:44.823Z PASS [ 0.014s] oxql-types point::tests::test_sub_between_histogram_distributions
84642025-09-23T07:38:44.823Z PASS [ 0.084s] parallel-task-set test::test_spawn_many
84652025-09-23T07:38:44.823Z PASS [ 0.046s] range-requests test::get_response_no_range
84662025-09-23T07:38:44.823Z PASS [ 0.035s] range-requests test::get_response_with_range
84672025-09-23T07:38:44.823Z PASS [ 0.009s] range-requests test::invalid_ranges
84682025-09-23T07:38:44.823Z PASS [ 0.013s] range-requests test::parse_range_invalid
84692025-09-23T07:38:44.823Z PASS [ 0.008s] range-requests test::parse_range_valid
84702025-09-23T07:38:44.823Z PASS [ 0.016s] range-requests test::potential_range_parsing_does_not_crash
84712025-09-23T07:38:44.823Z PASS [ 0.012s] range-requests test::range_into_str
84722025-09-23T07:38:44.823Z PASS [ 0.011s] range-requests test::single_range_parsing_does_not_crash
84732025-09-23T07:38:45.425Z PASS [ 3.094s] oximeter-producer tests::test_producer_registration_task
84742025-09-23T07:38:45.589Z PASS [ 0.851s] reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
84752025-09-23T07:38:45.630Z PASS [ 0.205s] reconfigurator-cli::test-scripts script::cmds-example.txt
84762025-09-23T07:38:45.728Z PASS [ 0.138s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
84772025-09-23T07:38:45.760Z PASS [ 0.130s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
84782025-09-23T07:38:45.821Z PASS [ 0.093s] reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
84792025-09-23T07:38:45.889Z PASS [ 0.129s] reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
84802025-09-23T07:38:45.970Z PASS [ 0.080s] reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
84812025-09-23T07:38:47.368Z PASS [ 1.397s] reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
84822025-09-23T07:38:47.459Z PASS [ 0.091s] reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
84832025-09-23T07:38:47.547Z PASS [ 1.725s] reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
84842025-09-23T07:38:47.601Z PASS [ 0.141s] reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
84852025-09-23T07:38:47.682Z PASS [ 0.135s] reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
84862025-09-23T07:38:47.722Z PASS [ 0.122s] reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
84872025-09-23T07:38:47.912Z PASS [ 0.189s] reconfigurator-cli::test-scripts script::cmds.txt
84882025-09-23T07:38:48.868Z PASS [ 0.955s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
84892025-09-23T07:38:49.636Z PASS [ 0.769s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
84902025-09-23T07:38:49.930Z PASS [ 2.247s] reconfigurator-cli::test-scripts script::cmds-target-release.txt
84912025-09-23T07:38:50.433Z PASS [ 0.796s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
84922025-09-23T07:38:51.323Z PASS [ 0.890s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
84932025-09-23T07:38:53.064Z PASS [ 1.741s] sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
84942025-09-23T07:38:56.305Z PASS [ 14.488s] oximeter-db::integration_test test_schemas_disjoint
84952025-09-23T07:38:56.440Z PASS [ 6.508s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
84962025-09-23T07:38:56.518Z PASS [ 3.453s] sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
84972025-09-23T07:38:57.274Z PASS [ 0.755s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
84982025-09-23T07:38:57.279Z PASS [ 15.399s] oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
84992025-09-23T07:38:57.319Z PASS [ 0.035s] sled-agent-config-reconciler dump_setup::tests::test_archives_rotated_logs_and_cores
85002025-09-23T07:38:57.344Z PASS [ 0.025s] sled-agent-config-reconciler dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
85012025-09-23T07:38:57.374Z PASS [ 0.029s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold
85022025-09-23T07:38:57.405Z PASS [ 0.032s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold_many_files
85032025-09-23T07:38:57.439Z PASS [ 0.034s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleanup_ignores_support_bundles
85042025-09-23T07:38:57.466Z PASS [ 0.026s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_not_cleaned_under_threshold
85052025-09-23T07:38:57.492Z PASS [ 0.026s] sled-agent-config-reconciler dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
85062025-09-23T07:38:57.534Z PASS [ 0.042s] sled-agent-config-reconciler dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
85072025-09-23T07:38:57.565Z PASS [ 0.030s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
85082025-09-23T07:38:57.591Z PASS [ 0.026s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
85092025-09-23T07:38:58.421Z PASS [ 1.147s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
85102025-09-23T07:38:58.447Z PASS [ 0.026s] sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
85112025-09-23T07:38:58.493Z PASS [ 0.045s] sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
85122025-09-23T07:38:58.776Z PASS [ 0.283s] sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
85132025-09-23T07:38:59.099Z PASS [ 17.283s] oximeter-db::integration_test test_cluster
85142025-09-23T07:38:59.106Z PASS [ 2.801s] sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
85152025-09-23T07:38:59.126Z PASS [ 0.027s] sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
85162025-09-23T07:38:59.134Z PASS [ 0.028s] sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
85172025-09-23T07:38:59.145Z PASS [ 0.019s] sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
85182025-09-23T07:38:59.213Z PASS [ 0.078s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_merges_old_configs
85192025-09-23T07:38:59.236Z PASS [ 0.023s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_returns_none_if_no_legacy_configs
85202025-09-23T07:38:59.291Z PASS [ 0.055s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_merge_old_configs
85212025-09-23T07:38:59.323Z PASS [ 0.032s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_old_config_schema
85222025-09-23T07:38:59.396Z PASS [ 0.073s] sled-agent-config-reconciler ledger::tests::convert_legacy_ledgers_if_present
85232025-09-23T07:38:59.421Z PASS [ 0.025s] sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
85242025-09-23T07:38:59.445Z PASS [ 0.024s] sled-agent-config-reconciler ledger::tests::read_existing_config
85252025-09-23T07:38:59.468Z PASS [ 0.023s] sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
85262025-09-23T07:38:59.489Z PASS [ 0.021s] sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
85272025-09-23T07:38:59.514Z PASS [ 0.025s] sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
85282025-09-23T07:38:59.533Z PASS [ 0.019s] sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
85292025-09-23T07:38:59.554Z PASS [ 0.021s] sled-agent-config-reconciler ledger::tests::reject_old_config_generation
85302025-09-23T07:38:59.578Z PASS [ 0.024s] sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
85312025-09-23T07:38:59.946Z PASS [ 1.169s] sled-agent-config-reconciler internal_disks::tests::failures_are_retried
85322025-09-23T07:39:00.049Z PASS [ 0.902s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_panics_if_partial_legacy_configs
85332025-09-23T07:39:00.796Z PASS [ 30.031s] oximeter-db client::tests::cannot_ping_nonexistent_server
85342025-09-23T07:39:01.212Z PASS [ 1.633s] sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
85352025-09-23T07:39:02.699Z PASS [ 2.753s] sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
85362025-09-23T07:39:02.725Z PASS [ 0.025s] sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
85372025-09-23T07:39:02.754Z PASS [ 0.029s] sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
85382025-09-23T07:39:02.780Z PASS [ 0.025s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
85392025-09-23T07:39:02.805Z PASS [ 0.025s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
85402025-09-23T07:39:02.835Z PASS [ 0.029s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
85412025-09-23T07:39:02.864Z PASS [ 0.029s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
85422025-09-23T07:39:02.894Z PASS [ 0.030s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
85432025-09-23T07:39:02.923Z PASS [ 0.029s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
85442025-09-23T07:39:02.948Z PASS [ 0.025s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
85452025-09-23T07:39:02.979Z PASS [ 0.030s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
85462025-09-23T07:39:03.006Z PASS [ 0.027s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
85472025-09-23T07:39:03.169Z PASS [ 0.162s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
85482025-09-23T07:39:03.205Z PASS [ 0.036s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
85492025-09-23T07:39:03.252Z PASS [ 0.047s] sled-agent-types rack_init::tests::parse_rack_initialization
85502025-09-23T07:39:03.272Z PASS [ 0.020s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
85512025-09-23T07:39:03.324Z PASS [ 0.052s] sled-agent-types rack_init::tests::test_extra_certs
85522025-09-23T07:39:03.346Z PASS [ 0.021s] sled-agent-types rack_init::tests::test_subnets
85532025-09-23T07:39:03.373Z PASS [ 6.930s] sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
85542025-09-23T07:39:03.388Z PASS [ 0.042s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
85552025-09-23T07:39:03.403Z PASS [ 0.030s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
85562025-09-23T07:39:03.413Z PASS [ 0.026s] sled-agent-types zone_bundle::tests::test_compare_bundles
85572025-09-23T07:39:03.422Z PASS [ 0.019s] sled-agent-types zone_bundle::tests::test_priority_dimension
85582025-09-23T07:39:03.431Z PASS [ 0.018s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
85592025-09-23T07:39:03.439Z PASS [ 0.017s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
85602025-09-23T07:39:03.501Z PASS [ 2.703s] sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
85612025-09-23T07:39:03.623Z PASS [ 0.183s] sled-agent-zone-images mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
85622025-09-23T07:39:03.623Z PASS [ 0.122s] sled-agent-zone-images mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
85632025-09-23T07:39:03.623Z PASS [ 0.191s] sled-agent-zone-images mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
85642025-09-23T07:39:03.647Z PASS [ 0.024s] sled-agent-zone-images mupdate_override::tests::clear_boot_not_present
85652025-09-23T07:39:03.647Z PASS [ 0.024s] sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_matches_present
85662025-09-23T07:39:03.647Z PASS [ 0.024s] sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
85672025-09-23T07:39:03.671Z PASS [ 0.024s] sled-agent-zone-images mupdate_override::tests::clear_no_status
85682025-09-23T07:39:03.671Z PASS [ 0.024s] sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
85692025-09-23T07:39:03.671Z PASS [ 0.024s] sled-agent-zone-images mupdate_override::tests::clear_file_io_error
85702025-09-23T07:39:03.696Z PASS [ 0.025s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_boot_disk_read_error
85712025-09-23T07:39:03.696Z PASS [ 0.025s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_disk_missing
85722025-09-23T07:39:03.696Z PASS [ 0.025s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_boot_absent_other_present
85732025-09-23T07:39:03.720Z PASS [ 0.024s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_matches_absent
85742025-09-23T07:39:03.720Z PASS [ 0.024s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_read_error
85752025-09-23T07:39:03.720Z PASS [ 0.024s] sled-agent-zone-images mupdate_override::tests::read_boot_absent_other_present
85762025-09-23T07:39:03.743Z PASS [ 0.023s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_not_dir
85772025-09-23T07:39:03.743Z PASS [ 0.023s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_missing
85782025-09-23T07:39:03.746Z PASS [ 0.024s] sled-agent-zone-images mupdate_override::tests::read_boot_present_other_absent
85792025-09-23T07:39:03.766Z PASS [ 0.022s] sled-agent-zone-images mupdate_override::tests::read_both_present
85802025-09-23T07:39:03.766Z PASS [ 0.023s] sled-agent-zone-images mupdate_override::tests::read_both_absent
85812025-09-23T07:39:03.770Z PASS [ 0.027s] sled-agent-zone-images mupdate_override::tests::read_boot_read_error
85822025-09-23T07:39:03.789Z PASS [ 0.023s] sled-agent-zone-images mupdate_override::tests::read_solo_boot_disk
85832025-09-23T07:39:03.793Z PASS [ 0.025s] sled-agent-zone-images mupdate_override::tests::read_different_values
85842025-09-23T07:39:03.816Z PASS [ 0.026s] sled-agent-zone-images source_resolver::tests::file_source_zone_manifest_invalid
85852025-09-23T07:39:03.819Z PASS [ 0.027s] sled-agent-zone-images source_resolver::tests::lookup_with_mupdate_override
85862025-09-23T07:39:03.819Z PASS [ 0.047s] sled-agent-zone-images source_resolver::tests::file_source_with_errors
85872025-09-23T07:39:03.842Z PASS [ 0.024s] sled-agent-zone-images source_resolver::tests::resolver_status_to_inventory
85882025-09-23T07:39:03.842Z PASS [ 0.026s] sled-agent-zone-images source_resolver::tests::lookup_with_mupdate_override_error
85892025-09-23T07:39:03.845Z PASS [ 0.028s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_missing
85902025-09-23T07:39:03.866Z PASS [ 0.025s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_read_error
85912025-09-23T07:39:03.870Z PASS [ 0.027s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_zone_mismatch
85922025-09-23T07:39:03.879Z PASS [ 0.033s] sled-agent-zone-images zone_manifest::tests::read_non_boot_disk_zone_mismatch
85932025-09-23T07:39:03.891Z PASS [ 0.024s] sled-agent-zone-images zone_manifest::tests::read_success
85942025-09-23T07:39:04.053Z PASS [ 4.003s] sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
85952025-09-23T07:39:04.309Z PASS [ 3.096s] sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
85962025-09-23T07:39:04.374Z PASS [ 0.065s] sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
85972025-09-23T07:39:04.406Z PASS [ 0.032s] sled-diagnostics logs::test::test_sort_cockroach_extra_logs
85982025-09-23T07:39:04.446Z PASS [ 0.040s] sled-diagnostics queries::test::test_command_stderr_is_correct
85992025-09-23T07:39:04.482Z PASS [ 0.035s] sled-diagnostics queries::test::test_command_stdout_is_correct
86002025-09-23T07:39:04.520Z PASS [ 0.038s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
86012025-09-23T07:39:05.050Z PASS [ 0.530s] sled-diagnostics queries::test::test_long_running_command_is_aborted
86022025-09-23T07:39:05.098Z PASS [ 0.048s] sled-hardware disk::test::test_disk_paths
86032025-09-23T07:39:05.121Z PASS [ 0.023s] sled-hardware disk::test::test_partition_device_paths
86042025-09-23T07:39:05.225Z PASS [ 0.104s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
86052025-09-23T07:39:05.253Z PASS [ 0.027s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
86062025-09-23T07:39:05.279Z PASS [ 0.026s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
86072025-09-23T07:39:05.306Z PASS [ 0.027s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
86082025-09-23T07:39:05.362Z PASS [ 0.056s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
86092025-09-23T07:39:05.389Z PASS [ 0.026s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
86102025-09-23T07:39:05.417Z PASS [ 0.028s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
86112025-09-23T07:39:05.448Z PASS [ 0.031s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
86122025-09-23T07:39:05.527Z PASS [ 0.079s] sled-storage dataset::test::serialize_dataset_name
86132025-09-23T07:39:05.614Z PASS [ 0.087s] sled-storage manager::test::test_datasets_schema
86142025-09-23T07:39:05.642Z PASS [ 0.028s] sled-storage manager::test::test_omicron_physical_disks_schema
86152025-09-23T07:39:07.166Z PASS [ 3.273s] sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
86162025-09-23T07:39:07.728Z PASS [ 3.847s] sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
86172025-09-23T07:39:07.782Z PASS [ 0.055s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
86182025-09-23T07:39:07.815Z PASS [ 3.945s] sled-diagnostics logs::illumos_tests::collect_current_logs
86192025-09-23T07:39:08.209Z PASS [ 4.154s] sled-diagnostics logs::illumos_tests::log_snapshots_work
86202025-09-23T07:39:08.601Z PASS [ 2.958s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
86212025-09-23T07:39:09.002Z PASS [ 1.836s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
86222025-09-23T07:39:10.240Z PASS [ 12.644s] sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
86232025-09-23T07:39:10.301Z PASS [ 0.061s] sled-storage manager::tests::ensure_using_exactly_these_disks
86242025-09-23T07:39:10.538Z PASS [ 2.722s] sled-storage manager::tests::ensure_datasets
86252025-09-23T07:39:10.619Z PASS [ 2.409s] sled-storage manager::tests::ensure_datasets_get_mounted
86262025-09-23T07:39:10.962Z PASS [ 2.360s] sled-storage manager::tests::ensure_datasets_get_mounted_even_with_data
86272025-09-23T07:39:11.042Z PASS [ 3.258s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
86282025-09-23T07:39:12.091Z PASS [ 1.128s] sled-storage manager::tests::update_rawdisk_firmware
86292025-09-23T07:39:12.932Z PASS [ 2.631s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
86302025-09-23T07:39:13.002Z PASS [ 2.463s] sled-storage manager::tests::nested_dataset
86312025-09-23T07:39:13.080Z PASS [ 2.461s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
86322025-09-23T07:39:13.112Z PASS [ 0.031s] trust-quorum crypto::tests::rack_secrets_decryption_failure
86332025-09-23T07:39:13.137Z PASS [ 0.025s] trust-quorum crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
86342025-09-23T07:39:13.177Z PASS [ 2.134s] sled-storage manager::tests::upsert_filesystem
86352025-09-23T07:39:13.232Z PASS [ 0.054s] trust-quorum rack_secret_loader::tests::test_load_rack_secrets
86362025-09-23T07:39:13.351Z PASS [ 0.119s] trust-quorum validators::tests::test_validate_reconfigure_msg_failure
86372025-09-23T07:39:13.370Z PASS [ 0.234s] trust-quorum node::tests::initial_configuration
86382025-09-23T07:39:13.457Z PASS [ 0.106s] trust-quorum validators::tests::test_validate_reconfigure_msg_new_success
86392025-09-23T07:39:13.946Z PASS [ 0.943s] trust-quorum crypto::tests::rack_secret_test
86402025-09-23T07:39:13.997Z PASS [ 1.064s] sled-storage manager::tests::wait_for_boot_disk
86412025-09-23T07:39:14.336Z PASS [ 0.879s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
86422025-09-23T07:39:14.380Z PASS [ 0.044s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
86432025-09-23T07:39:14.433Z PASS [ 2.341s] sled-storage manager::tests::upsert_filesystem_no_uuid
86442025-09-23T07:39:14.443Z PASS [ 0.497s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
86452025-09-23T07:39:14.446Z PASS [ 0.066s] update-common artifacts::update_plan::tests::test_bad_rot_versions
86462025-09-23T07:39:14.481Z PASS [ 0.034s] update-common artifacts::update_plan::tests::test_split_control_plane
86472025-09-23T07:39:14.497Z PASS [ 0.064s] update-common artifacts::update_plan::tests::test_multi_rot_bord
86482025-09-23T07:39:14.507Z PASS [ 0.026s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
86492025-09-23T07:39:14.514Z PASS [ 0.072s] update-common artifacts::update_plan::tests::test_multi_rot_version
86502025-09-23T07:39:14.535Z PASS [ 0.038s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
86512025-09-23T07:39:14.562Z PASS [ 0.054s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
86522025-09-23T07:39:14.587Z PASS [ 0.026s] update-engine display::line_display_shared::tests::test_format_progress_counter
86532025-09-23T07:39:14.618Z PASS [ 0.030s] update-engine display::line_display_shared::tests::test_start_line
86542025-09-23T07:39:14.655Z PASS [ 0.037s] update-engine engine::tests::error_exits_early
86552025-09-23T07:39:14.693Z PASS [ 0.038s] update-engine events::tests::progress_event_parse_unknown
86562025-09-23T07:39:14.712Z PASS [ 0.019s] update-engine events::tests::step_event_parse_unknown
86572025-09-23T07:39:14.720Z PASS [ 0.184s] update-engine display::group_display::tests::test_stats
86582025-09-23T07:39:14.731Z PASS [ 0.019s] update-engine spec::tests::test_merge_anyhow_list
86592025-09-23T07:39:14.752Z PASS [ 0.021s] wicket state::inventory::tests::component_id_display
86602025-09-23T07:39:14.774Z PASS [ 0.022s] wicket state::rack::tests::prev_next_are_opposites
86612025-09-23T07:39:14.787Z PASS [ 0.013s] wicket state::rack::tests::up_down_are_opposites
86622025-09-23T07:39:14.844Z PASS [ 0.329s] update-engine buffer::tests::test_buffer
86632025-09-23T07:39:14.915Z PASS [ 0.195s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
86642025-09-23T07:39:14.922Z PASS [ 0.078s] wicket-common rack_setup::tests::roundtrip_import_export_policy
86652025-09-23T07:39:15.030Z PASS [ 0.108s] wicketd rss_config::tests::test_bgp_auth_key_states
86662025-09-23T07:39:15.030Z PASS [ 0.115s] wicketd installinator_progress::tests::test_states
86672025-09-23T07:39:15.311Z PASS [ 0.524s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
86682025-09-23T07:39:16.434Z PASS [ 1.403s] wicketd::mod integration_tests::inventory::test_inventory
86692025-09-23T07:39:17.039Z PASS [ 3.040s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
86702025-09-23T07:39:17.101Z PASS [ 1.789s] wicketd::mod integration_tests::updates::test_installinator_fetch_no_installinator_document
86712025-09-23T07:39:17.143Z PASS [ 2.112s] wicketd::mod integration_tests::updates::test_installinator_fetch
86722025-09-23T07:39:17.506Z PASS [ 1.072s] wicketd::mod integration_tests::updates::test_update_races
86732025-09-23T07:39:17.879Z PASS [ 8.874s] sled-storage manager::tests::ensure_many_datasets
86742025-09-23T07:39:18.940Z PASS [ 1.901s] wicketd::mod integration_tests::updates::test_updates
86752025-09-23T07:40:13.392Z SLOW [> 60.000s] trust-quorum::cluster test_trust_quorum_protocol
86762025-09-23T07:41:01.673Z PASS [ 108.266s] trust-quorum::cluster test_trust_quorum_protocol
86772025-09-23T07:41:01.677Z────────────
86782025-09-23T07:41:01.677Z Summary [3490.431s] 2253 tests run: 2253 passed (29 slow), 3 skipped
86792025-09-23T07:41:01.758Z
86802025-09-23T07:41:01.758Zreal 58:37.075925200
86812025-09-23T07:41:01.758Zuser 5:28:29.631094266
86822025-09-23T07:41:01.758Zsys 56:26.709075277
86832025-09-23T07:41:01.762Ztrap 3:00.774762926
86842025-09-23T07:41:01.762Ztflt 43.894902140
86852025-09-23T07:41:01.762Zdflt 2:53.740768598
86862025-09-23T07:41:01.762Zkflt 0.674370693
86872025-09-23T07:41:01.762Zlock 1414:58:37.516457505
86882025-09-23T07:41:01.762Zslp 109:02:37.295211612
86892025-09-23T07:41:01.762Zlat 4:18:01.366247137
86902025-09-23T07:41:01.762Zstop 1:11:51.350646195
86912025-09-23T07:41:01.762Z+ banner doctest
86922025-09-23T07:41:01.762Z
86932025-09-23T07:41:01.762Z ##### #### #### ##### ###### #### #####
86942025-09-23T07:41:01.762Z # # # # # # # # # #
86952025-09-23T07:41:01.762Z # # # # # # ##### #### #
86962025-09-23T07:41:01.762Z # # # # # # # # #
86972025-09-23T07:41:01.762Z # # # # # # # # # # #
86982025-09-23T07:41:01.762Z ##### #### #### # ###### #### #
86992025-09-23T07:41:01.762Z
87002025-09-23T07:41:01.766Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
87012025-09-23T07:41:04.011Z Fresh unicode-ident v1.0.18
87022025-09-23T07:41:04.015Z Fresh cfg-if v1.0.1
87032025-09-23T07:41:04.015Z Fresh autocfg v1.4.0
87042025-09-23T07:41:04.015Z Fresh memchr v2.7.4
87052025-09-23T07:41:04.015Z Fresh proc-macro2 v1.0.101
87062025-09-23T07:41:04.015Z Fresh value-bag v1.9.0
87072025-09-23T07:41:04.015Z Fresh smallvec v1.15.1
87082025-09-23T07:41:04.015Z Fresh version_check v0.9.5
87092025-09-23T07:41:04.015Z Fresh quote v1.0.40
87102025-09-23T07:41:04.015Z Fresh libc v0.2.174
87112025-09-23T07:41:04.015Z Fresh serde_core v1.0.223
87122025-09-23T07:41:04.015Z Fresh log v0.4.27
87132025-09-23T07:41:04.015Z Fresh scopeguard v1.2.0
87142025-09-23T07:41:04.015Z Fresh itoa v1.0.11
87152025-09-23T07:41:04.015Z Fresh syn v2.0.106
87162025-09-23T07:41:04.016Z Fresh lock_api v0.4.12
87172025-09-23T07:41:04.016Z Fresh getrandom v0.2.15
87182025-09-23T07:41:04.016Z Fresh stable_deref_trait v1.2.0
87192025-09-23T07:41:04.016Z Fresh ryu v1.0.18
87202025-09-23T07:41:04.016Z Fresh serde_derive v1.0.223
87212025-09-23T07:41:04.016Z Fresh libm v0.2.8
87222025-09-23T07:41:04.016Z Fresh zeroize_derive v1.4.2
87232025-09-23T07:41:04.016Z Fresh synstructure v0.13.1
87242025-09-23T07:41:04.016Z Fresh critical-section v1.1.3
87252025-09-23T07:41:04.016Z Fresh zerovec-derive v0.10.3
87262025-09-23T07:41:04.016Z Fresh serde v1.0.223
87272025-09-23T07:41:04.016Z Fresh num-traits v0.2.19
87282025-09-23T07:41:04.016Z Fresh zeroize v1.8.1
87292025-09-23T07:41:04.016Z Fresh portable-atomic v1.11.0
87302025-09-23T07:41:04.016Z Fresh zerofrom-derive v0.1.4
87312025-09-23T07:41:04.016Z Fresh yoke-derive v0.7.4
87322025-09-23T07:41:04.016Z Fresh displaydoc v0.2.5
87332025-09-23T07:41:04.020Z Fresh bytes v1.10.1
87342025-09-23T07:41:04.020Z Fresh bitflags v2.9.1
87352025-09-23T07:41:04.020Z Fresh once_cell v1.21.3
87362025-09-23T07:41:04.020Z Fresh zerofrom v0.1.4
87372025-09-23T07:41:04.020Z Fresh writeable v0.5.5
87382025-09-23T07:41:04.020Z Fresh percent-encoding v2.3.2
87392025-09-23T07:41:04.020Z Fresh yoke v0.7.4
87402025-09-23T07:41:04.020Z Fresh serde_json v1.0.145
87412025-09-23T07:41:04.020Z Fresh litemap v0.7.3
87422025-09-23T07:41:04.020Z Fresh icu_provider_macros v1.5.0
87432025-09-23T07:41:04.020Z Fresh pin-project-lite v0.2.14
87442025-09-23T07:41:04.020Z Fresh allocator-api2 v0.2.21
87452025-09-23T07:41:04.020Z Fresh icu_locid_transform_data v1.5.0
87462025-09-23T07:41:04.020Z Fresh zerovec v0.10.4
87472025-09-23T07:41:04.020Z Fresh getrandom v0.3.1
87482025-09-23T07:41:04.020Z Fresh icu_properties_data v1.5.0
87492025-09-23T07:41:04.020Z Fresh shlex v1.3.0
87502025-09-23T07:41:04.020Z Fresh equivalent v1.0.2
87512025-09-23T07:41:04.020Z Fresh utf16_iter v1.0.5
87522025-09-23T07:41:04.020Z Fresh write16 v1.0.0
87532025-09-23T07:41:04.020Z Fresh foldhash v0.1.5
87542025-09-23T07:41:04.020Z Fresh tinystr v0.7.6
87552025-09-23T07:41:04.020Z Fresh icu_collections v1.5.0
87562025-09-23T07:41:04.020Z Fresh utf8_iter v1.0.4
87572025-09-23T07:41:04.020Z Fresh icu_normalizer_data v1.5.0
87582025-09-23T07:41:04.020Z Fresh hashbrown v0.15.4
87592025-09-23T07:41:04.020Z Fresh form_urlencoded v1.2.2
87602025-09-23T07:41:04.020Z Fresh icu_locid v1.5.0
87612025-09-23T07:41:04.020Z Fresh rand_core v0.6.4
87622025-09-23T07:41:04.020Z Fresh jobserver v0.1.32
87632025-09-23T07:41:04.020Z Fresh fnv v1.0.7
87642025-09-23T07:41:04.020Z Fresh regex-syntax v0.8.5
87652025-09-23T07:41:04.020Z Fresh subtle v2.6.1
87662025-09-23T07:41:04.020Z Fresh icu_provider v1.5.0
87672025-09-23T07:41:04.020Z Fresh semver v1.0.26
87682025-09-23T07:41:04.021Z Fresh cc v1.2.30
87692025-09-23T07:41:04.021Z Fresh parking_lot_core v0.9.10
87702025-09-23T07:41:04.021Z Fresh aho-corasick v1.1.3
87712025-09-23T07:41:04.021Z Fresh signal-hook-registry v1.4.2
87722025-09-23T07:41:04.021Z Fresh errno v0.3.12
87732025-09-23T07:41:04.021Z Fresh byteorder v1.5.0
87742025-09-23T07:41:04.021Z Fresh icu_locid_transform v1.5.0
87752025-09-23T07:41:04.021Z Fresh parking_lot v0.12.3
87762025-09-23T07:41:04.021Z Fresh regex-automata v0.4.8
87772025-09-23T07:41:04.021Z Fresh heck v0.5.0
87782025-09-23T07:41:04.021Z Fresh futures-core v0.3.31
87792025-09-23T07:41:04.021Z Fresh mio v1.0.2
87802025-09-23T07:41:04.021Z Fresh icu_properties v1.5.1
87812025-09-23T07:41:04.021Z Fresh regex v1.11.1
87822025-09-23T07:41:04.021Z Fresh either v1.15.0
87832025-09-23T07:41:04.021Z Fresh tokio-macros v2.5.0
87842025-09-23T07:41:04.021Z Fresh socket2 v0.6.0
87852025-09-23T07:41:04.024Z Fresh icu_normalizer v1.5.0
87862025-09-23T07:41:04.024Z Fresh typenum v1.17.0
87872025-09-23T07:41:04.025Z Fresh iana-time-zone v0.1.63
87882025-09-23T07:41:04.025Z Fresh tokio v1.47.0
87892025-09-23T07:41:04.025Z Fresh indexmap v2.11.0
87902025-09-23T07:41:04.025Z Fresh thiserror-impl v1.0.69
87912025-09-23T07:41:04.025Z Fresh idna_adapter v1.2.0
87922025-09-23T07:41:04.025Z Fresh generic-array v0.14.7
87932025-09-23T07:41:04.025Z Fresh rustix v0.38.37
87942025-09-23T07:41:04.025Z Fresh chrono v0.4.41
87952025-09-23T07:41:04.025Z Fresh uuid v1.18.1
87962025-09-23T07:41:04.025Z Fresh futures-io v0.3.31
87972025-09-23T07:41:04.025Z Fresh idna v1.0.3
87982025-09-23T07:41:04.025Z Fresh crypto-common v0.1.6
87992025-09-23T07:41:04.025Z Fresh thiserror v1.0.69
88002025-09-23T07:41:04.025Z Fresh spin v0.9.8
88012025-09-23T07:41:04.025Z Fresh pkg-config v0.3.31
88022025-09-23T07:41:04.025Z Fresh serde_derive_internals v0.29.1
88032025-09-23T07:41:04.025Z Fresh dyn-clone v1.0.20
88042025-09-23T07:41:04.025Z Fresh url v2.5.4
88052025-09-23T07:41:04.025Z Fresh slab v0.4.9
88062025-09-23T07:41:04.025Z Fresh schemars_derive v0.8.22
88072025-09-23T07:41:04.025Z Fresh zerocopy-derive v0.7.35
88082025-09-23T07:41:04.025Z Fresh const-oid v0.9.6
88092025-09-23T07:41:04.025Z Fresh futures-sink v0.3.31
88102025-09-23T07:41:04.025Z Fresh pin-utils v0.1.0
88112025-09-23T07:41:04.025Z Fresh zerocopy v0.7.35
88122025-09-23T07:41:04.025Z Fresh lazy_static v1.5.0
88132025-09-23T07:41:04.025Z Fresh futures-channel v0.3.31
88142025-09-23T07:41:04.025Z Fresh block-buffer v0.10.4
88152025-09-23T07:41:04.025Z Fresh futures-macro v0.3.31
88162025-09-23T07:41:04.025Z Fresh futures-task v0.3.31
88172025-09-23T07:41:04.025Z Fresh cpufeatures v0.2.14
88182025-09-23T07:41:04.025Z Fresh schemars v0.8.22
88192025-09-23T07:41:04.025Z Fresh futures-util v0.3.31
88202025-09-23T07:41:04.025Z Fresh digest v0.10.7
88212025-09-23T07:41:04.025Z Fresh thiserror-impl v2.0.16
88222025-09-23T07:41:04.025Z Fresh tracing-core v0.1.32
88232025-09-23T07:41:04.025Z Fresh tracing-attributes v0.1.27
88242025-09-23T07:41:04.025Z Fresh strsim v0.11.1
88252025-09-23T07:41:04.026Z Fresh tracing v0.1.40
88262025-09-23T07:41:04.026Z Fresh http v1.3.1
88272025-09-23T07:41:04.026Z Fresh glob v0.3.2
88282025-09-23T07:41:04.026Z Fresh ppv-lite86 v0.2.20
88292025-09-23T07:41:04.026Z Fresh syn v1.0.109
88302025-09-23T07:41:04.026Z Fresh thiserror v2.0.16
88312025-09-23T07:41:04.026Z Fresh minimal-lexical v0.2.1
88322025-09-23T07:41:04.026Z Fresh adler2 v2.0.0
88332025-09-23T07:41:04.026Z Fresh nom v7.1.3
88342025-09-23T07:41:04.026Z Fresh miniz_oxide v0.8.5
88352025-09-23T07:41:04.026Z Fresh itertools v0.12.1
88362025-09-23T07:41:04.026Z Fresh libloading v0.8.5
88372025-09-23T07:41:04.026Z Fresh vcpkg v0.2.15
88382025-09-23T07:41:04.029Z Fresh cexpr v0.6.0
88392025-09-23T07:41:04.029Z Fresh paste v1.0.15
88402025-09-23T07:41:04.029Z Fresh crossbeam-utils v0.8.21
88412025-09-23T07:41:04.029Z Fresh clang-sys v1.8.1
88422025-09-23T07:41:04.029Z Fresh prettyplease v0.2.36
88432025-09-23T07:41:04.029Z Fresh powerfmt v0.2.0
88442025-09-23T07:41:04.029Z Fresh num-conv v0.1.0
88452025-09-23T07:41:04.030Z Fresh home v0.5.9
88462025-09-23T07:41:04.030Z Fresh time-core v0.1.6
88472025-09-23T07:41:04.030Z Fresh deranged v0.5.3
88482025-09-23T07:41:04.030Z Fresh serde_tokenstream v0.2.2
88492025-09-23T07:41:04.030Z Fresh num_threads v0.1.7
88502025-09-23T07:41:04.030Z Fresh block-padding v0.3.3
88512025-09-23T07:41:04.030Z Fresh base64 v0.22.1
88522025-09-23T07:41:04.030Z Fresh time-macros v0.2.24
88532025-09-23T07:41:04.030Z Fresh inout v0.1.3
88542025-09-23T07:41:04.030Z Fresh which v4.4.2
88552025-09-23T07:41:04.030Z Fresh tokio-util v0.7.15
88562025-09-23T07:41:04.030Z Fresh ipnet v2.11.0
88572025-09-23T07:41:04.030Z Fresh time v0.3.43
88582025-09-23T07:41:04.030Z Fresh atomic-waker v1.1.2
88592025-09-23T07:41:04.030Z Fresh rustc-hash v1.1.0
88602025-09-23T07:41:04.030Z Fresh lazycell v1.3.0
88612025-09-23T07:41:04.030Z Fresh cipher v0.4.4
88622025-09-23T07:41:04.030Z Fresh cmake v0.1.51
88632025-09-23T07:41:04.030Z Fresh bindgen v0.69.5
88642025-09-23T07:41:04.030Z Fresh dunce v1.0.5
88652025-09-23T07:41:04.030Z Fresh untrusted v0.9.0
88662025-09-23T07:41:04.030Z Fresh fs_extra v1.3.0
88672025-09-23T07:41:04.030Z Fresh gimli v0.31.1
88682025-09-23T07:41:04.030Z Fresh httparse v1.9.5
88692025-09-23T07:41:04.030Z Fresh object v0.36.5
88702025-09-23T07:41:04.030Z Fresh rustversion v1.0.22
88712025-09-23T07:41:04.030Z Fresh addr2line v0.24.2
88722025-09-23T07:41:04.030Z Fresh ring v0.17.14
88732025-09-23T07:41:04.030Z Fresh rustc-demangle v0.1.24
88742025-09-23T07:41:04.030Z Fresh base64ct v1.6.0
88752025-09-23T07:41:04.030Z Fresh sha2 v0.10.9
88762025-09-23T07:41:04.034Z Fresh backtrace v0.3.74
88772025-09-23T07:41:04.034Z Fresh hmac v0.12.1
88782025-09-23T07:41:04.034Z Fresh rustls-pki-types v1.10.0
88792025-09-23T07:41:04.034Z Fresh rand_chacha v0.3.1
88802025-09-23T07:41:04.034Z Fresh http-body v1.0.1
88812025-09-23T07:41:04.034Z Fresh anyhow v1.0.99
88822025-09-23T07:41:04.034Z Fresh aws-lc-sys v0.26.0
88832025-09-23T07:41:04.034Z Fresh rand v0.8.5
88842025-09-23T07:41:04.034Z Fresh httpdate v1.0.3
88852025-09-23T07:41:04.034Z Fresh untrusted v0.7.1
88862025-09-23T07:41:04.034Z Fresh try-lock v0.2.5
88872025-09-23T07:41:04.034Z Fresh want v0.3.1
88882025-09-23T07:41:04.034Z Fresh aws-lc-rs v1.12.4
88892025-09-23T07:41:04.034Z Fresh h2 v0.4.6
88902025-09-23T07:41:04.034Z Fresh tower-service v0.3.3
88912025-09-23T07:41:04.034Z Fresh utf8parse v0.2.2
88922025-09-23T07:41:04.034Z Fresh pem-rfc7468 v0.7.0
88932025-09-23T07:41:04.034Z Fresh serde_spanned v0.6.9
88942025-09-23T07:41:04.034Z Fresh hyper v1.7.0
88952025-09-23T07:41:04.034Z Fresh rustls-webpki v0.102.8
88962025-09-23T07:41:04.034Z Fresh toml_datetime v0.6.11
88972025-09-23T07:41:04.035Z Fresh mime v0.3.17
88982025-09-23T07:41:04.035Z Fresh der_derive v0.7.3
88992025-09-23T07:41:04.035Z Fresh foreign-types-shared v0.1.1
89002025-09-23T07:41:04.035Z Fresh hyper-util v0.1.16
89012025-09-23T07:41:04.035Z Fresh openssl-probe v0.1.5
89022025-09-23T07:41:04.035Z Fresh flagset v0.4.6
89032025-09-23T07:41:04.035Z Fresh anstyle v1.0.11
89042025-09-23T07:41:04.035Z Fresh foreign-types v0.3.2
89052025-09-23T07:41:04.035Z Fresh openssl-sys v0.9.109
89062025-09-23T07:41:04.035Z Fresh der v0.7.9
89072025-09-23T07:41:04.035Z Fresh pbkdf2 v0.12.2
89082025-09-23T07:41:04.035Z Fresh http-body-util v0.1.3
89092025-09-23T07:41:04.035Z Fresh aes v0.8.4
89102025-09-23T07:41:04.035Z Fresh async-trait v0.1.89
89112025-09-23T07:41:04.035Z Fresh openssl-macros v0.1.1
89122025-09-23T07:41:04.035Z Fresh slog v2.7.0
89132025-09-23T07:41:04.035Z Fresh openssl v0.10.73
89142025-09-23T07:41:04.035Z Fresh spki v0.7.3
89152025-09-23T07:41:04.035Z Fresh anstyle-parse v0.2.5
89162025-09-23T07:41:04.035Z Fresh cbc v0.1.2
89172025-09-23T07:41:04.035Z Fresh salsa20 v0.10.2
89182025-09-23T07:41:04.035Z Fresh is_terminal_polyfill v1.70.1
89192025-09-23T07:41:04.035Z Fresh colorchoice v1.0.2
89202025-09-23T07:41:04.035Z Fresh anstyle-query v1.1.1
89212025-09-23T07:41:04.035Z Fresh rustls v0.23.19
89222025-09-23T07:41:04.035Z Fresh scrypt v0.11.0
89232025-09-23T07:41:04.035Z Fresh rustc_version v0.4.1
89242025-09-23T07:41:04.035Z Fresh serde_urlencoded v0.7.1
89252025-09-23T07:41:04.035Z Fresh encoding_rs v0.8.34
89262025-09-23T07:41:04.035Z Fresh anstream v0.6.18
89272025-09-23T07:41:04.035Z Fresh litrs v0.4.1
89282025-09-23T07:41:04.035Z Fresh tokio-rustls v0.26.0
89292025-09-23T07:41:04.035Z Fresh pkcs5 v0.7.1
89302025-09-23T07:41:04.035Z Fresh openapiv3 v2.2.0
89312025-09-23T07:41:04.035Z Fresh sync_wrapper v1.0.1
89322025-09-23T07:41:04.035Z Fresh native-tls v0.2.12
89332025-09-23T07:41:04.035Z Fresh document-features v0.2.11
89342025-09-23T07:41:04.035Z Fresh tower-layer v0.3.3
89352025-09-23T07:41:04.035Z Fresh psl-types v2.0.11
89362025-09-23T07:41:04.036Z Fresh pkcs8 v0.10.2
89372025-09-23T07:41:04.036Z Fresh cookie v0.18.1
89382025-09-23T07:41:04.036Z Fresh rustls-native-certs v0.8.1
89392025-09-23T07:41:04.036Z Fresh webpki-roots v1.0.1
89402025-09-23T07:41:04.036Z Fresh tokio-native-tls v0.3.1
89412025-09-23T07:41:04.036Z Fresh tower v0.5.2
89422025-09-23T07:41:04.036Z Fresh publicsuffix v2.3.0
89432025-09-23T07:41:04.036Z Fresh terminal_size v0.4.0
89442025-09-23T07:41:04.039Z Fresh iri-string v0.7.8
89452025-09-23T07:41:04.039Z Fresh hyper-rustls v0.27.7
89462025-09-23T07:41:04.039Z Fresh clap_lex v0.7.4
89472025-09-23T07:41:04.039Z Fresh clap_derive v4.5.41
89482025-09-23T07:41:04.040Z Fresh cookie_store v0.21.1
89492025-09-23T07:41:04.040Z Fresh tower-http v0.6.6
89502025-09-23T07:41:04.040Z Fresh hyper-tls v0.6.0
89512025-09-23T07:41:04.040Z Fresh clap_builder v4.5.41
89522025-09-23T07:41:04.040Z Fresh rand_core v0.9.3
89532025-09-23T07:41:04.040Z Fresh ucd-trie v0.1.7
89542025-09-23T07:41:04.040Z Fresh ipnetwork v0.21.1
89552025-09-23T07:41:04.040Z Fresh reqwest v0.12.22
89562025-09-23T07:41:04.040Z Fresh pest v2.7.14
89572025-09-23T07:41:04.040Z Fresh clap v4.5.41
89582025-09-23T07:41:04.040Z Fresh data-encoding v2.9.0
89592025-09-23T07:41:04.040Z Fresh scroll_derive v0.12.0
89602025-09-23T07:41:04.040Z Fresh zerocopy-derive v0.8.26
89612025-09-23T07:41:04.040Z Fresh unicode-segmentation v1.12.0
89622025-09-23T07:41:04.040Z Fresh pest_meta v2.7.14
89632025-09-23T07:41:04.040Z Fresh winnow v0.5.40
89642025-09-23T07:41:04.040Z Fresh tinyvec_macros v0.1.1
89652025-09-23T07:41:04.040Z Fresh scroll v0.12.0
89662025-09-23T07:41:04.040Z Fresh zerocopy v0.8.26
89672025-09-23T07:41:04.040Z Fresh rand_chacha v0.9.0
89682025-09-23T07:41:04.040Z Fresh signature v2.2.0
89692025-09-23T07:41:04.040Z Fresh tinyvec v1.8.0
89702025-09-23T07:41:04.040Z Fresh pest_generator v2.7.14
89712025-09-23T07:41:04.040Z Fresh toml_edit v0.19.15
89722025-09-23T07:41:04.040Z Fresh winnow v0.7.10
89732025-09-23T07:41:04.040Z Fresh plain v0.2.3
89742025-09-23T07:41:04.040Z Fresh rand v0.9.2
89752025-09-23T07:41:04.040Z Fresh rustix v1.0.7
89762025-09-23T07:41:04.040Z Fresh goblin v0.8.2
89772025-09-23T07:41:04.040Z Fresh pest_derive v2.7.14
89782025-09-23T07:41:04.040Z Fresh pretty-hex v0.4.1
89792025-09-23T07:41:04.040Z Fresh thread-id v4.2.2
89802025-09-23T07:41:04.040Z Fresh sha1 v0.10.6
89812025-09-23T07:41:04.040Z Fresh num-integer v0.1.46
89822025-09-23T07:41:04.040Z Fresh dtrace-parser v0.2.0
89832025-09-23T07:41:04.040Z Fresh dof v0.3.0
89842025-09-23T07:41:04.040Z Fresh crossbeam-epoch v0.9.18
89852025-09-23T07:41:04.040Z Fresh bstr v1.10.0
89862025-09-23T07:41:04.040Z Fresh crc32fast v1.4.2
89872025-09-23T07:41:04.040Z Fresh base16ct v0.2.0
89882025-09-23T07:41:04.041Z Fresh static_assertions v1.1.0
89892025-09-23T07:41:04.041Z Fresh oxnet v0.1.3
89902025-09-23T07:41:04.041Z Fresh usdt-impl v0.5.0
89912025-09-23T07:41:04.041Z Fresh sec1 v0.7.3
89922025-09-23T07:41:04.041Z Fresh hubpack_derive v0.1.1
89932025-09-23T07:41:04.041Z Fresh ff v0.13.0
89942025-09-23T07:41:04.041Z Fresh memmap v0.7.0
89952025-09-23T07:41:04.041Z Fresh toml_write v0.1.2
89962025-09-23T07:41:04.041Z Fresh num-iter v0.1.45
89972025-09-23T07:41:04.041Z Fresh hkdf v0.12.4
89982025-09-23T07:41:04.041Z Fresh usdt-macro v0.5.0
89992025-09-23T07:41:04.041Z Fresh usdt-attr-macro v0.5.0
90002025-09-23T07:41:04.041Z Fresh hubpack v0.1.2
90012025-09-23T07:41:04.041Z Fresh toml_edit v0.22.27
90022025-09-23T07:41:04.041Z Fresh group v0.13.0
90032025-09-23T07:41:04.041Z Fresh crypto-bigint v0.5.5
90042025-09-23T07:41:04.041Z Fresh bitflags v1.3.2
90052025-09-23T07:41:04.041Z Fresh zlib-rs v0.5.1
90062025-09-23T07:41:04.041Z Fresh usdt v0.5.0
90072025-09-23T07:41:04.041Z Fresh elliptic-curve v0.13.8
90082025-09-23T07:41:04.041Z Fresh libz-rs-sys v0.5.1
90092025-09-23T07:41:04.041Z Fresh strum_macros v0.26.4
90102025-09-23T07:41:04.041Z Fresh siphasher v0.3.11
90112025-09-23T07:41:04.041Z Fresh strum v0.26.3
90122025-09-23T07:41:04.041Z Fresh phf_shared v0.11.2
90132025-09-23T07:41:04.041Z Fresh flate2 v1.1.2
90142025-09-23T07:41:04.041Z Fresh pkcs1 v0.7.5
90152025-09-23T07:41:04.041Z Fresh num-bigint-dig v0.8.4
90162025-09-23T07:41:04.045Z Fresh cfg_aliases v0.2.1
90172025-09-23T07:41:04.045Z Fresh bzip2-sys v0.1.13+1.0.8
90182025-09-23T07:41:04.045Z Fresh newtype-uuid v1.2.4
90192025-09-23T07:41:04.045Z Fresh rsa v0.9.6
90202025-09-23T07:41:04.045Z Fresh toml v0.7.8
90212025-09-23T07:41:04.045Z Fresh unicode-normalization v0.1.24
90222025-09-23T07:41:04.045Z Fresh rfc6979 v0.4.0
90232025-09-23T07:41:04.045Z Fresh enum-as-inner v0.6.1
90242025-09-23T07:41:04.045Z Fresh daft-derive v0.1.4
90252025-09-23T07:41:04.045Z Fresh curve25519-dalek-derive v0.1.1
90262025-09-23T07:41:04.045Z Fresh env_filter v0.1.2
90272025-09-23T07:41:04.045Z Fresh managed v0.8.0
90282025-09-23T07:41:04.045Z Fresh ecdsa v0.16.9
90292025-09-23T07:41:04.046Z Fresh ahash v0.8.12
90302025-09-23T07:41:04.046Z Fresh env_logger v0.11.5
90312025-09-23T07:41:04.046Z Fresh daft v0.1.4
90322025-09-23T07:41:04.046Z Fresh curve25519-dalek v4.1.3
90332025-09-23T07:41:04.046Z Fresh signal-hook v0.3.18
90342025-09-23T07:41:04.046Z Fresh memoffset v0.9.1
90352025-09-23T07:41:04.046Z Fresh x509-cert v0.2.5
90362025-09-23T07:41:04.046Z Fresh itertools v0.10.5
90372025-09-23T07:41:04.046Z Fresh fixedbitset v0.4.2
90382025-09-23T07:41:04.046Z Fresh new_debug_unreachable v1.0.6
90392025-09-23T07:41:04.046Z Fresh precomputed-hash v0.1.1
90402025-09-23T07:41:04.046Z Fresh petgraph v0.6.5
90412025-09-23T07:41:04.046Z Fresh ed25519 v2.2.3
90422025-09-23T07:41:04.046Z Fresh signal-hook-mio v0.2.4
90432025-09-23T07:41:04.046Z Fresh zstd-sys v2.0.14+zstd.1.5.7
90442025-09-23T07:41:04.046Z Fresh bzip2 v0.4.4
90452025-09-23T07:41:04.046Z Fresh string_cache v0.8.9
90462025-09-23T07:41:04.046Z Fresh ed25519-dalek v2.1.1
90472025-09-23T07:41:04.046Z Fresh socket2 v0.5.10
90482025-09-23T07:41:04.046Z Fresh lalrpop-util v0.19.12
90492025-09-23T07:41:04.046Z Fresh rustc-hash v2.1.1
90502025-09-23T07:41:04.046Z Fresh zip v0.6.6
90512025-09-23T07:41:04.050Z Fresh zstd-safe v7.2.3
90522025-09-23T07:41:04.050Z Fresh hash32 v0.2.1
90532025-09-23T07:41:04.050Z Fresh winnow v0.6.26
90542025-09-23T07:41:04.050Z Fresh unicode-bidi v0.3.17
90552025-09-23T07:41:04.050Z Fresh bumpalo v3.16.0
90562025-09-23T07:41:04.050Z Fresh unicode-properties v0.1.3
90572025-09-23T07:41:04.050Z Fresh simd-adler32 v0.3.7
90582025-09-23T07:41:04.050Z Fresh lockfree-object-pool v0.1.6
90592025-09-23T07:41:04.050Z Fresh predicates-core v1.0.8
90602025-09-23T07:41:04.050Z Fresh zstd v0.13.3
90612025-09-23T07:41:04.050Z Fresh heapless v0.7.17
90622025-09-23T07:41:04.050Z Fresh zopfli v0.8.1
90632025-09-23T07:41:04.050Z Fresh stringprep v0.1.5
90642025-09-23T07:41:04.050Z Fresh crossterm v0.28.1
90652025-09-23T07:41:04.050Z Fresh hickory-proto v0.25.2
90662025-09-23T07:41:04.050Z Fresh bzip2 v0.5.2
90672025-09-23T07:41:04.050Z Fresh similar v2.7.0
90682025-09-23T07:41:04.050Z Fresh strum_macros v0.27.1
90692025-09-23T07:41:04.050Z Fresh tokio-stream v0.1.17
90702025-09-23T07:41:04.050Z Fresh md-5 v0.10.6
90712025-09-23T07:41:04.050Z Fresh float-cmp v0.10.0
90722025-09-23T07:41:04.050Z Fresh normalize-line-endings v0.3.0
90732025-09-23T07:41:04.050Z Fresh fallible-iterator v0.2.0
90742025-09-23T07:41:04.050Z Fresh difflib v0.4.0
90752025-09-23T07:41:04.050Z Fresh zip v4.2.0
90762025-09-23T07:41:04.050Z Fresh strum v0.27.2
90772025-09-23T07:41:04.050Z Fresh predicates v3.1.3
90782025-09-23T07:41:04.050Z Fresh postgres-protocol v0.6.8
90792025-09-23T07:41:04.050Z Fresh smoltcp v0.9.1
90802025-09-23T07:41:04.050Z Fresh buf-list v1.0.3
90812025-09-23T07:41:04.050Z Fresh nix v0.29.0
90822025-09-23T07:41:04.050Z Fresh serde-big-array v0.5.1
90832025-09-23T07:41:04.050Z Fresh serde_repr v0.1.19
90842025-09-23T07:41:04.050Z Fresh peg-runtime v0.8.5
90852025-09-23T07:41:04.050Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
90862025-09-23T07:41:04.050Z Fresh postgres-types v0.2.9
90872025-09-23T07:41:04.050Z Fresh phf v0.11.2
90882025-09-23T07:41:04.051Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
90892025-09-23T07:41:04.051Z Fresh whoami v1.5.2
90902025-09-23T07:41:04.051Z Fresh tokio-postgres v0.7.13
90912025-09-23T07:41:04.051Z Fresh regress v0.10.4
90922025-09-23T07:41:04.051Z Fresh ident_case v1.0.1
90932025-09-23T07:41:04.051Z Fresh fastrand v2.1.1
90942025-09-23T07:41:04.051Z Fresh futures-executor v0.3.31
90952025-09-23T07:41:04.051Z Fresh unsafe-libyaml v0.2.11
90962025-09-23T07:41:04.051Z Fresh fs-err v3.1.1
90972025-09-23T07:41:04.051Z Fresh camino v1.2.0
90982025-09-23T07:41:04.051Z Fresh futures v0.3.31
90992025-09-23T07:41:04.051Z Fresh darling_core v0.20.10
91002025-09-23T07:41:04.051Z Fresh serde_yaml v0.9.34+deprecated
91012025-09-23T07:41:04.051Z Fresh crossbeam-channel v0.5.15
91022025-09-23T07:41:04.051Z Fresh is-terminal v0.4.13
91032025-09-23T07:41:04.051Z Fresh tempfile v3.20.0
91042025-09-23T07:41:04.051Z Fresh darling_macro v0.20.10
91052025-09-23T07:41:04.051Z Fresh thread_local v1.1.8
91062025-09-23T07:41:04.051Z Fresh quick-error v1.2.3
91072025-09-23T07:41:04.051Z Fresh term v1.1.0
91082025-09-23T07:41:04.051Z Fresh take_mut v0.2.2
91092025-09-23T07:41:04.051Z Fresh match_cfg v0.1.0
91102025-09-23T07:41:04.051Z Fresh darling v0.20.10
91112025-09-23T07:41:04.051Z Fresh slog-term v2.9.2
91122025-09-23T07:41:04.051Z Fresh hostname v0.3.1
91132025-09-23T07:41:04.051Z Fresh hex v0.4.3
91142025-09-23T07:41:04.051Z Fresh structmeta-derive v0.3.0
91152025-09-23T07:41:04.051Z Fresh bit-vec v0.8.0
91162025-09-23T07:41:04.051Z Fresh slog-async v2.8.0
91172025-09-23T07:41:04.051Z Fresh debug-ignore v1.0.5
91182025-09-23T07:41:04.051Z Fresh structmeta v0.3.0
91192025-09-23T07:41:04.051Z Fresh bit-set v0.8.0
91202025-09-23T07:41:04.051Z Fresh progenitor-client v0.10.0
91212025-09-23T07:41:04.051Z Fresh wait-timeout v0.2.0
91222025-09-23T07:41:04.055Z Fresh rusty-fork v0.3.0
91232025-09-23T07:41:04.055Z Fresh toml_parser v1.0.2
91242025-09-23T07:41:04.055Z Fresh rand_xorshift v0.4.0
91252025-09-23T07:41:04.055Z Fresh serde_spanned v1.0.0
91262025-09-23T07:41:04.055Z Fresh toml_datetime v0.7.0
91272025-09-23T07:41:04.055Z Fresh serde_path_to_error v0.1.17
91282025-09-23T07:41:04.055Z Fresh unarray v0.1.4
91292025-09-23T07:41:04.055Z Fresh toml_writer v1.0.2
91302025-09-23T07:41:04.055Z Fresh rustls v0.22.4
91312025-09-23T07:41:04.055Z Fresh slog-json v2.6.1
91322025-09-23T07:41:04.055Z Fresh async-stream-impl v0.3.6
91332025-09-23T07:41:04.055Z Fresh derive-ex v0.1.8
91342025-09-23T07:41:04.055Z Fresh proptest v1.7.0
91352025-09-23T07:41:04.055Z Fresh toml v0.9.5
91362025-09-23T07:41:04.055Z Fresh tokio-rustls v0.25.0
91372025-09-23T07:41:04.055Z Fresh slog-bunyan v2.5.0
91382025-09-23T07:41:04.055Z Fresh async-stream v0.3.6
91392025-09-23T07:41:04.055Z Fresh multer v3.1.0
91402025-09-23T07:41:04.056Z Fresh rustls-pemfile v2.2.0
91412025-09-23T07:41:04.056Z Fresh waitgroup v0.1.2
91422025-09-23T07:41:04.056Z Fresh dropshot_endpoint v0.16.4
91432025-09-23T07:41:04.056Z Fresh hostname v0.4.0
91442025-09-23T07:41:04.056Z Fresh test-strategy v0.4.3
91452025-09-23T07:41:04.056Z Fresh serde_with_macros v3.14.0
91462025-09-23T07:41:04.056Z Fresh typify-impl v0.3.0
91472025-09-23T07:41:04.056Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
91482025-09-23T07:41:04.056Z Fresh dropshot v0.16.4
91492025-09-23T07:41:04.056Z Fresh typify-macro v0.3.0
91502025-09-23T07:41:04.056Z Fresh serde_with v3.14.0
91512025-09-23T07:41:04.056Z Fresh macaddr v1.0.1
91522025-09-23T07:41:04.056Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
91532025-09-23T07:41:04.056Z Fresh ref-cast-impl v1.0.24
91542025-09-23T07:41:04.056Z Fresh instant v0.1.13
91552025-09-23T07:41:04.056Z Fresh typify v0.3.0
91562025-09-23T07:41:04.056Z Fresh derive-where v1.5.0
91572025-09-23T07:41:04.056Z Fresh progenitor-client v0.9.1
91582025-09-23T07:41:04.056Z Fresh parse-display-derive v0.10.0
91592025-09-23T07:41:04.056Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
91602025-09-23T07:41:04.056Z Fresh backoff v0.4.0
91612025-09-23T07:41:04.056Z Fresh ref-cast v1.0.24
91622025-09-23T07:41:04.056Z Fresh progenitor-impl v0.9.1
91632025-09-23T07:41:04.056Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
91642025-09-23T07:41:04.056Z Fresh parse-display v0.10.0
91652025-09-23T07:41:04.056Z Fresh hashbrown v0.16.0
91662025-09-23T07:41:04.056Z Fresh foldhash v0.2.0
91672025-09-23T07:41:04.056Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
91682025-09-23T07:41:04.056Z Fresh progenitor-macro v0.9.1
91692025-09-23T07:41:04.056Z Fresh iddqd v0.3.13
91702025-09-23T07:41:04.056Z Fresh itertools v0.14.0
91712025-09-23T07:41:04.056Z Fresh camino-tempfile v1.4.1
91722025-09-23T07:41:04.056Z Fresh typify-impl v0.4.3
91732025-09-23T07:41:04.056Z Fresh unicode-width v0.1.14
91742025-09-23T07:41:04.056Z Fresh crossbeam-deque v0.8.5
91752025-09-23T07:41:04.056Z Fresh toml v0.8.23
91762025-09-23T07:41:04.056Z Fresh progenitor v0.9.1
91772025-09-23T07:41:04.056Z Fresh typify-macro v0.4.3
91782025-09-23T07:41:04.060Z Fresh unicode-width v0.2.0
91792025-09-23T07:41:04.060Z Fresh darling_core v0.21.0
91802025-09-23T07:41:04.060Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
91812025-09-23T07:41:04.060Z Fresh typify v0.4.3
91822025-09-23T07:41:04.060Z Fresh heck v0.4.1
91832025-09-23T07:41:04.061Z Fresh darling_macro v0.21.0
91842025-09-23T07:41:04.061Z Fresh proc-macro-error-attr v1.0.4
91852025-09-23T07:41:04.061Z Fresh rayon-core v1.12.1
91862025-09-23T07:41:04.061Z Fresh progenitor-impl v0.10.0
91872025-09-23T07:41:04.061Z Fresh crucible-workspace-hack v0.1.0
91882025-09-23T07:41:04.061Z Fresh proc-macro-crate v1.3.1
91892025-09-23T07:41:04.061Z Fresh darling v0.21.0
91902025-09-23T07:41:04.061Z Fresh progenitor-macro v0.10.0
91912025-09-23T07:41:04.061Z Fresh proc-macro-error v1.0.4
91922025-09-23T07:41:04.061Z Fresh num_enum_derive v0.5.11
91932025-09-23T07:41:04.061Z Fresh ingot-macros v0.1.1
91942025-09-23T07:41:04.061Z Fresh rayon v1.10.0
91952025-09-23T07:41:04.061Z Fresh hash32 v0.3.1
91962025-09-23T07:41:04.061Z Fresh progenitor v0.10.0
91972025-09-23T07:41:04.061Z Fresh num_enum v0.5.11
91982025-09-23T07:41:04.061Z Fresh ingot-types v0.1.2
91992025-09-23T07:41:04.061Z Fresh heapless v0.8.0
92002025-09-23T07:41:04.061Z Fresh tabwriter v1.4.0
92012025-09-23T07:41:04.061Z Fresh foreign-types-macros v0.2.3
92022025-09-23T07:41:04.061Z Fresh foreign-types-shared v0.3.1
92032025-09-23T07:41:04.061Z Fresh cobs v0.2.3
92042025-09-23T07:41:04.061Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
92052025-09-23T07:41:04.061Z Fresh ingot v0.1.1
92062025-09-23T07:41:04.061Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
92072025-09-23T07:41:04.061Z Fresh smoltcp v0.11.0
92082025-09-23T07:41:04.061Z Fresh foreign-types v0.5.0
92092025-09-23T07:41:04.061Z Fresh postcard v1.0.10
92102025-09-23T07:41:04.061Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
92112025-09-23T07:41:04.061Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
92122025-09-23T07:41:04.061Z Fresh cstr-argument v0.1.2
92132025-09-23T07:41:04.061Z Fresh pretty-hex v0.2.1
92142025-09-23T07:41:04.061Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
92152025-09-23T07:41:04.061Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
92162025-09-23T07:41:04.061Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
92172025-09-23T07:41:04.061Z Fresh colored v2.2.0
92182025-09-23T07:41:04.061Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
92192025-09-23T07:41:04.061Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
92202025-09-23T07:41:04.061Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
92212025-09-23T07:41:04.062Z Fresh sigpipe v0.1.3
92222025-09-23T07:41:04.062Z Fresh jiff v0.2.15
92232025-09-23T07:41:04.062Z Fresh zone_cfg_derive v0.3.0
92242025-09-23T07:41:04.062Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
92252025-09-23T07:41:04.062Z Fresh smf v0.2.3
92262025-09-23T07:41:04.062Z Fresh num-derive v0.4.2
92272025-09-23T07:41:04.062Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
92282025-09-23T07:41:04.062Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
92292025-09-23T07:41:04.062Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
92302025-09-23T07:41:04.062Z Fresh zone v0.3.1
92312025-09-23T07:41:04.062Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
92322025-09-23T07:41:04.062Z Fresh convert_case v0.4.0
92332025-09-23T07:41:04.062Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
92342025-09-23T07:41:04.062Z Fresh derive_more v0.99.20
92352025-09-23T07:41:04.062Z Fresh num-rational v0.4.2
92362025-09-23T07:41:04.062Z Fresh num-complex v0.4.6
92372025-09-23T07:41:04.062Z Fresh indent_write v2.2.0
92382025-09-23T07:41:04.062Z Fresh float-ord v0.3.2
92392025-09-23T07:41:04.062Z Fresh secrecy v0.10.3
92402025-09-23T07:41:04.062Z Fresh num v0.4.3
92412025-09-23T07:41:04.062Z Fresh swrite v0.1.0
92422025-09-23T07:41:04.062Z Fresh console v0.15.10
92432025-09-23T07:41:04.062Z Fresh password-hash v0.5.0
92442025-09-23T07:41:04.062Z Fresh blake2 v0.10.6
92452025-09-23T07:41:04.062Z Fresh fixedbitset v0.5.7
92462025-09-23T07:41:04.062Z Fresh argon2 v0.5.3
92472025-09-23T07:41:04.062Z Fresh petgraph v0.8.2
92482025-09-23T07:41:04.062Z Fresh atomicwrites v0.4.4
92492025-09-23T07:41:04.062Z Fresh newline-converter v0.3.0
92502025-09-23T07:41:04.062Z Fresh bytecount v0.6.8
92512025-09-23T07:41:04.062Z Fresh base64 v0.21.7
92522025-09-23T07:41:04.062Z Fresh expectorate v1.2.0
92532025-09-23T07:41:04.062Z Fresh libsw-core v0.3.1
92542025-09-23T07:41:04.062Z Fresh itertools v0.13.0
92552025-09-23T07:41:04.062Z Fresh linear-map v1.2.0
92562025-09-23T07:41:04.062Z Fresh owo-colors v4.2.2
92572025-09-23T07:41:04.062Z Fresh libsw v3.5.0
92582025-09-23T07:41:04.062Z Fresh same-file v1.0.6
92592025-09-23T07:41:04.062Z Fresh unicode-xid v0.2.6
92602025-09-23T07:41:04.063Z Fresh cancel-safe-futures v0.1.5
92612025-09-23T07:41:04.063Z Fresh walkdir v2.5.0
92622025-09-23T07:41:04.063Z Fresh tokio-dtrace v0.1.0
92632025-09-23T07:41:04.063Z Fresh utf-8 v0.7.6
92642025-09-23T07:41:04.063Z Fresh globset v0.4.15
92652025-09-23T07:41:04.063Z Fresh gethostname v0.5.0
92662025-09-23T07:41:04.063Z Fresh oxide-tokio-rt v0.1.2
92672025-09-23T07:41:04.063Z Fresh tungstenite v0.21.0
92682025-09-23T07:41:04.067Z Fresh resolv-conf v0.7.0
92692025-09-23T07:41:04.067Z Fresh tokio-tungstenite v0.21.0
92702025-09-23T07:41:04.067Z Fresh convert_case v0.7.1
92712025-09-23T07:41:04.067Z Fresh pin-project-internal v1.1.6
92722025-09-23T07:41:04.067Z Fresh vte_generate_state_changes v0.1.2
92732025-09-23T07:41:04.067Z Fresh termtree v0.5.1
92742025-09-23T07:41:04.067Z Fresh slog-dtrace v0.3.0
92752025-09-23T07:41:04.067Z Fresh derive_more-impl v2.0.1
92762025-09-23T07:41:04.067Z Fresh vte v0.11.1
92772025-09-23T07:41:04.067Z Fresh pin-project v1.1.6
92782025-09-23T07:41:04.067Z Fresh fd-lock v4.0.2
92792025-09-23T07:41:04.067Z Fresh async-recursion v1.1.1
92802025-09-23T07:41:04.067Z Fresh csv-core v0.1.11
92812025-09-23T07:41:04.067Z Fresh linked-hash-map v0.5.6
92822025-09-23T07:41:04.067Z Fresh strip-ansi-escapes v0.2.0
92832025-09-23T07:41:04.067Z Fresh derive_more v2.0.1
92842025-09-23T07:41:04.067Z Fresh hickory-proto v0.24.4
92852025-09-23T07:41:04.067Z Fresh pem v3.0.5
92862025-09-23T07:41:04.067Z Fresh csv v1.3.1
92872025-09-23T07:41:04.067Z Fresh lru-cache v0.1.2
92882025-09-23T07:41:04.067Z Fresh snafu-derive v0.8.5
92892025-09-23T07:41:04.067Z Fresh nu-ansi-term v0.50.1
92902025-09-23T07:41:04.067Z Fresh crossterm v0.29.0
92912025-09-23T07:41:04.067Z Fresh olpc-cjson v0.1.4
92922025-09-23T07:41:04.067Z Fresh serde_plain v1.0.2
92932025-09-23T07:41:04.067Z Fresh nibble_vec v0.1.0
92942025-09-23T07:41:04.067Z Fresh reedline v0.40.0
92952025-09-23T07:41:04.067Z Fresh snafu v0.8.5
92962025-09-23T07:41:04.067Z Fresh display-error-chain v0.2.2
92972025-09-23T07:41:04.067Z Fresh typed-path v0.9.3
92982025-09-23T07:41:04.067Z Fresh endian-type v0.1.2
92992025-09-23T07:41:04.067Z Fresh cfg_aliases v0.1.1
93002025-09-23T07:41:04.067Z Fresh semver v0.1.20
93012025-09-23T07:41:04.067Z Fresh radix_trie v0.2.1
93022025-09-23T07:41:04.067Z Fresh rustc_version v0.1.7
93032025-09-23T07:41:04.067Z Fresh tough v0.20.0
93042025-09-23T07:41:04.067Z Fresh hickory-resolver v0.24.4
93052025-09-23T07:41:04.068Z Fresh bcs v0.1.6
93062025-09-23T07:41:04.068Z Fresh smawk v0.3.2
93072025-09-23T07:41:04.068Z Fresh siphasher v1.0.1
93082025-09-23T07:41:04.068Z Fresh unicode-linebreak v0.1.5
93092025-09-23T07:41:04.068Z Fresh humantime v2.2.0
93102025-09-23T07:41:04.068Z Fresh qorb v0.4.1
93112025-09-23T07:41:04.068Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
93122025-09-23T07:41:04.068Z Fresh highway v1.3.0
93132025-09-23T07:41:04.068Z Fresh textwrap v0.16.2
93142025-09-23T07:41:04.068Z Fresh phf_shared v0.12.1
93152025-09-23T07:41:04.068Z Fresh nix v0.28.0
93162025-09-23T07:41:04.068Z Fresh const_format_proc_macros v0.2.34
93172025-09-23T07:41:04.068Z Fresh papergrid v0.11.0
93182025-09-23T07:41:04.068Z Fresh phf v0.12.1
93192025-09-23T07:41:04.068Z Fresh tabled_derive v0.7.0
93202025-09-23T07:41:04.068Z Fresh peg-macros v0.8.5
93212025-09-23T07:41:04.068Z Fresh sqlparser_derive v0.2.2
93222025-09-23T07:41:04.068Z Fresh unicode_categories v0.1.1
93232025-09-23T07:41:04.068Z Fresh newtype_derive v0.1.6
93242025-09-23T07:41:04.068Z Fresh chrono-tz v0.10.4
93252025-09-23T07:41:04.068Z Fresh peg v0.8.5
93262025-09-23T07:41:04.068Z Fresh tabled v0.15.0
93272025-09-23T07:41:04.068Z Fresh sqlformat v0.3.5
93282025-09-23T07:41:04.068Z Fresh sqlparser v0.45.0
93292025-09-23T07:41:04.068Z Fresh rustyline v14.0.0
93302025-09-23T07:41:04.068Z Fresh const_format v0.2.34
93312025-09-23T07:41:04.068Z Fresh keccak v0.1.5
93322025-09-23T07:41:04.068Z Fresh steno v0.4.1
93332025-09-23T07:41:04.068Z Fresh half v2.4.1
93342025-09-23T07:41:04.068Z Fresh ciborium-io v0.2.2
93352025-09-23T07:41:04.068Z Fresh universal-hash v0.5.1
93362025-09-23T07:41:04.068Z Fresh opaque-debug v0.3.1
93372025-09-23T07:41:04.068Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
93382025-09-23T07:41:04.068Z Fresh sha3 v0.10.8
93392025-09-23T07:41:04.068Z Fresh ciborium-ll v0.2.2
93402025-09-23T07:41:04.068Z Fresh aead v0.5.2
93412025-09-23T07:41:04.068Z Fresh poly1305 v0.8.0
93422025-09-23T07:41:04.068Z Fresh chacha20 v0.9.1
93432025-09-23T07:41:04.068Z Fresh thiserror-impl-no-std v2.0.2
93442025-09-23T07:41:04.069Z Fresh ciborium v0.2.2
93452025-09-23T07:41:04.069Z Fresh thiserror-no-std v2.0.2
93462025-09-23T07:41:04.069Z Fresh chacha20poly1305 v0.10.1
93472025-09-23T07:41:04.069Z Fresh xattr v1.3.1
93482025-09-23T07:41:04.069Z Fresh filetime v0.2.25
93492025-09-23T07:41:04.069Z Fresh arc-swap v1.7.1
93502025-09-23T07:41:04.069Z Fresh vsss-rs v3.3.4
93512025-09-23T07:41:04.069Z Fresh tar v0.4.44
93522025-09-23T07:41:04.069Z Fresh slog-scope v4.4.0
93532025-09-23T07:41:04.069Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
93542025-09-23T07:41:04.069Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
93552025-09-23T07:41:04.069Z Fresh typify-impl v0.2.0
93562025-09-23T07:41:04.069Z Fresh headers-core v0.3.0
93572025-09-23T07:41:04.069Z Fresh slog-stdlog v4.1.1
93582025-09-23T07:41:04.069Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
93592025-09-23T07:41:04.069Z Fresh typify-macro v0.2.0
93602025-09-23T07:41:04.069Z Fresh headers v0.4.1
93612025-09-23T07:41:04.069Z Fresh heck v0.3.3
93622025-09-23T07:41:04.069Z Fresh progenitor-client v0.8.0
93632025-09-23T07:41:04.069Z Fresh slog-envlogger v2.2.0
93642025-09-23T07:41:04.069Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
93652025-09-23T07:41:04.069Z Fresh typify v0.2.0
93662025-09-23T07:41:04.069Z Fresh subprocess v0.2.9
93672025-09-23T07:41:04.069Z Fresh lzma-sys v0.1.20
93682025-09-23T07:41:04.073Z Fresh zone_cfg_derive v0.1.2
93692025-09-23T07:41:04.073Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
93702025-09-23T07:41:04.073Z Fresh base64 v0.13.1
93712025-09-23T07:41:04.073Z Fresh progenitor-impl v0.8.0
93722025-09-23T07:41:04.073Z Fresh number_prefix v0.4.0
93732025-09-23T07:41:04.073Z Fresh zone v0.1.8
93742025-09-23T07:41:04.073Z Fresh xz2 v0.1.7
93752025-09-23T07:41:04.073Z Fresh ron v0.7.1
93762025-09-23T07:41:04.073Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
93772025-09-23T07:41:04.073Z Fresh yasna v0.5.2
93782025-09-23T07:41:04.073Z Fresh progenitor-macro v0.8.0
93792025-09-23T07:41:04.073Z Fresh indicatif v0.17.11
93802025-09-23T07:41:04.073Z Fresh rcgen v0.12.1
93812025-09-23T07:41:04.073Z Fresh tagptr v0.2.0
93822025-09-23T07:41:04.073Z Fresh progenitor v0.8.0
93832025-09-23T07:41:04.074Z Fresh maplit v1.0.2
93842025-09-23T07:41:04.074Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
93852025-09-23T07:41:04.074Z Fresh moka v0.12.10
93862025-09-23T07:41:04.074Z Fresh nix v0.30.1
93872025-09-23T07:41:04.074Z Fresh bitfield-struct v0.6.2
93882025-09-23T07:41:04.074Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
93892025-09-23T07:41:04.074Z Fresh hickory-resolver v0.25.2
93902025-09-23T07:41:04.074Z Fresh libefi-sys v0.1.0
93912025-09-23T07:41:04.074Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
93922025-09-23T07:41:04.074Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
93932025-09-23T07:41:04.074Z Fresh derive_builder_core v0.20.2
93942025-09-23T07:41:04.074Z Fresh proc-macro-error-attr2 v2.0.0
93952025-09-23T07:41:04.074Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
93962025-09-23T07:41:04.074Z Fresh tap v1.0.1
93972025-09-23T07:41:04.074Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
93982025-09-23T07:41:04.074Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
93992025-09-23T07:41:04.074Z Fresh radium v0.7.0
94002025-09-23T07:41:04.074Z Fresh wyz v0.5.1
94012025-09-23T07:41:04.074Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
94022025-09-23T07:41:04.074Z Fresh proc-macro-error2 v2.0.1
94032025-09-23T07:41:04.074Z Fresh derive_builder_macro v0.20.2
94042025-09-23T07:41:04.074Z Fresh zerocopy-derive v0.6.6
94052025-09-23T07:41:04.074Z Fresh funty v2.0.0
94062025-09-23T07:41:04.074Z Fresh crc-catalog v2.4.0
94072025-09-23T07:41:04.074Z Fresh maybe-uninit v2.0.0
94082025-09-23T07:41:04.074Z Fresh zerocopy v0.6.6
94092025-09-23T07:41:04.074Z Fresh bitvec v1.0.1
94102025-09-23T07:41:04.074Z Fresh derive_builder v0.20.2
94112025-09-23T07:41:04.074Z Fresh crc v3.2.1
94122025-09-23T07:41:04.074Z Fresh dsl_auto_type v0.1.2
94132025-09-23T07:41:04.074Z Fresh packed_struct_codegen v0.10.1
94142025-09-23T07:41:04.074Z Fresh scheduled-thread-pool v0.2.7
94152025-09-23T07:41:04.074Z Fresh bitfield-macros v0.19.2
94162025-09-23T07:41:04.074Z Fresh diesel_table_macro_syntax v0.2.0
94172025-09-23T07:41:04.074Z Fresh nodrop v0.1.14
94182025-09-23T07:41:04.074Z Fresh bitfield v0.19.2
94192025-09-23T07:41:04.074Z Fresh diesel_derives v2.2.3
94202025-09-23T07:41:04.074Z Fresh packed_struct v0.10.1
94212025-09-23T07:41:04.074Z Fresh r2d2 v0.8.10
94222025-09-23T07:41:04.075Z Fresh smallvec v0.6.14
94232025-09-23T07:41:04.075Z Fresh array-init v0.0.4
94242025-09-23T07:41:04.075Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
94252025-09-23T07:41:04.075Z Fresh num-derive v0.3.3
94262025-09-23T07:41:04.075Z Fresh hashbrown v0.12.3
94272025-09-23T07:41:04.075Z Fresh diff v0.1.13
94282025-09-23T07:41:04.075Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
94292025-09-23T07:41:04.075Z Fresh libscf-sys v1.1.0
94302025-09-23T07:41:04.075Z Fresh indexmap v1.9.3
94312025-09-23T07:41:04.075Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
94322025-09-23T07:41:04.075Z Fresh serde-hex v0.1.0
94332025-09-23T07:41:04.075Z Fresh vergen-lib v0.1.6
94342025-09-23T07:41:04.075Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
94352025-09-23T07:41:04.075Z Fresh diesel v2.2.12
94362025-09-23T07:41:04.075Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
94372025-09-23T07:41:04.075Z Fresh ron v0.8.1
94382025-09-23T07:41:04.075Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
94392025-09-23T07:41:04.075Z Fresh hashbrown v0.13.2
94402025-09-23T07:41:04.075Z Fresh dirs-sys-next v0.1.2
94412025-09-23T07:41:04.075Z Fresh xshell-macros v0.2.7
94422025-09-23T07:41:04.075Z Fresh crc-any v2.5.0
94432025-09-23T07:41:04.075Z Fresh object v0.30.4
94442025-09-23T07:41:04.075Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
94452025-09-23T07:41:04.075Z Fresh dirs-next v2.0.0
94462025-09-23T07:41:04.075Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
94472025-09-23T07:41:04.075Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
94482025-09-23T07:41:04.075Z Fresh xshell v0.2.7
94492025-09-23T07:41:04.075Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
94502025-09-23T07:41:04.075Z Fresh vergen v9.0.6
94512025-09-23T07:41:04.075Z Fresh tabled_derive v0.11.0
94522025-09-23T07:41:04.075Z Fresh papergrid v0.17.0
94532025-09-23T07:41:04.075Z Fresh testing_table v0.3.0
94542025-09-23T07:41:04.075Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
94552025-09-23T07:41:04.075Z Fresh path-slash v0.1.5
94562025-09-23T07:41:04.075Z Fresh vergen-gitcl v1.0.8
94572025-09-23T07:41:04.075Z Fresh tabled v0.20.0
94582025-09-23T07:41:04.075Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
94592025-09-23T07:41:04.075Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
94602025-09-23T07:41:04.075Z Fresh crunchy v0.2.2
94612025-09-23T07:41:04.076Z Fresh term v0.7.0
94622025-09-23T07:41:04.076Z Fresh bit-vec v0.6.3
94632025-09-23T07:41:04.076Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
94642025-09-23T07:41:04.076Z Fresh tiny-keccak v2.0.2
94652025-09-23T07:41:04.076Z Fresh bit-set v0.5.3
94662025-09-23T07:41:04.076Z Fresh ascii-canvas v3.0.0
94672025-09-23T07:41:04.076Z Fresh ena v0.14.3
94682025-09-23T07:41:04.079Z Fresh regex-syntax v0.6.29
94692025-09-23T07:41:04.079Z Fresh crc8 v0.1.1
94702025-09-23T07:41:04.080Z Fresh progenitor-impl v0.11.0
94712025-09-23T07:41:04.080Z Fresh lalrpop v0.19.12
94722025-09-23T07:41:04.080Z Fresh progenitor-macro v0.11.0
94732025-09-23T07:41:04.080Z Fresh progenitor-client v0.11.0
94742025-09-23T07:41:04.080Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
94752025-09-23T07:41:04.080Z Fresh bindgen v0.71.1
94762025-09-23T07:41:04.080Z Fresh progenitor v0.11.0
94772025-09-23T07:41:04.080Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
94782025-09-23T07:41:04.080Z Fresh strum_macros v0.24.3
94792025-09-23T07:41:04.080Z Fresh indoc v1.0.9
94802025-09-23T07:41:04.080Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
94812025-09-23T07:41:04.080Z Fresh libxml v0.3.3
94822025-09-23T07:41:04.080Z Fresh polar-core v0.27.3
94832025-09-23T07:41:04.080Z Fresh oso-derive v0.27.3
94842025-09-23T07:41:04.080Z Fresh impl-trait-for-tuples v0.2.2
94852025-09-23T07:41:04.080Z Fresh quick-xml v0.37.2
94862025-09-23T07:41:04.080Z Fresh half v1.8.3
94872025-09-23T07:41:04.080Z Fresh samael v0.0.19
94882025-09-23T07:41:04.080Z Fresh oso v0.27.3
94892025-09-23T07:41:04.080Z Fresh serde_cbor v0.11.2
94902025-09-23T07:41:04.080Z Fresh bb8 v0.8.5
94912025-09-23T07:41:04.080Z Fresh fxhash v0.2.1
94922025-09-23T07:41:04.080Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
94932025-09-23T07:41:04.080Z Fresh diesel-dtrace v0.4.2
94942025-09-23T07:41:04.080Z Fresh async-bb8-diesel v0.2.1
94952025-09-23T07:41:04.080Z Fresh kstat-rs v0.2.4
94962025-09-23T07:41:04.080Z Fresh predicates-tree v1.0.12
94972025-09-23T07:41:04.080Z Fresh primeorder v0.13.6
94982025-09-23T07:41:04.080Z Fresh ignore v0.4.23
94992025-09-23T07:41:04.080Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
95002025-09-23T07:41:04.080Z Fresh unicase v2.7.0
95012025-09-23T07:41:04.080Z Fresh fs-err v2.11.0
95022025-09-23T07:41:04.080Z Fresh parking_lot_core v0.8.6
95032025-09-23T07:41:04.080Z Fresh globwalk v0.9.1
95042025-09-23T07:41:04.080Z Fresh nanorand v0.7.0
95052025-09-23T07:41:04.080Z Fresh parse-size v1.1.0
95062025-09-23T07:41:04.080Z Fresh flume v0.11.1
95072025-09-23T07:41:04.080Z Fresh camino-tempfile-ext v0.3.2
95082025-09-23T07:41:04.080Z Fresh parking_lot v0.11.2
95092025-09-23T07:41:04.081Z Fresh p384 v0.13.0
95102025-09-23T07:41:04.081Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
95112025-09-23T07:41:04.081Z Fresh prefix-trie v0.7.0
95122025-09-23T07:41:04.081Z Fresh void v1.0.2
95132025-09-23T07:41:04.081Z Fresh http-range v0.1.5
95142025-09-23T07:41:04.081Z Fresh hickory-server v0.25.2
95152025-09-23T07:41:04.081Z Fresh lzss v0.8.2
95162025-09-23T07:41:04.081Z Fresh salty v0.3.0
95172025-09-23T07:41:04.081Z Fresh sled v0.34.7
95182025-09-23T07:41:04.081Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
95192025-09-23T07:41:04.081Z Fresh hickory-client v0.25.2
95202025-09-23T07:41:04.081Z Fresh tungstenite v0.23.0
95212025-09-23T07:41:04.081Z Fresh nix v0.27.1
95222025-09-23T07:41:04.081Z Fresh concurrent-queue v2.5.0
95232025-09-23T07:41:04.081Z Fresh serde_bytes v0.11.17
95242025-09-23T07:41:04.081Z Fresh atty v0.2.14
95252025-09-23T07:41:04.081Z Fresh parking v2.2.1
95262025-09-23T07:41:04.081Z Fresh tokio-tungstenite v0.23.1
95272025-09-23T07:41:04.081Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
95282025-09-23T07:41:04.081Z Fresh mime_guess v2.0.5
95292025-09-23T07:41:04.081Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
95302025-09-23T07:41:04.081Z Fresh tabled_derive v0.10.0
95312025-09-23T07:41:04.081Z Fresh papergrid v0.14.0
95322025-09-23T07:41:04.081Z Fresh signal-hook-tokio v0.3.1
95332025-09-23T07:41:04.081Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
95342025-09-23T07:41:04.081Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
95352025-09-23T07:41:04.081Z Fresh hyper-staticfile v0.10.1
95362025-09-23T07:41:04.081Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
95372025-09-23T07:41:04.081Z Fresh tabled v0.18.0
95382025-09-23T07:41:04.081Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
95392025-09-23T07:41:04.081Z Fresh rand_seeder v0.4.0
95402025-09-23T07:41:04.081Z Fresh secrecy v0.8.0
95412025-09-23T07:41:04.081Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
95422025-09-23T07:41:04.081Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
95432025-09-23T07:41:04.081Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
95442025-09-23T07:41:04.081Z Fresh event-listener v5.3.1
95452025-09-23T07:41:04.081Z Fresh assert_matches v1.5.0
95462025-09-23T07:41:04.081Z Fresh event-listener-strategy v0.5.2
95472025-09-23T07:41:04.081Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
95482025-09-23T07:41:04.082Z Fresh yansi v1.0.1
95492025-09-23T07:41:04.082Z Fresh futures-lite v2.3.0
95502025-09-23T07:41:04.082Z Fresh pretty_assertions v1.4.1
95512025-09-23T07:41:04.082Z Fresh typeid v1.0.3
95522025-09-23T07:41:04.082Z Fresh ordered-float v2.10.1
95532025-09-23T07:41:04.082Z Fresh async-lock v3.4.0
95542025-09-23T07:41:04.082Z Fresh erased-serde v0.4.6
95552025-09-23T07:41:04.082Z Fresh serde-value v0.7.0
95562025-09-23T07:41:04.082Z Fresh castaway v0.2.3
95572025-09-23T07:41:04.082Z Fresh polling v3.7.3
95582025-09-23T07:41:04.082Z Fresh indoc v2.0.6
95592025-09-23T07:41:04.082Z Fresh serde-untagged v0.1.7
95602025-09-23T07:41:04.082Z Fresh compact_str v0.8.0
95612025-09-23T07:41:04.082Z Fresh async-io v2.3.4
95622025-09-23T07:41:04.082Z Fresh libz-sys v1.1.20
95632025-09-23T07:41:04.082Z Fresh unicode-truncate v1.1.0
95642025-09-23T07:41:04.082Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
95652025-09-23T07:41:04.082Z Fresh cargo-util-schemas v0.8.2
95662025-09-23T07:41:04.082Z Fresh console v0.16.0
95672025-09-23T07:41:04.082Z Fresh lru v0.12.5
95682025-09-23T07:41:04.086Z Fresh cargo-platform v0.2.0
95692025-09-23T07:41:04.086Z Fresh instability v0.3.2
95702025-09-23T07:41:04.086Z Fresh is_ci v1.2.0
95712025-09-23T07:41:04.086Z Fresh async-task v4.7.1
95722025-09-23T07:41:04.086Z Fresh cassowary v0.3.0
95732025-09-23T07:41:04.086Z Fresh unit-prefix v0.5.1
95742025-09-23T07:41:04.086Z Fresh ratatui v0.29.0
95752025-09-23T07:41:04.086Z Fresh cargo_metadata v0.21.0
95762025-09-23T07:41:04.086Z Fresh supports-color v3.0.2
95772025-09-23T07:41:04.086Z Fresh libgit2-sys v0.17.0+1.8.1
95782025-09-23T07:41:04.086Z Fresh async-channel v2.3.1
95792025-09-23T07:41:04.086Z Fresh polyval v0.6.2
95802025-09-23T07:41:04.086Z Fresh indicatif v0.18.0
95812025-09-23T07:41:04.086Z Fresh piper v0.2.4
95822025-09-23T07:41:04.086Z Fresh cargo-platform v0.1.8
95832025-09-23T07:41:04.086Z Fresh plotters-backend v0.3.7
95842025-09-23T07:41:04.087Z Fresh git2 v0.19.0
95852025-09-23T07:41:04.087Z Fresh ghash v0.5.1
95862025-09-23T07:41:04.087Z Fresh async-executor v1.13.1
95872025-09-23T07:41:04.087Z Fresh blocking v1.6.1
95882025-09-23T07:41:04.087Z Fresh cargo_metadata v0.18.1
95892025-09-23T07:41:04.087Z Fresh plotters-svg v0.3.7
95902025-09-23T07:41:04.087Z Fresh async-signal v0.2.10
95912025-09-23T07:41:04.087Z Fresh ctr v0.9.2
95922025-09-23T07:41:04.087Z Fresh constant_time_eq v0.3.1
95932025-09-23T07:41:04.087Z Fresh cast v0.3.0
95942025-09-23T07:41:04.087Z Fresh event-listener v2.5.3
95952025-09-23T07:41:04.087Z Fresh arrayvec v0.7.6
95962025-09-23T07:41:04.087Z Fresh arrayref v0.3.9
95972025-09-23T07:41:04.087Z Fresh shell-words v1.1.0
95982025-09-23T07:41:04.087Z Fresh async-process v2.3.0
95992025-09-23T07:41:04.087Z Fresh async-channel v1.9.0
96002025-09-23T07:41:04.087Z Fresh criterion-plot v0.6.0
96012025-09-23T07:41:04.087Z Fresh vergen v8.3.2
96022025-09-23T07:41:04.087Z Fresh async-global-executor v2.4.1
96032025-09-23T07:41:04.087Z Fresh aes-gcm v0.10.3
96042025-09-23T07:41:04.087Z Fresh plotters v0.3.7
96052025-09-23T07:41:04.087Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
96062025-09-23T07:41:04.087Z Fresh ssh-encoding v0.2.0
96072025-09-23T07:41:04.087Z Fresh rustls-webpki v0.101.7
96082025-09-23T07:41:04.087Z Fresh sct v0.7.1
96092025-09-23T07:41:04.087Z Fresh blowfish v0.9.1
96102025-09-23T07:41:04.087Z Fresh async-attributes v1.1.2
96112025-09-23T07:41:04.087Z Fresh tinytemplate v1.2.1
96122025-09-23T07:41:04.087Z Fresh rtoolbox v0.0.2
96132025-09-23T07:41:04.087Z Fresh kv-log-macro v1.0.7
96142025-09-23T07:41:04.087Z Fresh futures-timer v3.0.3
96152025-09-23T07:41:04.087Z Fresh anes v0.1.6
96162025-09-23T07:41:04.087Z Fresh oorandom v11.1.4
96172025-09-23T07:41:04.087Z Fresh rpassword v7.4.0
96182025-09-23T07:41:04.087Z Fresh bcrypt-pbkdf v0.10.0
96192025-09-23T07:41:04.087Z Fresh rustls v0.21.12
96202025-09-23T07:41:04.087Z Fresh async-std v1.13.0
96212025-09-23T07:41:04.087Z Fresh ssh-cipher v0.2.0
96222025-09-23T07:41:04.087Z Fresh criterion v0.7.0
96232025-09-23T07:41:04.088Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
96242025-09-23T07:41:04.088Z Fresh tui-tree-widget v0.23.1
96252025-09-23T07:41:04.088Z Fresh password-hash v0.4.2
96262025-09-23T07:41:04.088Z Fresh hex-literal v0.4.1
96272025-09-23T07:41:04.088Z Fresh pbkdf2 v0.11.0
96282025-09-23T07:41:04.088Z Fresh target-lexicon v0.13.2
96292025-09-23T07:41:04.088Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
96302025-09-23T07:41:04.088Z Fresh petname v2.0.2
96312025-09-23T07:41:04.088Z Fresh async-object-pool v0.1.5
96322025-09-23T07:41:04.088Z Fresh tokio-rustls v0.24.1
96332025-09-23T07:41:04.088Z Fresh ssh-key v0.6.6
96342025-09-23T07:41:04.088Z Fresh p521 v0.13.3
96352025-09-23T07:41:04.088Z Fresh p256 v0.13.2
96362025-09-23T07:41:04.088Z Fresh rustls-pemfile v1.0.4
96372025-09-23T07:41:04.088Z Fresh twox-hash v2.1.0
96382025-09-23T07:41:04.088Z Fresh serde_regex v1.1.0
96392025-09-23T07:41:04.088Z Fresh assert-json-diff v2.0.2
96402025-09-23T07:41:04.088Z Fresh russh-cryptovec v0.7.3
96412025-09-23T07:41:04.088Z Fresh memmap2 v0.9.5
96422025-09-23T07:41:04.088Z Fresh path-tree v0.8.1
96432025-09-23T07:41:04.088Z Fresh sync-ptr v0.1.4
96442025-09-23T07:41:04.088Z Fresh stringmetrics v2.2.2
96452025-09-23T07:41:04.088Z Fresh md5 v0.7.0
96462025-09-23T07:41:04.088Z Fresh httpmock v0.8.0-alpha.1
96472025-09-23T07:41:04.088Z Fresh blake3 v1.5.4
96482025-09-23T07:41:04.088Z Fresh russh-keys v0.45.0
96492025-09-23T07:41:04.088Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
96502025-09-23T07:41:04.088Z Fresh guppy-workspace-hack v0.1.0
96512025-09-23T07:41:04.088Z Fresh cfg-expr v0.20.1
96522025-09-23T07:41:04.088Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
96532025-09-23T07:41:04.088Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
96542025-09-23T07:41:04.088Z Fresh httptest v0.16.3
96552025-09-23T07:41:04.088Z Fresh fatfs v0.3.6
96562025-09-23T07:41:04.088Z Fresh proc-macro-crate v3.2.0
96572025-09-23T07:41:04.088Z Fresh num-bigint v0.4.6
96582025-09-23T07:41:04.088Z Fresh des v0.8.1
96592025-09-23T07:41:04.088Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
96602025-09-23T07:41:04.088Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
96612025-09-23T07:41:04.088Z Fresh topological-sort v0.2.2
96622025-09-23T07:41:04.089Z Fresh escape8259 v0.5.3
96632025-09-23T07:41:04.089Z Fresh relative-path v1.9.3
96642025-09-23T07:41:04.089Z Fresh omicron-zone-package v0.12.2
96652025-09-23T07:41:04.089Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
96662025-09-23T07:41:04.089Z Fresh russh v0.45.0
96672025-09-23T07:41:04.089Z Fresh libtest-mimic v0.8.1
96682025-09-23T07:41:04.093Z Fresh rstest_macros v0.25.0
96692025-09-23T07:41:04.093Z Fresh target-spec v3.5.0
96702025-09-23T07:41:04.093Z Fresh target-triple v0.1.3
96712025-09-23T07:41:04.093Z Fresh doc-comment v0.3.3
96722025-09-23T07:41:04.093Z Fresh blake2b_simd v1.0.2
96732025-09-23T07:41:04.093Z Fresh fancy-regex v0.14.0
96742025-09-23T07:41:04.093Z Fresh pathdiff v0.2.3
96752025-09-23T07:41:04.093Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
96762025-09-23T07:41:04.093Z Fresh uzers v0.12.1
96772025-09-23T07:41:04.093Z Fresh nested v0.1.1
96782025-09-23T07:41:04.093Z Fresh termcolor v1.4.1
96792025-09-23T07:41:04.093Z Fresh internet-checksum v0.2.1
96802025-09-23T07:41:04.093Z Fresh rust-argon2 v2.1.0
96812025-09-23T07:41:04.093Z Fresh trybuild v1.0.106
96822025-09-23T07:41:04.093Z Fresh datatest-stable v0.3.2
96832025-09-23T07:41:04.093Z Fresh guppy v0.17.20
96842025-09-23T07:41:04.093Z Fresh assert_cmd v2.0.17
96852025-09-23T07:41:04.093Z Fresh rstest v0.25.0
96862025-09-23T07:41:04.093Z Fresh partial-io v0.5.4
96872025-09-23T07:41:04.093Z Fresh similar-asserts v1.7.0
96882025-09-23T07:41:04.093Z Fresh rand_distr v0.5.1
96892025-09-23T07:41:04.093Z Fresh approx v0.5.1
96902025-09-23T07:41:04.093Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
96912025-09-23T07:41:04.093Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
96922025-09-23T07:41:04.094Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
96932025-09-23T07:41:04.094Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
96942025-09-23T07:41:04.094Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
96952025-09-23T07:41:04.094Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
96962025-09-23T07:41:04.094Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
96972025-09-23T07:41:04.094Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
96982025-09-23T07:41:04.094Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
96992025-09-23T07:41:04.094Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
97002025-09-23T07:41:04.094Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
97012025-09-23T07:41:04.094Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
97022025-09-23T07:41:04.094Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
97032025-09-23T07:41:04.094Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
97042025-09-23T07:41:04.094Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
97052025-09-23T07:41:04.094Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
97062025-09-23T07:41:04.094Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
97072025-09-23T07:41:04.094Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
97082025-09-23T07:41:04.094Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
97092025-09-23T07:41:04.094Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
97102025-09-23T07:41:04.094Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
97112025-09-23T07:41:04.094Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
97122025-09-23T07:41:04.094Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
97132025-09-23T07:41:04.094Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
97142025-09-23T07:41:04.094Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
97152025-09-23T07:41:04.094Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
97162025-09-23T07:41:04.094Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
97172025-09-23T07:41:04.094Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
97182025-09-23T07:41:04.094Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
97192025-09-23T07:41:04.094Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
97202025-09-23T07:41:04.094Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
97212025-09-23T07:41:04.094Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
97222025-09-23T07:41:04.094Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
97232025-09-23T07:41:04.094Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
97242025-09-23T07:41:04.094Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
97252025-09-23T07:41:04.094Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
97262025-09-23T07:41:04.094Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
97272025-09-23T07:41:04.094Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
97282025-09-23T07:41:04.094Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
97292025-09-23T07:41:04.094Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
97302025-09-23T07:41:04.094Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
97312025-09-23T07:41:04.095Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
97322025-09-23T07:41:04.095Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
97332025-09-23T07:41:04.095Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
97342025-09-23T07:41:04.095Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
97352025-09-23T07:41:04.095Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
97362025-09-23T07:41:04.095Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
97372025-09-23T07:41:04.095Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
97382025-09-23T07:41:04.095Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
97392025-09-23T07:41:04.095Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
97402025-09-23T07:41:04.095Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
97412025-09-23T07:41:04.095Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
97422025-09-23T07:41:04.095Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
97432025-09-23T07:41:04.095Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
97442025-09-23T07:41:04.095Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
97452025-09-23T07:41:04.095Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
97462025-09-23T07:41:04.095Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
97472025-09-23T07:41:04.095Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
97482025-09-23T07:41:04.095Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
97492025-09-23T07:41:04.095Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
97502025-09-23T07:41:04.095Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
97512025-09-23T07:41:04.095Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
97522025-09-23T07:41:04.095Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
97532025-09-23T07:41:04.095Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
97542025-09-23T07:41:04.095Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
97552025-09-23T07:41:04.095Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
97562025-09-23T07:41:04.095Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
97572025-09-23T07:41:04.095Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
97582025-09-23T07:41:04.095Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
97592025-09-23T07:41:04.095Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
97602025-09-23T07:41:04.095Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
97612025-09-23T07:41:04.095Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
97622025-09-23T07:41:04.095Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
97632025-09-23T07:41:04.095Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
97642025-09-23T07:41:04.095Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
97652025-09-23T07:41:04.095Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
97662025-09-23T07:41:04.095Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
97672025-09-23T07:41:04.095Z Fresh sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
97682025-09-23T07:41:04.099Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
97692025-09-23T07:41:04.099Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
97702025-09-23T07:41:04.099Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
97712025-09-23T07:41:04.099Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
97722025-09-23T07:41:04.099Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
97732025-09-23T07:41:04.099Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
97742025-09-23T07:41:04.100Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
97752025-09-23T07:41:04.100Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
97762025-09-23T07:41:04.100Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
97772025-09-23T07:41:04.100Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
97782025-09-23T07:41:04.100Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97792025-09-23T07:41:04.100Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
97802025-09-23T07:41:04.100Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
97812025-09-23T07:41:04.100Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
97822025-09-23T07:41:04.100Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
97832025-09-23T07:41:04.100Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
97842025-09-23T07:41:04.100Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
97852025-09-23T07:41:04.100Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
97862025-09-23T07:41:04.100Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
97872025-09-23T07:41:04.100Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
97882025-09-23T07:41:04.100Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
97892025-09-23T07:41:04.100Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
97902025-09-23T07:41:04.100Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
97912025-09-23T07:41:04.100Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
97922025-09-23T07:41:04.100Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
97932025-09-23T07:41:04.100Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
97942025-09-23T07:41:04.100Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
97952025-09-23T07:41:04.100Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
97962025-09-23T07:41:04.100Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
97972025-09-23T07:41:04.100Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
97982025-09-23T07:41:04.100Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
97992025-09-23T07:41:04.100Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
98002025-09-23T07:41:04.100Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
98012025-09-23T07:41:04.100Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
98022025-09-23T07:41:04.100Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
98032025-09-23T07:41:04.100Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
98042025-09-23T07:41:04.100Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
98052025-09-23T07:41:04.100Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
98062025-09-23T07:41:04.100Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
98072025-09-23T07:41:04.100Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
98082025-09-23T07:41:04.100Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
98092025-09-23T07:41:04.100Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
98102025-09-23T07:41:04.100Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
98112025-09-23T07:41:04.100Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
98122025-09-23T07:41:04.100Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
98132025-09-23T07:41:04.101Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
98142025-09-23T07:41:04.101Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
98152025-09-23T07:41:04.101Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
98162025-09-23T07:41:04.101Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
98172025-09-23T07:41:04.101Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
98182025-09-23T07:41:04.101Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
98192025-09-23T07:41:04.101Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
98202025-09-23T07:41:04.101Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
98212025-09-23T07:41:04.101Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
98222025-09-23T07:41:04.101Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
98232025-09-23T07:41:04.101Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
98242025-09-23T07:41:04.101Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
98252025-09-23T07:41:04.101Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
98262025-09-23T07:41:04.101Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
98272025-09-23T07:41:04.101Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.24s
98282025-09-23T07:41:04.212Z Doc-tests api_identity
98292025-09-23T07:41:04.215Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6293bce0367d3be4.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98302025-09-23T07:41:04.347Z
98312025-09-23T07:41:04.347Zrunning 0 tests
98322025-09-23T07:41:04.347Z
98332025-09-23T07:41:04.350Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98342025-09-23T07:41:04.350Z
98352025-09-23T07:41:04.360Z Doc-tests authz_macros
98362025-09-23T07:41:04.363Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-7184e9333324175f.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.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-89ec76158b980749.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c366a20bb361137b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98372025-09-23T07:41:04.476Z
98382025-09-23T07:41:04.476Zrunning 7 tests
98392025-09-23T07:41:04.479Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
98402025-09-23T07:41:04.479Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
98412025-09-23T07:41:04.479Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
98422025-09-23T07:41:04.479Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
98432025-09-23T07:41:04.479Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
98442025-09-23T07:41:04.479Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
98452025-09-23T07:41:04.479Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
98462025-09-23T07:41:04.480Z
98472025-09-23T07:41:04.480Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
98482025-09-23T07:41:04.480Z
98492025-09-23T07:41:04.491Z Doc-tests bootstore
98502025-09-23T07:41:04.494Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c21f60efddbdb4a4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d2ea0bb6c658825c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-99a71b153ac78d4e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.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-732367a6ee442657.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d734c32ef8174c7b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
98512025-09-23T07:41:05.136Z
98522025-09-23T07:41:05.137Zrunning 0 tests
98532025-09-23T07:41:05.137Z
98542025-09-23T07:41:05.137Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98552025-09-23T07:41:05.137Z
98562025-09-23T07:41:05.174Z Doc-tests bootstrap_agent_api
98572025-09-23T07:41:05.177Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d210d3cc462537e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98582025-09-23T07:41:05.553Z
98592025-09-23T07:41:05.553Zrunning 2 tests
98602025-09-23T07:41:05.556Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
98612025-09-23T07:41:05.556Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
98622025-09-23T07:41:05.556Z
98632025-09-23T07:41:05.556Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
98642025-09-23T07:41:05.556Z
98652025-09-23T07:41:05.588Z Doc-tests bootstrap_agent_client
98662025-09-23T07:41:05.591Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e01d403367995699.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98672025-09-23T07:41:06.361Z
98682025-09-23T07:41:06.361Zrunning 0 tests
98692025-09-23T07:41:06.361Z
98702025-09-23T07:41:06.361Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98712025-09-23T07:41:06.361Z
98722025-09-23T07:41:06.403Z Doc-tests clickana
98732025-09-23T07:41:06.403Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickana --test dev-tools/clickana/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/clickana -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-54a1f6ce497122cf.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8a82f9aca08fa4e1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2502d93673d2282b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98742025-09-23T07:41:06.807Z
98752025-09-23T07:41:06.807Zrunning 0 tests
98762025-09-23T07:41:06.807Z
98772025-09-23T07:41:06.807Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98782025-09-23T07:41:06.807Z
98792025-09-23T07:41:06.838Z Doc-tests clickhouse_admin_api
98802025-09-23T07:41:06.838Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-127257937c0c78b8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98812025-09-23T07:41:07.117Z
98822025-09-23T07:41:07.117Zrunning 6 tests
98832025-09-23T07:41:07.120Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 72) ... ignored
98842025-09-23T07:41:07.120Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 78) ... ignored
98852025-09-23T07:41:07.120Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 150) ... ignored
98862025-09-23T07:41:07.120Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 156) ... ignored
98872025-09-23T07:41:07.120Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 215) ... ignored
98882025-09-23T07:41:07.120Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 221) ... ignored
98892025-09-23T07:41:07.120Z
98902025-09-23T07:41:07.120Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
98912025-09-23T07:41:07.120Z
98922025-09-23T07:41:07.146Z Doc-tests clickhouse_admin_keeper_client
98932025-09-23T07:41:07.149Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-744cce18ee6f7992.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98942025-09-23T07:41:07.744Z
98952025-09-23T07:41:07.744Zrunning 0 tests
98962025-09-23T07:41:07.744Z
98972025-09-23T07:41:07.744Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98982025-09-23T07:41:07.744Z
98992025-09-23T07:41:07.781Z Doc-tests clickhouse_admin_server_client
99002025-09-23T07:41:07.781Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_server_client --test clients/clickhouse-admin-server-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-server-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8a82f9aca08fa4e1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99012025-09-23T07:41:08.331Z
99022025-09-23T07:41:08.331Zrunning 0 tests
99032025-09-23T07:41:08.331Z
99042025-09-23T07:41:08.334Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99052025-09-23T07:41:08.334Z
99062025-09-23T07:41:08.368Z Doc-tests clickhouse_admin_single_client
99072025-09-23T07:41:08.371Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_single_client --test clients/clickhouse-admin-single-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-single-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d0ba87088dee8cca.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99082025-09-23T07:41:08.588Z
99092025-09-23T07:41:08.588Zrunning 0 tests
99102025-09-23T07:41:08.588Z
99112025-09-23T07:41:08.588Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99122025-09-23T07:41:08.588Z
99132025-09-23T07:41:08.609Z Doc-tests clickhouse_admin_test_utils
99142025-09-23T07:41:08.612Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_test_utils --test clickhouse-admin/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-61b64abb80449566.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-29c1a332f059ff1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99152025-09-23T07:41:08.851Z
99162025-09-23T07:41:08.851Zrunning 0 tests
99172025-09-23T07:41:08.851Z
99182025-09-23T07:41:08.851Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99192025-09-23T07:41:08.851Z
99202025-09-23T07:41:08.927Z Doc-tests clickhouse_admin_types
99212025-09-23T07:41:08.927Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-35eedced8d88c21d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-732367a6ee442657.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99222025-09-23T07:41:09.394Z
99232025-09-23T07:41:09.394Zrunning 0 tests
99242025-09-23T07:41:09.394Z
99252025-09-23T07:41:09.394Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99262025-09-23T07:41:09.394Z
99272025-09-23T07:41:09.429Z Doc-tests cockroach_admin_api
99282025-09-23T07:41:09.430Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d8f9f60b43fbd84e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99292025-09-23T07:41:09.630Z
99302025-09-23T07:41:09.630Zrunning 2 tests
99312025-09-23T07:41:09.633Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 53) ... ignored
99322025-09-23T07:41:09.633Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 59) ... ignored
99332025-09-23T07:41:09.633Z
99342025-09-23T07:41:09.633Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
99352025-09-23T07:41:09.633Z
99362025-09-23T07:41:09.653Z Doc-tests cockroach_admin_client
99372025-09-23T07:41:09.656Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99382025-09-23T07:41:09.942Z
99392025-09-23T07:41:09.942Zrunning 0 tests
99402025-09-23T07:41:09.942Z
99412025-09-23T07:41:09.942Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99422025-09-23T07:41:09.942Z
99432025-09-23T07:41:09.965Z Doc-tests cockroach_admin_types
99442025-09-23T07:41:09.969Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-71b0bb9f1129a483.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99452025-09-23T07:41:10.126Z
99462025-09-23T07:41:10.126Zrunning 0 tests
99472025-09-23T07:41:10.126Z
99482025-09-23T07:41:10.126Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99492025-09-23T07:41:10.126Z
99502025-09-23T07:41:10.144Z Doc-tests db_macros
99512025-09-23T07:41:10.147Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-30afb2749f7b8e55.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.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-89ec76158b980749.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c366a20bb361137b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99522025-09-23T07:41:10.378Z
99532025-09-23T07:41:10.378Zrunning 3 tests
99542025-09-23T07:41:10.381Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
99552025-09-23T07:41:10.381Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
99562025-09-23T07:41:10.381Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
99572025-09-23T07:41:10.381Z
99582025-09-23T07:41:10.381Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
99592025-09-23T07:41:10.381Z
99602025-09-23T07:41:10.395Z Doc-tests dev_tools_common
99612025-09-23T07:41:10.398Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dev_tools_common --test dev-tools/common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-08f6be44a05b044a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99622025-09-23T07:41:10.455Z
99632025-09-23T07:41:10.455Zrunning 0 tests
99642025-09-23T07:41:10.455Z
99652025-09-23T07:41:10.455Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99662025-09-23T07:41:10.455Z
99672025-09-23T07:41:10.466Z Doc-tests dns_server
99682025-09-23T07:41:10.470Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c0d7cd5e5048808.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0cae93acd3793fe6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2b5c715654ea99cd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-505311e2d2b65158.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-fb5988b711e7ab53.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3d91acb03d777c0c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99692025-09-23T07:41:10.834Z
99702025-09-23T07:41:10.835Zrunning 0 tests
99712025-09-23T07:41:10.835Z
99722025-09-23T07:41:10.835Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99732025-09-23T07:41:10.835Z
99742025-09-23T07:41:10.867Z Doc-tests dns_server_api
99752025-09-23T07:41:10.871Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0cae93acd3793fe6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99762025-09-23T07:41:11.120Z
99772025-09-23T07:41:11.120Zrunning 2 tests
99782025-09-23T07:41:11.123Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 134) ... ignored
99792025-09-23T07:41:11.123Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 140) ... ignored
99802025-09-23T07:41:11.123Z
99812025-09-23T07:41:11.124Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
99822025-09-23T07:41:11.124Z
99832025-09-23T07:41:11.148Z Doc-tests dns_service_client
99842025-09-23T07:41:11.151Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99852025-09-23T07:41:11.479Z
99862025-09-23T07:41:11.479Zrunning 0 tests
99872025-09-23T07:41:11.479Z
99882025-09-23T07:41:11.479Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99892025-09-23T07:41:11.479Z
99902025-09-23T07:41:11.511Z Doc-tests end_to_end_tests
99912025-09-23T07:41:11.514Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ca4ebf2465e25529.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-201142b12242a940.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-ef6de711891156ff.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.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-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-b987aa482a11f09f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-80402a581ef16707.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-578e6303dc3a68ec.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-947c240899b43b9e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.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-3abb8e600975acb8.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99922025-09-23T07:41:12.008Z
99932025-09-23T07:41:12.008Zrunning 0 tests
99942025-09-23T07:41:12.008Z
99952025-09-23T07:41:12.008Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99962025-09-23T07:41:12.008Z
99972025-09-23T07:41:12.047Z Doc-tests ereport_types
99982025-09-23T07:41:12.047Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ereport_types --test ereport/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ereport/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99992025-09-23T07:41:12.250Z
100002025-09-23T07:41:12.250Zrunning 0 tests
100012025-09-23T07:41:12.250Z
100022025-09-23T07:41:12.250Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100032025-09-23T07:41:12.250Z
100042025-09-23T07:41:12.272Z Doc-tests gateway_api
100052025-09-23T07:41:12.275Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-ad44208e5f7ae4fe.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100062025-09-23T07:41:12.557Z
100072025-09-23T07:41:12.557Zrunning 2 tests
100082025-09-23T07:41:12.561Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 78) ... ignored
100092025-09-23T07:41:12.561Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 84) ... ignored
100102025-09-23T07:41:12.561Z
100112025-09-23T07:41:12.561Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100122025-09-23T07:41:12.561Z
100132025-09-23T07:41:12.583Z Doc-tests gateway_client
100142025-09-23T07:41:12.586Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100152025-09-23T07:41:13.594Z
100162025-09-23T07:41:13.594Zrunning 0 tests
100172025-09-23T07:41:13.594Z
100182025-09-23T07:41:13.594Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100192025-09-23T07:41:13.594Z
100202025-09-23T07:41:13.633Z Doc-tests gateway_test_utils
100212025-09-23T07:41:13.637Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5bba7e6222b8eb01.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b75ae4a1075d8653.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100222025-09-23T07:41:14.185Z
100232025-09-23T07:41:14.185Zrunning 0 tests
100242025-09-23T07:41:14.185Z
100252025-09-23T07:41:14.185Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100262025-09-23T07:41:14.185Z
100272025-09-23T07:41:14.227Z Doc-tests gateway_types
100282025-09-23T07:41:14.231Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100292025-09-23T07:41:14.728Z
100302025-09-23T07:41:14.728Zrunning 0 tests
100312025-09-23T07:41:14.728Z
100322025-09-23T07:41:14.728Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100332025-09-23T07:41:14.728Z
100342025-09-23T07:41:14.760Z Doc-tests gfss
100352025-09-23T07:41:14.763Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gfss --test trust-quorum/gfss/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/gfss -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-811675e9ce129203.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4aad65887d9e4d13.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' --document-private-items -D warnings --error-format human`
100362025-09-23T07:41:14.871Z
100372025-09-23T07:41:14.871Zrunning 0 tests
100382025-09-23T07:41:14.871Z
100392025-09-23T07:41:14.871Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100402025-09-23T07:41:14.871Z
100412025-09-23T07:41:14.885Z Doc-tests id_map
100422025-09-23T07:41:14.889Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name id_map --test id-map/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/id-map -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-33743aebe9fb1e1f.so --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100432025-09-23T07:41:15.014Z
100442025-09-23T07:41:15.014Zrunning 0 tests
100452025-09-23T07:41:15.014Z
100462025-09-23T07:41:15.014Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100472025-09-23T07:41:15.014Z
100482025-09-23T07:41:15.029Z Doc-tests illumos_utils
100492025-09-23T07:41:15.032Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-50afd8381363d06c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.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-5404c2cda5802900.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.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-ef46dd1455962759.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3963e735cdc9d3cb.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c52bf3d25c08b572.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-479f82a212521eaf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3abb8e600975acb8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-736b5d70430ffdf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ac799fa4a74ed9cc.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human`
100502025-09-23T07:41:15.585Z
100512025-09-23T07:41:15.586Zrunning 0 tests
100522025-09-23T07:41:15.586Z
100532025-09-23T07:41:15.586Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100542025-09-23T07:41:15.586Z
100552025-09-23T07:41:15.623Z Doc-tests installinator
100562025-09-23T07:41:15.628Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.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-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9c022c79bbc93897.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-05eb34c10e8f865e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f388ca75647d2442.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-10ee765b2b2fe1ea.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cc269ef78a12c4a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-5c423d6c0f0eb49a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-610fa70cd4a7927e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.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-3d91acb03d777c0c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
100572025-09-23T07:41:16.201Z
100582025-09-23T07:41:16.201Zrunning 0 tests
100592025-09-23T07:41:16.201Z
100602025-09-23T07:41:16.201Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100612025-09-23T07:41:16.201Z
100622025-09-23T07:41:16.243Z Doc-tests installinator_api
100632025-09-23T07:41:16.246Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-ca54cf2469e4f2e4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100642025-09-23T07:41:16.537Z
100652025-09-23T07:41:16.538Zrunning 2 tests
100662025-09-23T07:41:16.541Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
100672025-09-23T07:41:16.541Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
100682025-09-23T07:41:16.541Z
100692025-09-23T07:41:16.541Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100702025-09-23T07:41:16.541Z
100712025-09-23T07:41:16.569Z Doc-tests installinator_client
100722025-09-23T07:41:16.572Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-05eb34c10e8f865e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100732025-09-23T07:41:17.381Z
100742025-09-23T07:41:17.381Zrunning 0 tests
100752025-09-23T07:41:17.381Z
100762025-09-23T07:41:17.381Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100772025-09-23T07:41:17.381Z
100782025-09-23T07:41:17.422Z Doc-tests installinator_common
100792025-09-23T07:41:17.422Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100802025-09-23T07:41:17.795Z
100812025-09-23T07:41:17.795Zrunning 0 tests
100822025-09-23T07:41:17.795Z
100832025-09-23T07:41:17.795Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100842025-09-23T07:41:17.795Z
100852025-09-23T07:41:17.829Z Doc-tests internal_dns_resolver
100862025-09-23T07:41:17.833Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c0d7cd5e5048808.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0cae93acd3793fe6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-505311e2d2b65158.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100872025-09-23T07:41:18.113Z
100882025-09-23T07:41:18.113Zrunning 0 tests
100892025-09-23T07:41:18.113Z
100902025-09-23T07:41:18.113Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100912025-09-23T07:41:18.113Z
100922025-09-23T07:41:18.144Z Doc-tests internal_dns_types
100932025-09-23T07:41:18.147Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100942025-09-23T07:41:18.507Z
100952025-09-23T07:41:18.507Zrunning 0 tests
100962025-09-23T07:41:18.507Z
100972025-09-23T07:41:18.507Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100982025-09-23T07:41:18.507Z
100992025-09-23T07:41:18.538Z Doc-tests ipcc
101002025-09-23T07:41:18.541Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-99a71b153ac78d4e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f388ca75647d2442.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-9e8190d71cc4dc9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101012025-09-23T07:41:18.674Z
101022025-09-23T07:41:18.674Zrunning 0 tests
101032025-09-23T07:41:18.674Z
101042025-09-23T07:41:18.674Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101052025-09-23T07:41:18.674Z
101062025-09-23T07:41:18.691Z Doc-tests key_manager
101072025-09-23T07:41:18.694Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-953ee2798c9f11cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101082025-09-23T07:41:18.948Z
101092025-09-23T07:41:18.948Zrunning 0 tests
101102025-09-23T07:41:18.948Z
101112025-09-23T07:41:18.948Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101122025-09-23T07:41:18.948Z
101132025-09-23T07:41:18.976Z Doc-tests live_tests_macros
101142025-09-23T07:41:18.976Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-6beb7a3dc5fe991e.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101152025-09-23T07:41:19.042Z
101162025-09-23T07:41:19.042Zrunning 1 test
101172025-09-23T07:41:19.045Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
101182025-09-23T07:41:19.045Z
101192025-09-23T07:41:19.045Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
101202025-09-23T07:41:19.045Z
101212025-09-23T07:41:19.053Z Doc-tests nexus_auth
101222025-09-23T07:41:19.056Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-7184e9333324175f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-469b0db778f2a60c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9cb2cc9ed0228164.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-4caf2f923bd413cd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7a289cd1350ea760.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-24d343eec009b7dc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7f4ede893db0cfb4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3fbc1cb08c7d416.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
101232025-09-23T07:41:20.043Z
101242025-09-23T07:41:20.043Zrunning 0 tests
101252025-09-23T07:41:20.043Z
101262025-09-23T07:41:20.043Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101272025-09-23T07:41:20.043Z
101282025-09-23T07:41:20.093Z Doc-tests nexus_background_task_interface
101292025-09-23T07:41:20.093Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_background_task_interface --test nexus/background-task-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/background-task-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b6b7664744754838.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101302025-09-23T07:41:20.173Z
101312025-09-23T07:41:20.173Zrunning 0 tests
101322025-09-23T07:41:20.173Z
101332025-09-23T07:41:20.173Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101342025-09-23T07:41:20.174Z
101352025-09-23T07:41:20.186Z Doc-tests nexus_client
101362025-09-23T07:41:20.189Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101372025-09-23T07:41:23.221Z
101382025-09-23T07:41:23.221Zrunning 0 tests
101392025-09-23T07:41:23.221Z
101402025-09-23T07:41:23.221Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101412025-09-23T07:41:23.221Z
101422025-09-23T07:41:23.299Z Doc-tests nexus_config
101432025-09-23T07:41:23.299Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101442025-09-23T07:41:23.988Z
101452025-09-23T07:41:23.989Zrunning 0 tests
101462025-09-23T07:41:23.989Z
101472025-09-23T07:41:23.989Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101482025-09-23T07:41:23.989Z
101492025-09-23T07:41:24.032Z Doc-tests nexus_db_errors
101502025-09-23T07:41:24.032Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_errors --test nexus/db-errors/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-errors -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9cb2cc9ed0228164.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-b77ba591ee20b893.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101512025-09-23T07:41:24.433Z
101522025-09-23T07:41:24.433Zrunning 0 tests
101532025-09-23T07:41:24.433Z
101542025-09-23T07:41:24.433Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101552025-09-23T07:41:24.433Z
101562025-09-23T07:41:24.471Z Doc-tests nexus_db_fixed_data
101572025-09-23T07:41:24.474Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-4caf2f923bd413cd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
101582025-09-23T07:41:24.930Z
101592025-09-23T07:41:24.930Zrunning 0 tests
101602025-09-23T07:41:24.930Z
101612025-09-23T07:41:24.930Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101622025-09-23T07:41:24.930Z
101632025-09-23T07:41:24.966Z Doc-tests nexus_db_lookup
101642025-09-23T07:41:24.970Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_lookup --test nexus/db-lookup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-lookup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4a8b59abba2b40d8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-30afb2749f7b8e55.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-3413b9f3513accec.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9cb2cc9ed0228164.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-b77ba591ee20b893.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a98a0a4cd86e3987.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
101652025-09-23T07:41:25.824Z
101662025-09-23T07:41:25.824Zrunning 0 tests
101672025-09-23T07:41:25.824Z
101682025-09-23T07:41:25.824Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101692025-09-23T07:41:25.824Z
101702025-09-23T07:41:25.870Z Doc-tests nexus_db_model
101712025-09-23T07:41:25.874Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-30afb2749f7b8e55.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-33743aebe9fb1e1f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.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-6f62d936de9671b8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74afde2e65faac9d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a10e9c67ed4e1bf2.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2200c2dab4c472c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.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-3abb8e600975acb8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4263031d611fb802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
101722025-09-23T07:41:29.705Z
101732025-09-23T07:41:29.705Zrunning 2 tests
101742025-09-23T07:41:31.652Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
101752025-09-23T07:41:31.728Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
101762025-09-23T07:41:31.728Z
101772025-09-23T07:41:31.728Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.02s
101782025-09-23T07:41:31.728Z
101792025-09-23T07:41:31.838Z Doc-tests nexus_db_queries
101802025-09-23T07:41:31.842Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4a8b59abba2b40d8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-35caec50e402517e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6210aa16342c96c8.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-30afb2749f7b8e55.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-3413b9f3513accec.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-95b01d2892752fb2.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9cb2cc9ed0228164.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-b77ba591ee20b893.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-4caf2f923bd413cd.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a98a0a4cd86e3987.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2200c2dab4c472c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-24d343eec009b7dc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.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-f976e8733bc7da37.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d8448149a9b86ace.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-29ea689d86230a26.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.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-3abb8e600975acb8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4263031d611fb802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.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-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
101812025-09-23T07:41:34.080Z
101822025-09-23T07:41:34.080Zrunning 1 test
101832025-09-23T07:41:37.518Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
101842025-09-23T07:41:37.518Z
101852025-09-23T07:41:37.518Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.44s
101862025-09-23T07:41:37.518Z
101872025-09-23T07:41:37.612Z Doc-tests nexus_db_schema
101882025-09-23T07:41:37.612Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_schema --test nexus/db-schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
101892025-09-23T07:41:43.634Z
101902025-09-23T07:41:43.634Zrunning 0 tests
101912025-09-23T07:41:43.634Z
101922025-09-23T07:41:43.634Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101932025-09-23T07:41:43.634Z
101942025-09-23T07:41:43.819Z Doc-tests nexus_defaults
101952025-09-23T07:41:43.819Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74afde2e65faac9d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101962025-09-23T07:41:44.067Z
101972025-09-23T07:41:44.067Zrunning 0 tests
101982025-09-23T07:41:44.067Z
101992025-09-23T07:41:44.067Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102002025-09-23T07:41:44.067Z
102012025-09-23T07:41:44.095Z Doc-tests nexus_external_api
102022025-09-23T07:41:44.099Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-59c1010d6cf1ed18.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-447117d92c09ae41.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6869f73022dda98.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102032025-09-23T07:41:44.729Z
102042025-09-23T07:41:44.729Zrunning 2 tests
102052025-09-23T07:41:44.732Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 88) ... ignored
102062025-09-23T07:41:44.732Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 94) ... ignored
102072025-09-23T07:41:44.732Z
102082025-09-23T07:41:44.732Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
102092025-09-23T07:41:44.732Z
102102025-09-23T07:41:44.770Z Doc-tests nexus_internal_api
102112025-09-23T07:41:44.773Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e4ac556d30c590af.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102122025-09-23T07:41:45.247Z
102132025-09-23T07:41:45.247Zrunning 2 tests
102142025-09-23T07:41:45.250Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 63) ... ignored
102152025-09-23T07:41:45.250Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 69) ... ignored
102162025-09-23T07:41:45.250Z
102172025-09-23T07:41:45.250Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
102182025-09-23T07:41:45.250Z
102192025-09-23T07:41:45.285Z Doc-tests nexus_inventory
102202025-09-23T07:41:45.289Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-744cce18ee6f7992.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8a82f9aca08fa4e1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-23630d3874d5d124.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2200c2dab4c472c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-8790f4e2781e44bc.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-3abb8e600975acb8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fc9527150bccd075.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102212025-09-23T07:41:45.724Z
102222025-09-23T07:41:45.724Zrunning 0 tests
102232025-09-23T07:41:45.724Z
102242025-09-23T07:41:45.724Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102252025-09-23T07:41:45.725Z
102262025-09-23T07:41:45.762Z Doc-tests nexus_macros_common
102272025-09-23T07:41:45.763Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-89ec76158b980749.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102282025-09-23T07:41:45.826Z
102292025-09-23T07:41:45.826Zrunning 0 tests
102302025-09-23T07:41:45.826Z
102312025-09-23T07:41:45.826Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102322025-09-23T07:41:45.826Z
102332025-09-23T07:41:45.837Z Doc-tests nexus_metrics_producer_gc
102342025-09-23T07:41:45.841Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4a8b59abba2b40d8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-34cf9b4cb0e2d85a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5116508aaca64ebd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-484e3be5363eebba.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-3abb8e600975acb8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
102352025-09-23T07:41:46.311Z
102362025-09-23T07:41:46.311Zrunning 0 tests
102372025-09-23T07:41:46.311Z
102382025-09-23T07:41:46.311Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102392025-09-23T07:41:46.311Z
102402025-09-23T07:41:46.355Z Doc-tests nexus_mgs_updates
102412025-09-23T07:41:46.359Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_mgs_updates --test nexus/mgs-updates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/mgs-updates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3dfa366aef439f68.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-8b04622063cca368.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ab7e83f9015c3b42.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6102ab5038733ac9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4d5283bafdf73ec1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-17e444b0484d3609.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-3abb8e600975acb8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b75ae4a1075d8653.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102422025-09-23T07:41:46.817Z
102432025-09-23T07:41:46.817Zrunning 0 tests
102442025-09-23T07:41:46.817Z
102452025-09-23T07:41:46.817Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102462025-09-23T07:41:46.817Z
102472025-09-23T07:41:46.856Z Doc-tests nexus_networking
102482025-09-23T07:41:46.859Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a98a0a4cd86e3987.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53d8a3ad4ec7df57.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102492025-09-23T07:41:47.361Z
102502025-09-23T07:41:47.361Zrunning 0 tests
102512025-09-23T07:41:47.361Z
102522025-09-23T07:41:47.361Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102532025-09-23T07:41:47.361Z
102542025-09-23T07:41:47.405Z Doc-tests nexus_reconfigurator_blippy
102552025-09-23T07:41:47.405Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_blippy --test nexus/reconfigurator/blippy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/blippy -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-661f801c886083f7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102562025-09-23T07:41:47.778Z
102572025-09-23T07:41:47.778Zrunning 0 tests
102582025-09-23T07:41:47.778Z
102592025-09-23T07:41:47.778Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102602025-09-23T07:41:47.778Z
102612025-09-23T07:41:47.814Z Doc-tests nexus_reconfigurator_execution
102622025-09-23T07:41:47.817Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4a8b59abba2b40d8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-744cce18ee6f7992.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8a82f9aca08fa4e1.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d0ba87088dee8cca.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-34cf9b4cb0e2d85a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-4237adee672c9d6a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b07eef09036bbc3b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a98a0a4cd86e3987.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-8b04622063cca368.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53d8a3ad4ec7df57.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-00d2f0bb8c4c59bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-91a4390ad9241f9c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f81f4c1b2ff6d696.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9079a03931e63633.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.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-3abb8e600975acb8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
102632025-09-23T07:41:48.340Z
102642025-09-23T07:41:48.340Zrunning 0 tests
102652025-09-23T07:41:48.340Z
102662025-09-23T07:41:48.340Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102672025-09-23T07:41:48.340Z
102682025-09-23T07:41:48.385Z Doc-tests nexus_reconfigurator_planning
102692025-09-23T07:41:48.390Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-4237adee672c9d6a.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-6f62d936de9671b8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-661f801c886083f7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.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-3abb8e600975acb8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b75ae4a1075d8653.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-02499d2c48eb230d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fc9527150bccd075.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102702025-09-23T07:41:49.108Z
102712025-09-23T07:41:49.108Zrunning 0 tests
102722025-09-23T07:41:49.108Z
102732025-09-23T07:41:49.108Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102742025-09-23T07:41:49.108Z
102752025-09-23T07:41:49.154Z Doc-tests nexus_reconfigurator_preparation
102762025-09-23T07:41:49.154Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-91a4390ad9241f9c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.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-3abb8e600975acb8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102772025-09-23T07:41:49.634Z
102782025-09-23T07:41:49.634Zrunning 0 tests
102792025-09-23T07:41:49.634Z
102802025-09-23T07:41:49.634Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102812025-09-23T07:41:49.634Z
102822025-09-23T07:41:49.679Z Doc-tests nexus_reconfigurator_rendezvous
102832025-09-23T07:41:49.683Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_rendezvous --test nexus/reconfigurator/rendezvous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4a8b59abba2b40d8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-f22f2bb4b8f8238a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
102842025-09-23T07:41:50.146Z
102852025-09-23T07:41:50.146Zrunning 0 tests
102862025-09-23T07:41:50.146Z
102872025-09-23T07:41:50.146Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102882025-09-23T07:41:50.146Z
102892025-09-23T07:41:50.188Z Doc-tests nexus_reconfigurator_simulation
102902025-09-23T07:41:50.191Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_simulation --test nexus/reconfigurator/simulation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/simulation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-0569d3b3f7479b0c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-08e2e14879a2a174.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.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-c42df1260c68bd2e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fc9527150bccd075.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102912025-09-23T07:41:50.639Z
102922025-09-23T07:41:50.640Zrunning 0 tests
102932025-09-23T07:41:50.640Z
102942025-09-23T07:41:50.640Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102952025-09-23T07:41:50.640Z
102962025-09-23T07:41:50.678Z Doc-tests nexus_saga_recovery
102972025-09-23T07:41:50.681Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9cb2cc9ed0228164.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b03bc61ef3cef05e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f81f4c1b2ff6d696.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.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-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3abb8e600975acb8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4263031d611fb802.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
102982025-09-23T07:41:51.090Z
102992025-09-23T07:41:51.090Zrunning 0 tests
103002025-09-23T07:41:51.091Z
103012025-09-23T07:41:51.091Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103022025-09-23T07:41:51.091Z
103032025-09-23T07:41:51.128Z Doc-tests nexus_sled_agent_shared
103042025-09-23T07:41:51.131Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_sled_agent_shared --test nexus-sled-agent-shared/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-sled-agent-shared -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103052025-09-23T07:41:51.698Z
103062025-09-23T07:41:51.698Zrunning 0 tests
103072025-09-23T07:41:51.698Z
103082025-09-23T07:41:51.698Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103092025-09-23T07:41:51.698Z
103102025-09-23T07:41:51.736Z Doc-tests nexus_test_interface
103112025-09-23T07:41:51.736Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0e15dc8abc99326c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
103122025-09-23T07:41:52.194Z
103132025-09-23T07:41:52.194Zrunning 0 tests
103142025-09-23T07:41:52.194Z
103152025-09-23T07:41:52.194Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103162025-09-23T07:41:52.194Z
103172025-09-23T07:41:52.237Z Doc-tests nexus_test_utils
103182025-09-23T07:41:52.240Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c0d7cd5e5048808.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-469b0db778f2a60c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0e15dc8abc99326c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-3f4e8efcecd6cea3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f133e44f695a0c2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3fbc1cb08c7d416.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.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-3abb8e600975acb8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' --document-private-items -D warnings --error-format human`
103192025-09-23T07:41:53.126Z
103202025-09-23T07:41:53.126Zrunning 0 tests
103212025-09-23T07:41:53.126Z
103222025-09-23T07:41:53.126Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103232025-09-23T07:41:53.126Z
103242025-09-23T07:41:53.179Z Doc-tests nexus_test_utils_macros
103252025-09-23T07:41:53.179Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f81f4c1b2ff6d696.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103262025-09-23T07:41:53.248Z
103272025-09-23T07:41:53.248Zrunning 1 test
103282025-09-23T07:41:53.252Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
103292025-09-23T07:41:53.252Z
103302025-09-23T07:41:53.252Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
103312025-09-23T07:41:53.252Z
103322025-09-23T07:41:53.260Z Doc-tests nexus_types
103332025-09-23T07:41:53.264Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6293bce0367d3be4.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-33743aebe9fb1e1f.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.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-93dbfb8786647bf6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b07eef09036bbc3b.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-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7a289cd1350ea760.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6869f73022dda98.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.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-3abb8e600975acb8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4263031d611fb802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6001743155d3c4a5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4c87825fbc2f0bd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.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-90a6510909a3c879.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103342025-09-23T07:41:57.206Z
103352025-09-23T07:41:57.206Zrunning 3 tests
103362025-09-23T07:41:57.209Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 2107) ... ignored
103372025-09-23T07:41:57.209Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 1979) ... ignored
103382025-09-23T07:41:57.209Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 1169) ... ignored
103392025-09-23T07:41:57.209Z
103402025-09-23T07:41:57.209Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
103412025-09-23T07:41:57.209Z
103422025-09-23T07:41:57.324Z Doc-tests ntp_admin_api
103432025-09-23T07:41:57.328Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name ntp_admin_api --test ntp-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-1970056deba5b3b3.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-c7556107f2579263.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103442025-09-23T07:41:57.498Z
103452025-09-23T07:41:57.498Zrunning 2 tests
103462025-09-23T07:41:57.501Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 46) ... ignored
103472025-09-23T07:41:57.501Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 52) ... ignored
103482025-09-23T07:41:57.501Z
103492025-09-23T07:41:57.501Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
103502025-09-23T07:41:57.501Z
103512025-09-23T07:41:57.519Z Doc-tests ntp_admin_client
103522025-09-23T07:41:57.519Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name ntp_admin_client --test clients/ntp-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ntp-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103532025-09-23T07:41:57.724Z
103542025-09-23T07:41:57.724Zrunning 0 tests
103552025-09-23T07:41:57.724Z
103562025-09-23T07:41:57.724Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103572025-09-23T07:41:57.724Z
103582025-09-23T07:41:57.748Z Doc-tests ntp_admin_types
103592025-09-23T07:41:57.748Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name ntp_admin_types --test ntp-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-c7556107f2579263.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103602025-09-23T07:41:57.857Z
103612025-09-23T07:41:57.857Zrunning 0 tests
103622025-09-23T07:41:57.857Z
103632025-09-23T07:41:57.857Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103642025-09-23T07:41:57.857Z
103652025-09-23T07:41:57.873Z Doc-tests omicron_certificates
103662025-09-23T07:41:57.877Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-44b668ede8600b95.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a10e9c67ed4e1bf2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7a289cd1350ea760.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-c42df1260c68bd2e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103672025-09-23T07:41:58.161Z
103682025-09-23T07:41:58.161Zrunning 0 tests
103692025-09-23T07:41:58.161Z
103702025-09-23T07:41:58.161Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103712025-09-23T07:41:58.161Z
103722025-09-23T07:41:58.189Z Doc-tests omicron_clickhouse_admin
103732025-09-23T07:41:58.193Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-127257937c0c78b8.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-61b64abb80449566.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-29c1a332f059ff1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-155f6c3776538ca9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1a4cd397d74022e5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103742025-09-23T07:41:58.608Z
103752025-09-23T07:41:58.608Zrunning 0 tests
103762025-09-23T07:41:58.608Z
103772025-09-23T07:41:58.608Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103782025-09-23T07:41:58.608Z
103792025-09-23T07:41:58.648Z Doc-tests omicron_cockroach_admin
103802025-09-23T07:41:58.652Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d8f9f60b43fbd84e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-71b0bb9f1129a483.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-3f4e8efcecd6cea3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
103812025-09-23T07:41:58.965Z
103822025-09-23T07:41:58.966Zrunning 0 tests
103832025-09-23T07:41:58.966Z
103842025-09-23T07:41:58.966Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103852025-09-23T07:41:58.966Z
103862025-09-23T07:41:58.998Z Doc-tests omicron_cockroach_metrics
103872025-09-23T07:41:59.001Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_cockroach_metrics --test cockroach-metrics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-metrics -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-19987cbd1ea73307.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2200c2dab4c472c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-ae8615c2cbacee22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103882025-09-23T07:41:59.223Z
103892025-09-23T07:41:59.223Zrunning 1 test
103902025-09-23T07:41:59.465Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
103912025-09-23T07:41:59.465Z
103922025-09-23T07:41:59.465Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
103932025-09-23T07:41:59.465Z
103942025-09-23T07:41:59.489Z Doc-tests omicron_common
103952025-09-23T07:41:59.492Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6293bce0367d3be4.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-8ad7ebe10b3c4080.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e9833044512c91d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e06f944073db5877.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5123224985cf52ce.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-bee944271bfa6028.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3fbc1cb08c7d416.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.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-3abb8e600975acb8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
103962025-09-23T07:42:01.396Z
103972025-09-23T07:42:01.396Zrunning 2 tests
103982025-09-23T07:42:01.399Ztest common/src/lib.rs - FileKv (line 38) ... ignored
103992025-09-23T07:42:06.198Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
104002025-09-23T07:42:06.198Z
104012025-09-23T07:42:06.198Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.80s
104022025-09-23T07:42:06.198Z
104032025-09-23T07:42:06.267Z Doc-tests omicron_ddm_admin_client
104042025-09-23T07:42:06.267Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-37f90dc777e14208.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cc269ef78a12c4a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e06f944073db5877.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104052025-09-23T07:42:06.547Z
104062025-09-23T07:42:06.547Zrunning 0 tests
104072025-09-23T07:42:06.547Z
104082025-09-23T07:42:06.547Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104092025-09-23T07:42:06.547Z
104102025-09-23T07:42:06.578Z Doc-tests omicron_dev_lib
104112025-09-23T07:42:06.578Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-54071b6835213dda.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104122025-09-23T07:42:06.931Z
104132025-09-23T07:42:06.931Zrunning 0 tests
104142025-09-23T07:42:06.931Z
104152025-09-23T07:42:06.931Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104162025-09-23T07:42:06.931Z
104172025-09-23T07:42:06.967Z Doc-tests omicron_gateway
104182025-09-23T07:42:06.970Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-ad44208e5f7ae4fe.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-63ea68af07bbcaae.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f388ca75647d2442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5bba7e6222b8eb01.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-bae452370081b61b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b75ae4a1075d8653.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0ec5258913ebb357.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104192025-09-23T07:42:07.681Z
104202025-09-23T07:42:07.681Zrunning 0 tests
104212025-09-23T07:42:07.681Z
104222025-09-23T07:42:07.681Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104232025-09-23T07:42:07.681Z
104242025-09-23T07:42:07.731Z Doc-tests omicron_ls_apis
104252025-09-23T07:42:07.731Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-841f96eef870aba1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.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-997b3369014608e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f976e8733bc7da37.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104262025-09-23T07:42:07.963Z
104272025-09-23T07:42:07.963Zrunning 1 test
104282025-09-23T07:42:07.965Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
104292025-09-23T07:42:07.965Z
104302025-09-23T07:42:07.966Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
104312025-09-23T07:42:07.966Z
104322025-09-23T07:42:07.982Z Doc-tests omicron_nexus
104332025-09-23T07:42:07.986Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4a8b59abba2b40d8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-744cce18ee6f7992.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8a82f9aca08fa4e1.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d0ba87088dee8cca.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6210aa16342c96c8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7a2241ba1d1251fa.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-74e5d56ea8d9619e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e8d823a832b2e7bf.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-3c0d7cd5e5048808.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ccf93917648b5abb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e999a910018e4277.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b36d04229c40903b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-469b0db778f2a60c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-23630d3874d5d124.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-34cf9b4cb0e2d85a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3dfa366aef439f68.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-95b01d2892752fb2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-11d7867f7991419a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-7b1e94a00bc35fe2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.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-e9833044512c91d7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9cb2cc9ed0228164.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b6b7664744754838.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-a98a0a4cd86e3987.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-928b8e46a363ac77.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b3c9ae0e89381721.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-16852d886e38029a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-74afde2e65faac9d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-59c1010d6cf1ed18.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e4ac556d30c590af.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5116508aaca64ebd.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-8b04622063cca368.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53d8a3ad4ec7df57.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-00d2f0bb8c4c59bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-91a4390ad9241f9c.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-f22f2bb4b8f8238a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b03bc61ef3cef05e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0e15dc8abc99326c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f81f4c1b2ff6d696.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.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-2200c2dab4c472c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9079a03931e63633.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7a289cd1350ea760.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-80402a581ef16707.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-484e3be5363eebba.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f133e44f695a0c2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6869f73022dda98.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-ae8615c2cbacee22.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.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-f976e8733bc7da37.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-e06f944073db5877.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-626baf221cacacb9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-0e157ca06402d21c.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-e612ec2bf264f751.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5fdb6aee8fa10f9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-29ea689d86230a26.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7f4ede893db0cfb4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3fbc1cb08c7d416.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-9786b399c554961b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b75ae4a1075d8653.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4263031d611fb802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4c87825fbc2f0bd5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-02499d2c48eb230d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
104342025-09-23T07:42:10.535Z
104352025-09-23T07:42:10.535Zrunning 5 tests
104362025-09-23T07:42:10.539Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 246) ... ignored
104372025-09-23T07:42:13.840Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 938) ... ok
104382025-09-23T07:42:13.840Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 896) ... ok
104392025-09-23T07:42:13.844Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 968) ... ok
104402025-09-23T07:42:13.844Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 874) ... ok
104412025-09-23T07:42:13.844Z
104422025-09-23T07:42:13.844Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.31s
104432025-09-23T07:42:13.844Z
104442025-09-23T07:42:13.948Z Doc-tests omicron_ntp_admin
104452025-09-23T07:42:13.948Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ntp_admin --test ntp-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a616df1d5fd46792.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-1970056deba5b3b3.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-c7556107f2579263.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-9cda2bf39f0104b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
104462025-09-23T07:42:14.230Z
104472025-09-23T07:42:14.230Zrunning 0 tests
104482025-09-23T07:42:14.230Z
104492025-09-23T07:42:14.230Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104502025-09-23T07:42:14.230Z
104512025-09-23T07:42:14.259Z Doc-tests omicron_package
104522025-09-23T07:42:14.262Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-841f96eef870aba1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.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-a643e46a04a65b52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7de026ee3a273db0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f976e8733bc7da37.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-610fa70cd4a7927e.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-01da50fe18ec8ec6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104532025-09-23T07:42:14.519Z
104542025-09-23T07:42:14.520Zrunning 0 tests
104552025-09-23T07:42:14.520Z
104562025-09-23T07:42:14.520Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104572025-09-23T07:42:14.520Z
104582025-09-23T07:42:14.541Z Doc-tests omicron_passwords
104592025-09-23T07:42:14.545Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-74c62a1d4d9a119c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6210aa16342c96c8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-dc5628cd2ffc9e49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104602025-09-23T07:42:14.672Z
104612025-09-23T07:42:14.672Zrunning 0 tests
104622025-09-23T07:42:14.672Z
104632025-09-23T07:42:14.672Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104642025-09-23T07:42:14.672Z
104652025-09-23T07:42:14.689Z Doc-tests omicron_pins
104662025-09-23T07:42:14.693Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_pins --test dev-tools/pins/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/pins -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-841f96eef870aba1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-376937d130ecf064.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-fe411ef7526c3c20.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a491ab8cefaa9605.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104672025-09-23T07:42:14.798Z
104682025-09-23T07:42:14.798Zrunning 0 tests
104692025-09-23T07:42:14.798Z
104702025-09-23T07:42:14.798Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104712025-09-23T07:42:14.798Z
104722025-09-23T07:42:14.814Z Doc-tests omicron_repl_utils
104732025-09-23T07:42:14.817Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_repl_utils --test dev-tools/repl-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/repl-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0583fb30160f631a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-127a6b727667c131.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104742025-09-23T07:42:14.900Z
104752025-09-23T07:42:14.900Zrunning 0 tests
104762025-09-23T07:42:14.900Z
104772025-09-23T07:42:14.901Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104782025-09-23T07:42:14.901Z
104792025-09-23T07:42:14.914Z Doc-tests omicron_rpaths
104802025-09-23T07:42:14.917Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0993f9002d46b547.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104812025-09-23T07:42:14.975Z
104822025-09-23T07:42:14.975Zrunning 0 tests
104832025-09-23T07:42:14.975Z
104842025-09-23T07:42:14.975Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104852025-09-23T07:42:14.975Z
104862025-09-23T07:42:14.986Z Doc-tests omicron_sled_agent
104872025-09-23T07:42:14.994Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-35eedced8d88c21d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c21f60efddbdb4a4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d210d3cc462537e3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e01d403367995699.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-e9b9a8b69c89793a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6ddaefd1a2a42d25.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d8e290d72462992c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.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-3c0d7cd5e5048808.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-148608f0cbb4e6e1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ccf93917648b5abb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.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-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3c8c677fe5eede27.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-11d7867f7991419a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-953ee2798c9f11cd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e9833044512c91d7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-661f801c886083f7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cc269ef78a12c4a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cf647e265efa2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3963e735cdc9d3cb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.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-626baf221cacacb9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e53e0e411b3a2d68.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-214bbe1fc4172ce7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-0e157ca06402d21c.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-ab7e83f9015c3b42.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6102ab5038733ac9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-bee944271bfa6028.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4d5283bafdf73ec1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ed7cf9eeda198760.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-750d9fb28fa13822.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-17e444b0484d3609.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-610fa70cd4a7927e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9e4b86257ba3c35d.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2809f11fa9bd2bb6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c5f5f06fce22ea53.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b704d7b1b2e7c49d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ac799fa4a74ed9cc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human`
104882025-09-23T07:42:16.683Z
104892025-09-23T07:42:16.683Zrunning 0 tests
104902025-09-23T07:42:16.683Z
104912025-09-23T07:42:16.683Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104922025-09-23T07:42:16.683Z
104932025-09-23T07:42:16.754Z Doc-tests omicron_test_utils
104942025-09-23T07:42:16.758Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-35eedced8d88c21d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ab326475f94c11f7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-469b0db778f2a60c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-9370ea0c7bc7e80a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6f62d936de9671b8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.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-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-29ea689d86230a26.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-7926dab5aa03088d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human`
104952025-09-23T07:42:17.204Z
104962025-09-23T07:42:17.204Zrunning 3 tests
104972025-09-23T07:42:17.208Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 237) ... ignored
104982025-09-23T07:42:26.775Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 249) ... ok
104992025-09-23T07:42:27.030Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 205) ... ok
105002025-09-23T07:42:27.030Z
105012025-09-23T07:42:27.030Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 9.82s
105022025-09-23T07:42:27.030Z
105032025-09-23T07:42:27.077Z Doc-tests omicron_uuid_kinds
105042025-09-23T07:42:27.080Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b07eef09036bbc3b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' --document-private-items -D warnings --error-format human`
105052025-09-23T07:42:27.238Z
105062025-09-23T07:42:27.238Zrunning 0 tests
105072025-09-23T07:42:27.238Z
105082025-09-23T07:42:27.238Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105092025-09-23T07:42:27.238Z
105102025-09-23T07:42:27.255Z Doc-tests omicron_workspace_hack
105112025-09-23T07:42:27.259Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-6b23720aa228d798.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-f3542156371f6d8e.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-c241652f333010c1.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-8629a278cecb7b23.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5527f72dd55d7f2a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-88b65e5b0b3f44ca.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-1ca21a40fd041ab6.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7c30fa127176a7cf.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-284a39874999e34d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-811675e9ce129203.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-c465ab86ca9c07c9.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-740a36728ba1256c.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7735b057a25e5eff.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-472d2050636768a1.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-376937d130ecf064.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-496f76f93532f782.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-095791a7f1b75397.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-075ff24e61b7aa5e.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-d1c2964a6d83ae33.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-505311e2d2b65158.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bd00634422d4afe1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-95b01d2892752fb2.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae497a36acd53814.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-89def4d09e191fa9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-78813f267f87f480.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-4237adee672c9d6a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-56875d9e205df83d.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 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-b07eef09036bbc3b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-6721c04fa43ad68e.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-6f1ed74508cb4f07.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-bafffdbacfab42ee.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.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-d1b65a70248dc876.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-25a4dee626dc6397.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-611a48f9bc476396.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-af8e42e130717fe4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d8448149a9b86ace.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-787480c86dbd9bba.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-86846878de168962.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff417b83a2a6797c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5f2da1f73d56e025.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b8db0d8d959dca58.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-c8e0f00457d22fb4.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-a8ce4b317d32ef1e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ceb70b948812cbd1.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5d1cdebe07f9fe13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-5d1d13f9e706d439.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a31e96fb2691d45d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-8205f27d79057c60.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d6007f7a044230c7.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-16f4235824bc4c24.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ab6970d7c4054ad.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-dc21c48f503b3912.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3fe69de73c4a5567.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-3fe6b549e3e2e7e8.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-919e9d75404e55eb.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a491ab8cefaa9605.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-1481dcb3f233f18b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b6ef781bf1d01bd4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-75a505c88008aafa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-380517021d21c4e8.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-dad156261ad4afc1.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-47d9f9ecf0e4dc7e.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d0941ffe00ef32c6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105122025-09-23T07:42:27.310Z
105132025-09-23T07:42:27.310Zrunning 0 tests
105142025-09-23T07:42:27.310Z
105152025-09-23T07:42:27.310Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105162025-09-23T07:42:27.310Z
105172025-09-23T07:42:27.321Z Doc-tests openapi_manager
105182025-09-23T07:42:27.324Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name openapi_manager --test dev-tools/openapi-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-35eedced8d88c21d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-d210d3cc462537e3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-127257937c0c78b8.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d8f9f60b43fbd84e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0cae93acd3793fe6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-376937d130ecf064.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-ad44208e5f7ae4fe.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-ca54cf2469e4f2e4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-59c1010d6cf1ed18.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e4ac556d30c590af.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-1970056deba5b3b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-b94b5ace32eb9ee2.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-88c5b13e3d19258d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ab7e83f9015c3b42.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-8205f27d79057c60.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4d5283bafdf73ec1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6001743155d3c4a5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a434aef9e7c9f97d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105192025-09-23T07:42:27.905Z
105202025-09-23T07:42:27.905Zrunning 0 tests
105212025-09-23T07:42:27.905Z
105222025-09-23T07:42:27.905Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105232025-09-23T07:42:27.905Z
105242025-09-23T07:42:27.946Z Doc-tests openapi_manager_types
105252025-09-23T07:42:27.946Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name openapi_manager_types --test dev-tools/openapi-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105262025-09-23T07:42:28.015Z
105272025-09-23T07:42:28.015Zrunning 2 tests
105282025-09-23T07:42:28.310Ztest dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 108) ... ok
105292025-09-23T07:42:28.313Ztest dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 90) ... ok
105302025-09-23T07:42:28.313Z
105312025-09-23T07:42:28.316Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
105322025-09-23T07:42:28.316Z
105332025-09-23T07:42:28.329Z Doc-tests oxide_client
105342025-09-23T07:42:28.332Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-80402a581ef16707.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e06f944073db5877.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105352025-09-23T07:42:34.001Z
105362025-09-23T07:42:34.001Zrunning 273 tests
105372025-09-23T07:42:34.006Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
105382025-09-23T07:42:34.006Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
105392025-09-23T07:42:34.006Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
105402025-09-23T07:42:34.006Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
105412025-09-23T07:42:34.006Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
105422025-09-23T07:42:34.006Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
105432025-09-23T07:42:34.006Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
105442025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
105452025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
105462025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
105472025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 25) ... ignored
105482025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
105492025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
105502025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
105512025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
105522025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
105532025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
105542025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
105552025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
105562025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
105572025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
105582025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
105592025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
105602025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
105612025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
105622025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
105632025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
105642025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
105652025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
105662025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
105672025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
105682025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
105692025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
105702025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
105712025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
105722025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
105732025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
105742025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
105752025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
105762025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
105772025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
105782025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
105792025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
105802025-09-23T07:42:34.007Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
105812025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
105822025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
105832025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
105842025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
105852025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
105862025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
105872025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
105882025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
105892025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
105902025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 26) ... ignored
105912025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
105922025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
105932025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
105942025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
105952025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
105962025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
105972025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
105982025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
105992025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
106002025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
106012025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
106022025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
106032025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
106042025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
106052025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
106062025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
106072025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
106082025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
106092025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 26) ... ignored
106102025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
106112025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
106122025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
106132025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
106142025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
106152025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
106162025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
106172025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
106182025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
106192025-09-23T07:42:34.008Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
106202025-09-23T07:42:34.009Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
106212025-09-23T07:42:34.009Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
106222025-09-23T07:42:34.009Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
106232025-09-23T07:42:34.009Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
106242025-09-23T07:42:34.009Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
106252025-09-23T07:42:34.009Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
106262025-09-23T07:42:34.009Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
106272025-09-23T07:42:34.009Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
106282025-09-23T07:42:34.009Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
106292025-09-23T07:42:34.009Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
106302025-09-23T07:42:34.009Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
106312025-09-23T07:42:34.009Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
106322025-09-23T07:42:34.009Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
106332025-09-23T07:42:34.009Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
106342025-09-23T07:42:34.009Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
106352025-09-23T07:42:34.009Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
106362025-09-23T07:42:34.009Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
106372025-09-23T07:42:34.013Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
106382025-09-23T07:42:34.013Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
106392025-09-23T07:42:34.013Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
106402025-09-23T07:42:34.013Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
106412025-09-23T07:42:34.013Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
106422025-09-23T07:42:34.013Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
106432025-09-23T07:42:34.013Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
106442025-09-23T07:42:34.013Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
106452025-09-23T07:42:34.013Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
106462025-09-23T07:42:34.013Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
106472025-09-23T07:42:34.013Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
106482025-09-23T07:42:34.013Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
106492025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
106502025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
106512025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
106522025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
106532025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
106542025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
106552025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
106562025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
106572025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
106582025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
106592025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
106602025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
106612025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
106622025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
106632025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
106642025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
106652025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
106662025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
106672025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
106682025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
106692025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
106702025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
106712025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
106722025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
106732025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
106742025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
106752025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
106762025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
106772025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
106782025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
106792025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
106802025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
106812025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
106822025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 23) ... ignored
106832025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
106842025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
106852025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
106862025-09-23T07:42:34.014Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
106872025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
106882025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
106892025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
106902025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
106912025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 23) ... ignored
106922025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 25) ... ignored
106932025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 27) ... ignored
106942025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 28) ... ignored
106952025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 29) ... ignored
106962025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 26) ... ignored
106972025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 25) ... ignored
106982025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 28) ... ignored
106992025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 23) ... ignored
107002025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 23) ... ignored
107012025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 28) ... ignored
107022025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 28) ... ignored
107032025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 25) ... ignored
107042025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 25) ... ignored
107052025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 26) ... ignored
107062025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 25) ... ignored
107072025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 25) ... ignored
107082025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
107092025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
107102025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
107112025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
107122025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
107132025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
107142025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
107152025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
107162025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
107172025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
107182025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
107192025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
107202025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
107212025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
107222025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
107232025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
107242025-09-23T07:42:34.015Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
107252025-09-23T07:42:34.016Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
107262025-09-23T07:42:34.016Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
107272025-09-23T07:42:34.016Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
107282025-09-23T07:42:34.016Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
107292025-09-23T07:42:34.016Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 25) ... ignored
107302025-09-23T07:42:34.016Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
107312025-09-23T07:42:34.016Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
107322025-09-23T07:42:34.016Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
107332025-09-23T07:42:34.016Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
107342025-09-23T07:42:34.016Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
107352025-09-23T07:42:34.016Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
107362025-09-23T07:42:34.016Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
107372025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
107382025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
107392025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
107402025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
107412025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
107422025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
107432025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
107442025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
107452025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
107462025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
107472025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
107482025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
107492025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
107502025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
107512025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
107522025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
107532025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
107542025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
107552025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
107562025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
107572025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
107582025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
107592025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
107602025-09-23T07:42:34.068Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
107612025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
107622025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
107632025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
107642025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
107652025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
107662025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
107672025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_get_repository (line 25) ... ignored
107682025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_put_repository (line 28) ... ignored
107692025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
107702025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
107712025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
107722025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
107732025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
107742025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_view (line 25) ... ignored
107752025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
107762025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
107772025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
107782025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
107792025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
107802025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
107812025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
107822025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
107832025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
107842025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
107852025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
107862025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
107872025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
107882025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
107892025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
107902025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
107912025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
107922025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
107932025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
107942025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
107952025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
107962025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
107972025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
107982025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
107992025-09-23T07:42:34.069Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
108002025-09-23T07:42:34.070Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
108012025-09-23T07:42:34.070Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
108022025-09-23T07:42:34.070Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
108032025-09-23T07:42:34.070Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
108042025-09-23T07:42:34.070Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
108052025-09-23T07:42:34.070Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
108062025-09-23T07:42:34.070Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
108072025-09-23T07:42:34.070Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
108082025-09-23T07:42:34.070Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
108092025-09-23T07:42:34.070Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
108102025-09-23T07:42:34.070Z
108112025-09-23T07:42:34.070Ztest result: ok. 0 passed; 0 failed; 273 ignored; 0 measured; 0 filtered out; finished in 0.01s
108122025-09-23T07:42:34.070Z
108132025-09-23T07:42:34.120Z Doc-tests oximeter
108142025-09-23T07:42:34.120Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-7c6ee9319a6af526.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fec8a54db400a3cb.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-a350081ccd466fa9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-447117d92c09ae41.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108152025-09-23T07:42:34.396Z
108162025-09-23T07:42:34.396Zrunning 2 tests
108172025-09-23T07:42:34.399Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
108182025-09-23T07:42:35.631Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
108192025-09-23T07:42:35.631Z
108202025-09-23T07:42:35.631Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.23s
108212025-09-23T07:42:35.631Z
108222025-09-23T07:42:35.670Z Doc-tests oximeter_api
108232025-09-23T07:42:35.670Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-88c5b13e3d19258d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108242025-09-23T07:42:35.965Z
108252025-09-23T07:42:35.965Zrunning 2 tests
108262025-09-23T07:42:35.968Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 55) ... ignored
108272025-09-23T07:42:35.968Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 61) ... ignored
108282025-09-23T07:42:35.968Z
108292025-09-23T07:42:35.968Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108302025-09-23T07:42:35.968Z
108312025-09-23T07:42:35.996Z Doc-tests oximeter_client
108322025-09-23T07:42:35.999Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-484e3be5363eebba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108332025-09-23T07:42:36.390Z
108342025-09-23T07:42:36.390Zrunning 0 tests
108352025-09-23T07:42:36.390Z
108362025-09-23T07:42:36.390Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108372025-09-23T07:42:36.390Z
108382025-09-23T07:42:36.423Z Doc-tests oximeter_collector
108392025-09-23T07:42:36.427Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-23630d3874d5d124.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-88c5b13e3d19258d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-484e3be5363eebba.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0f133e44f695a0c2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108402025-09-23T07:42:37.046Z
108412025-09-23T07:42:37.046Zrunning 0 tests
108422025-09-23T07:42:37.046Z
108432025-09-23T07:42:37.046Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108442025-09-23T07:42:37.046Z
108452025-09-23T07:42:37.097Z Doc-tests oximeter_db
108462025-09-23T07:42:37.100Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6125749695b47897.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6f08bfadb49cfae8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-29628ab91447857a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-29c1a332f059ff1c.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-35caec50e402517e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6210aa16342c96c8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-96fdb635f5f50537.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-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ab326475f94c11f7.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-39377dd3172fefce.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-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1a4cd397d74022e5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6869f73022dda98.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-87cb3968b3f3f895.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6feb91931eb9339d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-127a6b727667c131.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-fd7dc65cad57a4bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-62fc64a6c94eb7c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-72553084e35e67c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-03f4a54fbe15c457.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67659c24bf2c24a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
108472025-09-23T07:42:38.162Z
108482025-09-23T07:42:38.162Zrunning 5 tests
108492025-09-23T07:42:38.166Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
108502025-09-23T07:42:38.166Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
108512025-09-23T07:42:38.166Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
108522025-09-23T07:42:38.166Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
108532025-09-23T07:42:38.166Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
108542025-09-23T07:42:38.166Z
108552025-09-23T07:42:38.166Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
108562025-09-23T07:42:38.166Z
108572025-09-23T07:42:38.218Z Doc-tests oximeter_instruments
108582025-09-23T07:42:38.218Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-5615119b55f0e9ff.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-6ec80429f7643e21.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b7436e624a3d570.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-732367a6ee442657.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' --document-private-items -D warnings --error-format human`
108592025-09-23T07:42:38.652Z
108602025-09-23T07:42:38.652Zrunning 0 tests
108612025-09-23T07:42:38.652Z
108622025-09-23T07:42:38.652Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108632025-09-23T07:42:38.652Z
108642025-09-23T07:42:38.691Z Doc-tests oximeter_macro_impl
108652025-09-23T07:42:38.691Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-7c6ee9319a6af526.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108662025-09-23T07:42:38.772Z
108672025-09-23T07:42:38.772Zrunning 0 tests
108682025-09-23T07:42:38.772Z
108692025-09-23T07:42:38.772Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108702025-09-23T07:42:38.772Z
108712025-09-23T07:42:38.786Z Doc-tests oximeter_producer
108722025-09-23T07:42:38.789Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0cf1a61a7400df19.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3bf04c8862761b9d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ce942dd4cea1c8f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-62fc64a6c94eb7c8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108732025-09-23T07:42:39.241Z
108742025-09-23T07:42:39.241Zrunning 0 tests
108752025-09-23T07:42:39.242Z
108762025-09-23T07:42:39.242Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108772025-09-23T07:42:39.242Z
108782025-09-23T07:42:39.285Z Doc-tests oximeter_schema
108792025-09-23T07:42:39.285Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-6ec80429f7643e21.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fec8a54db400a3cb.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-447117d92c09ae41.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-50f13724737f662b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3abb8e600975acb8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108802025-09-23T07:42:39.606Z
108812025-09-23T07:42:39.606Zrunning 0 tests
108822025-09-23T07:42:39.606Z
108832025-09-23T07:42:39.606Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108842025-09-23T07:42:39.606Z
108852025-09-23T07:42:39.637Z Doc-tests oximeter_test_utils
108862025-09-23T07:42:39.640Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-29c1a332f059ff1c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b31325d3ad6a6fc7.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-7c6ee9319a6af526.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1a4cd397d74022e5.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-447117d92c09ae41.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108872025-09-23T07:42:40.083Z
108882025-09-23T07:42:40.083Zrunning 0 tests
108892025-09-23T07:42:40.083Z
108902025-09-23T07:42:40.083Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108912025-09-23T07:42:40.083Z
108922025-09-23T07:42:40.126Z Doc-tests oximeter_timeseries_macro
108932025-09-23T07:42:40.126Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-1b4eea972efc6878.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-a350081ccd466fa9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-016c6b2f70013903.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6c39e3a1d0a5cd80.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dbb606c53140d10f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-710945b5f5d230cf.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108942025-09-23T07:42:40.378Z
108952025-09-23T07:42:40.378Zrunning 0 tests
108962025-09-23T07:42:40.378Z
108972025-09-23T07:42:40.378Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108982025-09-23T07:42:40.378Z
108992025-09-23T07:42:40.406Z Doc-tests oximeter_types
109002025-09-23T07:42:40.409Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-e9a1bdb27c790840.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6210aa16342c96c8.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-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-7c6ee9319a6af526.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-447117d92c09ae41.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-035eda2dfb79655f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-ddbcb46c67bc5455.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-607bb282b484809c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ca27857320505f48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109012025-09-23T07:42:40.999Z
109022025-09-23T07:42:40.999Zrunning 11 tests
109032025-09-23T07:42:41.674Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
109042025-09-23T07:42:48.986Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
109052025-09-23T07:42:48.997Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
109062025-09-23T07:42:49.175Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
109072025-09-23T07:42:49.320Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
109082025-09-23T07:42:49.338Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
109092025-09-23T07:42:49.394Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok
109102025-09-23T07:42:49.565Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
109112025-09-23T07:42:49.624Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
109122025-09-23T07:42:50.172Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
109132025-09-23T07:42:54.064Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
109142025-09-23T07:42:54.064Z
109152025-09-23T07:42:54.064Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.06s
109162025-09-23T07:42:54.064Z
109172025-09-23T07:42:54.106Z Doc-tests oxlog
109182025-09-23T07:42:54.106Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-6ec80429f7643e21.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-479f82a212521eaf.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-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109192025-09-23T07:42:54.193Z
109202025-09-23T07:42:54.193Zrunning 0 tests
109212025-09-23T07:42:54.193Z
109222025-09-23T07:42:54.193Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109232025-09-23T07:42:54.193Z
109242025-09-23T07:42:54.205Z Doc-tests oxql_types
109252025-09-23T07:42:54.208Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.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-6ec80429f7643e21.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-447117d92c09ae41.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6869f73022dda98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109262025-09-23T07:42:54.566Z
109272025-09-23T07:42:54.566Zrunning 0 tests
109282025-09-23T07:42:54.566Z
109292025-09-23T07:42:54.566Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109302025-09-23T07:42:54.566Z
109312025-09-23T07:42:54.596Z Doc-tests parallel_task_set
109322025-09-23T07:42:54.600Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name parallel_task_set --test parallel-task-set/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/parallel-task-set -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-ae8615c2cbacee22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109332025-09-23T07:42:54.664Z
109342025-09-23T07:42:54.664Zrunning 0 tests
109352025-09-23T07:42:54.664Z
109362025-09-23T07:42:54.665Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109372025-09-23T07:42:54.665Z
109382025-09-23T07:42:54.676Z Doc-tests range_requests
109392025-09-23T07:42:54.680Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name range_requests --test range-requests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/range-requests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7a32adb046288a75.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-0e157ca06402d21c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109402025-09-23T07:42:54.843Z
109412025-09-23T07:42:54.844Zrunning 0 tests
109422025-09-23T07:42:54.844Z
109432025-09-23T07:42:54.844Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109442025-09-23T07:42:54.844Z
109452025-09-23T07:42:54.864Z Doc-tests reconfigurator_cli
109462025-09-23T07:42:54.867Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name reconfigurator_cli --test dev-tools/reconfigurator-cli/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/reconfigurator-cli -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-123394c1bcd1df64.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.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-93dbfb8786647bf6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b07eef09036bbc3b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aeb4c9c89331806b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-661f801c886083f7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4b437edd2b0b245a.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-0569d3b3f7479b0c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0583fb30160f631a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.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-269bad3a366676ca.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-3abb8e600975acb8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.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-03f4a54fbe15c457.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-02499d2c48eb230d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
109472025-09-23T07:42:55.528Z
109482025-09-23T07:42:55.528Zrunning 0 tests
109492025-09-23T07:42:55.528Z
109502025-09-23T07:42:55.528Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109512025-09-23T07:42:55.528Z
109522025-09-23T07:42:55.572Z Doc-tests repo_depot_api
109532025-09-23T07:42:55.572Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name repo_depot_api --test sled-agent/repo-depot-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/repo-depot-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ab7e83f9015c3b42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109542025-09-23T07:42:55.758Z
109552025-09-23T07:42:55.758Zrunning 2 tests
109562025-09-23T07:42:55.761Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
109572025-09-23T07:42:55.761Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
109582025-09-23T07:42:55.761Z
109592025-09-23T07:42:55.761Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109602025-09-23T07:42:55.761Z
109612025-09-23T07:42:55.779Z Doc-tests repo_depot_client
109622025-09-23T07:42:55.782Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name repo_depot_client --test clients/repo-depot-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/repo-depot-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6102ab5038733ac9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109632025-09-23T07:42:55.966Z
109642025-09-23T07:42:55.966Zrunning 0 tests
109652025-09-23T07:42:55.966Z
109662025-09-23T07:42:55.966Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109672025-09-23T07:42:55.966Z
109682025-09-23T07:42:55.987Z Doc-tests sled_agent_api
109692025-09-23T07:42:55.990Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-20ea36539b6d8f0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4d5283bafdf73ec1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-17e444b0484d3609.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109702025-09-23T07:42:56.486Z
109712025-09-23T07:42:56.486Zrunning 2 tests
109722025-09-23T07:42:56.489Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 106) ... ignored
109732025-09-23T07:42:56.490Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 112) ... ignored
109742025-09-23T07:42:56.490Z
109752025-09-23T07:42:56.490Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109762025-09-23T07:42:56.490Z
109772025-09-23T07:42:56.523Z Doc-tests sled_agent_client
109782025-09-23T07:42:56.526Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-626baf221cacacb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-76f32d9b1fc1e841.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109792025-09-23T07:42:58.811Z
109802025-09-23T07:42:58.811Zrunning 0 tests
109812025-09-23T07:42:58.811Z
109822025-09-23T07:42:58.811Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109832025-09-23T07:42:58.811Z
109842025-09-23T07:42:58.871Z Doc-tests sled_agent_config_reconciler
109852025-09-23T07:42:58.874Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_config_reconciler --test sled-agent/config-reconciler/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/config-reconciler -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.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-caac97c0679c822d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3f164c8b48919ecf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-953ee2798c9f11cd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-617fb6c047660bf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4d5283bafdf73ec1.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ed7cf9eeda198760.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-8790f4e2781e44bc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-610fa70cd4a7927e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.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-3abb8e600975acb8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-b4137fa4eb72a9f1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ac799fa4a74ed9cc.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
109862025-09-23T07:42:59.532Z
109872025-09-23T07:42:59.532Zrunning 0 tests
109882025-09-23T07:42:59.532Z
109892025-09-23T07:42:59.532Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109902025-09-23T07:42:59.532Z
109912025-09-23T07:42:59.573Z Doc-tests sled_agent_types
109922025-09-23T07:42:59.576Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c21f60efddbdb4a4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-626baf221cacacb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-bee944271bfa6028.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.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-3abb8e600975acb8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109932025-09-23T07:43:00.341Z
109942025-09-23T07:43:00.341Zrunning 0 tests
109952025-09-23T07:43:00.341Z
109962025-09-23T07:43:00.341Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109972025-09-23T07:43:00.341Z
109982025-09-23T07:43:00.384Z Doc-tests sled_agent_zone_images
109992025-09-23T07:43:00.388Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_zone_images --test sled-agent/zone-images/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/zone-images -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-5af0444093f0a8ae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.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-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ed7cf9eeda198760.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-750d9fb28fa13822.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-8790f4e2781e44bc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.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-3abb8e600975acb8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110002025-09-23T07:43:00.754Z
110012025-09-23T07:43:00.754Zrunning 0 tests
110022025-09-23T07:43:00.754Z
110032025-09-23T07:43:00.754Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110042025-09-23T07:43:00.754Z
110052025-09-23T07:43:00.787Z Doc-tests sled_agent_zone_images_examples
110062025-09-23T07:43:00.790Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_zone_images_examples --test sled-agent/zone-images-examples/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/zone-images-examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-5af0444093f0a8ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-83f8c026098fbd65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-8790f4e2781e44bc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110072025-09-23T07:43:01.121Z
110082025-09-23T07:43:01.121Zrunning 0 tests
110092025-09-23T07:43:01.121Z
110102025-09-23T07:43:01.121Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110112025-09-23T07:43:01.121Z
110122025-09-23T07:43:01.154Z Doc-tests sled_diagnostics
110132025-09-23T07:43:01.157Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_diagnostics --test sled-diagnostics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-diagnostics -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.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-376937d130ecf064.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-479f82a212521eaf.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-ae8615c2cbacee22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-17e444b0484d3609.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3d9a0c6a5393a017.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110142025-09-23T07:43:01.496Z
110152025-09-23T07:43:01.496Zrunning 0 tests
110162025-09-23T07:43:01.496Z
110172025-09-23T07:43:01.496Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110182025-09-23T07:43:01.496Z
110192025-09-23T07:43:01.528Z Doc-tests sled_hardware
110202025-09-23T07:43:01.531Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ab326475f94c11f7.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-41883f047430b8d6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-7cdcefb0c4dd2064.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-1f7fe189b26b4f31.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-610fa70cd4a7927e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.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-3abb8e600975acb8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c5f5f06fce22ea53.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
110212025-09-23T07:43:01.915Z
110222025-09-23T07:43:01.915Zrunning 0 tests
110232025-09-23T07:43:01.915Z
110242025-09-23T07:43:01.915Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110252025-09-23T07:43:01.915Z
110262025-09-23T07:43:01.948Z Doc-tests sled_hardware_types
110272025-09-23T07:43:01.951Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ef46dd1455962759.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110282025-09-23T07:43:02.253Z
110292025-09-23T07:43:02.254Zrunning 0 tests
110302025-09-23T07:43:02.254Z
110312025-09-23T07:43:02.254Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110322025-09-23T07:43:02.254Z
110332025-09-23T07:43:02.285Z Doc-tests sled_storage
110342025-09-23T07:43:02.288Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.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-caac97c0679c822d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-953ee2798c9f11cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-610fa70cd4a7927e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.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-3abb8e600975acb8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-b4137fa4eb72a9f1.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
110352025-09-23T07:43:02.741Z
110362025-09-23T07:43:02.741Zrunning 0 tests
110372025-09-23T07:43:02.741Z
110382025-09-23T07:43:02.741Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110392025-09-23T07:43:02.741Z
110402025-09-23T07:43:02.778Z Doc-tests sp_sim
110412025-09-23T07:43:02.778Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-095791a7f1b75397.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3dfa366aef439f68.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-fc51d70680f1c36b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-24ebdb779f14716b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-c66ffd8347290c23.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-62fc64a6c94eb7c8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b75ae4a1075d8653.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d0941ffe00ef32c6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110422025-09-23T07:43:03.474Z
110432025-09-23T07:43:03.474Zrunning 0 tests
110442025-09-23T07:43:03.474Z
110452025-09-23T07:43:03.474Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110462025-09-23T07:43:03.474Z
110472025-09-23T07:43:03.524Z Doc-tests trust_quorum
110482025-09-23T07:43:03.524Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name trust_quorum --test trust-quorum/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6f08bfadb49cfae8.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c21f60efddbdb4a4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d2ea0bb6c658825c.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-caac97c0679c822d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4aad65887d9e4d13.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4b6d97c012259d25.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6229252562a2ddfa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0b85e5b8ddc6f1bd.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-3abb8e600975acb8.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-f206b67d618f7471.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-f6deee471e0efc07.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-00af52a047307d2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' --document-private-items -D warnings --error-format human`
110492025-09-23T07:43:04.111Z
110502025-09-23T07:43:04.111Zrunning 0 tests
110512025-09-23T07:43:04.111Z
110522025-09-23T07:43:04.111Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110532025-09-23T07:43:04.111Z
110542025-09-23T07:43:04.152Z Doc-tests trust_quorum_test_utils
110552025-09-23T07:43:04.152Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_test_utils --test trust-quorum/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-06d778d72450a958.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4aad65887d9e4d13.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-75ad8dbad524c8e6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-f6deee471e0efc07.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-00af52a047307d2a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110562025-09-23T07:43:04.595Z
110572025-09-23T07:43:04.595Zrunning 0 tests
110582025-09-23T07:43:04.595Z
110592025-09-23T07:43:04.595Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110602025-09-23T07:43:04.595Z
110612025-09-23T07:43:04.633Z Doc-tests typed_rng
110622025-09-23T07:43:04.633Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-b07eef09036bbc3b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3708ad563010fdb5.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-6db268b7ab5218c6.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fc9527150bccd075.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110632025-09-23T07:43:04.740Z
110642025-09-23T07:43:04.740Zrunning 0 tests
110652025-09-23T07:43:04.740Z
110662025-09-23T07:43:04.740Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110672025-09-23T07:43:04.740Z
110682025-09-23T07:43:04.757Z Doc-tests update_common
110692025-09-23T07:43:04.757Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-b2eda1a4c0ab0511.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-376937d130ecf064.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3dfa366aef439f68.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4c87825fbc2f0bd5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-02499d2c48eb230d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b704d7b1b2e7c49d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110702025-09-23T07:43:05.125Z
110712025-09-23T07:43:05.125Zrunning 0 tests
110722025-09-23T07:43:05.125Z
110732025-09-23T07:43:05.125Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110742025-09-23T07:43:05.125Z
110752025-09-23T07:43:05.160Z Doc-tests update_engine
110762025-09-23T07:43:05.160Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0f3e07d9f1d69d7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-33743aebe9fb1e1f.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.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-c3abe641086f3562.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-c58f685a258bfad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f976e8733bc7da37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-796d7ac385aa4c91.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-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.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-90a6510909a3c879.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110772025-09-23T07:43:05.641Z
110782025-09-23T07:43:05.641Zrunning 4 tests
110792025-09-23T07:43:05.644Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
110802025-09-23T07:43:05.644Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
110812025-09-23T07:43:05.644Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
110822025-09-23T07:43:06.827Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
110832025-09-23T07:43:06.828Z
110842025-09-23T07:43:06.828Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 1.19s
110852025-09-23T07:43:06.828Z
110862025-09-23T07:43:06.861Z Doc-tests wicket
110872025-09-23T07:43:06.861Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e620476de194b608.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-99a71b153ac78d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-96fdb635f5f50537.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39377dd3172fefce.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-10ee765b2b2fe1ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9a7869fc6884a971.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2502d93673d2282b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.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-6a287a575f6a28c6.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-3d91acb03d777c0c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5818bc7b03c93b44.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6001743155d3c4a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a491ab8cefaa9605.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-bb65dc10674bc75a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-52ff9b518b138253.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-90a6510909a3c879.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-706be089866a49a8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e255b4990fb0b9a0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-645a55de0445b104.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d5ae4d0e55dbad1b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110882025-09-23T07:43:07.892Z
110892025-09-23T07:43:07.892Zrunning 0 tests
110902025-09-23T07:43:07.892Z
110912025-09-23T07:43:07.892Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110922025-09-23T07:43:07.892Z
110932025-09-23T07:43:07.947Z Doc-tests wicket_common
110942025-09-23T07:43:07.947Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ccf93917648b5abb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7ec411ad6f55329f.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-bb65dc10674bc75a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e255b4990fb0b9a0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110952025-09-23T07:43:08.706Z
110962025-09-23T07:43:08.706Zrunning 0 tests
110972025-09-23T07:43:08.706Z
110982025-09-23T07:43:08.706Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110992025-09-23T07:43:08.706Z
111002025-09-23T07:43:08.753Z Doc-tests wicket_dbg
111012025-09-23T07:43:08.753Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-99a71b153ac78d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-96fdb635f5f50537.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-127a6b727667c131.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.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-3d91acb03d777c0c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-732367a6ee442657.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-706be089866a49a8.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-32b667865c9100b4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111022025-09-23T07:43:09.263Z
111032025-09-23T07:43:09.263Zrunning 0 tests
111042025-09-23T07:43:09.263Z
111052025-09-23T07:43:09.263Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111062025-09-23T07:43:09.263Z
111072025-09-23T07:43:09.305Z Doc-tests wicketd
111082025-09-23T07:43:09.326Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-43346e1c8890fba4.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-e01d403367995699.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bab44acb00bbfd78.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0d495fe4e42d1a55.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-121749dd171270ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.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-ccf93917648b5abb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ff6d7776339c7e95.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-376937d130ecf064.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-adb77e4070f42b39.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fc9bc3b98fbf7099.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-26ec2999f014223c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-0403eb92111e93a1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e401084e2cb4ce7c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-08905b1a9e785e77.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3dfa366aef439f68.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3752691fb1b62f88.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9c022c79bbc93897.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-ca54cf2469e4f2e4.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-05eb34c10e8f865e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-548b9de10fbaf46b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-93dbfb8786647bf6.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-a10e9c67ed4e1bf2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cc269ef78a12c4a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c58f685a258bfad9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3814f3b7d39dbf85.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-96cf94595ad474e3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7de3a3ad327c4c0e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ed7cf9eeda198760.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-750d9fb28fa13822.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-8790f4e2781e44bc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5320a2510e9e167.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-62fc64a6c94eb7c8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c42df1260c68bd2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-660d9c2e756b0d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-313dfb679acdd539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df5771a73b7d1567.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4c87825fbc2f0bd5.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-bb65dc10674bc75a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-02499d2c48eb230d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86a93a0d77353bdd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d80f97ced344d87c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-706be089866a49a8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e255b4990fb0b9a0.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-931d60ed398e5416.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a434aef9e7c9f97d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-645a55de0445b104.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111092025-09-23T07:43:10.181Z
111102025-09-23T07:43:10.181Zrunning 0 tests
111112025-09-23T07:43:10.181Z
111122025-09-23T07:43:10.181Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111132025-09-23T07:43:10.181Z
111142025-09-23T07:43:10.231Z Doc-tests wicketd_api
111152025-09-23T07:43:10.231Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e01d403367995699.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-36e55bcb1af4efe0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b3492102c6b1096a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-454ce39eec4a371d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e255b4990fb0b9a0.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a434aef9e7c9f97d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111162025-09-23T07:43:10.697Z
111172025-09-23T07:43:10.697Zrunning 2 tests
111182025-09-23T07:43:10.701Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
111192025-09-23T07:43:10.701Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
111202025-09-23T07:43:10.701Z
111212025-09-23T07:43:10.701Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111222025-09-23T07:43:10.701Z
111232025-09-23T07:43:10.733Z Doc-tests wicketd_client
111242025-09-23T07:43:10.733Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b54b1f3a32a098fa.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d3e9e46c3052a74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d7abd2ddff60c1e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a5523c5ec06d450.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ac3bb1186108a9ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a6df1627b8fdfd33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-09b4ca918857c17e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-90a6510909a3c879.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-34715625387676f0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e255b4990fb0b9a0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-645a55de0445b104.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111252025-09-23T07:43:12.688Z
111262025-09-23T07:43:12.688Zrunning 0 tests
111272025-09-23T07:43:12.688Z
111282025-09-23T07:43:12.688Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111292025-09-23T07:43:12.688Z
111302025-09-23T07:43:12.745Z Doc-tests xtask_downloader
111312025-09-23T07:43:12.745Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-912edc08ca7b6cfb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-389f747358fdd3a5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-29aa24aec8c2efa6.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-732367a6ee442657.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bc4f6ab8cda4f704.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7926dab5aa03088d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-4878ef2cd910a856.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111322025-09-23T07:43:12.916Z
111332025-09-23T07:43:12.916Zrunning 1 test
111342025-09-23T07:43:12.919Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 223) ... ignored
111352025-09-23T07:43:12.919Z
111362025-09-23T07:43:12.919Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111372025-09-23T07:43:12.919Z
111382025-09-23T07:43:12.935Z Doc-tests zone_setup
111392025-09-23T07:43:12.938Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6065506cd6a618f9/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2f6d82436b7570bb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c6986f36e3c22886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2eda1a4c0ab0511.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4f7df37a83480f89.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-10ee765b2b2fe1ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6ec80429f7643e21.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d31ba17a688d22e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-39dd9f45a0064be6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-7b4565fc08d6c1a5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a6d9c53cb5da5145.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6a287a575f6a28c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cefdeffdcb752ef8.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ac799fa4a74ed9cc.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-70cbf534486485bf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111402025-09-23T07:43:13.214Z
111412025-09-23T07:43:13.214Zrunning 0 tests
111422025-09-23T07:43:13.214Z
111432025-09-23T07:43:13.214Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111442025-09-23T07:43:13.214Z
111452025-09-23T07:43:13.307Z
111462025-09-23T07:43:13.311Zreal 2:11.497795926
111472025-09-23T07:43:13.311Zuser 2:20.311460119
111482025-09-23T07:43:13.311Zsys 58.873555122
111492025-09-23T07:43:13.311Ztrap 0.027182036
111502025-09-23T07:43:13.311Ztflt 0.546606897
111512025-09-23T07:43:13.311Zdflt 1.897559704
111522025-09-23T07:43:13.311Zkflt 0.003918910
111532025-09-23T07:43:13.311Zlock 5:22.845817654
111542025-09-23T07:43:13.311Zslp 16:21.840560230
111552025-09-23T07:43:13.311Zlat 3.802389244
111562025-09-23T07:43:13.311Zstop 5.330938480
111572025-09-23T07:43:13.311Z+ [[ illumos == \i\l\l\u\m\o\s ]]
111582025-09-23T07:43:13.311Z+ banner live-test
111592025-09-23T07:43:13.315Z
111602025-09-23T07:43:13.315Z # # # # ###### ##### ###### #### #####
111612025-09-23T07:43:13.315Z # # # # # # # # #
111622025-09-23T07:43:13.315Z # # # # ##### ##### # ##### #### #
111632025-09-23T07:43:13.315Z # # # # # # # # #
111642025-09-23T07:43:13.315Z # # # # # # # # # #
111652025-09-23T07:43:13.315Z ###### # ## ###### # ###### #### #
111662025-09-23T07:43:13.315Z
111672025-09-23T07:43:13.315Z+ ptime -m cargo xtask live-tests
111682025-09-23T07:43:14.172Z Compiling serde_core v1.0.223
111692025-09-23T07:43:14.175Z Compiling syn v2.0.106
111702025-09-23T07:43:14.175Z Compiling once_cell v1.21.3
111712025-09-23T07:43:14.176Z Compiling serde v1.0.223
111722025-09-23T07:43:14.176Z Compiling bitflags v2.9.1
111732025-09-23T07:43:14.176Z Compiling serde_json v1.0.145
111742025-09-23T07:43:14.176Z Compiling libc v0.2.174
111752025-09-23T07:43:14.279Z Compiling num-traits v0.2.19
111762025-09-23T07:43:14.702Z Compiling smallvec v1.15.1
111772025-09-23T07:43:14.796Z Compiling rustix v0.38.37
111782025-09-23T07:43:14.817Z Compiling hashbrown v0.15.4
111792025-09-23T07:43:15.097Z Compiling usdt-impl v0.5.0
111802025-09-23T07:43:15.262Z Compiling syn v1.0.109
111812025-09-23T07:43:15.936Z Compiling indexmap v2.11.0
111822025-09-23T07:43:15.997Z Compiling thread-id v4.2.2
111832025-09-23T07:43:16.053Z Compiling log v0.4.27
111842025-09-23T07:43:16.144Z Compiling getrandom v0.3.1
111852025-09-23T07:43:16.448Z Compiling percent-encoding v2.3.2
111862025-09-23T07:43:16.859Z Compiling rustix v1.0.7
111872025-09-23T07:43:17.118Z Compiling terminal_size v0.4.0
111882025-09-23T07:43:17.139Z Compiling ordered-float v2.10.1
111892025-09-23T07:43:17.388Z Compiling form_urlencoded v1.2.2
111902025-09-23T07:43:17.750Z Compiling fs-err v3.1.1
111912025-09-23T07:43:17.795Z Compiling anyhow v1.0.99
111922025-09-23T07:43:18.280Z Compiling clap_builder v4.5.41
111932025-09-23T07:43:18.851Z Compiling textwrap v0.16.2
111942025-09-23T07:43:19.920Z Compiling tempfile v3.20.0
111952025-09-23T07:43:20.164Z Compiling proc-macro-error v1.0.4
111962025-09-23T07:43:20.565Z Compiling camino-tempfile v1.4.1
111972025-09-23T07:43:21.061Z Compiling synstructure v0.13.1
111982025-09-23T07:43:21.775Z Compiling tabled_derive v0.7.0
111992025-09-23T07:43:23.208Z Compiling serde_derive v1.0.223
112002025-09-23T07:43:23.208Z Compiling zerofrom-derive v0.1.4
112012025-09-23T07:43:23.241Z Compiling yoke-derive v0.7.4
112022025-09-23T07:43:23.369Z Compiling zerovec-derive v0.10.3
112032025-09-23T07:43:23.445Z Compiling thiserror-impl v1.0.69
112042025-09-23T07:43:23.607Z Compiling displaydoc v0.2.5
112052025-09-23T07:43:23.638Z Compiling icu_provider_macros v1.5.0
112062025-09-23T07:43:24.967Z Compiling zerocopy-derive v0.7.35
112072025-09-23T07:43:25.388Z Compiling scroll_derive v0.12.0
112082025-09-23T07:43:26.082Z Compiling thiserror-impl v2.0.16
112092025-09-23T07:43:26.205Z Compiling clap_derive v4.5.41
112102025-09-23T07:43:26.633Z Compiling thiserror v1.0.69
112112025-09-23T07:43:26.839Z Compiling pest v2.7.14
112122025-09-23T07:43:26.969Z Compiling scroll v0.12.0
112132025-09-23T07:43:27.028Z Compiling zerofrom v0.1.4
112142025-09-23T07:43:27.217Z Compiling zerocopy v0.7.35
112152025-09-23T07:43:27.312Z Compiling yoke v0.7.4
112162025-09-23T07:43:27.568Z Compiling goblin v0.8.2
112172025-09-23T07:43:27.748Z Compiling zerovec v0.10.4
112182025-09-23T07:43:28.492Z Compiling tabled v0.15.0
112192025-09-23T07:43:29.348Z Compiling thiserror v2.0.16
112202025-09-23T07:43:29.409Z Compiling pest_meta v2.7.14
112212025-09-23T07:43:29.582Z Compiling tinystr v0.7.6
112222025-09-23T07:43:29.737Z Compiling icu_collections v1.5.0
112232025-09-23T07:43:29.906Z Compiling icu_locid v1.5.0
112242025-09-23T07:43:30.306Z Compiling clap v4.5.41
112252025-09-23T07:43:30.808Z Compiling pest_generator v2.7.14
112262025-09-23T07:43:31.782Z Compiling icu_provider v1.5.0
112272025-09-23T07:43:31.804Z Compiling toml_datetime v0.6.11
112282025-09-23T07:43:31.867Z Compiling serde_spanned v0.6.9
112292025-09-23T07:43:31.962Z Compiling dof v0.3.0
112302025-09-23T07:43:32.165Z Compiling erased-serde v0.4.6
112312025-09-23T07:43:32.367Z Compiling toml_edit v0.22.27
112322025-09-23T07:43:32.615Z Compiling icu_locid_transform v1.5.0
112332025-09-23T07:43:32.785Z Compiling serde_tokenstream v0.2.2
112342025-09-23T07:43:32.894Z Compiling serde-value v0.7.0
112352025-09-23T07:43:33.129Z Compiling pest_derive v2.7.14
112362025-09-23T07:43:33.401Z Compiling serde-untagged v0.1.7
112372025-09-23T07:43:33.723Z Compiling semver v1.0.26
112382025-09-23T07:43:33.961Z Compiling icu_properties v1.5.1
112392025-09-23T07:43:34.199Z Compiling dtrace-parser v0.2.0
112402025-09-23T07:43:34.376Z Compiling cargo-platform v0.2.0
112412025-09-23T07:43:34.467Z Compiling macaddr v1.0.1
112422025-09-23T07:43:35.923Z Compiling toml v0.8.23
112432025-09-23T07:43:36.047Z Compiling usdt-macro v0.5.0
112442025-09-23T07:43:36.051Z Compiling usdt-attr-macro v0.5.0
112452025-09-23T07:43:36.804Z Compiling cargo_toml v0.21.0
112462025-09-23T07:43:37.483Z Compiling usdt v0.5.0
112472025-09-23T07:43:37.587Z Compiling icu_normalizer v1.5.0
112482025-09-23T07:43:38.267Z Compiling idna_adapter v1.2.0
112492025-09-23T07:43:38.446Z Compiling idna v1.0.3
112502025-09-23T07:43:38.877Z Compiling url v2.5.4
112512025-09-23T07:43:39.741Z Compiling cargo-util-schemas v0.8.2
112522025-09-23T07:43:41.206Z Compiling cargo_metadata v0.21.0
112532025-09-23T07:43:42.850Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
112542025-09-23T07:43:46.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.24s
112552025-09-23T07:43:46.723Z Running `target/debug/xtask live-tests`
112562025-09-23T07:43:46.761Zusing temporary directory: /var/tmp/omicron_tmp/.tmphbSqLn
112572025-09-23T07:43:46.761Zwill create archive file: /var/tmp/omicron_tmp/.tmphbSqLn/live-tests-archive/omicron-live-tests.tar.zst
112582025-09-23T07:43:46.761Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
112592025-09-23T07:43:46.761Z
112602025-09-23T07:43:46.766Zrunning: /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmphbSqLn/live-tests-archive/omicron-live-tests.tar.zst"
112612025-09-23T07:43:49.508Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
112622025-09-23T07:43:49.657Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
112632025-09-23T07:43:49.675Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
112642025-09-23T07:43:49.678Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
112652025-09-23T07:43:49.713Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
112662025-09-23T07:43:49.717Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
112672025-09-23T07:43:49.759Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
112682025-09-23T07:43:49.762Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
112692025-09-23T07:43:50.257Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
112702025-09-23T07:43:50.511Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
112712025-09-23T07:43:50.560Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
112722025-09-23T07:43:50.563Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
112732025-09-23T07:43:51.296Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
112742025-09-23T07:43:51.439Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
112752025-09-23T07:43:53.187Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
112762025-09-23T07:43:53.395Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
112772025-09-23T07:43:53.639Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
112782025-09-23T07:43:58.272Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
112792025-09-23T07:43:58.272Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
112802025-09-23T07:44:07.169Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
112812025-09-23T07:44:07.173Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
112822025-09-23T07:44:10.001Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
112832025-09-23T07:44:43.082Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
112842025-09-23T07:44:43.782Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
112852025-09-23T07:44:48.086Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
112862025-09-23T07:44:48.879Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
112872025-09-23T07:45:25.389Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
112882025-09-23T07:45:28.043Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
112892025-09-23T07:46:04.906Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 16s
112902025-09-23T07:46:05.160Zinfo: experimental features enabled: setup-scripts
112912025-09-23T07:46:05.168Z Archiving 2 binaries, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmphbSqLn/live-tests-archive/omicron-live-tests.tar.zst
112922025-09-23T07:46:06.271Z Archived 79 files to /var/tmp/omicron_tmp/.tmphbSqLn/live-tests-archive/omicron-live-tests.tar.zst in 1.11s
112932025-09-23T07:46:06.319Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmphbSqLn/live-tests-archive\""
112942025-09-23T07:46:06.333Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmphbSqLn" "live-tests-archive"
112952025-09-23T07:46:06.481Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
112962025-09-23T07:46:06.481Zcreated:
112972025-09-23T07:46:06.481ZTo use this:
112982025-09-23T07:46:06.481Z
112992025-09-23T07:46:06.481Z1. Copy the tarball to the switch zone in a deployed Omicron system.
113002025-09-23T07:46:06.481Z
113012025-09-23T07:46:06.485Z e.g., scp \
113022025-09-23T07:46:06.485Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
113032025-09-23T07:46:06.485Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
113042025-09-23T07:46:06.485Z
113052025-09-23T07:46:06.485Z2. Copy the `cargo-nextest` binary to the same place.
113062025-09-23T07:46:06.485Z
113072025-09-23T07:46:06.485Z e.g., scp \
113082025-09-23T07:46:06.485Z $(which cargo-nextest) \
113092025-09-23T07:46:06.485Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
113102025-09-23T07:46:06.485Z
113112025-09-23T07:46:06.485Z3. From the switch zone on that system, unpack the tarball with:
113122025-09-23T07:46:06.485Z
113132025-09-23T07:46:06.485Z tar xzf live-tests-archive.tgz
113142025-09-23T07:46:06.485Z
113152025-09-23T07:46:06.485Z4. From the switch zone on that system, run tests with:
113162025-09-23T07:46:06.485Z
113172025-09-23T07:46:06.485Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
113182025-09-23T07:46:06.485Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
113192025-09-23T07:46:06.485Z --workspace-remap live-tests-archive
113202025-09-23T07:46:06.485Z
113212025-09-23T07:46:06.485Z
113222025-09-23T07:46:06.486Zreal 2:53.109467683
113232025-09-23T07:46:06.486Zuser 8:16.394231213
113242025-09-23T07:46:06.486Zsys 1:03.287928605
113252025-09-23T07:46:06.486Ztrap 0.215255027
113262025-09-23T07:46:06.486Ztflt 0.351491995
113272025-09-23T07:46:06.486Zdflt 3.143802553
113282025-09-23T07:46:06.486Zkflt 0.002957108
113292025-09-23T07:46:06.486Zlock 23:05.095301727
113302025-09-23T07:46:06.486Zslp 31:36.957277570
113312025-09-23T07:46:06.486Zlat 15.123757308
113322025-09-23T07:46:06.486Zstop 42.800414126
113332025-09-23T07:46:06.486Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
113342025-09-23T07:46:06.489Z+ unset TMPDIR
113352025-09-23T07:46:06.489Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
113362025-09-23T07:46:06.489Zfiles in /var/tmp/omicron_tmp (none expected on success):
113372025-09-23T07:46:06.490Z+ find /var/tmp/omicron_tmp -ls
113382025-09-23T07:46:06.493Z164869 18 drwxr-xr-x 2 build build 2 Sep 23 07:46 /var/tmp/omicron_tmp
113392025-09-23T07:46:06.493Z+ rmdir /var/tmp/omicron_tmp
113402025-09-23T07:46:06.814Zprocess exited: duration 6188746 ms, exit code 0
 
113412025-09-23T07:46:06.829Zfound 3 output files
113422025-09-23T07:46:06.829Zuploading: /work/crate-build-timings.json (676398 bytes)
113432025-09-23T07:46:07.857Zuploaded: /work/crate-build-timings.json
113442025-09-23T07:46:07.857Zuploading: /work/environment.json (108 bytes)
113452025-09-23T07:46:08.872Zuploaded: /work/environment.json
113462025-09-23T07:46:08.872Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (443174 bytes)
113472025-09-23T07:46:09.893Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml