01K0F4SC01PVY5G9BEJ7HTXSW9: 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: 01K0F4T8PT5CV8VB92NVZJ8ESG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-07-18T16:10:56.430Zjob assigned to worker 01K0F4T9V8N6D2PBMW863X0EZR [factory gimlet-EVT22200007-propolis, EVT22200007/35013] (queued for 27 s)
 
22025-07-18T16:11:06.544Zstarting task 0: "setup"
32025-07-18T16:11:06.569Z++ uname -s
42025-07-18T16:11:06.569Z+ kern=SunOS
52025-07-18T16:11:06.569Z+ build_user=build
62025-07-18T16:11:06.569Z+ build_uid=12345
72025-07-18T16:11:06.569Z+ work_dir=/work
82025-07-18T16:11:06.569Z+ input_dir=/input
92025-07-18T16:11:06.569Z+ [[ 0 == 12345 ]]
102025-07-18T16:11:06.569Z+ case "$kern" in
112025-07-18T16:11:06.569Z+ groupadd -g 12345 build
122025-07-18T16:11:06.569Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-07-18T16:11:08.573Z+ zfs create -o mountpoint=/work rpool/work
142025-07-18T16:11:08.614Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-07-18T16:11:08.639Z+ home_fs=zfs
162025-07-18T16:11:08.640Z+ [[ zfs == autofs ]]
172025-07-18T16:11:08.640Z+ mkdir -p /home/build
182025-07-18T16:11:08.640Z+ chown build:build /home/build /work
192025-07-18T16:11:10.623Z+ chmod 0700 /home/build /work
202025-07-18T16:11:10.649Zprocess exited: duration 4086 ms, exit code 0
 
212025-07-18T16:11:10.701Zstarting task 1: "rust-toolchain"
222025-07-18T16:11:10.726Z * rust toolchain channel = "1.88.0"
232025-07-18T16:11:10.726Z+ printf ' * rust toolchain channel = "%s"\n' 1.88.0
242025-07-18T16:11:10.726Z * rust toolchain profile = "default"
252025-07-18T16:11:10.726Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-07-18T16:11:10.727Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-07-18T16:11:10.727Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-07-18T16:11:10.727Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-07-18T16:11:10.727Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default
302025-07-18T16:11:10.866Zinfo: downloading installer
312025-07-18T16:11:11.412Zwarn: It looks like you have an existing installation of Rust at:
322025-07-18T16:11:11.412Zwarn: /opt/ooce/bin
332025-07-18T16:11:11.412Zwarn: It is recommended that rustup be the primary Rust installation.
342025-07-18T16:11:11.412Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-07-18T16:11:11.412Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-07-18T16:11:11.412Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-07-18T16:11:11.412Zwarn: or pass `-y' to ignore all ignorable checks.
382025-07-18T16:11:11.412Zerror: cannot install while Rust is installed
392025-07-18T16:11:11.412Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-07-18T16:11:11.438Zinfo: profile set to 'default'
412025-07-18T16:11:11.438Zinfo: default host triple is x86_64-unknown-illumos
422025-07-18T16:11:11.438Zinfo: syncing channel updates for '1.88.0-x86_64-unknown-illumos'
432025-07-18T16:11:11.591Zinfo: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23)
442025-07-18T16:11:11.591Zinfo: downloading component 'cargo'
452025-07-18T16:11:11.718Zinfo: downloading component 'clippy'
462025-07-18T16:11:11.813Zinfo: downloading component 'rust-docs'
472025-07-18T16:11:12.060Zinfo: downloading component 'rust-std'
482025-07-18T16:11:12.377Zinfo: downloading component 'rustc'
492025-07-18T16:11:14.884Zinfo: downloading component 'rustfmt'
502025-07-18T16:11:14.962Zinfo: installing component 'cargo'
512025-07-18T16:11:16.226Zinfo: installing component 'clippy'
522025-07-18T16:11:16.770Zinfo: installing component 'rust-docs'
532025-07-18T16:11:20.357Zinfo: installing component 'rust-std'
542025-07-18T16:11:22.474Zinfo: installing component 'rustc'
552025-07-18T16:11:31.348Zinfo: installing component 'rustfmt'
562025-07-18T16:11:31.762Zinfo: default toolchain set to '1.88.0-x86_64-unknown-illumos'
572025-07-18T16:11:31.762Z
582025-07-18T16:11:31.967Z 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23)
592025-07-18T16:11:31.967Z
602025-07-18T16:11:31.992Z
612025-07-18T16:11:31.992ZRust is installed now. Great!
622025-07-18T16:11:31.992Z
632025-07-18T16:11:31.993ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-07-18T16:11:31.993Zenvironment variable. This has not been done automatically.
652025-07-18T16:11:31.993Z
662025-07-18T16:11:31.993ZTo configure your current shell, you need to source
672025-07-18T16:11:31.993Zthe corresponding env file under $HOME/.cargo.
682025-07-18T16:11:31.993Z
692025-07-18T16:11:31.993ZThis is usually done by running one of the following (note the leading DOT):
702025-07-18T16:11:31.993Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-07-18T16:11:31.993Zsource "$HOME/.cargo/env.fish" # For fish
722025-07-18T16:11:31.993Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-07-18T16:11:32.110Z+ rustup --version
742025-07-18T16:11:32.135Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-07-18T16:11:32.135Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-07-18T16:11:32.271Zinfo: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)`
772025-07-18T16:11:32.296Z+ cargo --version
782025-07-18T16:11:32.391Zcargo 1.88.0 (873a06493 2025-05-10)
792025-07-18T16:11:32.417Z+ rustc --version
802025-07-18T16:11:32.526Zrustc 1.88.0 (6b00bc388 2025-06-23)
812025-07-18T16:11:32.551Zprocess exited: duration 21832 ms, exit code 0
 
822025-07-18T16:11:32.605Zstarting task 2: "authentication"
832025-07-18T16:11:32.675Zprocess exited: duration 72 ms, exit code 0
 
842025-07-18T16:11:32.729Zstarting task 3: "clone repository"
852025-07-18T16:11:32.757Z+ mkdir -p /work/oxidecomputer/omicron
862025-07-18T16:11:32.757Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-07-18T16:11:32.782ZCloning into '/work/oxidecomputer/omicron'...
882025-07-18T16:11:42.921Z+ cd /work/oxidecomputer/omicron
892025-07-18T16:11:42.921Z+ git fetch origin bcdd59cf4a962ca63bc2e2edb8553f4e43cb5646
902025-07-18T16:11:43.490ZFrom https://github.com/oxidecomputer/omicron
912025-07-18T16:11:43.490Z * branch bcdd59cf4a962ca63bc2e2edb8553f4e43cb5646 -> FETCH_HEAD
922025-07-18T16:11:43.515Z+ [[ -n bundle-comment ]]
932025-07-18T16:11:43.515Z++ git branch --show-current
942025-07-18T16:11:43.515Z+ current=main
952025-07-18T16:11:43.515Z+ [[ main != bundle-comment ]]
962025-07-18T16:11:43.515Z+ git branch -f bundle-comment bcdd59cf4a962ca63bc2e2edb8553f4e43cb5646
972025-07-18T16:11:43.540Z+ git checkout -f bundle-comment
982025-07-18T16:11:43.855ZSwitched to branch 'bundle-comment'
992025-07-18T16:11:43.881Z+ git reset --hard bcdd59cf4a962ca63bc2e2edb8553f4e43cb5646
1002025-07-18T16:11:43.907ZHEAD is now at bcdd59cf4 Support Bundle: Add user comment support
1012025-07-18T16:11:43.907Zprocess exited: duration 11180 ms, exit code 0
 
1022025-07-18T16:11:43.959Zstarting task 4: "build"
1032025-07-18T16:11:43.984Z+ source ./env.sh
1042025-07-18T16:11:43.984Z++ OLD_SHELL_OPTS=ehxB
1052025-07-18T16:11:43.984Z++ set -o xtrace
1062025-07-18T16:11:43.984Z++++ dirname ./env.sh
1072025-07-18T16:11:43.984Z+++ readlink -f .
1082025-07-18T16:11:43.984Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092025-07-18T16:11:43.984Z++ 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-07-18T16:11:43.984Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112025-07-18T16:11:43.985Z++ 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-07-18T16:11:43.985Z++ 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-07-18T16:11:43.985Z++ 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-07-18T16:11:43.985Z++ 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-07-18T16:11:43.985Z++ 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-07-18T16:11:43.985Z++ 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-07-18T16:11:43.985Z++ case $OLD_SHELL_OPTS in
1182025-07-18T16:11:43.985Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192025-07-18T16:11:43.985Z+ source .github/buildomat/ci-env.sh
1202025-07-18T16:11:43.985Z++ export CARGO_TERM_COLOR=always
1212025-07-18T16:11:43.985Z++ CARGO_TERM_COLOR=always
1222025-07-18T16:11:43.985Z+ target_os=illumos
1232025-07-18T16:11:43.985Z+ NEXTEST_VERSION=0.9.98
1242025-07-18T16:11:43.985Z+ cargo --version
1252025-07-18T16:11:44.064Zcargo 1.88.0 (873a06493 2025-05-10)
1262025-07-18T16:11:44.089Z+ rustc --version
1272025-07-18T16:11:44.166Zrustc 1.88.0 (6b00bc388 2025-06-23)
1282025-07-18T16:11:44.191Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.98/illumos
1292025-07-18T16:11:44.192Z+ gunzip
1302025-07-18T16:11:44.192Z+ tar -xvf - -C /home/build/.cargo/bin
1312025-07-18T16:11:45.079Zx cargo-nextest, 18644352 bytes, 36415 tape blocks
1322025-07-18T16:11:45.104Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332025-07-18T16:11:45.104Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342025-07-18T16:11:45.104Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352025-07-18T16:11:45.104Z+ mkdir /var/tmp/omicron_tmp
1362025-07-18T16:11:45.104Z+ OUTPUT_DIR=/work
1372025-07-18T16:11:45.104Z+ echo 'tests will store non-ephemeral output in /work'
1382025-07-18T16:11:45.104Ztests will store non-ephemeral output in /work
1392025-07-18T16:11:45.104Z+ mkdir -p /work
1402025-07-18T16:11:45.104Z+ banner prerequisites
1412025-07-18T16:11:45.104Z
1422025-07-18T16:11:45.104Z ##### ##### ###### ##### ###### #### # # # #### #
1432025-07-18T16:11:45.104Z # # # # # # # # # # # # # # #
1442025-07-18T16:11:45.104Z # # # # ##### # # ##### # # # # # #### #
1452025-07-18T16:11:45.104Z ##### ##### # ##### # # # # # # # # #
1462025-07-18T16:11:45.104Z # # # # # # # # # # # # # # #
1472025-07-18T16:11:45.104Z # # # ###### # # ###### ### # #### # #### #
1482025-07-18T16:11:45.104Z
1492025-07-18T16:11:45.104Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502025-07-18T16:11:59.220Z Startup: Refreshing catalog 'helios-dev' ... Done
1512025-07-18T16:12:08.893Z Startup: Caching catalogs ... Done
1522025-07-18T16:12:15.595ZPlanning: Solver setup ... Done (5.038s)
1532025-07-18T16:12:15.655ZPlanning: Running solver ... Done (0.060s)
1542025-07-18T16:12:15.756ZPlanning: Finding local manifests ... Done (0.003s)
1552025-07-18T16:12:15.836ZPlanning: Fetching manifests: 0/4 0% complete
1562025-07-18T16:12:16.295ZPlanning: Fetching manifests: 4/4 100% complete
1572025-07-18T16:12:16.371ZPlanning: Package planning ... Done (0.076s)
1582025-07-18T16:12:16.435ZPlanning: Merging actions ... Done (0.063s)
1592025-07-18T16:12:16.827ZPlanning: Checking for conflicting actions ... Done (0.392s)
1602025-07-18T16:12:16.852ZPlanning: Consolidating action changes ... Done (0.013s)
1612025-07-18T16:12:17.916ZPlanning: Evaluating mediators ... Done (1.074s)
1622025-07-18T16:12:17.941ZPlanning: Planning completed in 8.93 seconds
1632025-07-18T16:12:17.967Z Packages to install: 4
1642025-07-18T16:12:17.967Z Mediators to change: 2
1652025-07-18T16:12:17.967Z Services to change: 1
1662025-07-18T16:12:17.967Z Estimated space available: 155.01 GB
1672025-07-18T16:12:17.967ZEstimated space to be consumed: 1.70 GB
1682025-07-18T16:12:17.967Z Create boot environment: No
1692025-07-18T16:12:17.967ZCreate backup boot environment: No
1702025-07-18T16:12:17.967Z Rebuild boot archive: No
1712025-07-18T16:12:17.967Z
1722025-07-18T16:12:17.967ZChanged mediators:
1732025-07-18T16:12:17.967Z mediator clang:
1742025-07-18T16:12:17.967Z version: None -> 15 (system default)
1752025-07-18T16:12:17.967Z
1762025-07-18T16:12:17.967Z mediator llvm:
1772025-07-18T16:12:17.967Z version: 14 (system default) -> 15 (system default)
1782025-07-18T16:12:17.967Z
1792025-07-18T16:12:17.967ZChanged packages:
1802025-07-18T16:12:17.968Zhelios-dev
1812025-07-18T16:12:17.968Z developer/build-essential
1822025-07-18T16:12:17.968Z None -> 11-2.0
1832025-07-18T16:12:17.968Z library/libxmlsec1
1842025-07-18T16:12:17.968Z None -> 1.2.35-2.0
1852025-07-18T16:12:17.968Z ooce/developer/clang-15
1862025-07-18T16:12:17.968Z None -> 15.0.7-2.0
1872025-07-18T16:12:17.968Z ooce/developer/llvm-15
1882025-07-18T16:12:17.968Z None -> 15.0.7-2.0
1892025-07-18T16:12:17.968Z
1902025-07-18T16:12:17.968ZServices:
1912025-07-18T16:12:17.968Z restart_fmri:
1922025-07-18T16:12:17.968Z svc:/system/update-man-index:default
1932025-07-18T16:12:18.020Z
1942025-07-18T16:12:18.020ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1952025-07-18T16:12:23.020ZDownload: 1252/3290 items 92.5/212.6MB 43% complete (18.5M/s)
1962025-07-18T16:12:28.020ZDownload: 3240/3290 items 164.7/212.6MB 77% complete (16.5M/s)
1972025-07-18T16:12:31.366ZDownload: Completed 212.60 MB in 13.35 seconds (15.9M/s)
1982025-07-18T16:12:31.592Z Actions: 1/3689 actions (Installing new actions)
1992025-07-18T16:12:36.612Z Actions: 2645/3689 actions (Installing new actions)
2002025-07-18T16:12:37.712Z Actions: Completed 3689 actions in 6.12 seconds.
2012025-07-18T16:12:38.304Z Done (0.585s)
2022025-07-18T16:12:38.304Z Done (0.000s)
2032025-07-18T16:12:39.334Z Done (1.030s)
2042025-07-18T16:12:45.448Z Done (5.863s)
2052025-07-18T16:12:45.574Z Done (0.022s)
2062025-07-18T16:12:45.599Z Done (0.000s)
2072025-07-18T16:12:45.770Z Done (0.000s)
2082025-07-18T16:12:46.851ZPlanning: Evaluating mediator changes ... Done
2092025-07-18T16:12:47.159ZPlanning: Checking for conflicting actions ... Done
2102025-07-18T16:12:47.184ZPlanning: Consolidating action changes ... Done
2112025-07-18T16:12:47.521ZPlanning: Evaluating mediators ... Done
2122025-07-18T16:12:47.546ZPlanning: Planning completed in 0.67 seconds
2132025-07-18T16:12:47.571Z Mediators to change: 2
2142025-07-18T16:12:47.571Z Create boot environment: No
2152025-07-18T16:12:47.571ZCreate backup boot environment: No
2162025-07-18T16:12:47.633Z Done
2172025-07-18T16:12:47.633Z Done
2182025-07-18T16:12:48.549Z Done
2192025-07-18T16:12:54.238Z Done
2202025-07-18T16:12:54.353Z Done
2212025-07-18T16:12:54.379Z Done
2222025-07-18T16:12:54.427Z Done
2232025-07-18T16:12:55.355ZPlanning: Evaluating mediator changes ... Done
2242025-07-18T16:12:55.380ZPlanning: Merging actions ... Done
2252025-07-18T16:12:55.680ZPlanning: Checking for conflicting actions ... Done
2262025-07-18T16:12:55.705ZPlanning: Consolidating action changes ... Done
2272025-07-18T16:12:56.092ZPlanning: Evaluating mediators ... Done
2282025-07-18T16:12:56.171ZPlanning: Planning completed in 1.19 seconds
2292025-07-18T16:12:56.218Z Packages to change: 1
2302025-07-18T16:12:56.218Z Mediators to change: 1
2312025-07-18T16:12:56.218Z Services to change: 1
2322025-07-18T16:12:56.218Z Create boot environment: No
2332025-07-18T16:12:56.218ZCreate backup boot environment: Yes
2342025-07-18T16:12:58.187Z Actions: 1/6 actions (Updating modified actions)
2352025-07-18T16:12:58.213Z Actions: Completed 6 actions in 0.00 seconds.
2362025-07-18T16:12:58.213Z Done
2372025-07-18T16:12:58.213Z Done
2382025-07-18T16:12:58.401Z Done
2392025-07-18T16:13:03.676Z Done
2402025-07-18T16:13:03.785Z Done
2412025-07-18T16:13:03.810Z Done
2422025-07-18T16:13:03.839Z Done
2432025-07-18T16:13:04.472ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2442025-07-18T16:13:04.472Zclang system 15 system
2452025-07-18T16:13:04.472Zcsh system system illumos
2462025-07-18T16:13:04.472Zctags system system illumos
2472025-07-18T16:13:04.472Zfile system system illumos
2482025-07-18T16:13:04.472Zgcc vendor 12 vendor
2492025-07-18T16:13:04.472Zgcc system 10 system
2502025-07-18T16:13:04.472Zgcc system 7 system
2512025-07-18T16:13:04.472Zgo system 1.20 system
2522025-07-18T16:13:04.472Zgo system 1.19 system
2532025-07-18T16:13:04.472Zllvm system 15 system
2542025-07-18T16:13:04.472Zllvm system 14 system
2552025-07-18T16:13:04.472Zmariadb system 10.6 system
2562025-07-18T16:13:04.472Zmta vendor vendor dma
2572025-07-18T16:13:04.472Zopenjdk system 17 system
2582025-07-18T16:13:04.472Zopenjdk system 11 system
2592025-07-18T16:13:04.472Zopenjdk system 1.8 system
2602025-07-18T16:13:04.472Zopenssl vendor 3 vendor
2612025-07-18T16:13:04.472Zperl system 5.36 system
2622025-07-18T16:13:04.472Zpostgresql system 15 system
2632025-07-18T16:13:04.472Zpostgresql system 13 system
2642025-07-18T16:13:04.473Zpython vendor 3 vendor
2652025-07-18T16:13:04.473Zpython system 2 system
2662025-07-18T16:13:04.473Zpython3 system 3.11 system
2672025-07-18T16:13:04.473Zruby system 3.0 system
2682025-07-18T16:13:04.473Zwords vendor vendor american-english
2692025-07-18T16:13:04.473Zwords system system australian-english
2702025-07-18T16:13:04.473Zwords system system british-english
2712025-07-18T16:13:04.473Zwords system system canadian-english
2722025-07-18T16:13:04.473Zwords system system french
2732025-07-18T16:13:04.473Zwords system system italian
2742025-07-18T16:13:04.473Zwords system system ngerman
2752025-07-18T16:13:04.473Zwords system system ogerman
2762025-07-18T16:13:04.473Zwords system system spanish
2772025-07-18T16:13:04.925ZPUBLISHER TYPE STATUS P LOCATION
2782025-07-18T16:13:04.925Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2792025-07-18T16:13:11.101ZFMRI IFO
2802025-07-18T16:13:11.101Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2812025-07-18T16:13:11.101Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2822025-07-18T16:13:11.101Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2832025-07-18T16:13:11.101Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2842025-07-18T16:13:11.101Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2852025-07-18T16:13:11.101Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2862025-07-18T16:13:11.101Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2872025-07-18T16:13:11.101Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2882025-07-18T16:13:11.101Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2892025-07-18T16:13:11.101Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2902025-07-18T16:13:11.101Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2912025-07-18T16:13:11.101Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2922025-07-18T16:13:11.101Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2932025-07-18T16:13:11.101Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2942025-07-18T16:13:11.101Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2952025-07-18T16:13:11.101Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2962025-07-18T16:13:12.369Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2972025-07-18T16:13:12.850Z Updating crates.io index
2982025-07-18T16:13:12.877Z Updating git repository `https://github.com/oxidecomputer/lldp`
2992025-07-18T16:13:13.384Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3002025-07-18T16:13:14.191Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3012025-07-18T16:13:14.595Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3022025-07-18T16:13:14.957Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3032025-07-18T16:13:15.432Z Updating git repository `https://github.com/oxidecomputer/propolis`
3042025-07-18T16:13:18.111Z Updating git repository `https://github.com/oxidecomputer/crucible`
3052025-07-18T16:13:20.527Z Updating git repository `https://github.com/oxidecomputer/opte`
3062025-07-18T16:13:22.298Z Updating git repository `https://github.com/oxidecomputer/falcon`
3072025-07-18T16:13:23.090Z Updating git repository `https://github.com/oxidecomputer/clickward`
3082025-07-18T16:13:23.502Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3092025-07-18T16:13:23.964Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3102025-07-18T16:13:24.853Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3112025-07-18T16:13:25.264Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3122025-07-18T16:13:25.880Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3132025-07-18T16:13:26.604Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3142025-07-18T16:13:27.072Z Updating git repository `https://github.com/oxidecomputer/tofino`
3152025-07-18T16:13:27.441Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3162025-07-18T16:13:27.780Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3172025-07-18T16:13:28.130Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3182025-07-18T16:13:28.987Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3192025-07-18T16:13:29.043Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3202025-07-18T16:13:29.488Z Updating git repository `https://github.com/oxidecomputer/ispf`
3212025-07-18T16:13:29.882Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3222025-07-18T16:13:30.649Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3232025-07-18T16:13:31.294Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3242025-07-18T16:13:31.650Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3252025-07-18T16:13:32.152Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3262025-07-18T16:13:32.779Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3272025-07-18T16:13:33.155Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3282025-07-18T16:13:33.639Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3292025-07-18T16:13:34.036Z Updating git repository `https://github.com/oxidecomputer/omicron`
3302025-07-18T16:13:44.670Z Updating git repository `https://github.com/illumos/smf-rs`
3312025-07-18T16:13:46.450Z Downloading crates ...
3322025-07-18T16:13:46.521Z Downloaded camino v1.1.10
3332025-07-18T16:13:46.572Z Downloaded cargo_toml v0.21.0
3342025-07-18T16:13:46.572Z Downloaded anstyle-parse v0.2.5
3352025-07-18T16:13:46.572Z Downloaded crypto-common v0.1.6
3362025-07-18T16:13:46.598Z Downloaded clap v4.5.40
3372025-07-18T16:13:46.598Z Downloaded zerocopy-derive v0.7.35
3382025-07-18T16:13:46.598Z Downloaded zerofrom v0.1.4
3392025-07-18T16:13:46.598Z Downloaded thiserror v2.0.12
3402025-07-18T16:13:46.598Z Downloaded zerovec-derive v0.10.3
3412025-07-18T16:13:46.598Z Downloaded yoke-derive v0.7.4
3422025-07-18T16:13:46.598Z Downloaded unicode-ident v1.0.18
3432025-07-18T16:13:46.598Z Downloaded smawk v0.3.2
3442025-07-18T16:13:46.623Z Downloaded zerovec v0.10.4
3452025-07-18T16:13:46.624Z Downloaded terminal_size v0.4.0
3462025-07-18T16:13:46.624Z Downloaded zerocopy v0.7.35
3472025-07-18T16:13:46.649Z Downloaded tempfile v3.20.0
3482025-07-18T16:13:46.649Z Downloaded textwrap v0.16.2
3492025-07-18T16:13:46.675Z Downloaded serde v1.0.219
3502025-07-18T16:13:46.675Z Downloaded winnow v0.7.10
3512025-07-18T16:13:46.676Z Downloaded serde_json v1.0.140
3522025-07-18T16:13:46.701Z Downloaded pest v2.7.14
3532025-07-18T16:13:46.701Z Downloaded idna v1.0.3
3542025-07-18T16:13:46.701Z Downloaded unicode-width v0.2.0
3552025-07-18T16:13:46.701Z Downloaded icu_properties_data v1.5.0
3562025-07-18T16:13:46.726Z Downloaded tabled v0.15.0
3572025-07-18T16:13:46.751Z Downloaded syn v1.0.109
3582025-07-18T16:13:46.751Z Downloaded unicode-width v0.1.14
3592025-07-18T16:13:46.751Z Downloaded icu_properties v1.5.1
3602025-07-18T16:13:46.776Z Downloaded icu_locid_transform_data v1.5.0
3612025-07-18T16:13:46.776Z Downloaded syn v2.0.104
3622025-07-18T16:13:46.776Z Downloaded rustix v0.38.37
3632025-07-18T16:13:46.801Z Downloaded sha2 v0.10.9
3642025-07-18T16:13:46.801Z Downloaded serde_derive v1.0.219
3652025-07-18T16:13:46.827Z Downloaded ryu v1.0.18
3662025-07-18T16:13:46.827Z Downloaded quote v1.0.40
3672025-07-18T16:13:46.827Z Downloaded memchr v2.7.4
3682025-07-18T16:13:46.827Z Downloaded strsim v0.11.1
3692025-07-18T16:13:46.827Z Downloaded scroll v0.12.0
3702025-07-18T16:13:46.827Z Downloaded rustix v1.0.7
3712025-07-18T16:13:46.852Z Downloaded plain v0.2.3
3722025-07-18T16:13:46.853Z Downloaded pest_generator v2.7.14
3732025-07-18T16:13:46.853Z Downloaded icu_provider v1.5.0
3742025-07-18T16:13:46.879Z Downloaded errno v0.3.12
3752025-07-18T16:13:46.879Z Downloaded synstructure v0.13.1
3762025-07-18T16:13:46.879Z Downloaded stable_deref_trait v1.2.0
3772025-07-18T16:13:46.879Z Downloaded serde_tokenstream v0.2.2
3782025-07-18T16:13:46.879Z Downloaded serde_spanned v0.6.9
3792025-07-18T16:13:46.879Z Downloaded serde-value v0.7.0
3802025-07-18T16:13:46.879Z Downloaded serde-untagged v0.1.7
3812025-07-18T16:13:46.879Z Downloaded scroll_derive v0.12.0
3822025-07-18T16:13:46.879Z Downloaded ordered-float v2.10.1
3832025-07-18T16:13:46.879Z Downloaded memmap v0.7.0
3842025-07-18T16:13:46.879Z Downloaded url v2.5.4
3852025-07-18T16:13:46.879Z Downloaded toml_edit v0.22.27
3862025-07-18T16:13:46.905Z Downloaded libc v0.2.174
3872025-07-18T16:13:46.930Z Downloaded swrite v0.1.0
3882025-07-18T16:13:46.930Z Downloaded semver v1.0.26
3892025-07-18T16:13:46.930Z Downloaded proc-macro-error v1.0.4
3902025-07-18T16:13:46.930Z Downloaded pest_meta v2.7.14
3912025-07-18T16:13:46.930Z Downloaded macaddr v1.0.1
3922025-07-18T16:13:46.930Z Downloaded itoa v1.0.11
3932025-07-18T16:13:46.930Z Downloaded icu_provider_macros v1.5.0
3942025-07-18T16:13:46.930Z Downloaded icu_normalizer_data v1.5.0
3952025-07-18T16:13:46.931Z Downloaded smallvec v1.15.0
3962025-07-18T16:13:46.931Z Downloaded proc-macro2 v1.0.95
3972025-07-18T16:13:46.931Z Downloaded pretty-hex v0.4.1
3982025-07-18T16:13:46.931Z Downloaded pest_derive v2.7.14
3992025-07-18T16:13:46.956Z Downloaded percent-encoding v2.3.1
4002025-07-18T16:13:46.956Z Downloaded num-traits v0.2.19
4012025-07-18T16:13:46.956Z Downloaded litemap v0.7.3
4022025-07-18T16:13:46.956Z Downloaded heck v0.4.1
4032025-07-18T16:13:46.956Z Downloaded form_urlencoded v1.2.1
4042025-07-18T16:13:46.956Z Downloaded clap_derive v4.5.40
4052025-07-18T16:13:46.957Z Downloaded ucd-trie v0.1.7
4062025-07-18T16:13:46.957Z Downloaded toml_datetime v0.6.11
4072025-07-18T16:13:46.957Z Downloaded toml v0.8.23
4082025-07-18T16:13:46.957Z Downloaded papergrid v0.11.0
4092025-07-18T16:13:46.957Z Downloaded is_terminal_polyfill v1.70.1
4102025-07-18T16:13:46.982Z Downloaded indexmap v2.10.0
4112025-07-18T16:13:46.982Z Downloaded icu_locid v1.5.0
4122025-07-18T16:13:46.982Z Downloaded heck v0.5.0
4132025-07-18T16:13:46.982Z Downloaded getrandom v0.3.1
4142025-07-18T16:13:46.982Z Downloaded fs-err v3.1.1
4152025-07-18T16:13:46.982Z Downloaded fastrand v2.1.1
4162025-07-18T16:13:46.982Z Downloaded dof v0.3.0
4172025-07-18T16:13:46.982Z Downloaded displaydoc v0.2.5
4182025-07-18T16:13:46.982Z Downloaded colorchoice v1.0.2
4192025-07-18T16:13:47.008Z Downloaded clap_lex v0.7.4
4202025-07-18T16:13:47.008Z Downloaded clap_builder v4.5.40
4212025-07-18T16:13:47.008Z Downloaded cargo-util-schemas v0.2.0
4222025-07-18T16:13:47.008Z Downloaded block-buffer v0.10.4
4232025-07-18T16:13:47.008Z Downloaded yoke v0.7.4
4242025-07-18T16:13:47.008Z Downloaded usdt-impl v0.5.0
4252025-07-18T16:13:47.008Z Downloaded tinystr v0.7.6
4262025-07-18T16:13:47.008Z Downloaded proc-macro-error-attr v1.0.4
4272025-07-18T16:13:47.008Z Downloaded once_cell v1.21.3
4282025-07-18T16:13:47.008Z Downloaded idna_adapter v1.2.0
4292025-07-18T16:13:47.008Z Downloaded goblin v0.8.2
4302025-07-18T16:13:47.034Z Downloaded generic-array v0.14.7
4312025-07-18T16:13:47.034Z Downloaded equivalent v1.0.2
4322025-07-18T16:13:47.034Z Downloaded digest v0.10.7
4332025-07-18T16:13:47.034Z Downloaded cfg-if v1.0.1
4342025-07-18T16:13:47.034Z Downloaded zerofrom-derive v0.1.4
4352025-07-18T16:13:47.034Z Downloaded writeable v0.5.5
4362025-07-18T16:13:47.034Z Downloaded utf8parse v0.2.2
4372025-07-18T16:13:47.034Z Downloaded utf8_iter v1.0.4
4382025-07-18T16:13:47.034Z Downloaded usdt v0.5.0
4392025-07-18T16:13:47.034Z Downloaded log v0.4.27
4402025-07-18T16:13:47.034Z Downloaded icu_normalizer v1.5.0
4412025-07-18T16:13:47.034Z Downloaded icu_locid_transform v1.5.0
4422025-07-18T16:13:47.060Z Downloaded dtrace-parser v0.2.0
4432025-07-18T16:13:47.060Z Downloaded cargo_metadata v0.20.0
4442025-07-18T16:13:47.060Z Downloaded camino-tempfile v1.4.1
4452025-07-18T16:13:47.060Z Downloaded byteorder v1.5.0
4462025-07-18T16:13:47.060Z Downloaded autocfg v1.4.0
4472025-07-18T16:13:47.060Z Downloaded write16 v1.0.0
4482025-07-18T16:13:47.060Z Downloaded version_check v0.9.5
4492025-07-18T16:13:47.060Z Downloaded utf16_iter v1.0.5
4502025-07-18T16:13:47.060Z Downloaded usdt-macro v0.5.0
4512025-07-18T16:13:47.060Z Downloaded usdt-attr-macro v0.5.0
4522025-07-18T16:13:47.060Z Downloaded toml_write v0.1.2
4532025-07-18T16:13:47.060Z Downloaded thread-id v4.2.2
4542025-07-18T16:13:47.060Z Downloaded thiserror-impl v2.0.12
4552025-07-18T16:13:47.060Z Downloaded thiserror-impl v1.0.69
4562025-07-18T16:13:47.060Z Downloaded thiserror v1.0.69
4572025-07-18T16:13:47.086Z Downloaded tabled_derive v0.7.0
4582025-07-18T16:13:47.086Z Downloaded icu_collections v1.5.0
4592025-07-18T16:13:47.086Z Downloaded hashbrown v0.15.4
4602025-07-18T16:13:47.086Z Downloaded cargo-platform v0.2.0
4612025-07-18T16:13:47.086Z Downloaded anstream v0.6.18
4622025-07-18T16:13:47.086Z Downloaded unicode-xid v0.2.6
4632025-07-18T16:13:47.086Z Downloaded unicode-linebreak v0.1.5
4642025-07-18T16:13:47.086Z Downloaded typenum v1.17.0
4652025-07-18T16:13:47.112Z Downloaded typeid v1.0.3
4662025-07-18T16:13:47.112Z Downloaded fnv v1.0.7
4672025-07-18T16:13:47.112Z Downloaded erased-serde v0.4.6
4682025-07-18T16:13:47.112Z Downloaded cpufeatures v0.2.14
4692025-07-18T16:13:47.112Z Downloaded bytecount v0.6.8
4702025-07-18T16:13:47.112Z Downloaded bitflags v2.9.1
4712025-07-18T16:13:47.112Z Downloaded anyhow v1.0.98
4722025-07-18T16:13:47.112Z Downloaded anstyle-query v1.1.1
4732025-07-18T16:13:47.112Z Downloaded anstyle v1.0.11
4742025-07-18T16:13:47.207Z Compiling proc-macro2 v1.0.95
4752025-07-18T16:13:47.207Z Compiling unicode-ident v1.0.18
4762025-07-18T16:13:47.207Z Compiling serde v1.0.219
4772025-07-18T16:13:47.207Z Compiling version_check v0.9.5
4782025-07-18T16:13:47.207Z Compiling thiserror v1.0.69
4792025-07-18T16:13:47.232Z Compiling libc v0.2.174
4802025-07-18T16:13:47.232Z Compiling memchr v2.7.4
4812025-07-18T16:13:47.232Z Compiling stable_deref_trait v1.2.0
4822025-07-18T16:13:47.549Z Compiling writeable v0.5.5
4832025-07-18T16:13:47.583Z Compiling autocfg v1.4.0
4842025-07-18T16:13:47.992Z Compiling ucd-trie v0.1.7
4852025-07-18T16:13:48.024Z Compiling ryu v1.0.18
4862025-07-18T16:13:48.118Z Compiling litemap v0.7.3
4872025-07-18T16:13:48.325Z Compiling itoa v1.0.11
4882025-07-18T16:13:48.396Z Compiling once_cell v1.21.3
4892025-07-18T16:13:48.543Z Compiling byteorder v1.5.0
4902025-07-18T16:13:48.576Z Compiling icu_locid_transform_data v1.5.0
4912025-07-18T16:13:48.605Z Compiling bitflags v2.9.1
4922025-07-18T16:13:48.715Z Compiling serde_json v1.0.140
4932025-07-18T16:13:48.809Z Compiling icu_properties_data v1.5.0
4942025-07-18T16:13:49.148Z Compiling num-traits v0.2.19
4952025-07-18T16:13:49.245Z Compiling write16 v1.0.0
4962025-07-18T16:13:49.279Z Compiling icu_normalizer_data v1.5.0
4972025-07-18T16:13:49.307Z Compiling smallvec v1.15.0
4982025-07-18T16:13:49.379Z Compiling quote v1.0.40
4992025-07-18T16:13:49.427Z Compiling rustix v0.38.37
5002025-07-18T16:13:49.456Z Compiling typeid v1.0.3
5012025-07-18T16:13:49.729Z Compiling errno v0.3.12
5022025-07-18T16:13:49.761Z Compiling syn v2.0.104
5032025-07-18T16:13:49.832Z Compiling utf8_iter v1.0.4
5042025-07-18T16:13:49.881Z Compiling hashbrown v0.15.4
5052025-07-18T16:13:49.971Z Compiling utf16_iter v1.0.5
5062025-07-18T16:13:50.005Z Compiling equivalent v1.0.2
5072025-07-18T16:13:50.224Z Compiling proc-macro-error-attr v1.0.4
5082025-07-18T16:13:50.250Z Compiling usdt-impl v0.5.0
5092025-07-18T16:13:50.286Z Compiling winnow v0.7.10
5102025-07-18T16:13:50.350Z Compiling syn v1.0.109
5112025-07-18T16:13:50.495Z Compiling toml_write v0.1.2
5122025-07-18T16:13:50.846Z Compiling thread-id v4.2.2
5132025-07-18T16:13:50.998Z Compiling indexmap v2.10.0
5142025-07-18T16:13:51.047Z Compiling proc-macro-error v1.0.4
5152025-07-18T16:13:51.077Z Compiling rustix v1.0.7
5162025-07-18T16:13:51.122Z Compiling getrandom v0.3.1
5172025-07-18T16:13:51.354Z Compiling camino v1.1.10
5182025-07-18T16:13:51.758Z Compiling log v0.4.27
5192025-07-18T16:13:51.783Z Compiling percent-encoding v2.3.1
5202025-07-18T16:13:51.926Z Compiling semver v1.0.26
5212025-07-18T16:13:52.123Z Compiling utf8parse v0.2.2
5222025-07-18T16:13:52.154Z Compiling plain v0.2.3
5232025-07-18T16:13:52.201Z Compiling ordered-float v2.10.1
5242025-07-18T16:13:52.315Z Compiling anstyle-parse v0.2.5
5252025-07-18T16:13:52.347Z Compiling form_urlencoded v1.2.1
5262025-07-18T16:13:52.381Z Compiling terminal_size v0.4.0
5272025-07-18T16:13:52.727Z Compiling is_terminal_polyfill v1.70.1
5282025-07-18T16:13:52.782Z Compiling anstyle-query v1.1.1
5292025-07-18T16:13:52.807Z Compiling cfg-if v1.0.1
5302025-07-18T16:13:52.920Z Compiling anstyle v1.0.11
5312025-07-18T16:13:52.946Z Compiling colorchoice v1.0.2
5322025-07-18T16:13:52.987Z Compiling pretty-hex v0.4.1
5332025-07-18T16:13:53.117Z Compiling thiserror v2.0.12
5342025-07-18T16:13:53.318Z Compiling anstream v0.6.18
5352025-07-18T16:13:53.703Z Compiling fs-err v3.1.1
5362025-07-18T16:13:53.733Z Compiling strsim v0.11.1
5372025-07-18T16:13:54.024Z Compiling unicode-width v0.1.14
5382025-07-18T16:13:54.093Z Compiling heck v0.4.1
5392025-07-18T16:13:54.553Z Compiling clap_lex v0.7.4
5402025-07-18T16:13:54.578Z Compiling heck v0.5.0
5412025-07-18T16:13:54.603Z Compiling anyhow v1.0.98
5422025-07-18T16:13:54.637Z Compiling bytecount v0.6.8
5432025-07-18T16:13:54.875Z Compiling fastrand v2.1.1
5442025-07-18T16:13:55.012Z Compiling unicode-xid v0.2.6
5452025-07-18T16:13:55.080Z Compiling fnv v1.0.7
5462025-07-18T16:13:55.262Z Compiling tempfile v3.20.0
5472025-07-18T16:13:55.294Z Compiling papergrid v0.11.0
5482025-07-18T16:13:55.492Z Compiling clap_builder v4.5.40
5492025-07-18T16:13:55.806Z Compiling memmap v0.7.0
5502025-07-18T16:13:55.999Z Compiling unicode-width v0.2.0
5512025-07-18T16:13:56.087Z Compiling unicode-linebreak v0.1.5
5522025-07-18T16:13:56.167Z Compiling smawk v0.3.2
5532025-07-18T16:13:56.437Z Compiling synstructure v0.13.1
5542025-07-18T16:13:56.560Z Compiling textwrap v0.16.2
5552025-07-18T16:13:57.560Z Compiling swrite v0.1.0
5562025-07-18T16:13:57.630Z Compiling tabled_derive v0.7.0
5572025-07-18T16:13:57.739Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5582025-07-18T16:13:59.113Z Compiling serde_derive v1.0.219
5592025-07-18T16:13:59.113Z Compiling thiserror-impl v1.0.69
5602025-07-18T16:13:59.113Z Compiling zerofrom-derive v0.1.4
5612025-07-18T16:13:59.138Z Compiling yoke-derive v0.7.4
5622025-07-18T16:13:59.138Z Compiling zerovec-derive v0.10.3
5632025-07-18T16:13:59.351Z Compiling displaydoc v0.2.5
5642025-07-18T16:14:00.921Z Compiling icu_provider_macros v1.5.0
5652025-07-18T16:14:01.495Z Compiling zerocopy-derive v0.7.35
5662025-07-18T16:14:01.770Z Compiling scroll_derive v0.12.0
5672025-07-18T16:14:01.974Z Compiling thiserror-impl v2.0.12
5682025-07-18T16:14:02.267Z Compiling pest v2.7.14
5692025-07-18T16:14:02.716Z Compiling zerofrom v0.1.4
5702025-07-18T16:14:02.998Z Compiling yoke v0.7.4
5712025-07-18T16:14:03.154Z Compiling scroll v0.12.0
5722025-07-18T16:14:03.222Z Compiling clap_derive v4.5.40
5732025-07-18T16:14:03.451Z Compiling zerovec v0.10.4
5742025-07-18T16:14:03.477Z Compiling zerocopy v0.7.35
5752025-07-18T16:14:03.740Z Compiling goblin v0.8.2
5762025-07-18T16:14:03.914Z Compiling tabled v0.15.0
5772025-07-18T16:14:04.929Z Compiling pest_meta v2.7.14
5782025-07-18T16:14:05.391Z Compiling tinystr v0.7.6
5792025-07-18T16:14:05.473Z Compiling icu_collections v1.5.0
5802025-07-18T16:14:05.847Z Compiling icu_locid v1.5.0
5812025-07-18T16:14:06.837Z Compiling pest_generator v2.7.14
5822025-07-18T16:14:07.169Z Compiling icu_provider v1.5.0
5832025-07-18T16:14:07.972Z Compiling icu_locid_transform v1.5.0
5842025-07-18T16:14:08.131Z Compiling clap v4.5.40
5852025-07-18T16:14:09.013Z Compiling pest_derive v2.7.14
5862025-07-18T16:14:09.414Z Compiling icu_properties v1.5.1
5872025-07-18T16:14:09.801Z Compiling dtrace-parser v0.2.0
5882025-07-18T16:14:11.203Z Compiling serde_tokenstream v0.2.2
5892025-07-18T16:14:11.242Z Compiling toml_datetime v0.6.11
5902025-07-18T16:14:11.287Z Compiling serde_spanned v0.6.9
5912025-07-18T16:14:11.489Z Compiling erased-serde v0.4.6
5922025-07-18T16:14:11.826Z Compiling toml_edit v0.22.27
5932025-07-18T16:14:11.878Z Compiling serde-value v0.7.0
5942025-07-18T16:14:12.385Z Compiling cargo-platform v0.2.0
5952025-07-18T16:14:12.448Z Compiling camino-tempfile v1.4.1
5962025-07-18T16:14:12.686Z Compiling serde-untagged v0.1.7
5972025-07-18T16:14:12.730Z Compiling macaddr v1.0.1
5982025-07-18T16:14:12.980Z Compiling dof v0.3.0
5992025-07-18T16:14:13.201Z Compiling icu_normalizer v1.5.0
6002025-07-18T16:14:14.160Z Compiling idna_adapter v1.2.0
6012025-07-18T16:14:14.414Z Compiling idna v1.0.3
6022025-07-18T16:14:14.764Z Compiling usdt-attr-macro v0.5.0
6032025-07-18T16:14:14.764Z Compiling usdt-macro v0.5.0
6042025-07-18T16:14:15.053Z Compiling url v2.5.4
6052025-07-18T16:14:15.309Z Compiling toml v0.8.23
6062025-07-18T16:14:16.710Z Compiling usdt v0.5.0
6072025-07-18T16:14:16.741Z Compiling cargo-util-schemas v0.2.0
6082025-07-18T16:14:16.741Z Compiling cargo_toml v0.21.0
6092025-07-18T16:14:18.364Z Compiling cargo_metadata v0.20.0
6102025-07-18T16:14:20.998Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6112025-07-18T16:14:26.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
6122025-07-18T16:14:26.451Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6132025-07-18T16:14:27.519Z Downloading crates ...
6142025-07-18T16:14:27.722Z Downloaded crossbeam-deque v0.8.5
6152025-07-18T16:14:27.747Z Downloaded lazycell v1.3.0
6162025-07-18T16:14:27.772Z Downloaded jobserver v0.1.32
6172025-07-18T16:14:27.797Z Downloaded rustc_version v0.4.1
6182025-07-18T16:14:27.825Z Downloaded psl-types v2.0.11
6192025-07-18T16:14:27.871Z Downloaded slog-json v2.6.1
6202025-07-18T16:14:27.898Z Downloaded typify-macro v0.3.0
6212025-07-18T16:14:27.924Z Downloaded fxhash v0.2.1
6222025-07-18T16:14:27.961Z Downloaded take_mut v0.2.2
6232025-07-18T16:14:28.002Z Downloaded parse-display v0.10.0
6242025-07-18T16:14:28.038Z Downloaded utf-8 v0.7.6
6252025-07-18T16:14:28.074Z Downloaded progenitor-client v0.9.1
6262025-07-18T16:14:28.109Z Downloaded xshell-macros v0.2.7
6272025-07-18T16:14:28.179Z Downloaded darling_macro v0.21.0
6282025-07-18T16:14:28.179Z Downloaded defmt v0.3.8
6292025-07-18T16:14:28.204Z Downloaded derive_builder_core v0.20.2
6302025-07-18T16:14:28.204Z Downloaded difflib v0.4.0
6312025-07-18T16:14:28.204Z Downloaded display-error-chain v0.2.2
6322025-07-18T16:14:28.204Z Downloaded diff v0.1.13
6332025-07-18T16:14:28.204Z Downloaded rustls-webpki v0.101.7
6342025-07-18T16:14:28.229Z Downloaded zerocopy-derive v0.8.26
6352025-07-18T16:14:28.255Z Downloaded diesel_derives v2.2.3
6362025-07-18T16:14:28.281Z Downloaded winnow v0.6.26
6372025-07-18T16:14:28.281Z Downloaded zip v4.2.0
6382025-07-18T16:14:28.306Z Downloaded quinn-proto v0.11.8
6392025-07-18T16:14:28.306Z Downloaded reqwest v0.12.22
6402025-07-18T16:14:28.331Z Downloaded zlib-rs v0.5.1
6412025-07-18T16:14:28.331Z Downloaded vcpkg v0.2.15
6422025-07-18T16:14:28.390Z Downloaded polar-core v0.27.3
6432025-07-18T16:14:28.416Z Downloaded bzip2-sys v0.1.13+1.0.8
6442025-07-18T16:14:28.442Z Downloaded curve25519-dalek v4.1.3
6452025-07-18T16:14:28.442Z Downloaded dropshot v0.16.2
6462025-07-18T16:14:28.481Z Downloaded rustls v0.22.4
6472025-07-18T16:14:28.507Z Downloaded regex-syntax v0.6.29
6482025-07-18T16:14:28.532Z Downloaded rustls v0.23.19
6492025-07-18T16:14:28.560Z Downloaded regress v0.10.3
6502025-07-18T16:14:28.560Z Downloaded regex-syntax v0.8.5
6512025-07-18T16:14:28.585Z Downloaded jiff v0.2.15
6522025-07-18T16:14:28.610Z Downloaded diesel v2.2.11
6532025-07-18T16:14:28.636Z Downloaded lzma-sys v0.1.20
6542025-07-18T16:14:28.661Z Downloaded openapiv3 v2.2.0
6552025-07-18T16:14:28.686Z Downloaded libz-sys v1.1.20
6562025-07-18T16:14:28.711Z Downloaded zerocopy v0.8.26
6572025-07-18T16:14:28.750Z Downloaded regex v1.11.1
6582025-07-18T16:14:28.775Z Downloaded sha3 v0.10.8
6592025-07-18T16:14:28.775Z Downloaded zerocopy-derive v0.6.6
6602025-07-18T16:14:28.800Z Downloaded ratatui v0.29.0
6612025-07-18T16:14:28.845Z Downloaded tokio v1.45.1
6622025-07-18T16:14:28.915Z Downloaded webpki-roots v1.0.1
6632025-07-18T16:14:28.940Z Downloaded regex-automata v0.4.8
6642025-07-18T16:14:28.940Z Downloaded petname v2.0.2
6652025-07-18T16:14:28.966Z Downloaded typify-impl v0.4.1
6662025-07-18T16:14:28.966Z Downloaded rayon v1.10.0
6672025-07-18T16:14:28.991Z Downloaded petgraph v0.6.5
6682025-07-18T16:14:29.017Z Downloaded radix_trie v0.2.1
6692025-07-18T16:14:29.017Z Downloaded openssl v0.10.73
6702025-07-18T16:14:29.017Z Downloaded object v0.36.5
6712025-07-18T16:14:29.042Z Downloaded object v0.30.4
6722025-07-18T16:14:29.042Z Downloaded typify-impl v0.3.0
6732025-07-18T16:14:29.067Z Downloaded petgraph v0.8.2
6742025-07-18T16:14:29.093Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6752025-07-18T16:14:29.118Z Downloaded typify-impl v0.2.0
6762025-07-18T16:14:29.144Z Downloaded smoltcp v0.11.0
6772025-07-18T16:14:29.144Z Downloaded reedline v0.40.0
6782025-07-18T16:14:29.144Z Downloaded winnow v0.5.40
6792025-07-18T16:14:29.169Z Downloaded rustls-webpki v0.102.8
6802025-07-18T16:14:29.196Z Downloaded nix v0.30.1
6812025-07-18T16:14:29.196Z Downloaded smoltcp v0.9.1
6822025-07-18T16:14:29.221Z Downloaded csv v1.3.1
6832025-07-18T16:14:29.249Z Downloaded nix v0.29.0
6842025-07-18T16:14:29.249Z Downloaded sled v0.34.7
6852025-07-18T16:14:29.274Z Downloaded portable-atomic v1.11.0
6862025-07-18T16:14:29.274Z Downloaded salty v0.3.0
6872025-07-18T16:14:29.274Z Downloaded nix v0.27.1
6882025-07-18T16:14:29.299Z Downloaded derive_more v0.99.20
6892025-07-18T16:14:29.299Z Downloaded der v0.7.9
6902025-07-18T16:14:29.299Z Downloaded darling_core v0.20.10
6912025-07-18T16:14:29.325Z Downloaded crypto-bigint v0.5.5
6922025-07-18T16:14:29.325Z Downloaded zip v0.6.6
6932025-07-18T16:14:29.325Z Downloaded encoding_rs v0.8.34
6942025-07-18T16:14:29.350Z Downloaded ring v0.17.14
6952025-07-18T16:14:29.392Z Downloaded gimli v0.31.1
6962025-07-18T16:14:29.419Z Downloaded dirs-sys-next v0.1.2
6972025-07-18T16:14:29.419Z Downloaded dirs-next v2.0.0
6982025-07-18T16:14:29.419Z Downloaded diesel-dtrace v0.4.2
6992025-07-18T16:14:29.419Z Downloaded des v0.8.1
7002025-07-18T16:14:29.419Z Downloaded derive-where v1.5.0
7012025-07-18T16:14:29.419Z Downloaded darling_core v0.21.0
7022025-07-18T16:14:29.445Z Downloaded zopfli v0.8.1
7032025-07-18T16:14:29.445Z Downloaded yansi v1.0.1
7042025-07-18T16:14:29.445Z Downloaded x509-cert v0.2.5
7052025-07-18T16:14:29.445Z Downloaded uuid v1.17.0
7062025-07-18T16:14:29.445Z Downloaded rcgen v0.12.1
7072025-07-18T16:14:29.445Z Downloaded rand v0.9.1
7082025-07-18T16:14:29.472Z Downloaded libgit2-sys v0.17.0+1.8.1
7092025-07-18T16:14:29.515Z Downloaded rand v0.8.5
7102025-07-18T16:14:29.540Z Downloaded rustyline v14.0.0
7112025-07-18T16:14:29.540Z Downloaded p384 v0.13.0
7122025-07-18T16:14:29.540Z Downloaded tabled v0.18.0
7132025-07-18T16:14:29.565Z Downloaded nix v0.28.0
7142025-07-18T16:14:29.590Z Downloaded diesel_table_macro_syntax v0.2.0
7152025-07-18T16:14:29.590Z Downloaded derive_builder_macro v0.20.2
7162025-07-18T16:14:29.590Z Downloaded derive_builder v0.20.2
7172025-07-18T16:14:29.590Z Downloaded derive-ex v0.1.8
7182025-07-18T16:14:29.590Z Downloaded der_derive v0.7.3
7192025-07-18T16:14:29.590Z Downloaded csv-core v0.1.11
7202025-07-18T16:14:29.590Z Downloaded zstd-safe v7.2.3
7212025-07-18T16:14:29.590Z Downloaded zerocopy v0.6.6
7222025-07-18T16:14:29.615Z Downloaded yasna v0.5.2
7232025-07-18T16:14:29.615Z Downloaded moka v0.12.10
7242025-07-18T16:14:29.615Z Downloaded deranged v0.3.11
7252025-07-18T16:14:29.616Z Downloaded defmt-parser v0.3.4
7262025-07-18T16:14:29.616Z Downloaded defmt-macros v0.3.9
7272025-07-18T16:14:29.616Z Downloaded darling v0.21.0
7282025-07-18T16:14:29.641Z Downloaded darling v0.20.10
7292025-07-18T16:14:29.641Z Downloaded daft-derive v0.1.4
7302025-07-18T16:14:29.641Z Downloaded daft v0.1.4
7312025-07-18T16:14:29.641Z Downloaded ctr v0.9.2
7322025-07-18T16:14:29.641Z Downloaded zstd v0.13.3
7332025-07-18T16:14:29.641Z Downloaded zone v0.3.1
7342025-07-18T16:14:29.641Z Downloaded zone v0.1.8
7352025-07-18T16:14:29.642Z Downloaded zeroize v1.8.1
7362025-07-18T16:14:29.667Z Downloaded vergen v8.3.2
7372025-07-18T16:14:29.667Z Downloaded value-bag v1.9.0
7382025-07-18T16:14:29.667Z Downloaded rustls-pemfile v2.2.0
7392025-07-18T16:14:29.667Z Downloaded rayon-core v1.12.1
7402025-07-18T16:14:29.667Z Downloaded parse-zoneinfo v0.3.1
7412025-07-18T16:14:29.667Z Downloaded debug-ignore v1.0.5
7422025-07-18T16:14:29.667Z Downloaded data-encoding v2.9.0
7432025-07-18T16:14:29.667Z Downloaded cstr-argument v0.1.2
7442025-07-18T16:14:29.668Z Downloaded zone_cfg_derive v0.3.0
7452025-07-18T16:14:29.668Z Downloaded zeroize_derive v1.4.2
7462025-07-18T16:14:29.697Z Downloaded xshell v0.2.7
7472025-07-18T16:14:29.697Z Downloaded vte v0.11.1
7482025-07-18T16:14:29.697Z Downloaded vsss-rs v3.3.4
7492025-07-18T16:14:29.697Z Downloaded rustls-native-certs v0.8.1
7502025-07-18T16:14:29.697Z Downloaded rand_core v0.9.2
7512025-07-18T16:14:29.697Z Downloaded quinn v0.11.5
7522025-07-18T16:14:29.697Z Downloaded pretty_assertions v1.4.1
7532025-07-18T16:14:29.697Z Downloaded unicode-normalization v0.1.24
7542025-07-18T16:14:29.697Z Downloaded git2 v0.19.0
7552025-07-18T16:14:29.723Z Downloaded darling_macro v0.20.10
7562025-07-18T16:14:29.723Z Downloaded curve25519-dalek-derive v0.1.1
7572025-07-18T16:14:29.723Z Downloaded crunchy v0.2.2
7582025-07-18T16:14:29.723Z Downloaded zone_cfg_derive v0.1.2
7592025-07-18T16:14:29.723Z Downloaded xz2 v0.1.7
7602025-07-18T16:14:29.723Z Downloaded xattr v1.3.1
7612025-07-18T16:14:29.723Z Downloaded wyz v0.5.1
7622025-07-18T16:14:29.723Z Downloaded whoami v1.5.2
7632025-07-18T16:14:29.723Z Downloaded which v4.4.2
7642025-07-18T16:14:29.723Z Downloaded walkdir v2.5.0
7652025-07-18T16:14:29.723Z Downloaded wait-timeout v0.2.0
7662025-07-18T16:14:29.723Z Downloaded uzers v0.12.1
7672025-07-18T16:14:29.749Z Downloaded ref-cast-impl v1.0.24
7682025-07-18T16:14:29.749Z Downloaded ref-cast v1.0.24
7692025-07-18T16:14:29.749Z Downloaded rand_xorshift v0.4.0
7702025-07-18T16:14:29.749Z Downloaded rand_seeder v0.3.0
7712025-07-18T16:14:29.749Z Downloaded rand_core v0.6.4
7722025-07-18T16:14:29.749Z Downloaded rand_chacha v0.9.0
7732025-07-18T16:14:29.749Z Downloaded rand_chacha v0.3.1
7742025-07-18T16:14:29.749Z Downloaded prettyplease v0.2.35
7752025-07-18T16:14:29.749Z Downloaded prefix-trie v0.7.0
7762025-07-18T16:14:29.749Z Downloaded postgres-types v0.2.9
7772025-07-18T16:14:29.749Z Downloaded pem-rfc7468 v0.7.0
7782025-07-18T16:14:29.775Z Downloaded peg-macros v0.8.5
7792025-07-18T16:14:29.775Z Downloaded parse-display-derive v0.10.0
7802025-07-18T16:14:29.775Z Downloaded unicode-segmentation v1.12.0
7812025-07-18T16:14:29.775Z Downloaded samael v0.0.19
7822025-07-18T16:14:29.775Z Downloaded rustls-pki-types v1.10.0
7832025-07-18T16:14:29.775Z Downloaded openssl-sys v0.9.109
7842025-07-18T16:14:29.800Z Downloaded sqlparser v0.45.0
7852025-07-18T16:14:29.800Z Downloaded chrono-tz v0.10.3
7862025-07-18T16:14:29.800Z Downloaded want v0.3.1
7872025-07-18T16:14:29.800Z Downloaded waitgroup v0.1.2
7882025-07-18T16:14:29.800Z Downloaded vte_generate_state_changes v0.1.2
7892025-07-18T16:14:29.800Z Downloaded void v1.0.2
7902025-07-18T16:14:29.800Z Downloaded rustls-pemfile v1.0.4
7912025-07-18T16:14:29.800Z Downloaded radium v0.7.0
7922025-07-18T16:14:29.825Z Downloaded r2d2 v0.8.10
7932025-07-18T16:14:29.825Z Downloaded quinn-udp v0.5.5
7942025-07-18T16:14:29.825Z Downloaded progenitor v0.10.0
7952025-07-18T16:14:29.826Z Downloaded progenitor v0.9.1
7962025-07-18T16:14:29.826Z Downloaded progenitor v0.8.0
7972025-07-18T16:14:29.826Z Downloaded proc-macro-error2 v2.0.1
7982025-07-18T16:14:29.826Z Downloaded proc-macro-crate v1.3.1
7992025-07-18T16:14:29.826Z Downloaded primeorder v0.13.6
8002025-07-18T16:14:29.826Z Downloaded predicates-tree v1.0.12
8012025-07-18T16:14:29.826Z Downloaded predicates-core v1.0.8
8022025-07-18T16:14:29.826Z Downloaded predicates v3.1.3
8032025-07-18T16:14:29.826Z Downloaded ppv-lite86 v0.2.20
8042025-07-18T16:14:29.851Z Downloaded powerfmt v0.2.0
8052025-07-18T16:14:29.851Z Downloaded postgres-protocol v0.6.8
8062025-07-18T16:14:29.851Z Downloaded postcard v1.0.10
8072025-07-18T16:14:29.851Z Downloaded polyval v0.6.2
8082025-07-18T16:14:29.851Z Downloaded poly1305 v0.8.0
8092025-07-18T16:14:29.851Z Downloaded pkcs8 v0.10.2
8102025-07-18T16:14:29.851Z Downloaded pkcs5 v0.7.1
8112025-07-18T16:14:29.876Z Downloaded pkcs1 v0.7.5
8122025-07-18T16:14:29.876Z Downloaded pin-project-lite v0.2.14
8132025-07-18T16:14:29.877Z Downloaded pin-project-internal v1.1.6
8142025-07-18T16:14:29.877Z Downloaded pin-project v1.1.6
8152025-07-18T16:14:29.902Z Downloaded phf_shared v0.11.2
8162025-07-18T16:14:29.902Z Downloaded phf_generator v0.11.2
8172025-07-18T16:14:29.902Z Downloaded phf_codegen v0.11.2
8182025-07-18T16:14:29.902Z Downloaded phf v0.11.2
8192025-07-18T16:14:29.902Z Downloaded pem v3.0.5
8202025-07-18T16:14:29.902Z Downloaded peg v0.8.5
8212025-07-18T16:14:29.902Z Downloaded pbkdf2 v0.12.2
8222025-07-18T16:14:29.902Z Downloaded pbkdf2 v0.11.0
8232025-07-18T16:14:29.902Z Downloaded paste v1.0.15
8242025-07-18T16:14:29.927Z Downloaded password-hash v0.5.0
8252025-07-18T16:14:29.927Z Downloaded password-hash v0.4.2
8262025-07-18T16:14:29.927Z Downloaded unicode_categories v0.1.1
8272025-07-18T16:14:29.928Z Downloaded unicode-bidi v0.3.17
8282025-07-18T16:14:29.928Z Downloaded schemars v0.8.22
8292025-07-18T16:14:29.953Z Downloaded p521 v0.13.3
8302025-07-18T16:14:29.953Z Downloaded steno v0.4.1
8312025-07-18T16:14:29.953Z Downloaded ssh-key v0.6.6
8322025-07-18T16:14:29.953Z Downloaded serde_with v3.14.0
8332025-07-18T16:14:29.978Z Downloaded h2 v0.4.6
8342025-07-18T16:14:29.978Z Downloaded futures-util v0.3.31
8352025-07-18T16:14:30.003Z Downloaded hickory-proto v0.25.2
8362025-07-18T16:14:30.028Z Downloaded bstr v1.10.0
8372025-07-18T16:14:30.028Z Downloaded progenitor-client v0.8.0
8382025-07-18T16:14:30.054Z Downloaded proc-macro-error-attr2 v2.0.0
8392025-07-18T16:14:30.054Z Downloaded pretty-hex v0.2.1
8402025-07-18T16:14:30.054Z Downloaded precomputed-hash v0.1.1
8412025-07-18T16:14:30.054Z Downloaded pkg-config v0.3.31
8422025-07-18T16:14:30.054Z Downloaded pin-utils v0.1.0
8432025-07-18T16:14:30.054Z Downloaded peg-runtime v0.8.5
8442025-07-18T16:14:30.054Z Downloaded path-slash v0.1.5
8452025-07-18T16:14:30.054Z Downloaded parse-size v1.1.0
8462025-07-18T16:14:30.054Z Downloaded document-features v0.2.10
8472025-07-18T16:14:30.054Z Downloaded unsafe-libyaml v0.2.11
8482025-07-18T16:14:30.054Z Downloaded universal-hash v0.5.1
8492025-07-18T16:14:30.054Z Downloaded unicode-truncate v1.1.0
8502025-07-18T16:14:30.054Z Downloaded unicode-properties v0.1.3
8512025-07-18T16:14:30.054Z Downloaded unicase v2.7.0
8522025-07-18T16:14:30.079Z Downloaded serde_urlencoded v0.7.1
8532025-07-18T16:14:30.079Z Downloaded serde_repr v0.1.19
8542025-07-18T16:14:30.079Z Downloaded serde_derive_internals v0.29.1
8552025-07-18T16:14:30.079Z Downloaded serde_cbor v0.11.2
8562025-07-18T16:14:30.079Z Downloaded secrecy v0.8.0
8572025-07-18T16:14:30.079Z Downloaded sct v0.7.1
8582025-07-18T16:14:30.079Z Downloaded scrypt v0.11.0
8592025-07-18T16:14:30.079Z Downloaded scopeguard v1.2.0
8602025-07-18T16:14:30.106Z Downloaded schemars_derive v0.8.22
8612025-07-18T16:14:30.106Z Downloaded scheduled-thread-pool v0.2.7
8622025-07-18T16:14:30.106Z Downloaded same-file v1.0.6
8632025-07-18T16:14:30.106Z Downloaded salsa20 v0.10.2
8642025-07-18T16:14:30.106Z Downloaded rustversion v1.0.17
8652025-07-18T16:14:30.106Z Downloaded oso v0.27.3
8662025-07-18T16:14:30.106Z Downloaded num_enum_derive v0.5.11
8672025-07-18T16:14:30.106Z Downloaded num_enum v0.5.11
8682025-07-18T16:14:30.132Z Downloaded num-rational v0.4.2
8692025-07-18T16:14:30.132Z Downloaded num-iter v0.1.45
8702025-07-18T16:14:30.132Z Downloaded num-integer v0.1.46
8712025-07-18T16:14:30.132Z Downloaded num-derive v0.3.3
8722025-07-18T16:14:30.132Z Downloaded num-complex v0.4.6
8732025-07-18T16:14:30.132Z Downloaded ecdsa v0.16.9
8742025-07-18T16:14:30.132Z Downloaded dropshot_endpoint v0.16.2
8752025-07-18T16:14:30.132Z Downloaded snafu v0.8.5
8762025-07-18T16:14:30.157Z Downloaded num-bigint-dig v0.8.4
8772025-07-18T16:14:30.157Z Downloaded num-bigint v0.4.6
8782025-07-18T16:14:30.182Z Downloaded nom v7.1.3
8792025-07-18T16:14:30.182Z Downloaded mio v1.0.2
8802025-07-18T16:14:30.182Z Downloaded rustls v0.21.12
8812025-07-18T16:14:30.212Z Downloaded hickory-proto v0.24.4
8822025-07-18T16:14:30.238Z Downloaded untrusted v0.9.0
8832025-07-18T16:14:30.238Z Downloaded untrusted v0.7.1
8842025-07-18T16:14:30.238Z Downloaded serde_plain v1.0.2
8852025-07-18T16:14:30.238Z Downloaded serde_path_to_error v0.1.17
8862025-07-18T16:14:30.238Z Downloaded serde_bytes v0.11.17
8872025-07-18T16:14:30.238Z Downloaded serde-hex v0.1.0
8882025-07-18T16:14:30.238Z Downloaded serde-big-array v0.5.1
8892025-07-18T16:14:30.238Z Downloaded semver v0.1.20
8902025-07-18T16:14:30.238Z Downloaded secrecy v0.10.3
8912025-07-18T16:14:30.238Z Downloaded sec1 v0.7.3
8922025-07-18T16:14:30.238Z Downloaded rusty-fork v0.3.0
8932025-07-18T16:14:30.271Z Downloaded parking_lot_core v0.9.10
8942025-07-18T16:14:30.271Z Downloaded parking_lot_core v0.8.6
8952025-07-18T16:14:30.271Z Downloaded parking_lot v0.12.3
8962025-07-18T16:14:30.271Z Downloaded parking_lot v0.11.2
8972025-07-18T16:14:30.271Z Downloaded papergrid v0.14.0
8982025-07-18T16:14:30.271Z Downloaded p256 v0.13.2
8992025-07-18T16:14:30.271Z Downloaded oxide-tokio-rt v0.1.2
9002025-07-18T16:14:30.272Z Downloaded owo-colors v4.2.2
9012025-07-18T16:14:30.272Z Downloaded oso-derive v0.27.3
9022025-07-18T16:14:30.272Z Downloaded openssl-probe v0.1.5
9032025-07-18T16:14:30.304Z Downloaded openssl-macros v0.1.1
9042025-07-18T16:14:30.304Z Downloaded opaque-debug v0.3.1
9052025-07-18T16:14:30.304Z Downloaded omicron-zone-package v0.12.2
9062025-07-18T16:14:30.304Z Downloaded olpc-cjson v0.1.4
9072025-07-18T16:14:30.304Z Downloaded number_prefix v0.4.0
9082025-07-18T16:14:30.304Z Downloaded num_threads v0.1.7
9092025-07-18T16:14:30.304Z Downloaded num-derive v0.4.2
9102025-07-18T16:14:30.304Z Downloaded num-conv v0.1.0
9112025-07-18T16:14:30.304Z Downloaded ed25519 v2.2.3
9122025-07-18T16:14:30.304Z Downloaded dyn-clone v1.0.19
9132025-07-18T16:14:30.304Z Downloaded dsl_auto_type v0.1.2
9142025-07-18T16:14:30.304Z Downloaded tar v0.4.44
9152025-07-18T16:14:30.304Z Downloaded subprocess v0.2.9
9162025-07-18T16:14:30.305Z Downloaded strum_macros v0.24.3
9172025-07-18T16:14:30.305Z Downloaded strum v0.26.3
9182025-07-18T16:14:30.305Z Downloaded string_cache v0.8.9
9192025-07-18T16:14:30.337Z Downloaded static_assertions v1.1.0
9202025-07-18T16:14:30.337Z Downloaded sqlformat v0.3.5
9212025-07-18T16:14:30.337Z Downloaded spin v0.9.8
9222025-07-18T16:14:30.337Z Downloaded socket2 v0.5.10
9232025-07-18T16:14:30.337Z Downloaded snafu-derive v0.8.5
9242025-07-18T16:14:30.337Z Downloaded smallvec v0.6.14
9252025-07-18T16:14:30.337Z Downloaded slog-term v2.9.1
9262025-07-18T16:14:30.337Z Downloaded slog-scope v4.4.0
9272025-07-18T16:14:30.337Z Downloaded flate2 v1.1.2
9282025-07-18T16:14:30.337Z Downloaded expectorate v1.2.0
9292025-07-18T16:14:30.337Z Downloaded ed25519-dalek v2.1.1
9302025-07-18T16:14:30.367Z Downloaded tokio-postgres v0.7.13
9312025-07-18T16:14:30.367Z Downloaded time v0.3.36
9322025-07-18T16:14:30.367Z Downloaded packed_struct_codegen v0.10.1
9332025-07-18T16:14:30.367Z Downloaded packed_struct v0.10.1
9342025-07-18T16:14:30.367Z Downloaded oxnet v0.1.2
9352025-07-18T16:14:30.367Z Downloaded dunce v1.0.5
9362025-07-18T16:14:30.367Z Downloaded termtree v0.5.1
9372025-07-18T16:14:30.367Z Downloaded termios v0.3.3
9382025-07-18T16:14:30.393Z Downloaded termcolor v1.4.1
9392025-07-18T16:14:30.393Z Downloaded term v0.7.0
9402025-07-18T16:14:30.393Z Downloaded tap v1.0.1
9412025-07-18T16:14:30.393Z Downloaded tagptr v0.2.0
9422025-07-18T16:14:30.393Z Downloaded tabwriter v1.4.0
9432025-07-18T16:14:30.393Z Downloaded tabled_derive v0.10.0
9442025-07-18T16:14:30.393Z Downloaded sync-ptr v0.1.4
9452025-07-18T16:14:30.393Z Downloaded supports-color v3.0.2
9462025-07-18T16:14:30.393Z Downloaded support-bundle-viewer v0.1.2
9472025-07-18T16:14:30.393Z Downloaded subtle v2.6.1
9482025-07-18T16:14:30.393Z Downloaded strum_macros v0.27.1
9492025-07-18T16:14:30.393Z Downloaded strum_macros v0.26.4
9502025-07-18T16:14:30.393Z Downloaded strum v0.27.1
9512025-07-18T16:14:30.419Z Downloaded structmeta-derive v0.3.0
9522025-07-18T16:14:30.419Z Downloaded structmeta v0.3.0
9532025-07-18T16:14:30.419Z Downloaded strip-ansi-escapes v0.2.0
9542025-07-18T16:14:30.419Z Downloaded stringprep v0.1.5
9552025-07-18T16:14:30.419Z Downloaded ssh-encoding v0.2.0
9562025-07-18T16:14:30.419Z Downloaded ssh-cipher v0.2.0
9572025-07-18T16:14:30.420Z Downloaded sqlparser_derive v0.2.2
9582025-07-18T16:14:30.420Z Downloaded spki v0.7.3
9592025-07-18T16:14:30.420Z Downloaded smf v0.2.3
9602025-07-18T16:14:30.420Z Downloaded slog-stdlog v4.1.1
9612025-07-18T16:14:30.420Z Downloaded num v0.4.3
9622025-07-18T16:14:30.420Z Downloaded nu-ansi-term v0.50.1
9632025-07-18T16:14:30.420Z Downloaded nodrop v0.1.14
9642025-07-18T16:14:30.420Z Downloaded nibble_vec v0.1.0
9652025-07-18T16:14:30.420Z Downloaded newtype-uuid v1.2.4
9662025-07-18T16:14:30.447Z Downloaded newline-converter v0.3.0
9672025-07-18T16:14:30.447Z Downloaded native-tls v0.2.12
9682025-07-18T16:14:30.447Z Downloaded nanorand v0.7.0
9692025-07-18T16:14:30.447Z Downloaded multimap v0.10.1
9702025-07-18T16:14:30.447Z Downloaded multer v3.1.0
9712025-07-18T16:14:30.447Z Downloaded group v0.13.0
9722025-07-18T16:14:30.447Z Downloaded globwalk v0.9.1
9732025-07-18T16:14:30.447Z Downloaded globset v0.4.15
9742025-07-18T16:14:30.447Z Downloaded glob v0.3.2
9752025-07-18T16:14:30.447Z Downloaded ghash v0.5.1
9762025-07-18T16:14:30.447Z Downloaded getrandom v0.2.15
9772025-07-18T16:14:30.447Z Downloaded futures-channel v0.3.31
9782025-07-18T16:14:30.473Z Downloaded futures v0.3.31
9792025-07-18T16:14:30.473Z Downloaded flume v0.11.1
9802025-07-18T16:14:30.473Z Downloaded float-ord v0.3.2
9812025-07-18T16:14:30.473Z Downloaded fd-lock v4.0.2
9822025-07-18T16:14:30.473Z Downloaded fatfs v0.3.6
9832025-07-18T16:14:30.473Z Downloaded elliptic-curve v0.13.8
9842025-07-18T16:14:30.473Z Downloaded typed-path v0.9.3
9852025-07-18T16:14:30.504Z Downloaded tower-http v0.6.6
9862025-07-18T16:14:30.504Z Downloaded tough v0.20.0
9872025-07-18T16:14:30.535Z Downloaded toml v0.7.8
9882025-07-18T16:14:30.535Z Downloaded tokio-util v0.7.15
9892025-07-18T16:14:30.535Z Downloaded tokio-tungstenite v0.23.1
9902025-07-18T16:14:30.535Z Downloaded quick-xml v0.37.2
9912025-07-18T16:14:30.564Z Downloaded proptest v1.7.0
9922025-07-18T16:14:30.564Z Downloaded itertools v0.12.1
9932025-07-18T16:14:30.564Z Downloaded chrono v0.4.41
9942025-07-18T16:14:30.591Z Downloaded sync_wrapper v1.0.1
9952025-07-18T16:14:30.591Z Downloaded normalize-line-endings v0.3.0
9962025-07-18T16:14:30.591Z Downloaded newtype_derive v0.1.6
9972025-07-18T16:14:30.591Z Downloaded new_debug_unreachable v1.0.6
9982025-07-18T16:14:30.591Z Downloaded gethostname v0.5.0
9992025-07-18T16:14:30.591Z Downloaded futures-task v0.3.31
10002025-07-18T16:14:30.591Z Downloaded futures-sink v0.3.31
10012025-07-18T16:14:30.591Z Downloaded futures-macro v0.3.31
10022025-07-18T16:14:30.591Z Downloaded futures-io v0.3.31
10032025-07-18T16:14:30.591Z Downloaded futures-executor v0.3.31
10042025-07-18T16:14:30.591Z Downloaded futures-core v0.3.31
10052025-07-18T16:14:30.591Z Downloaded funty v2.0.0
10062025-07-18T16:14:30.591Z Downloaded fs_extra v1.3.0
10072025-07-18T16:14:30.591Z Downloaded fs-err v2.11.0
10082025-07-18T16:14:30.617Z Downloaded foreign-types-macros v0.2.3
10092025-07-18T16:14:30.617Z Downloaded foldhash v0.1.5
10102025-07-18T16:14:30.617Z Downloaded flagset v0.4.6
10112025-07-18T16:14:30.618Z Downloaded fixedbitset v0.4.2
10122025-07-18T16:14:30.618Z Downloaded filetime v0.2.25
10132025-07-18T16:14:30.618Z Downloaded fallible-iterator v0.2.0
10142025-07-18T16:14:30.618Z Downloaded env_logger v0.10.2
10152025-07-18T16:14:30.618Z Downloaded env_filter v0.1.2
10162025-07-18T16:14:30.618Z Downloaded enum-as-inner v0.6.1
10172025-07-18T16:14:30.618Z Downloaded endian-type v0.1.2
10182025-07-18T16:14:30.618Z Downloaded embedded-io v0.6.1
10192025-07-18T16:14:30.618Z Downloaded embedded-io v0.4.0
10202025-07-18T16:14:30.644Z Downloaded either v1.15.0
10212025-07-18T16:14:30.644Z Downloaded typify v0.4.1
10222025-07-18T16:14:30.644Z Downloaded tungstenite v0.23.0
10232025-07-18T16:14:30.644Z Downloaded tungstenite v0.21.0
10242025-07-18T16:14:30.644Z Downloaded tracing-core v0.1.32
10252025-07-18T16:14:30.644Z Downloaded tracing v0.1.40
10262025-07-18T16:14:30.671Z Downloaded tower v0.5.2
10272025-07-18T16:14:30.671Z Downloaded toml_edit v0.19.15
10282025-07-18T16:14:30.696Z Downloaded tokio-dtrace v0.1.0
10292025-07-18T16:14:30.696Z Downloaded tiny-keccak v2.0.2
10302025-07-18T16:14:30.696Z Downloaded time-core v0.1.2
10312025-07-18T16:14:30.696Z Downloaded itertools v0.14.0
10322025-07-18T16:14:30.722Z Downloaded itertools v0.13.0
10332025-07-18T16:14:30.722Z Downloaded bindgen v0.71.1
10342025-07-18T16:14:30.748Z Downloaded foreign-types-shared v0.3.1
10352025-07-18T16:14:30.748Z Downloaded foreign-types-shared v0.1.1
10362025-07-18T16:14:30.748Z Downloaded foreign-types v0.5.0
10372025-07-18T16:14:30.748Z Downloaded foreign-types v0.3.2
10382025-07-18T16:14:30.748Z Downloaded float-cmp v0.10.0
10392025-07-18T16:14:30.748Z Downloaded fixedbitset v0.5.7
10402025-07-18T16:14:30.748Z Downloaded ff v0.13.0
10412025-07-18T16:14:30.748Z Downloaded env_logger v0.11.5
10422025-07-18T16:14:30.748Z Downloaded ena v0.14.3
10432025-07-18T16:14:30.748Z Downloaded unarray v0.1.4
10442025-07-18T16:14:30.748Z Downloaded typify-macro v0.4.1
10452025-07-18T16:14:30.748Z Downloaded typify-macro v0.2.0
10462025-07-18T16:14:30.748Z Downloaded typify v0.3.0
10472025-07-18T16:14:30.774Z Downloaded typify v0.2.0
10482025-07-18T16:14:30.774Z Downloaded twox-hash v2.1.0
10492025-07-18T16:14:30.774Z Downloaded tui-tree-widget v0.23.1
10502025-07-18T16:14:30.774Z Downloaded tracing-attributes v0.1.27
10512025-07-18T16:14:30.774Z Downloaded tokio-tungstenite v0.21.0
10522025-07-18T16:14:30.774Z Downloaded tokio-stream v0.1.17
10532025-07-18T16:14:30.805Z Downloaded tokio-rustls v0.26.0
10542025-07-18T16:14:30.805Z Downloaded tokio-rustls v0.25.0
10552025-07-18T16:14:30.805Z Downloaded tokio-rustls v0.24.1
10562025-07-18T16:14:30.805Z Downloaded tls_codec_derive v0.4.1
10572025-07-18T16:14:30.805Z Downloaded tls_codec v0.4.1
10582025-07-18T16:14:30.805Z Downloaded tinyvec_macros v0.1.1
10592025-07-18T16:14:30.805Z Downloaded tinyvec v1.8.0
10602025-07-18T16:14:30.830Z Downloaded thread_local v1.1.8
10612025-07-18T16:14:30.830Z Downloaded thiserror-no-std v2.0.2
10622025-07-18T16:14:30.830Z Downloaded thiserror-impl-no-std v2.0.2
10632025-07-18T16:14:30.830Z Downloaded test-strategy v0.4.3
10642025-07-18T16:14:30.830Z Downloaded serde_yaml v0.9.34+deprecated
10652025-07-18T16:14:30.830Z Downloaded russh v0.45.0
10662025-07-18T16:14:30.855Z Downloaded rsa v0.9.6
10672025-07-18T16:14:30.855Z Downloaded rpassword v7.4.0
10682025-07-18T16:14:30.855Z Downloaded qorb v0.4.0
10692025-07-18T16:14:30.855Z Downloaded publicsuffix v2.3.0
10702025-07-18T16:14:30.856Z Downloaded libxml v0.3.3
10712025-07-18T16:14:30.910Z Downloaded libm v0.2.8
10722025-07-18T16:14:30.910Z Downloaded iri-string v0.7.8
10732025-07-18T16:14:30.910Z Downloaded cc v1.2.15
10742025-07-18T16:14:30.910Z Downloaded blake3 v1.5.4
10752025-07-18T16:14:30.910Z Downloaded aws-lc-rs v1.12.4
10762025-07-18T16:14:30.910Z Downloaded try-lock v0.2.5
10772025-07-18T16:14:30.910Z Downloaded tower-service v0.3.3
10782025-07-18T16:14:30.910Z Downloaded tower-layer v0.3.3
10792025-07-18T16:14:30.936Z Downloaded topological-sort v0.2.2
10802025-07-18T16:14:30.936Z Downloaded tokio-native-tls v0.3.1
10812025-07-18T16:14:30.936Z Downloaded tokio-macros v2.5.0
10822025-07-18T16:14:30.936Z Downloaded time-macros v0.2.18
10832025-07-18T16:14:30.936Z Downloaded slog-envlogger v2.2.0
10842025-07-18T16:14:30.936Z Downloaded slog-dtrace v0.3.0
10852025-07-18T16:14:30.936Z Downloaded slog v2.7.0
10862025-07-18T16:14:30.936Z Downloaded slab v0.4.9
10872025-07-18T16:14:30.936Z Downloaded siphasher v0.3.11
10882025-07-18T16:14:30.936Z Downloaded similar v2.7.0
10892025-07-18T16:14:30.936Z Downloaded simd-adler32 v0.3.7
10902025-07-18T16:14:30.962Z Downloaded signature v2.2.0
10912025-07-18T16:14:30.962Z Downloaded signal-hook-tokio v0.3.1
10922025-07-18T16:14:30.962Z Downloaded signal-hook-registry v1.4.2
10932025-07-18T16:14:30.962Z Downloaded signal-hook-mio v0.2.4
10942025-07-18T16:14:30.962Z Downloaded signal-hook v0.3.17
10952025-07-18T16:14:30.962Z Downloaded shlex v1.3.0
10962025-07-18T16:14:30.962Z Downloaded aws-lc-sys v0.26.0
10972025-07-18T16:14:31.225Z Downloaded sha1 v0.10.6
10982025-07-18T16:14:31.250Z Downloaded serde_with_macros v3.14.0
10992025-07-18T16:14:31.250Z Downloaded russh-keys v0.45.0
11002025-07-18T16:14:31.250Z Downloaded ron v0.8.1
11012025-07-18T16:14:31.250Z Downloaded ron v0.7.1
11022025-07-18T16:14:31.250Z Downloaded progenitor-impl v0.9.1
11032025-07-18T16:14:31.250Z Downloaded progenitor-impl v0.8.0
11042025-07-18T16:14:31.250Z Downloaded miniz_oxide v0.8.5
11052025-07-18T16:14:31.275Z Downloaded minimal-lexical v0.2.1
11062025-07-18T16:14:31.275Z Downloaded litrs v0.4.1
11072025-07-18T16:14:31.275Z Downloaded libloading v0.8.5
11082025-07-18T16:14:31.275Z Downloaded jiff-static v0.2.15
11092025-07-18T16:14:31.275Z Downloaded itertools v0.10.5
11102025-07-18T16:14:31.301Z Downloaded internet-checksum v0.2.1
11112025-07-18T16:14:31.301Z Downloaded indicatif v0.17.11
11122025-07-18T16:14:31.301Z Downloaded iddqd v0.3.8
11132025-07-18T16:14:31.301Z Downloaded hyper v1.6.0
11142025-07-18T16:14:31.301Z Downloaded hashbrown v0.13.2
11152025-07-18T16:14:31.326Z Downloaded hashbrown v0.12.3
11162025-07-18T16:14:31.326Z Downloaded half v2.4.1
11172025-07-18T16:14:31.326Z Downloaded half v1.8.3
11182025-07-18T16:14:31.326Z Downloaded crossbeam-channel v0.5.15
11192025-07-18T16:14:31.326Z Downloaded crc32fast v1.4.2
11202025-07-18T16:14:31.326Z Downloaded crc-any v2.5.0
11212025-07-18T16:14:31.351Z Downloaded const_format v0.2.34
11222025-07-18T16:14:31.351Z Downloaded bumpalo v3.16.0
11232025-07-18T16:14:31.351Z Downloaded bitvec v1.0.1
11242025-07-18T16:14:31.377Z Downloaded slog-bunyan v2.5.0
11252025-07-18T16:14:31.377Z Downloaded slog-async v2.8.0
11262025-07-18T16:14:31.377Z Downloaded sigpipe v0.1.3
11272025-07-18T16:14:31.377Z Downloaded shell-words v1.1.0
11282025-07-18T16:14:31.377Z Downloaded rustc_version v0.1.7
11292025-07-18T16:14:31.377Z Downloaded rustc-hash v2.1.1
11302025-07-18T16:14:31.377Z Downloaded rustc-hash v1.1.0
11312025-07-18T16:14:31.377Z Downloaded rustc-demangle v0.1.24
11322025-07-18T16:14:31.377Z Downloaded russh-cryptovec v0.7.3
11332025-07-18T16:14:31.377Z Downloaded rtoolbox v0.0.2
11342025-07-18T16:14:31.377Z Downloaded rfc6979 v0.4.0
11352025-07-18T16:14:31.377Z Downloaded resolv-conf v0.7.0
11362025-07-18T16:14:31.377Z Downloaded quick-error v1.2.3
11372025-07-18T16:14:31.377Z Downloaded progenitor-macro v0.10.0
11382025-07-18T16:14:31.377Z Downloaded progenitor-macro v0.9.1
11392025-07-18T16:14:31.377Z Downloaded progenitor-macro v0.8.0
11402025-07-18T16:14:31.403Z Downloaded progenitor-impl v0.10.0
11412025-07-18T16:14:31.403Z Downloaded mime_guess v2.0.5
11422025-07-18T16:14:31.403Z Downloaded mime v0.3.17
11432025-07-18T16:14:31.403Z Downloaded memoffset v0.9.1
11442025-07-18T16:14:31.403Z Downloaded memmap2 v0.9.5
11452025-07-18T16:14:31.403Z Downloaded maplit v1.0.2
11462025-07-18T16:14:31.403Z Downloaded lzss v0.8.2
11472025-07-18T16:14:31.403Z Downloaded lru-cache v0.1.2
11482025-07-18T16:14:31.403Z Downloaded lru v0.12.5
11492025-07-18T16:14:31.403Z Downloaded lockfree-object-pool v0.1.6
11502025-07-18T16:14:31.403Z Downloaded lock_api v0.4.12
11512025-07-18T16:14:31.403Z Downloaded linked-hash-map v0.5.6
11522025-07-18T16:14:31.403Z Downloaded linear-map v1.2.0
11532025-07-18T16:14:31.430Z Downloaded libz-rs-sys v0.5.1
11542025-07-18T16:14:31.430Z Downloaded libsw-core v0.3.1
11552025-07-18T16:14:31.430Z Downloaded libsw v3.5.0
11562025-07-18T16:14:31.430Z Downloaded libscf-sys v1.1.0
11572025-07-18T16:14:31.430Z Downloaded libefi-sys v0.1.0
11582025-07-18T16:14:31.430Z Downloaded lalrpop-util v0.19.12
11592025-07-18T16:14:31.430Z Downloaded kstat-rs v0.2.4
11602025-07-18T16:14:31.430Z Downloaded keccak v0.1.5
11612025-07-18T16:14:31.430Z Downloaded is-terminal v0.4.13
11622025-07-18T16:14:31.430Z Downloaded ipnetwork v0.21.1
11632025-07-18T16:14:31.430Z Downloaded ipnet v2.11.0
11642025-07-18T16:14:31.430Z Downloaded instability v0.3.2
11652025-07-18T16:14:31.430Z Downloaded inout v0.1.3
11662025-07-18T16:14:31.430Z Downloaded ingot-types v0.1.2
11672025-07-18T16:14:31.430Z Downloaded ingot-macros v0.1.1
11682025-07-18T16:14:31.430Z Downloaded ingot v0.1.1
11692025-07-18T16:14:31.456Z Downloaded indoc v2.0.6
11702025-07-18T16:14:31.456Z Downloaded indoc v1.0.9
11712025-07-18T16:14:31.457Z Downloaded indexmap v1.9.3
11722025-07-18T16:14:31.457Z Downloaded indent_write v2.2.0
11732025-07-18T16:14:31.457Z Downloaded iana-time-zone v0.1.63
11742025-07-18T16:14:31.457Z Downloaded hyper-util v0.1.14
11752025-07-18T16:14:31.457Z Downloaded hyper-tls v0.6.0
11762025-07-18T16:14:31.457Z Downloaded hyper-staticfile v0.10.1
11772025-07-18T16:14:31.482Z Downloaded hyper-rustls v0.27.7
11782025-07-18T16:14:31.482Z Downloaded hubpack v0.1.2
11792025-07-18T16:14:31.482Z Downloaded httpdate v1.0.3
11802025-07-18T16:14:31.482Z Downloaded http v1.3.1
11812025-07-18T16:14:31.482Z Downloaded hkdf v0.12.4
11822025-07-18T16:14:31.482Z Downloaded hickory-server v0.25.2
11832025-07-18T16:14:31.482Z Downloaded hickory-resolver v0.25.2
11842025-07-18T16:14:31.507Z Downloaded hash32 v0.3.1
11852025-07-18T16:14:31.507Z Downloaded crossbeam-utils v0.8.21
11862025-07-18T16:14:31.507Z Downloaded crossbeam-epoch v0.9.18
11872025-07-18T16:14:31.507Z Downloaded cookie v0.18.1
11882025-07-18T16:14:31.507Z Downloaded const-oid v0.9.6
11892025-07-18T16:14:31.507Z Downloaded console v0.15.10
11902025-07-18T16:14:31.534Z Downloaded compact_str v0.8.0
11912025-07-18T16:14:31.534Z Downloaded chacha20poly1305 v0.10.1
11922025-07-18T16:14:31.534Z Downloaded cancel-safe-futures v0.1.5
11932025-07-18T16:14:31.534Z Downloaded bzip2 v0.5.2
11942025-07-18T16:14:31.534Z Downloaded bzip2 v0.4.4
11952025-07-18T16:14:31.534Z Downloaded bytes v1.10.1
11962025-07-18T16:14:31.534Z Downloaded bindgen v0.69.5
11972025-07-18T16:14:31.559Z Downloaded backtrace v0.3.74
11982025-07-18T16:14:31.559Z Downloaded aes v0.8.4
11992025-07-18T16:14:31.560Z Downloaded progenitor-client v0.10.0
12002025-07-18T16:14:31.560Z Downloaded md5 v0.7.0
12012025-07-18T16:14:31.560Z Downloaded md-5 v0.10.6
12022025-07-18T16:14:31.560Z Downloaded maybe-uninit v2.0.0
12032025-07-18T16:14:31.560Z Downloaded match_cfg v0.1.0
12042025-07-18T16:14:31.560Z Downloaded managed v0.8.0
12052025-07-18T16:14:31.560Z Downloaded lazy_static v1.5.0
12062025-07-18T16:14:31.585Z Downloaded is_ci v1.2.0
12072025-07-18T16:14:31.586Z Downloaded instant v0.1.13
12082025-07-18T16:14:31.586Z Downloaded impl-trait-for-tuples v0.2.2
12092025-07-18T16:14:31.586Z Downloaded ident_case v1.0.1
12102025-07-18T16:14:31.586Z Downloaded humantime v2.2.0
12112025-07-18T16:14:31.586Z Downloaded hubpack_derive v0.1.1
12122025-07-18T16:14:31.586Z Downloaded httparse v1.9.5
12132025-07-18T16:14:31.586Z Downloaded http-range v0.1.5
12142025-07-18T16:14:31.586Z Downloaded http-body-util v0.1.3
12152025-07-18T16:14:31.586Z Downloaded hostname v0.4.0
12162025-07-18T16:14:31.586Z Downloaded hostname v0.3.1
12172025-07-18T16:14:31.586Z Downloaded home v0.5.9
12182025-07-18T16:14:31.586Z Downloaded hmac v0.12.1
12192025-07-18T16:14:31.586Z Downloaded highway v1.3.0
12202025-07-18T16:14:31.611Z Downloaded hickory-resolver v0.24.4
12212025-07-18T16:14:31.611Z Downloaded hickory-client v0.25.2
12222025-07-18T16:14:31.611Z Downloaded heapless v0.8.0
12232025-07-18T16:14:31.611Z Downloaded heapless v0.7.17
12242025-07-18T16:14:31.611Z Downloaded headers-core v0.3.0
12252025-07-18T16:14:31.611Z Downloaded hash32 v0.2.1
12262025-07-18T16:14:31.611Z Downloaded critical-section v1.1.3
12272025-07-18T16:14:31.611Z Downloaded crc v3.2.1
12282025-07-18T16:14:31.636Z Downloaded cookie_store v0.21.1
12292025-07-18T16:14:31.636Z Downloaded convert_case v0.4.0
12302025-07-18T16:14:31.637Z Downloaded const_format_proc_macros v0.2.34
12312025-07-18T16:14:31.637Z Downloaded cobs v0.2.3
12322025-07-18T16:14:31.637Z Downloaded cmake v0.1.51
12332025-07-18T16:14:31.637Z Downloaded cipher v0.4.4
12342025-07-18T16:14:31.637Z Downloaded ciborium-ll v0.2.2
12352025-07-18T16:14:31.637Z Downloaded ciborium v0.2.2
12362025-07-18T16:14:31.637Z Downloaded chacha20 v0.9.1
12372025-07-18T16:14:31.637Z Downloaded cexpr v0.6.0
12382025-07-18T16:14:31.637Z Downloaded castaway v0.2.3
12392025-07-18T16:14:31.637Z Downloaded cassowary v0.3.0
12402025-07-18T16:14:31.662Z Downloaded cargo_metadata v0.18.1
12412025-07-18T16:14:31.662Z Downloaded cargo-platform v0.1.8
12422025-07-18T16:14:31.662Z Downloaded buf-list v1.0.3
12432025-07-18T16:14:31.662Z Downloaded blake2 v0.10.6
12442025-07-18T16:14:31.662Z Downloaded bitfield-struct v0.6.2
12452025-07-18T16:14:31.662Z Downloaded bit-vec v0.6.3
12462025-07-18T16:14:31.662Z Downloaded base64 v0.21.7
12472025-07-18T16:14:31.663Z Downloaded base64 v0.13.1
12482025-07-18T16:14:31.663Z Downloaded aho-corasick v1.1.3
12492025-07-18T16:14:31.687Z Downloaded lalrpop v0.19.12
12502025-07-18T16:14:31.688Z Downloaded http-body v1.0.1
12512025-07-18T16:14:31.688Z Downloaded hex-literal v0.4.1
12522025-07-18T16:14:31.688Z Downloaded hex v0.4.3
12532025-07-18T16:14:31.713Z Downloaded heck v0.3.3
12542025-07-18T16:14:31.713Z Downloaded headers v0.4.1
12552025-07-18T16:14:31.713Z Downloaded crossterm v0.28.1
12562025-07-18T16:14:31.713Z Downloaded constant_time_eq v0.3.1
12572025-07-18T16:14:31.713Z Downloaded ciborium-io v0.2.2
12582025-07-18T16:14:31.738Z Downloaded cfg_aliases v0.2.1
12592025-07-18T16:14:31.738Z Downloaded cfg_aliases v0.1.1
12602025-07-18T16:14:31.738Z Downloaded bitflags v1.3.2
12612025-07-18T16:14:31.738Z Downloaded bitfield v0.14.0
12622025-07-18T16:14:31.738Z Downloaded bit-set v0.8.0
12632025-07-18T16:14:31.738Z Downloaded bcs v0.1.6
12642025-07-18T16:14:31.738Z Downloaded bcrypt-pbkdf v0.10.0
12652025-07-18T16:14:31.738Z Downloaded bb8 v0.8.5
12662025-07-18T16:14:31.738Z Downloaded base64ct v1.6.0
12672025-07-18T16:14:31.738Z Downloaded backoff v0.4.0
12682025-07-18T16:14:31.738Z Downloaded argon2 v0.5.3
12692025-07-18T16:14:31.738Z Downloaded arc-swap v1.7.1
12702025-07-18T16:14:31.764Z Downloaded ahash v0.8.11
12712025-07-18T16:14:31.764Z Downloaded crucible-workspace-hack v0.1.0
12722025-07-18T16:14:31.764Z Downloaded bit-vec v0.8.0
12732025-07-18T16:14:31.764Z Downloaded bit-set v0.5.3
12742025-07-18T16:14:31.764Z Downloaded base16ct v0.2.0
12752025-07-18T16:14:31.764Z Downloaded atty v0.2.14
12762025-07-18T16:14:31.764Z Downloaded atomic-waker v1.1.2
12772025-07-18T16:14:31.764Z Downloaded async-trait v0.1.88
12782025-07-18T16:14:31.764Z Downloaded async-stream v0.3.6
12792025-07-18T16:14:31.764Z Downloaded async-recursion v1.1.1
12802025-07-18T16:14:31.790Z Downloaded assert_matches v1.5.0
12812025-07-18T16:14:31.790Z Downloaded arrayvec v0.7.6
12822025-07-18T16:14:31.790Z Downloaded arrayref v0.3.9
12832025-07-18T16:14:31.790Z Downloaded array-init v0.0.4
12842025-07-18T16:14:31.790Z Downloaded allocator-api2 v0.2.21
12852025-07-18T16:14:31.790Z Downloaded aead v0.5.2
12862025-07-18T16:14:31.790Z Downloaded addr2line v0.24.2
12872025-07-18T16:14:31.790Z Downloaded ignore v0.4.23
12882025-07-18T16:14:31.790Z Downloaded crc8 v0.1.1
12892025-07-18T16:14:31.790Z Downloaded crc-catalog v2.4.0
12902025-07-18T16:14:31.790Z Downloaded colored v2.2.0
12912025-07-18T16:14:31.790Z Downloaded clang-sys v1.8.1
12922025-07-18T16:14:31.815Z Downloaded chrono-tz-build v0.4.0
12932025-07-18T16:14:31.815Z Downloaded cbc v0.1.2
12942025-07-18T16:14:31.815Z Downloaded camino-tempfile-ext v0.3.2
12952025-07-18T16:14:31.815Z Downloaded blowfish v0.9.1
12962025-07-18T16:14:31.815Z Downloaded base64 v0.22.1
12972025-07-18T16:14:31.815Z Downloaded aes-gcm v0.10.3
12982025-07-18T16:14:31.815Z Downloaded adler2 v2.0.0
12992025-07-18T16:14:31.815Z Downloaded block-padding v0.3.3
13002025-07-18T16:14:31.815Z Downloaded atomicwrites v0.4.4
13012025-07-18T16:14:31.815Z Downloaded async-stream-impl v0.3.6
13022025-07-18T16:14:31.815Z Downloaded async-bb8-diesel v0.2.1
13032025-07-18T16:14:31.841Z Downloaded ascii-canvas v3.0.0
13042025-07-18T16:14:32.045Z Compiling value-bag v1.9.0
13052025-07-18T16:14:32.045Z Compiling shlex v1.3.0
13062025-07-18T16:14:32.045Z Compiling lock_api v0.4.12
13072025-07-18T16:14:32.070Z Compiling scopeguard v1.2.0
13082025-07-18T16:14:32.070Z Compiling typenum v1.17.0
13092025-07-18T16:14:32.070Z Compiling generic-array v0.14.7
13102025-07-18T16:14:32.070Z Compiling syn v2.0.104
13112025-07-18T16:14:32.104Z Compiling getrandom v0.2.15
13122025-07-18T16:14:32.375Z Compiling jobserver v0.1.32
13132025-07-18T16:14:32.510Z Compiling rand_core v0.6.4
13142025-07-18T16:14:32.608Z Compiling smallvec v1.15.0
13152025-07-18T16:14:32.663Z Compiling log v0.4.27
13162025-07-18T16:14:32.924Z Compiling cc v1.2.15
13172025-07-18T16:14:33.098Z Compiling portable-atomic v1.11.0
13182025-07-18T16:14:33.124Z Compiling critical-section v1.1.3
13192025-07-18T16:14:33.203Z Compiling subtle v2.6.1
13202025-07-18T16:14:33.304Z Compiling const-oid v0.9.6
13212025-07-18T16:14:33.329Z Compiling pkg-config v0.3.31
13222025-07-18T16:14:33.553Z Compiling pin-project-lite v0.2.14
13232025-07-18T16:14:33.578Z Compiling parking_lot_core v0.9.10
13242025-07-18T16:14:33.719Z Compiling rustix v0.38.37
13252025-07-18T16:14:35.019Z Compiling signal-hook-registry v1.4.2
13262025-07-18T16:14:35.216Z Compiling mio v1.0.2
13272025-07-18T16:14:35.257Z Compiling futures-core v0.3.31
13282025-07-18T16:14:35.538Z Compiling parking_lot v0.12.3
13292025-07-18T16:14:35.569Z Compiling spin v0.9.8
13302025-07-18T16:14:35.785Z Compiling either v1.15.0
13312025-07-18T16:14:35.810Z Compiling socket2 v0.5.10
13322025-07-18T16:14:35.984Z Compiling once_cell v1.21.3
13332025-07-18T16:14:36.107Z Compiling aho-corasick v1.1.3
13342025-07-18T16:14:36.230Z Compiling slab v0.4.9
13352025-07-18T16:14:36.355Z Compiling libm v0.2.8
13362025-07-18T16:14:36.438Z Compiling serde_json v1.0.140
13372025-07-18T16:14:36.463Z Compiling regex-syntax v0.8.5
13382025-07-18T16:14:36.591Z Compiling cpufeatures v0.2.14
13392025-07-18T16:14:36.748Z Compiling num-traits v0.2.19
13402025-07-18T16:14:36.803Z Compiling futures-sink v0.3.31
13412025-07-18T16:14:36.841Z Compiling glob v0.3.2
13422025-07-18T16:14:36.903Z Compiling percent-encoding v2.3.1
13432025-07-18T16:14:37.016Z Compiling getrandom v0.3.1
13442025-07-18T16:14:37.445Z Compiling prettyplease v0.2.35
13452025-07-18T16:14:37.672Z Compiling lazy_static v1.5.0
13462025-07-18T16:14:37.727Z Compiling clang-sys v1.8.1
13472025-07-18T16:14:37.857Z Compiling allocator-api2 v0.2.21
13482025-07-18T16:14:37.886Z Compiling minimal-lexical v0.2.1
13492025-07-18T16:14:38.223Z Compiling foldhash v0.1.5
13502025-07-18T16:14:38.466Z Compiling nom v7.1.3
13512025-07-18T16:14:38.571Z Compiling hashbrown v0.15.4
13522025-07-18T16:14:38.628Z Compiling libloading v0.8.5
13532025-07-18T16:14:38.654Z Compiling home v0.5.9
13542025-07-18T16:14:38.966Z Compiling base64ct v1.6.0
13552025-07-18T16:14:39.124Z Compiling bindgen v0.69.5
13562025-07-18T16:14:39.597Z Compiling pem-rfc7468 v0.7.0
13572025-07-18T16:14:40.140Z Compiling regex-automata v0.4.8
13582025-07-18T16:14:40.231Z Compiling synstructure v0.13.1
13592025-07-18T16:14:40.445Z Compiling futures-channel v0.3.31
13602025-07-18T16:14:40.946Z Compiling itertools v0.12.1
13612025-07-18T16:14:41.644Z Compiling cexpr v0.6.0
13622025-07-18T16:14:41.771Z Compiling futures-task v0.3.31
13632025-07-18T16:14:42.137Z Compiling futures-io v0.3.31
13642025-07-18T16:14:42.232Z Compiling flagset v0.4.6
13652025-07-18T16:14:42.409Z Compiling pin-utils v0.1.0
13662025-07-18T16:14:42.475Z Compiling lazycell v1.3.0
13672025-07-18T16:14:42.535Z Compiling rustc-hash v1.1.0
13682025-07-18T16:14:42.675Z Compiling cmake v0.1.51
13692025-07-18T16:14:42.717Z Compiling fs_extra v1.3.0
13702025-07-18T16:14:43.089Z Compiling dunce v1.0.5
13712025-07-18T16:14:43.143Z Compiling zerocopy v0.8.26
13722025-07-18T16:14:43.263Z Compiling form_urlencoded v1.2.1
13732025-07-18T16:14:43.288Z Compiling paste v1.0.15
13742025-07-18T16:14:43.503Z Compiling vcpkg v0.2.15
13752025-07-18T16:14:43.611Z Compiling crossbeam-utils v0.8.21
13762025-07-18T16:14:43.813Z Compiling ring v0.17.14
13772025-07-18T16:14:44.048Z Compiling tracing-core v0.1.32
13782025-07-18T16:14:44.209Z Compiling aws-lc-rs v1.12.4
13792025-07-18T16:14:44.619Z Compiling iana-time-zone v0.1.63
13802025-07-18T16:14:44.842Z Compiling serde_derive v1.0.219
13812025-07-18T16:14:44.953Z Compiling zeroize_derive v1.4.2
13822025-07-18T16:14:45.003Z Compiling zerofrom-derive v0.1.4
13832025-07-18T16:14:45.172Z Compiling yoke-derive v0.7.4
13842025-07-18T16:14:45.291Z Compiling zerovec-derive v0.10.3
13852025-07-18T16:14:46.304Z Compiling zeroize v1.8.1
13862025-07-18T16:14:47.669Z Compiling displaydoc v0.2.5
13872025-07-18T16:14:47.802Z Compiling zerocopy-derive v0.7.35
13882025-07-18T16:14:48.296Z Compiling crypto-common v0.1.6
13892025-07-18T16:14:48.374Z Compiling block-buffer v0.10.4
13902025-07-18T16:14:48.580Z Compiling zerofrom v0.1.4
13912025-07-18T16:14:48.719Z Compiling digest v0.10.7
13922025-07-18T16:14:48.916Z Compiling yoke v0.7.4
13932025-07-18T16:14:49.252Z Compiling tokio-macros v2.5.0
13942025-07-18T16:14:49.354Z Compiling zerovec v0.10.4
13952025-07-18T16:14:49.395Z Compiling hmac v0.12.1
13962025-07-18T16:14:49.718Z Compiling icu_provider_macros v1.5.0
13972025-07-18T16:14:49.860Z Compiling zerocopy v0.7.35
13982025-07-18T16:14:50.076Z Compiling block-padding v0.3.3
13992025-07-18T16:14:50.209Z Compiling sha2 v0.10.9
14002025-07-18T16:14:50.392Z Compiling inout v0.1.3
14012025-07-18T16:14:50.670Z Compiling cipher v0.4.4
14022025-07-18T16:14:50.702Z Compiling regex v1.11.1
14032025-07-18T16:14:50.799Z Compiling futures-macro v0.3.31
14042025-07-18T16:14:50.824Z Compiling der_derive v0.7.3
14052025-07-18T16:14:51.277Z Compiling tinystr v0.7.6
14062025-07-18T16:14:51.307Z Compiling icu_collections v1.5.0
14072025-07-18T16:14:51.559Z Compiling thiserror-impl v1.0.69
14082025-07-18T16:14:51.731Z Compiling icu_locid v1.5.0
14092025-07-18T16:14:51.857Z Compiling salsa20 v0.10.2
14102025-07-18T16:14:51.946Z Compiling serde v1.0.219
14112025-07-18T16:14:52.124Z Compiling ppv-lite86 v0.2.20
14122025-07-18T16:14:52.685Z Compiling futures-util v0.3.31
14132025-07-18T16:14:52.712Z Compiling pbkdf2 v0.12.2
14142025-07-18T16:14:52.922Z Compiling zerocopy-derive v0.8.26
14152025-07-18T16:14:53.034Z Compiling icu_provider v1.5.0
14162025-07-18T16:14:53.151Z Compiling der v0.7.9
14172025-07-18T16:14:53.348Z Compiling scrypt v0.11.0
14182025-07-18T16:14:53.743Z Compiling icu_locid_transform v1.5.0
14192025-07-18T16:14:53.937Z Compiling aes v0.8.4
14202025-07-18T16:14:54.092Z Compiling cbc v0.1.2
14212025-07-18T16:14:54.373Z Compiling openssl-sys v0.9.109
14222025-07-18T16:14:54.420Z Compiling thiserror v1.0.69
14232025-07-18T16:14:54.653Z Compiling pest v2.7.14
14242025-07-18T16:14:55.516Z Compiling icu_properties v1.5.1
14252025-07-18T16:14:56.024Z Compiling spki v0.7.3
14262025-07-18T16:14:56.326Z Compiling tracing-attributes v0.1.27
14272025-07-18T16:14:56.439Z Compiling pkcs5 v0.7.1
14282025-07-18T16:14:56.560Z Compiling scroll_derive v0.12.0
14292025-07-18T16:14:57.458Z Compiling bytes v1.10.1
14302025-07-18T16:14:57.563Z Compiling bitflags v2.9.1
14312025-07-18T16:14:57.824Z Compiling semver v1.0.26
14322025-07-18T16:14:58.202Z Compiling indexmap v2.10.0
14332025-07-18T16:14:58.573Z Compiling rustc_version v0.4.1
14342025-07-18T16:14:58.996Z Compiling tokio v1.45.1
14352025-07-18T16:14:59.330Z Compiling icu_normalizer v1.5.0
14362025-07-18T16:14:59.441Z Compiling http v1.3.1
14372025-07-18T16:14:59.782Z Compiling uuid v1.17.0
14382025-07-18T16:14:59.828Z Compiling tracing v0.1.40
14392025-07-18T16:14:59.938Z Compiling pkcs8 v0.10.2
14402025-07-18T16:15:00.436Z Compiling idna_adapter v1.2.0
14412025-07-18T16:15:00.515Z Compiling chrono v0.4.41
14422025-07-18T16:15:00.656Z Compiling pest_meta v2.7.14
14432025-07-18T16:15:00.731Z Compiling idna v1.0.3
14442025-07-18T16:15:01.165Z Compiling http-body v1.0.1
14452025-07-18T16:15:01.437Z Compiling url v2.5.4
14462025-07-18T16:15:01.630Z Compiling tinyvec_macros v0.1.1
14472025-07-18T16:15:01.777Z Compiling which v4.4.2
14482025-07-18T16:15:02.409Z Compiling httparse v1.9.5
14492025-07-18T16:15:02.466Z Compiling base64 v0.22.1
14502025-07-18T16:15:02.816Z Compiling rustls-pki-types v1.10.0
14512025-07-18T16:15:03.057Z Compiling rustversion v1.0.17
14522025-07-18T16:15:03.272Z Compiling pest_generator v2.7.14
14532025-07-18T16:15:03.298Z Compiling tinyvec v1.8.0
14542025-07-18T16:15:04.438Z Compiling rand_core v0.9.2
14552025-07-18T16:15:04.463Z Compiling scroll v0.12.0
14562025-07-18T16:15:04.463Z Compiling serde_derive_internals v0.29.1
14572025-07-18T16:15:04.463Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14582025-07-18T16:15:04.519Z Compiling bzip2-sys v0.1.13+1.0.8
14592025-07-18T16:15:04.785Z Compiling foreign-types-shared v0.1.1
14602025-07-18T16:15:04.844Z Compiling time-core v0.1.2
14612025-07-18T16:15:04.941Z Compiling adler2 v2.0.0
14622025-07-18T16:15:05.027Z Compiling untrusted v0.7.1
14632025-07-18T16:15:05.052Z Compiling schemars v0.8.22
14642025-07-18T16:15:05.082Z Compiling openssl v0.10.73
14652025-07-18T16:15:05.147Z Compiling untrusted v0.9.0
14662025-07-18T16:15:05.209Z Compiling num-conv v0.1.0
14672025-07-18T16:15:05.279Z Compiling atomic-waker v1.1.2
14682025-07-18T16:15:05.374Z Compiling tower-service v0.3.3
14692025-07-18T16:15:05.474Z Compiling openssl-probe v0.1.5
14702025-07-18T16:15:05.522Z Compiling try-lock v0.2.5
14712025-07-18T16:15:05.552Z Compiling powerfmt v0.2.0
14722025-07-18T16:15:05.577Z Compiling goblin v0.8.2
14732025-07-18T16:15:05.577Z Compiling time-macros v0.2.18
14742025-07-18T16:15:05.731Z Compiling want v0.3.1
14752025-07-18T16:15:05.884Z Compiling deranged v0.3.11
14762025-07-18T16:15:06.289Z Compiling schemars_derive v0.8.22
14772025-07-18T16:15:07.297Z Compiling miniz_oxide v0.8.5
14782025-07-18T16:15:08.400Z Compiling tokio-util v0.7.15
14792025-07-18T16:15:09.051Z Compiling pest_derive v2.7.14
14802025-07-18T16:15:09.850Z Compiling h2 v0.4.6
14812025-07-18T16:15:09.884Z Compiling foreign-types v0.3.2
14822025-07-18T16:15:10.059Z Compiling rand_chacha v0.9.0
14832025-07-18T16:15:11.179Z Compiling ipnet v2.11.0
14842025-07-18T16:15:12.005Z Compiling openssl-macros v0.1.1
14852025-07-18T16:15:12.332Z Compiling num_threads v0.1.7
14862025-07-18T16:15:12.502Z Compiling syn v1.0.109
14872025-07-18T16:15:12.823Z Compiling httpdate v1.0.3
14882025-07-18T16:15:12.849Z Compiling rustls v0.23.19
14892025-07-18T16:15:12.993Z Compiling dyn-clone v1.0.19
14902025-07-18T16:15:13.096Z Compiling native-tls v0.2.12
14912025-07-18T16:15:13.290Z Compiling dof v0.3.0
14922025-07-18T16:15:13.489Z Compiling time v0.3.36
14932025-07-18T16:15:14.674Z Compiling rand v0.9.1
14942025-07-18T16:15:15.296Z Compiling dtrace-parser v0.2.0
14952025-07-18T16:15:16.449Z Compiling unicode-normalization v0.1.24
14962025-07-18T16:15:16.474Z Compiling crossbeam-epoch v0.9.18
14972025-07-18T16:15:17.138Z Compiling hyper v1.6.0
14982025-07-18T16:15:17.182Z Compiling heapless v0.7.17
14992025-07-18T16:15:17.410Z Compiling signature v2.2.0
15002025-07-18T16:15:17.651Z Compiling cookie v0.18.1
15012025-07-18T16:15:17.790Z Compiling crc32fast v1.4.2
15022025-07-18T16:15:17.951Z Compiling unicode-properties v0.1.3
15032025-07-18T16:15:17.989Z Compiling rayon-core v1.12.1
15042025-07-18T16:15:18.217Z Compiling zstd-safe v7.2.3
15052025-07-18T16:15:18.305Z Compiling siphasher v0.3.11
15062025-07-18T16:15:18.398Z Compiling unicode-bidi v0.3.17
15072025-07-18T16:15:18.473Z Compiling slog v2.7.0
15082025-07-18T16:15:18.589Z Compiling signal-hook v0.3.17
15092025-07-18T16:15:18.749Z Compiling zlib-rs v0.5.1
15102025-07-18T16:15:19.176Z Compiling phf_shared v0.11.2
15112025-07-18T16:15:19.553Z Compiling stringprep v0.1.5
15122025-07-18T16:15:19.668Z Compiling hyper-util v0.1.14
15132025-07-18T16:15:19.898Z Compiling usdt-impl v0.5.0
15142025-07-18T16:15:20.119Z Compiling crossbeam-deque v0.8.5
15152025-07-18T16:15:20.607Z Compiling curve25519-dalek v4.1.3
15162025-07-18T16:15:20.858Z Compiling toml_datetime v0.6.11
15172025-07-18T16:15:20.903Z Compiling serde_spanned v0.6.9
15182025-07-18T16:15:21.162Z Compiling serde_tokenstream v0.2.2
15192025-07-18T16:15:21.314Z Compiling rand_chacha v0.3.1
15202025-07-18T16:15:21.341Z Compiling md-5 v0.10.6
15212025-07-18T16:15:21.392Z Compiling num-integer v0.1.46
15222025-07-18T16:15:21.680Z Compiling sync_wrapper v1.0.1
15232025-07-18T16:15:21.774Z Compiling ff v0.13.0
15242025-07-18T16:15:21.870Z Compiling hash32 v0.2.1
15252025-07-18T16:15:22.063Z Compiling memoffset v0.9.1
15262025-07-18T16:15:22.110Z Compiling num-bigint-dig v0.8.4
15272025-07-18T16:15:22.258Z Compiling newtype-uuid v1.2.4
15282025-07-18T16:15:22.410Z Compiling tower-layer v0.3.3
15292025-07-18T16:15:22.480Z Compiling litrs v0.4.1
15302025-07-18T16:15:22.599Z Compiling smoltcp v0.9.1
15312025-07-18T16:15:22.731Z Compiling base16ct v0.2.0
15322025-07-18T16:15:23.081Z Compiling cfg_aliases v0.2.1
15332025-07-18T16:15:23.219Z Compiling gimli v0.31.1
15342025-07-18T16:15:23.255Z Compiling fallible-iterator v0.2.0
15352025-07-18T16:15:23.383Z Compiling psl-types v2.0.11
15362025-07-18T16:15:23.531Z Compiling nix v0.29.0
15372025-07-18T16:15:23.622Z Compiling publicsuffix v2.3.0
15382025-07-18T16:15:23.647Z Compiling document-features v0.2.10
15392025-07-18T16:15:24.001Z Compiling postgres-protocol v0.6.8
15402025-07-18T16:15:24.062Z Compiling sec1 v0.7.3
15412025-07-18T16:15:24.407Z Compiling tower v0.5.2
15422025-07-18T16:15:24.901Z Compiling libz-rs-sys v0.5.1
15432025-07-18T16:15:25.235Z Compiling flate2 v1.1.2
15442025-07-18T16:15:25.296Z Compiling group v0.13.0
15452025-07-18T16:15:25.390Z Compiling num-iter v0.1.45
15462025-07-18T16:15:25.611Z Compiling rand v0.8.5
15472025-07-18T16:15:26.240Z Compiling tokio-native-tls v0.3.1
15482025-07-18T16:15:26.910Z Compiling ipnetwork v0.21.1
15492025-07-18T16:15:27.007Z Compiling strum_macros v0.27.1
15502025-07-18T16:15:27.278Z Compiling rustls-native-certs v0.8.1
15512025-07-18T16:15:27.429Z Compiling addr2line v0.24.2
15522025-07-18T16:15:27.640Z Compiling webpki-roots v1.0.1
15532025-07-18T16:15:27.808Z Compiling terminal_size v0.4.0
15542025-07-18T16:15:27.854Z Compiling http-body-util v0.1.3
15552025-07-18T16:15:27.879Z Compiling hkdf v0.12.4
15562025-07-18T16:15:27.954Z Compiling crypto-bigint v0.5.5
15572025-07-18T16:15:28.110Z Compiling async-trait v0.1.88
15582025-07-18T16:15:28.192Z Compiling curve25519-dalek-derive v0.1.1
15592025-07-18T16:15:28.217Z Compiling thiserror-impl v2.0.12
15602025-07-18T16:15:28.384Z Compiling fs-err v3.1.1
15612025-07-18T16:15:28.702Z Compiling object v0.36.5
15622025-07-18T16:15:29.609Z Compiling ahash v0.8.11
15632025-07-18T16:15:29.974Z Compiling bitflags v1.3.2
15642025-07-18T16:15:30.118Z Compiling simd-adler32 v0.3.7
15652025-07-18T16:15:30.519Z Compiling iri-string v0.7.8
15662025-07-18T16:15:30.653Z Compiling buf-list v1.0.3
15672025-07-18T16:15:31.268Z Compiling rustc-demangle v0.1.24
15682025-07-18T16:15:31.300Z Compiling managed v0.8.0
15692025-07-18T16:15:31.743Z Compiling anyhow v1.0.98
15702025-07-18T16:15:31.768Z Compiling bumpalo v3.16.0
15712025-07-18T16:15:32.038Z Compiling hubpack_derive v0.1.1
15722025-07-18T16:15:32.182Z Compiling lockfree-object-pool v0.1.6
15732025-07-18T16:15:32.248Z Compiling winnow v0.5.40
15742025-07-18T16:15:32.470Z Compiling zopfli v0.8.1
15752025-07-18T16:15:32.721Z Compiling console v0.15.10
15762025-07-18T16:15:32.834Z Compiling hubpack v0.1.2
15772025-07-18T16:15:33.300Z Compiling tower-http v0.6.6
15782025-07-18T16:15:33.359Z Compiling clap_builder v4.5.40
15792025-07-18T16:15:33.901Z Compiling strum v0.27.1
15802025-07-18T16:15:34.116Z Compiling thiserror v2.0.12
15812025-07-18T16:15:34.216Z Compiling elliptic-curve v0.13.8
15822025-07-18T16:15:34.542Z Compiling hyper-tls v0.6.0
15832025-07-18T16:15:34.933Z Compiling oxnet v0.1.2
15842025-07-18T16:15:35.639Z Compiling toml_edit v0.19.15
15852025-07-18T16:15:35.681Z Compiling backtrace v0.3.74
15862025-07-18T16:15:35.855Z Compiling signal-hook-mio v0.2.4
15872025-07-18T16:15:35.997Z Compiling rayon v1.10.0
15882025-07-18T16:15:36.056Z Compiling cookie_store v0.21.1
15892025-07-18T16:15:37.447Z Compiling zstd v0.13.3
15902025-07-18T16:15:38.163Z Compiling postgres-types v0.2.9
15912025-07-18T16:15:38.694Z Compiling usdt-attr-macro v0.5.0
15922025-07-18T16:15:39.394Z Compiling usdt-macro v0.5.0
15932025-07-18T16:15:39.979Z Compiling phf v0.11.2
15942025-07-18T16:15:40.136Z Compiling ed25519 v2.2.3
15952025-07-18T16:15:40.314Z Compiling bzip2 v0.4.4
15962025-07-18T16:15:40.589Z Compiling bzip2 v0.5.2
15972025-07-18T16:15:40.701Z Compiling strum_macros v0.26.4
15982025-07-18T16:15:40.729Z Compiling pkcs1 v0.7.5
15992025-07-18T16:15:40.960Z Compiling serde-big-array v0.5.1
16002025-07-18T16:15:41.023Z Compiling serde_urlencoded v0.7.1
16012025-07-18T16:15:41.233Z Compiling rfc6979 v0.4.0
16022025-07-18T16:15:41.478Z Compiling bstr v1.10.0
16032025-07-18T16:15:41.606Z Compiling enum-as-inner v0.6.1
16042025-07-18T16:15:41.645Z Compiling daft-derive v0.1.4
16052025-07-18T16:15:41.850Z Compiling clap_derive v4.5.40
16062025-07-18T16:15:42.066Z Compiling serde_repr v0.1.19
16072025-07-18T16:15:42.584Z Compiling float-cmp v0.10.0
16082025-07-18T16:15:42.875Z Compiling encoding_rs v0.8.34
16092025-07-18T16:15:43.035Z Compiling difflib v0.4.0
16102025-07-18T16:15:43.240Z Compiling precomputed-hash v0.1.1
16112025-07-18T16:15:43.272Z Compiling predicates-core v1.0.8
16122025-07-18T16:15:43.409Z Compiling whoami v1.5.2
16132025-07-18T16:15:43.628Z Compiling unicode-segmentation v1.12.0
16142025-07-18T16:15:44.056Z Compiling new_debug_unreachable v1.0.6
16152025-07-18T16:15:44.203Z Compiling normalize-line-endings v0.3.0
16162025-07-18T16:15:44.404Z Compiling number_prefix v0.4.0
16172025-07-18T16:15:44.429Z Compiling mime v0.3.17
16182025-07-18T16:15:44.590Z Compiling data-encoding v2.9.0
16192025-07-18T16:15:44.692Z Compiling static_assertions v1.1.0
16202025-07-18T16:15:44.835Z Compiling fixedbitset v0.4.2
16212025-07-18T16:15:44.975Z Compiling strum v0.26.3
16222025-07-18T16:15:45.001Z Compiling toml_edit v0.22.27
16232025-07-18T16:15:45.263Z Compiling hickory-proto v0.25.2
16242025-07-18T16:15:45.299Z Compiling petgraph v0.6.5
16252025-07-18T16:15:46.085Z Compiling clap v4.5.40
16262025-07-18T16:15:46.240Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16272025-07-18T16:15:46.324Z Compiling indicatif v0.17.11
16282025-07-18T16:15:46.529Z Compiling similar v2.7.0
16292025-07-18T16:15:47.832Z Compiling predicates v3.1.3
16302025-07-18T16:15:48.420Z Compiling string_cache v0.8.9
16312025-07-18T16:15:48.630Z Compiling tokio-postgres v0.7.13
16322025-07-18T16:15:48.957Z Compiling daft v0.1.4
16332025-07-18T16:15:49.145Z Compiling usdt v0.5.0
16342025-07-18T16:15:49.388Z Compiling ecdsa v0.16.9
16352025-07-18T16:15:49.561Z Compiling rsa v0.9.6
16362025-07-18T16:15:49.669Z Compiling zip v4.2.0
16372025-07-18T16:15:50.280Z Compiling zip v0.6.6
16382025-07-18T16:15:52.155Z Compiling ed25519-dalek v2.1.1
16392025-07-18T16:15:52.155Z Compiling toml v0.7.8
16402025-07-18T16:15:53.122Z Compiling crossterm v0.28.1
16412025-07-18T16:15:54.347Z Compiling tokio-stream v0.1.17
16422025-07-18T16:15:54.394Z Compiling openapiv3 v2.2.0
16432025-07-18T16:15:54.520Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16442025-07-18T16:15:54.689Z Compiling x509-cert v0.2.5
16452025-07-18T16:15:54.995Z Compiling sha1 v0.10.6
16462025-07-18T16:15:55.437Z Compiling itertools v0.10.5
16472025-07-18T16:15:55.504Z Compiling itertools v0.13.0
16482025-07-18T16:15:56.588Z Compiling dirs-sys-next v0.1.2
16492025-07-18T16:15:57.148Z Compiling winnow v0.6.26
16502025-07-18T16:15:57.262Z Compiling peg-runtime v0.8.5
16512025-07-18T16:15:57.427Z Compiling lalrpop-util v0.19.12
16522025-07-18T16:15:57.819Z Compiling rustc-hash v2.1.1
16532025-07-18T16:15:57.925Z Compiling dirs-next v2.0.0
16542025-07-18T16:15:58.071Z Compiling thread_local v1.1.8
16552025-07-18T16:15:58.133Z Compiling slog-async v2.8.0
16562025-07-18T16:15:58.165Z Compiling term v0.7.0
16572025-07-18T16:15:58.485Z Compiling crossbeam-channel v0.5.15
16582025-07-18T16:15:58.663Z Compiling xattr v1.3.1
16592025-07-18T16:15:58.697Z Compiling futures-executor v0.3.31
16602025-07-18T16:15:58.887Z Compiling filetime v0.2.25
16612025-07-18T16:15:59.002Z Compiling is-terminal v0.4.13
16622025-07-18T16:15:59.069Z Compiling take_mut v0.2.2
16632025-07-18T16:15:59.227Z Compiling slog-term v2.9.1
16642025-07-18T16:15:59.262Z Compiling tar v0.4.44
16652025-07-18T16:15:59.309Z Compiling futures v0.3.31
16662025-07-18T16:15:59.347Z Compiling camino v1.1.10
16672025-07-18T16:16:06.427Z Compiling aws-lc-sys v0.26.0
16682025-07-18T16:16:44.352Z Compiling rustls-webpki v0.102.8
16692025-07-18T16:16:51.138Z Compiling tokio-rustls v0.26.0
16702025-07-18T16:16:51.506Z Compiling hyper-rustls v0.27.7
16712025-07-18T16:16:51.925Z Compiling reqwest v0.12.22
16722025-07-18T16:16:56.824Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16732025-07-18T16:16:57.287Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16742025-07-18T16:17:03.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s
16752025-07-18T16:17:03.583Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16762025-07-18T16:17:03.654ZJul 18 16:17:03.647 INFO Starting download, target: Cockroach
16772025-07-18T16:17:03.654ZJul 18 16:17:03.648 INFO Starting download, target: Clickhouse
16782025-07-18T16:17:03.654ZJul 18 16:17:03.648 INFO Starting download, target: Console
16792025-07-18T16:17:03.654ZJul 18 16:17:03.648 INFO Starting download, target: DendriteStub
16802025-07-18T16:17:03.685ZJul 18 16:17:03.648 INFO Starting download, target: MaghemiteMgd
16812025-07-18T16:17:03.685ZJul 18 16:17:03.648 INFO Starting download, target: TransceiverControl
16822025-07-18T16:17:03.686ZJul 18 16:17:03.649 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16832025-07-18T16:17:03.686ZJul 18 16:17:03.649 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16842025-07-18T16:17:03.686ZJul 18 16:17:03.649 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16852025-07-18T16:17:03.686ZJul 18 16:17:03.650 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16862025-07-18T16:17:03.686ZJul 18 16:17:03.650 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16872025-07-18T16:17:03.686ZJul 18 16:17:03.650 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16882025-07-18T16:17:04.007ZJul 18 16:17:03.998 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16892025-07-18T16:17:04.396ZJul 18 16:17:04.388 INFO Download complete, target: Console
16902025-07-18T16:17:04.488ZJul 18 16:17:04.480 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16912025-07-18T16:17:04.894ZJul 18 16:17:04.882 INFO Download complete, target: TransceiverControl
16922025-07-18T16:17:06.136ZJul 18 16:17:06.128 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16932025-07-18T16:17:06.574ZJul 18 16:17:06.568 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16942025-07-18T16:17:08.525ZJul 18 16:17:08.519 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16952025-07-18T16:17:08.525ZJul 18 16:17:08.519 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16962025-07-18T16:17:10.011ZJul 18 16:17:10.005 INFO Download complete, target: DendriteStub
16972025-07-18T16:17:11.288ZJul 18 16:17:11.280 INFO Download complete, target: MaghemiteMgd
16982025-07-18T16:17:14.993ZJul 18 16:17:14.986 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16992025-07-18T16:17:16.934ZJul 18 16:17:16.929 INFO Checking that binary works, target: Cockroach
17002025-07-18T16:17:17.240ZJul 18 16:17:17.235 INFO Download complete, target: Cockroach
17012025-07-18T16:17:27.728ZJul 18 16:17:27.722 INFO Checking that binary works, target: Clickhouse
17022025-07-18T16:17:27.963ZJul 18 16:17:27.957 INFO Download complete, target: Clickhouse
17032025-07-18T16:17:27.994ZAll builder prerequisites installed successfully, and PATH looks valid
17042025-07-18T16:17:28.020Z
17052025-07-18T16:17:28.020Zreal 5:42.910887136
17062025-07-18T16:17:28.020Zuser 17:22.939753604
17072025-07-18T16:17:28.020Zsys 2:55.356751394
17082025-07-18T16:17:28.020Ztrap 0.762603980
17092025-07-18T16:17:28.020Ztflt 0.423993290
17102025-07-18T16:17:28.020Zdflt 1.208154028
17112025-07-18T16:17:28.020Zkflt 0.010723671
17122025-07-18T16:17:28.020Zlock 45:47.396757512
17132025-07-18T16:17:28.020Zslp 1:03:22.129172128
17142025-07-18T16:17:28.020Zlat 1:22.630197471
17152025-07-18T16:17:28.020Zstop 3:07.832569244
17162025-07-18T16:17:28.020Z++ bmat factory name
17172025-07-18T16:17:28.020Z++ bmat factory private
17182025-07-18T16:17:28.045Z+ jq --null-input --arg bmat_factory_name gimlet-EVT22200007-propolis --arg bmat_factory_private EVT22200007/35013 '{
17192025-07-18T16:17:28.045Z buildomat: {
17202025-07-18T16:17:28.045Z factory: {
17212025-07-18T16:17:28.045Z name: $bmat_factory_name,
17222025-07-18T16:17:28.046Z private: $bmat_factory_private,
17232025-07-18T16:17:28.046Z },
17242025-07-18T16:17:28.046Z },
17252025-07-18T16:17:28.046Z }'
17262025-07-18T16:17:28.071Z+ banner ls-apis
17272025-07-18T16:17:28.097Z
17282025-07-18T16:17:28.097Z # #### ## ##### # ####
17292025-07-18T16:17:28.097Z # # # # # # # #
17302025-07-18T16:17:28.097Z # #### ##### # # # # # ####
17312025-07-18T16:17:28.097Z # # ###### ##### # #
17322025-07-18T16:17:28.097Z # # # # # # # # #
17332025-07-18T16:17:28.097Z ###### #### # # # # ####
17342025-07-18T16:17:28.097Z
17352025-07-18T16:17:28.097Z+ source ./tools/include/force-git-over-https.sh
17362025-07-18T16:17:28.097Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17372025-07-18T16:17:28.097Z++ (( i = 0 ))
17382025-07-18T16:17:28.097Z++ (( i < 5 ))
17392025-07-18T16:17:28.097Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17402025-07-18T16:17:28.097Z++ (( i++ ))
17412025-07-18T16:17:28.097Z++ (( i < 5 ))
17422025-07-18T16:17:28.098Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17432025-07-18T16:17:28.098Z++ (( i++ ))
17442025-07-18T16:17:28.098Z++ (( i < 5 ))
17452025-07-18T16:17:28.098Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17462025-07-18T16:17:28.123Z++ (( i++ ))
17472025-07-18T16:17:28.123Z++ (( i < 5 ))
17482025-07-18T16:17:28.123Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17492025-07-18T16:17:28.123Z++ (( i++ ))
17502025-07-18T16:17:28.123Z++ (( i < 5 ))
17512025-07-18T16:17:28.123Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17522025-07-18T16:17:28.123Z++ (( i++ ))
17532025-07-18T16:17:28.123Z++ (( i < 5 ))
17542025-07-18T16:17:28.123Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17552025-07-18T16:17:28.123Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17562025-07-18T16:17:28.123Z+ ptime -m cargo xtask ls-apis apis
17572025-07-18T16:17:29.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
17582025-07-18T16:17:29.387Z Running `target/debug/xtask ls-apis apis`
17592025-07-18T16:17:30.875Z Compiling semver v0.1.20
17602025-07-18T16:17:30.900Z Compiling erased-serde v0.4.6
17612025-07-18T16:17:30.924Z Compiling ordered-float v2.10.1
17622025-07-18T16:17:30.949Z Compiling structmeta-derive v0.3.0
17632025-07-18T16:17:30.974Z Compiling toml v0.8.23
17642025-07-18T16:17:30.974Z Compiling cargo-platform v0.2.0
17652025-07-18T16:17:30.999Z Compiling fixedbitset v0.5.7
17662025-07-18T16:17:31.333Z Compiling rustc_version v0.1.7
17672025-07-18T16:17:31.566Z Compiling serde-value v0.7.0
17682025-07-18T16:17:31.604Z Compiling petgraph v0.8.2
17692025-07-18T16:17:31.821Z Compiling newtype_derive v0.1.6
17702025-07-18T16:17:32.089Z Compiling serde-untagged v0.1.7
17712025-07-18T16:17:32.542Z Compiling cargo-util-schemas v0.2.0
17722025-07-18T16:17:33.009Z Compiling structmeta v0.3.0
17732025-07-18T16:17:33.438Z Compiling parse-display-derive v0.10.0
17742025-07-18T16:17:34.746Z Compiling cargo_metadata v0.20.0
17752025-07-18T16:17:35.899Z Compiling parse-display v0.10.0
17762025-07-18T16:17:36.610Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
17772025-07-18T16:17:42.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.02s
17782025-07-18T16:17:42.622Z Running `target/debug/ls-apis apis`
17792025-07-18T16:17:42.682Zloading metadata for workspace omicron from current workspace
17802025-07-18T16:17:47.489Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
17812025-07-18T16:17:47.514Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
17822025-07-18T16:17:47.514Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/fa5f15c/Cargo.toml
17832025-07-18T16:17:47.514Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/c03bd1a/Cargo.toml
17842025-07-18T16:17:47.514Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
17852025-07-18T16:18:07.572Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
17862025-07-18T16:18:09.115Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
17872025-07-18T16:18:09.141Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
17882025-07-18T16:18:09.407ZBootstrap Agent (client: bootstrap-agent-client)
17892025-07-18T16:18:09.407Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17902025-07-18T16:18:09.407Z consumed by: wicketd (omicron/wicketd) via 2 paths
17912025-07-18T16:18:09.407Z
17922025-07-18T16:18:09.407ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
17932025-07-18T16:18:09.407Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17942025-07-18T16:18:09.407Z
17952025-07-18T16:18:09.407ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
17962025-07-18T16:18:09.407Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17972025-07-18T16:18:09.407Z
17982025-07-18T16:18:09.407ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
17992025-07-18T16:18:09.407Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18002025-07-18T16:18:09.407Z
18012025-07-18T16:18:09.407ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18022025-07-18T16:18:09.408Z consumed by: omicron-gateway (omicron/gateway) via 1 path
18032025-07-18T16:18:09.408Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18042025-07-18T16:18:09.408Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
18052025-07-18T16:18:09.408Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
18062025-07-18T16:18:09.408Z
18072025-07-18T16:18:09.408ZCrucible Agent (client: crucible-agent-client)
18082025-07-18T16:18:09.433Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18092025-07-18T16:18:09.433Z
18102025-07-18T16:18:09.433ZCrucible Control (for testing only) (client: crucible-control-client)
18112025-07-18T16:18:09.433Z
18122025-07-18T16:18:09.433ZCrucible Pantry (client: crucible-pantry-client)
18132025-07-18T16:18:09.433Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18142025-07-18T16:18:09.433Z
18152025-07-18T16:18:09.433ZMaghemite DDM Admin (client: ddm-admin-client)
18162025-07-18T16:18:09.433Z consumed by: installinator (omicron/installinator) via 1 path
18172025-07-18T16:18:09.433Z consumed by: mgd (maghemite/mgd) via 1 path
18182025-07-18T16:18:09.433Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18192025-07-18T16:18:09.433Z consumed by: wicketd (omicron/wicketd) via 1 path
18202025-07-18T16:18:09.433Z
18212025-07-18T16:18:09.434ZDNS Server (client: dns-service-client)
18222025-07-18T16:18:09.434Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18232025-07-18T16:18:09.434Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18242025-07-18T16:18:09.434Z
18252025-07-18T16:18:09.434ZDendrite DPD (client: dpd-client)
18262025-07-18T16:18:09.434Z consumed by: ddmd (maghemite/ddmd) via 2 paths
18272025-07-18T16:18:09.434Z consumed by: lldpd (lldp/lldpd) via 2 paths
18282025-07-18T16:18:09.434Z consumed by: mgd (maghemite/mgd) via 1 path
18292025-07-18T16:18:09.434Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18302025-07-18T16:18:09.434Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18312025-07-18T16:18:09.434Z consumed by: tfportd (dendrite/tfportd) via 1 path
18322025-07-18T16:18:09.434Z consumed by: wicketd (omicron/wicketd) via 2 paths
18332025-07-18T16:18:09.434Z
18342025-07-18T16:18:09.434ZDownstairs Controller (debugging only) (client: dsc-client)
18352025-07-18T16:18:09.434Z
18362025-07-18T16:18:09.434ZManagement Gateway Service (client: gateway-client)
18372025-07-18T16:18:09.434Z consumed by: dpd (dendrite/dpd) via 1 path
18382025-07-18T16:18:09.434Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
18392025-07-18T16:18:09.434Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18402025-07-18T16:18:09.434Z consumed by: wicketd (omicron/wicketd) via 3 paths
18412025-07-18T16:18:09.434Z
18422025-07-18T16:18:09.434ZWicketd Installinator (client: installinator-client)
18432025-07-18T16:18:09.434Z consumed by: installinator (omicron/installinator) via 1 path
18442025-07-18T16:18:09.434Z
18452025-07-18T16:18:09.434ZLLDP daemon (client: lldpd-client)
18462025-07-18T16:18:09.434Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18472025-07-18T16:18:09.434Z consumed by: tfportd (dendrite/tfportd) via 1 path
18482025-07-18T16:18:09.434Z
18492025-07-18T16:18:09.434ZMaghemite MG Admin (client: mg-admin-client)
18502025-07-18T16:18:09.434Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18512025-07-18T16:18:09.434Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18522025-07-18T16:18:09.434Z
18532025-07-18T16:18:09.434ZNexus Internal API (client: nexus-client)
18542025-07-18T16:18:09.460Z consumed by: crucible-pantry (crucible/pantry) via 1 path
18552025-07-18T16:18:09.460Z consumed by: dpd (dendrite/dpd) via 1 path
18562025-07-18T16:18:09.460Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18572025-07-18T16:18:09.460Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
18582025-07-18T16:18:09.460Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
18592025-07-18T16:18:09.460Z
18602025-07-18T16:18:09.460ZNTP Admin (client: ntp-admin-client)
18612025-07-18T16:18:09.460Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
18622025-07-18T16:18:09.460Z
18632025-07-18T16:18:09.460ZExternal API (client: oxide-client)
18642025-07-18T16:18:09.460Z
18652025-07-18T16:18:09.460ZOximeter (client: oximeter-client)
18662025-07-18T16:18:09.460Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18672025-07-18T16:18:09.460Z
18682025-07-18T16:18:09.460ZPropolis (client: propolis-client)
18692025-07-18T16:18:09.460Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18702025-07-18T16:18:09.460Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
18712025-07-18T16:18:09.461Z
18722025-07-18T16:18:09.461ZCrucible Repair (client: repair-client)
18732025-07-18T16:18:09.461Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
18742025-07-18T16:18:09.461Z
18752025-07-18T16:18:09.461ZRepo Depot API (client: repo-depot-client)
18762025-07-18T16:18:09.461Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18772025-07-18T16:18:09.461Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18782025-07-18T16:18:09.461Z
18792025-07-18T16:18:09.461ZSled Agent (client: sled-agent-client)
18802025-07-18T16:18:09.461Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
18812025-07-18T16:18:09.461Z
18822025-07-18T16:18:09.461ZWicketd (client: wicketd-client)
18832025-07-18T16:18:09.461Z
18842025-07-18T16:18:09.564Z
18852025-07-18T16:18:09.589Zreal 41.411626476
18862025-07-18T16:18:09.589Zuser 43.998118583
18872025-07-18T16:18:09.589Zsys 17.604331809
18882025-07-18T16:18:09.589Ztrap 0.024346897
18892025-07-18T16:18:09.589Ztflt 0.037603716
18902025-07-18T16:18:09.589Zdflt 0.242473025
18912025-07-18T16:18:09.590Zkflt 0.000119419
18922025-07-18T16:18:09.590Zlock 1:17.609744873
18932025-07-18T16:18:09.590Zslp 4:39.681729388
18942025-07-18T16:18:09.590Zlat 1.797815884
18952025-07-18T16:18:09.590Zstop 2.573305989
18962025-07-18T16:18:09.590Z+ ptime -m cargo xtask ls-apis deployment-units
18972025-07-18T16:18:10.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
18982025-07-18T16:18:10.929Z Running `target/debug/xtask ls-apis deployment-units`
18992025-07-18T16:18:12.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
19002025-07-18T16:18:12.960Z Running `target/debug/ls-apis deployment-units`
19012025-07-18T16:18:13.064Zloading metadata for workspace omicron from current workspace
19022025-07-18T16:18:15.175Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
19032025-07-18T16:18:15.201Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/fa5f15c/Cargo.toml
19042025-07-18T16:18:15.201Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
19052025-07-18T16:18:15.201Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
19062025-07-18T16:18:15.201Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/c03bd1a/Cargo.toml
19072025-07-18T16:18:19.349Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
19082025-07-18T16:18:20.477Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19092025-07-18T16:18:20.503Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19102025-07-18T16:18:20.761ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
19112025-07-18T16:18:20.761Z omicron-clickhouse-admin (omicron/clickhouse-admin)
19122025-07-18T16:18:20.761Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19132025-07-18T16:18:20.761Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19142025-07-18T16:18:20.761Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19152025-07-18T16:18:20.810Z
19162025-07-18T16:18:20.810Z
19172025-07-18T16:18:20.810ZCockroach
19182025-07-18T16:18:20.810Z omicron-cockroach-admin (omicron/cockroach-admin)
19192025-07-18T16:18:20.810Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19202025-07-18T16:18:20.810Z
19212025-07-18T16:18:20.810Z
19222025-07-18T16:18:20.810ZCrucible
19232025-07-18T16:18:20.810Z crucible-agent (crucible/agent)
19242025-07-18T16:18:20.810Z exposes: Crucible Agent (client = crucible-agent-client)
19252025-07-18T16:18:20.810Z
19262025-07-18T16:18:20.810Z crucible-downstairs (crucible/downstairs)
19272025-07-18T16:18:20.810Z exposes: Crucible Repair (client = repair-client)
19282025-07-18T16:18:20.810Z consumes: repair-client
19292025-07-18T16:18:20.810Z
19302025-07-18T16:18:20.811Z
19312025-07-18T16:18:20.811ZCrucible Pantry
19322025-07-18T16:18:20.811Z crucible-pantry (crucible/pantry)
19332025-07-18T16:18:20.811Z exposes: Crucible Pantry (client = crucible-pantry-client)
19342025-07-18T16:18:20.811Z consumes: nexus-client
19352025-07-18T16:18:20.811Z
19362025-07-18T16:18:20.811Z
19372025-07-18T16:18:20.811ZDNS Server
19382025-07-18T16:18:20.811Z dns-server (omicron/dns-server)
19392025-07-18T16:18:20.811Z exposes: DNS Server (client = dns-service-client)
19402025-07-18T16:18:20.811Z
19412025-07-18T16:18:20.811Z
19422025-07-18T16:18:20.811ZHost OS
19432025-07-18T16:18:20.811Z ddmd (maghemite/ddmd)
19442025-07-18T16:18:20.811Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
19452025-07-18T16:18:20.811Z consumes: dpd-client
19462025-07-18T16:18:20.811Z
19472025-07-18T16:18:20.811Z dpd (dendrite/dpd)
19482025-07-18T16:18:20.811Z exposes: Dendrite DPD (client = dpd-client)
19492025-07-18T16:18:20.811Z consumes: gateway-client
19502025-07-18T16:18:20.811Z consumes: nexus-client
19512025-07-18T16:18:20.811Z
19522025-07-18T16:18:20.811Z lldpd (lldp/lldpd)
19532025-07-18T16:18:20.811Z exposes: LLDP daemon (client = lldpd-client)
19542025-07-18T16:18:20.811Z consumes: dpd-client
19552025-07-18T16:18:20.811Z
19562025-07-18T16:18:20.811Z mgd (maghemite/mgd)
19572025-07-18T16:18:20.811Z exposes: Maghemite MG Admin (client = mg-admin-client)
19582025-07-18T16:18:20.811Z consumes: ddm-admin-client
19592025-07-18T16:18:20.811Z consumes: dpd-client
19602025-07-18T16:18:20.811Z
19612025-07-18T16:18:20.811Z omicron-gateway (omicron/gateway)
19622025-07-18T16:18:20.811Z exposes: Management Gateway Service (client = gateway-client)
19632025-07-18T16:18:20.811Z consumes: cockroach-admin-client
19642025-07-18T16:18:20.811Z
19652025-07-18T16:18:20.811Z omicron-sled-agent (omicron/sled-agent)
19662025-07-18T16:18:20.811Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
19672025-07-18T16:18:20.811Z exposes: Repo Depot API (client = repo-depot-client)
19682025-07-18T16:18:20.811Z exposes: Sled Agent (client = sled-agent-client)
19692025-07-18T16:18:20.812Z consumes: bootstrap-agent-client
19702025-07-18T16:18:20.812Z consumes: cockroach-admin-client
19712025-07-18T16:18:20.812Z consumes: ddm-admin-client
19722025-07-18T16:18:20.812Z consumes: dns-service-client
19732025-07-18T16:18:20.812Z consumes: dpd-client
19742025-07-18T16:18:20.812Z consumes: gateway-client
19752025-07-18T16:18:20.812Z consumes: mg-admin-client
19762025-07-18T16:18:20.812Z consumes: nexus-client
19772025-07-18T16:18:20.812Z consumes: ntp-admin-client
19782025-07-18T16:18:20.812Z consumes: propolis-client
19792025-07-18T16:18:20.812Z consumes: repo-depot-client
19802025-07-18T16:18:20.812Z
19812025-07-18T16:18:20.812Z propolis-server (propolis/bin/propolis-server)
19822025-07-18T16:18:20.812Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
19832025-07-18T16:18:20.812Z exposes: Propolis (client = propolis-client)
19842025-07-18T16:18:20.812Z consumes: nexus-client
19852025-07-18T16:18:20.812Z
19862025-07-18T16:18:20.812Z tfportd (dendrite/tfportd)
19872025-07-18T16:18:20.812Z consumes: dpd-client
19882025-07-18T16:18:20.812Z consumes: lldpd-client
19892025-07-18T16:18:20.812Z
19902025-07-18T16:18:20.812Z wicketd (omicron/wicketd)
19912025-07-18T16:18:20.812Z exposes: Wicketd Installinator (client = installinator-client)
19922025-07-18T16:18:20.812Z exposes: Wicketd (client = wicketd-client)
19932025-07-18T16:18:20.812Z consumes: bootstrap-agent-client
19942025-07-18T16:18:20.812Z consumes: ddm-admin-client
19952025-07-18T16:18:20.812Z consumes: dpd-client
19962025-07-18T16:18:20.812Z consumes: gateway-client
19972025-07-18T16:18:20.812Z
19982025-07-18T16:18:20.812Z
19992025-07-18T16:18:20.812ZInstallinator
20002025-07-18T16:18:20.812Z installinator (omicron/installinator)
20012025-07-18T16:18:20.812Z consumes: ddm-admin-client
20022025-07-18T16:18:20.812Z consumes: installinator-client
20032025-07-18T16:18:20.812Z
20042025-07-18T16:18:20.812Z
20052025-07-18T16:18:20.813ZNTP
20062025-07-18T16:18:20.813Z omicron-ntp-admin (omicron/ntp-admin)
20072025-07-18T16:18:20.813Z exposes: NTP Admin (client = ntp-admin-client)
20082025-07-18T16:18:20.813Z
20092025-07-18T16:18:20.813Z
20102025-07-18T16:18:20.813ZNexus
20112025-07-18T16:18:20.813Z omicron-nexus (omicron/nexus)
20122025-07-18T16:18:20.813Z exposes: Nexus Internal API (client = nexus-client)
20132025-07-18T16:18:20.813Z exposes: External API (client = oxide-client)
20142025-07-18T16:18:20.813Z consumes: clickhouse-admin-keeper-client
20152025-07-18T16:18:20.840Z consumes: clickhouse-admin-server-client
20162025-07-18T16:18:20.840Z consumes: clickhouse-admin-single-client
20172025-07-18T16:18:20.840Z consumes: cockroach-admin-client
20182025-07-18T16:18:20.840Z consumes: crucible-agent-client
20192025-07-18T16:18:20.840Z consumes: crucible-pantry-client
20202025-07-18T16:18:20.840Z consumes: dns-service-client
20212025-07-18T16:18:20.840Z consumes: dpd-client
20222025-07-18T16:18:20.840Z consumes: gateway-client
20232025-07-18T16:18:20.840Z consumes: lldpd-client
20242025-07-18T16:18:20.840Z consumes: mg-admin-client
20252025-07-18T16:18:20.840Z consumes: oximeter-client
20262025-07-18T16:18:20.840Z consumes: propolis-client
20272025-07-18T16:18:20.840Z consumes: repo-depot-client
20282025-07-18T16:18:20.840Z consumes: sled-agent-client
20292025-07-18T16:18:20.840Z
20302025-07-18T16:18:20.840Z
20312025-07-18T16:18:20.840ZOximeter
20322025-07-18T16:18:20.840Z oximeter-collector (omicron/oximeter/collector)
20332025-07-18T16:18:20.840Z exposes: Oximeter (client = oximeter-client)
20342025-07-18T16:18:20.840Z consumes: cockroach-admin-client
20352025-07-18T16:18:20.840Z consumes: nexus-client
20362025-07-18T16:18:20.840Z
20372025-07-18T16:18:20.840Z
20382025-07-18T16:18:20.894Z
20392025-07-18T16:18:20.894Zreal 11.294473717
20402025-07-18T16:18:20.894Zuser 8.508727388
20412025-07-18T16:18:20.894Zsys 4.468746544
20422025-07-18T16:18:20.894Ztrap 0.005317736
20432025-07-18T16:18:20.894Ztflt 0.000161117
20442025-07-18T16:18:20.894Zdflt 0.000105670
20452025-07-18T16:18:20.894Zkflt 0.000010099
20462025-07-18T16:18:20.894Zlock 0.633563107
20472025-07-18T16:18:20.894Zslp 36.038626706
20482025-07-18T16:18:20.894Zlat 0.102348895
20492025-07-18T16:18:20.919Zstop 0.013679982
20502025-07-18T16:18:20.919Z+ ptime -m cargo xtask ls-apis servers
20512025-07-18T16:18:22.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
20522025-07-18T16:18:22.046Z Running `target/debug/xtask ls-apis servers`
20532025-07-18T16:18:23.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
20542025-07-18T16:18:23.601Z Running `target/debug/ls-apis servers`
20552025-07-18T16:18:23.668Zloading metadata for workspace omicron from current workspace
20562025-07-18T16:18:25.702Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
20572025-07-18T16:18:25.727Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
20582025-07-18T16:18:25.727Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/fa5f15c/Cargo.toml
20592025-07-18T16:18:25.727Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/c03bd1a/Cargo.toml
20602025-07-18T16:18:25.727Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
20612025-07-18T16:18:29.451Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
20622025-07-18T16:18:30.588Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20632025-07-18T16:18:30.617Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20642025-07-18T16:18:30.876Zomicron-clickhouse-admin (omicron/clickhouse-admin)
20652025-07-18T16:18:30.876Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20662025-07-18T16:18:30.876Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20672025-07-18T16:18:30.876Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20682025-07-18T16:18:30.902Z
20692025-07-18T16:18:30.902Zomicron-cockroach-admin (omicron/cockroach-admin)
20702025-07-18T16:18:30.902Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20712025-07-18T16:18:30.902Z
20722025-07-18T16:18:30.902Zcrucible-agent (crucible/agent)
20732025-07-18T16:18:30.902Z exposes: Crucible Agent (client = crucible-agent-client)
20742025-07-18T16:18:30.902Z
20752025-07-18T16:18:30.902Zcrucible-downstairs (crucible/downstairs)
20762025-07-18T16:18:30.902Z exposes: Crucible Repair (client = repair-client)
20772025-07-18T16:18:30.902Z consumes: repair-client
20782025-07-18T16:18:30.902Z
20792025-07-18T16:18:30.902Zcrucible-pantry (crucible/pantry)
20802025-07-18T16:18:30.902Z exposes: Crucible Pantry (client = crucible-pantry-client)
20812025-07-18T16:18:30.902Z consumes: nexus-client
20822025-07-18T16:18:30.902Z
20832025-07-18T16:18:30.903Zdns-server (omicron/dns-server)
20842025-07-18T16:18:30.903Z exposes: DNS Server (client = dns-service-client)
20852025-07-18T16:18:30.903Z
20862025-07-18T16:18:30.903Zomicron-sled-agent (omicron/sled-agent)
20872025-07-18T16:18:30.903Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20882025-07-18T16:18:30.903Z exposes: Repo Depot API (client = repo-depot-client)
20892025-07-18T16:18:30.903Z exposes: Sled Agent (client = sled-agent-client)
20902025-07-18T16:18:30.903Z consumes: bootstrap-agent-client
20912025-07-18T16:18:30.903Z consumes: cockroach-admin-client
20922025-07-18T16:18:30.903Z consumes: ddm-admin-client
20932025-07-18T16:18:30.903Z consumes: dns-service-client
20942025-07-18T16:18:30.903Z consumes: dpd-client
20952025-07-18T16:18:30.903Z consumes: gateway-client
20962025-07-18T16:18:30.903Z consumes: mg-admin-client
20972025-07-18T16:18:30.903Z consumes: nexus-client
20982025-07-18T16:18:30.903Z consumes: ntp-admin-client
20992025-07-18T16:18:30.903Z consumes: propolis-client
21002025-07-18T16:18:30.903Z consumes: repo-depot-client
21012025-07-18T16:18:30.903Z
21022025-07-18T16:18:30.903Zpropolis-server (propolis/bin/propolis-server)
21032025-07-18T16:18:30.903Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
21042025-07-18T16:18:30.903Z exposes: Propolis (client = propolis-client)
21052025-07-18T16:18:30.903Z consumes: nexus-client
21062025-07-18T16:18:30.903Z
21072025-07-18T16:18:30.903Zddmd (maghemite/ddmd)
21082025-07-18T16:18:30.903Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
21092025-07-18T16:18:30.903Z consumes: dpd-client
21102025-07-18T16:18:30.903Z
21112025-07-18T16:18:30.903Zdpd (dendrite/dpd)
21122025-07-18T16:18:30.903Z exposes: Dendrite DPD (client = dpd-client)
21132025-07-18T16:18:30.903Z consumes: gateway-client
21142025-07-18T16:18:30.903Z consumes: nexus-client
21152025-07-18T16:18:30.903Z
21162025-07-18T16:18:30.903Zlldpd (lldp/lldpd)
21172025-07-18T16:18:30.903Z exposes: LLDP daemon (client = lldpd-client)
21182025-07-18T16:18:30.903Z consumes: dpd-client
21192025-07-18T16:18:30.903Z
21202025-07-18T16:18:30.903Zmgd (maghemite/mgd)
21212025-07-18T16:18:30.903Z exposes: Maghemite MG Admin (client = mg-admin-client)
21222025-07-18T16:18:30.904Z consumes: ddm-admin-client
21232025-07-18T16:18:30.904Z consumes: dpd-client
21242025-07-18T16:18:30.904Z
21252025-07-18T16:18:30.904Zomicron-gateway (omicron/gateway)
21262025-07-18T16:18:30.904Z exposes: Management Gateway Service (client = gateway-client)
21272025-07-18T16:18:30.904Z consumes: cockroach-admin-client
21282025-07-18T16:18:30.904Z
21292025-07-18T16:18:30.904Ztfportd (dendrite/tfportd)
21302025-07-18T16:18:30.904Z consumes: dpd-client
21312025-07-18T16:18:30.904Z consumes: lldpd-client
21322025-07-18T16:18:30.904Z
21332025-07-18T16:18:30.904Zwicketd (omicron/wicketd)
21342025-07-18T16:18:30.904Z exposes: Wicketd Installinator (client = installinator-client)
21352025-07-18T16:18:30.904Z exposes: Wicketd (client = wicketd-client)
21362025-07-18T16:18:30.904Z consumes: bootstrap-agent-client
21372025-07-18T16:18:30.904Z consumes: ddm-admin-client
21382025-07-18T16:18:30.904Z consumes: dpd-client
21392025-07-18T16:18:30.904Z consumes: gateway-client
21402025-07-18T16:18:30.904Z
21412025-07-18T16:18:30.904Zinstallinator (omicron/installinator)
21422025-07-18T16:18:30.904Z consumes: ddm-admin-client
21432025-07-18T16:18:30.904Z consumes: installinator-client
21442025-07-18T16:18:30.904Z
21452025-07-18T16:18:30.904Zomicron-ntp-admin (omicron/ntp-admin)
21462025-07-18T16:18:30.904Z exposes: NTP Admin (client = ntp-admin-client)
21472025-07-18T16:18:30.904Z
21482025-07-18T16:18:30.904Zomicron-nexus (omicron/nexus)
21492025-07-18T16:18:30.904Z exposes: Nexus Internal API (client = nexus-client)
21502025-07-18T16:18:30.904Z exposes: External API (client = oxide-client)
21512025-07-18T16:18:30.930Z consumes: clickhouse-admin-keeper-client
21522025-07-18T16:18:30.930Z consumes: clickhouse-admin-server-client
21532025-07-18T16:18:30.930Z consumes: clickhouse-admin-single-client
21542025-07-18T16:18:30.930Z consumes: cockroach-admin-client
21552025-07-18T16:18:30.930Z consumes: crucible-agent-client
21562025-07-18T16:18:30.930Z consumes: crucible-pantry-client
21572025-07-18T16:18:30.930Z consumes: dns-service-client
21582025-07-18T16:18:30.930Z consumes: dpd-client
21592025-07-18T16:18:30.930Z consumes: gateway-client
21602025-07-18T16:18:30.930Z consumes: lldpd-client
21612025-07-18T16:18:30.930Z consumes: mg-admin-client
21622025-07-18T16:18:30.930Z consumes: oximeter-client
21632025-07-18T16:18:30.930Z consumes: propolis-client
21642025-07-18T16:18:30.930Z consumes: repo-depot-client
21652025-07-18T16:18:30.930Z consumes: sled-agent-client
21662025-07-18T16:18:30.930Z
21672025-07-18T16:18:30.930Zoximeter-collector (omicron/oximeter/collector)
21682025-07-18T16:18:30.930Z exposes: Oximeter (client = oximeter-client)
21692025-07-18T16:18:30.930Z consumes: cockroach-admin-client
21702025-07-18T16:18:30.930Z consumes: nexus-client
21712025-07-18T16:18:30.930Z
21722025-07-18T16:18:31.009Z
21732025-07-18T16:18:31.009Zreal 10.083017526
21742025-07-18T16:18:31.009Zuser 8.194045916
21752025-07-18T16:18:31.009Zsys 3.523154897
21762025-07-18T16:18:31.009Ztrap 0.002385832
21772025-07-18T16:18:31.009Ztflt 0.000168382
21782025-07-18T16:18:31.009Zdflt 0.000169044
21792025-07-18T16:18:31.009Zkflt 0.000045931
21802025-07-18T16:18:31.009Zlock 0.466862615
21812025-07-18T16:18:31.009Zslp 32.257644866
21822025-07-18T16:18:31.009Zlat 0.046379173
21832025-07-18T16:18:31.009Zstop 0.012748405
21842025-07-18T16:18:31.035Z+ ptime -m cargo xtask ls-apis check
21852025-07-18T16:18:31.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
21862025-07-18T16:18:31.965Z Running `target/debug/xtask ls-apis check`
21872025-07-18T16:18:33.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
21882025-07-18T16:18:33.443Z Running `target/debug/ls-apis check`
21892025-07-18T16:18:33.513Zloading metadata for workspace omicron from current workspace
21902025-07-18T16:18:35.751Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
21912025-07-18T16:18:35.777Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/fa5f15c/Cargo.toml
21922025-07-18T16:18:35.777Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
21932025-07-18T16:18:35.777Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/c03bd1a/Cargo.toml
21942025-07-18T16:18:35.801Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
21952025-07-18T16:18:39.875Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
21962025-07-18T16:18:41.105Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21972025-07-18T16:18:41.132Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21982025-07-18T16:18:41.573Z
21992025-07-18T16:18:41.573Z
22002025-07-18T16:18:41.573ZServer-managed APIs:
22012025-07-18T16:18:41.573Z
22022025-07-18T16:18:41.573Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
22032025-07-18T16:18:41.573Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
22042025-07-18T16:18:41.573Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
22052025-07-18T16:18:41.573Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
22062025-07-18T16:18:41.573Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
22072025-07-18T16:18:41.573Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
22082025-07-18T16:18:41.573Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
22092025-07-18T16:18:41.573Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
22102025-07-18T16:18:41.573Z DNS Server (dns-service-client, exposed by dns-server)
22112025-07-18T16:18:41.573Z Dendrite DPD (dpd-client, exposed by dpd)
22122025-07-18T16:18:41.574Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
22132025-07-18T16:18:41.574Z LLDP daemon (lldpd-client, exposed by lldpd)
22142025-07-18T16:18:41.574Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
22152025-07-18T16:18:41.574Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
22162025-07-18T16:18:41.574Z External API (oxide-client, exposed by omicron-nexus)
22172025-07-18T16:18:41.574Z Oximeter (oximeter-client, exposed by oximeter-collector)
22182025-07-18T16:18:41.574Z Propolis (propolis-client, exposed by propolis-server)
22192025-07-18T16:18:41.574Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
22202025-07-18T16:18:41.574Z Wicketd (wicketd-client, exposed by wicketd)
22212025-07-18T16:18:41.574Z
22222025-07-18T16:18:41.574Z
22232025-07-18T16:18:41.574ZClient-managed API:
22242025-07-18T16:18:41.574Z
22252025-07-18T16:18:41.574Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
22262025-07-18T16:18:41.574Z reason: depends on itself (i.e., instances call each other)
22272025-07-18T16:18:41.574Z Wicketd Installinator (installinator-client, exposed by wicketd)
22282025-07-18T16:18:41.574Z reason: client is provided implicitly by the operator
22292025-07-18T16:18:41.574Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
22302025-07-18T16:18:41.574Z reason: Circular dependencies between Nexus and other services
22312025-07-18T16:18:41.574Z Crucible Repair (repair-client, exposed by crucible-downstairs)
22322025-07-18T16:18:41.574Z reason: depends on itself (i.e., instances call each other)
22332025-07-18T16:18:41.574Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
22342025-07-18T16:18:41.574Z reason: depends on itself (i.e., instances call each other)
22352025-07-18T16:18:41.574Z
22362025-07-18T16:18:41.574Z
22372025-07-18T16:18:41.574ZAPIs with unknown version management: none
22382025-07-18T16:18:41.660Z
22392025-07-18T16:18:41.660Zreal 10.617223062
22402025-07-18T16:18:41.660Zuser 8.787014312
22412025-07-18T16:18:41.660Zsys 3.706864726
22422025-07-18T16:18:41.660Ztrap 0.002010367
22432025-07-18T16:18:41.660Ztflt 0.000178761
22442025-07-18T16:18:41.660Zdflt 0.000333124
22452025-07-18T16:18:41.660Zkflt 0.000000000
22462025-07-18T16:18:41.660Zlock 0.450494565
22472025-07-18T16:18:41.660Zslp 35.429070533
22482025-07-18T16:18:41.686Zlat 0.037901763
22492025-07-18T16:18:41.686Zstop 0.014080068
22502025-07-18T16:18:41.686Z+ ptime -m cargo xtask ls-apis adoc
22512025-07-18T16:18:42.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
22522025-07-18T16:18:42.835Z Running `target/debug/xtask ls-apis adoc`
22532025-07-18T16:18:44.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
22542025-07-18T16:18:44.448Z Running `target/debug/ls-apis adoc`
22552025-07-18T16:18:44.519Zloading metadata for workspace omicron from current workspace
22562025-07-18T16:18:46.734Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
22572025-07-18T16:18:46.760Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/c03bd1a/Cargo.toml
22582025-07-18T16:18:46.760Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/fa5f15c/Cargo.toml
22592025-07-18T16:18:46.760Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
22602025-07-18T16:18:46.760Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
22612025-07-18T16:18:50.836Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
22622025-07-18T16:18:52.109Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22632025-07-18T16:18:52.148Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22642025-07-18T16:18:52.688Z
22652025-07-18T16:18:52.688Zreal 10.982498436
22662025-07-18T16:18:52.688Zuser 8.982446121
22672025-07-18T16:18:52.688Zsys 3.842814869
22682025-07-18T16:18:52.688Ztrap 0.002201023
22692025-07-18T16:18:52.688Ztflt 0.000140629
22702025-07-18T16:18:52.688Zdflt 0.000154638
22712025-07-18T16:18:52.688Zkflt 0.000000000
22722025-07-18T16:18:52.688Zlock 0.520925985
22732025-07-18T16:18:52.689Zslp 35.567423929
22742025-07-18T16:18:52.689Zlat 0.041369796
22752025-07-18T16:18:52.689Zstop 0.014018399
22762025-07-18T16:18:52.714Z+ banner build
22772025-07-18T16:18:52.714Z
22782025-07-18T16:18:52.714Z ##### # # # # #####
22792025-07-18T16:18:52.714Z # # # # # # # #
22802025-07-18T16:18:52.714Z ##### # # # # # #
22812025-07-18T16:18:52.714Z # # # # # # # #
22822025-07-18T16:18:52.714Z # # # # # # # #
22832025-07-18T16:18:52.714Z ##### #### # ###### #####
22842025-07-18T16:18:52.714Z
22852025-07-18T16:18:52.714Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
22862025-07-18T16:18:52.714Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
22872025-07-18T16:18:52.714Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
22882025-07-18T16:18:52.714Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
22892025-07-18T16:18:52.714Z+ [[ illumos == \i\l\l\u\m\o\s ]]
22902025-07-18T16:18:52.714Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
22912025-07-18T16:18:52.714Z+ export TMPDIR=/var/tmp/omicron_tmp
22922025-07-18T16:18:52.714Z+ TMPDIR=/var/tmp/omicron_tmp
22932025-07-18T16:18:52.714Z+ export RUST_BACKTRACE=1
22942025-07-18T16:18:52.714Z+ RUST_BACKTRACE=1
22952025-07-18T16:18:52.714Z+ export CARGO_INCREMENTAL=0
22962025-07-18T16:18:52.714Z+ CARGO_INCREMENTAL=0
22972025-07-18T16:18:52.714Z+ export RUSTC_BOOTSTRAP=1
22982025-07-18T16:18:52.714Z+ RUSTC_BOOTSTRAP=1
22992025-07-18T16:18:52.714Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
23002025-07-18T16:18:57.277Z Compiling proc-macro2 v1.0.95
23012025-07-18T16:18:57.277Z Compiling unicode-ident v1.0.18
23022025-07-18T16:18:57.302Z Compiling libc v0.2.174
23032025-07-18T16:18:57.303Z Compiling cfg-if v1.0.1
23042025-07-18T16:18:57.303Z Compiling serde v1.0.219
23052025-07-18T16:18:57.303Z Compiling autocfg v1.4.0
23062025-07-18T16:18:57.303Z Compiling memchr v2.7.4
23072025-07-18T16:18:57.303Z Compiling value-bag v1.9.0
23082025-07-18T16:18:57.303Z Running `/home/build/.rustup/toolchains/1.88.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=4f23a38d180ec43d -C extra-filename=-3466609bc44487e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23092025-07-18T16:18:57.303Z Running `/home/build/.rustup/toolchains/1.88.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=e25562ad12ff3fea -C extra-filename=-1ec0b9c34a33fc61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23102025-07-18T16:18:57.303Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=a9f80a21c0f1d6e5 -C extra-filename=-e686619440a3b94d --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-e686619440a3b94d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23112025-07-18T16:18:57.355Z Running `/home/build/.rustup/toolchains/1.88.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=07da93b8c9be6d2c -C extra-filename=-d1f23e926245b043 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-d1f23e926245b043 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23122025-07-18T16:18:57.381Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=abbb1d90ec1f2f83 -C extra-filename=-33d4ee3fd5eaa5da --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-33d4ee3fd5eaa5da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23132025-07-18T16:18:57.500Z Running `/home/build/.rustup/toolchains/1.88.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=058648fe731c2fef -C extra-filename=-10c9fd2fc1afc241 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23142025-07-18T16:18:57.525Z Running `/home/build/.rustup/toolchains/1.88.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=156e36e64c10d53d -C extra-filename=-f2334d418220dc84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23152025-07-18T16:18:57.552Z Running `/home/build/.rustup/toolchains/1.88.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=b1361693b833ca92 -C extra-filename=-8bc9efb51d5cb13b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23162025-07-18T16:18:57.664Z Compiling smallvec v1.15.0
23172025-07-18T16:18:57.718Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-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="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=832eb74107c044cc -C extra-filename=-aa8504c521d50e9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23182025-07-18T16:18:57.769Z Compiling version_check v0.9.5
23192025-07-18T16:18:57.795Z Running `/home/build/.rustup/toolchains/1.88.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=e7958e9017dfc4dc -C extra-filename=-42984fabf13575b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23202025-07-18T16:18:58.027Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-33d4ee3fd5eaa5da/build-script-build`
23212025-07-18T16:18:58.148Z Compiling log v0.4.27
23222025-07-18T16:18:58.198Z Running `/home/build/.rustup/toolchains/1.88.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=a6863f9e3ced8a21 -C extra-filename=-244bc0f69c2ab2b0 --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-10c9fd2fc1afc241.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23232025-07-18T16:18:58.224Z Compiling itoa v1.0.11
23242025-07-18T16:18:58.225Z Running `/home/build/.rustup/toolchains/1.88.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=4f4da25df55c8a54 -C extra-filename=-b294c65c434d0a42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23252025-07-18T16:18:58.261Z Compiling scopeguard v1.2.0
23262025-07-18T16:18:58.261Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-e686619440a3b94d/build-script-build`
23272025-07-18T16:18:58.286Z Running `/home/build/.rustup/toolchains/1.88.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=d4324b7d21e2fcdf -C extra-filename=-31885d01f38c3c9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23282025-07-18T16:18:58.542Z Compiling libm v0.2.8
23292025-07-18T16:18:58.542Z Running `/home/build/.rustup/toolchains/1.88.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=8937c4995b01d695 -C extra-filename=-d4fc6173a600c013 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-d4fc6173a600c013 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23302025-07-18T16:18:58.593Z Compiling stable_deref_trait v1.2.0
23312025-07-18T16:18:58.652Z Compiling portable-atomic v1.11.0
23322025-07-18T16:18:58.653Z Running `/home/build/.rustup/toolchains/1.88.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=da7dab620719772a -C extra-filename=-29fe500b85244d3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:18:58.653Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-d1f23e926245b043/build-script-build`
23342025-07-18T16:18:58.709Z Compiling lock_api v0.4.12
23352025-07-18T16:18:58.709Z Running `/home/build/.rustup/toolchains/1.88.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=a38ea0223b7271ea -C extra-filename=-6ee79e4dc2b969e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-6ee79e4dc2b969e9 -L 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-07-18T16:18:58.767Z Running `/home/build/.rustup/toolchains/1.88.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=5bd920cc2020dda3 -C extra-filename=-bad6a95c4bd9c616 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-bad6a95c4bd9c616 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f2334d418220dc84.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23372025-07-18T16:18:58.836Z Compiling num-traits v0.2.19
23382025-07-18T16:18:58.880Z Running `/home/build/.rustup/toolchains/1.88.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=fa7ac9e937ce10ff -C extra-filename=-dde5286ccbc07d1c --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-dde5286ccbc07d1c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f2334d418220dc84.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23392025-07-18T16:18:58.910Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=9143ebe6c9ef86eb -C extra-filename=-9556eb86449fdf51 --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-3466609bc44487e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
23402025-07-18T16:18:58.959Z Running `/home/build/.rustup/toolchains/1.88.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=0dddece7100c6e11 -C extra-filename=-09283293c0e83604 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
23412025-07-18T16:18:59.036Z Compiling ryu v1.0.18
23422025-07-18T16:18:59.064Z Running `/home/build/.rustup/toolchains/1.88.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=d46309555794fcda -C extra-filename=-20c2089e36bd3399 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:18:59.103Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-d4fc6173a600c013/build-script-build`
23442025-07-18T16:18:59.203Z Running `/home/build/.rustup/toolchains/1.88.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=02c1d72adaf43a59 -C extra-filename=-ac2c9f9c24cc3a63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23452025-07-18T16:18:59.342Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-dde5286ccbc07d1c/build-script-build`
23462025-07-18T16:18:59.367Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-bad6a95c4bd9c616/build-script-build`
23472025-07-18T16:18:59.410Z Compiling critical-section v1.1.3
23482025-07-18T16:18:59.436Z Running `/home/build/.rustup/toolchains/1.88.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=987b3c0dfe815588 -C extra-filename=-2768d7380d5ae827 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23492025-07-18T16:18:59.555Z Compiling serde_json v1.0.140
23502025-07-18T16:18:59.592Z Running `/home/build/.rustup/toolchains/1.88.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.140/build.rs --error-format=json --json=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=c37539a33c46fb68 -C extra-filename=-6d1d10b69c6854c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-6d1d10b69c6854c1 -L 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-07-18T16:18:59.617Z Running `/home/build/.rustup/toolchains/1.88.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=507828efc0be9001 -C extra-filename=-24231c8b3451e51f --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-31885d01f38c3c9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
23522025-07-18T16:18:59.665Z Compiling pin-project-lite v0.2.14
23532025-07-18T16:18:59.719Z Running `/home/build/.rustup/toolchains/1.88.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=d537a3232e55a176 -C extra-filename=-01b60a7df0ef4647 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23542025-07-18T16:18:59.719Z Compiling litemap v0.7.3
23552025-07-18T16:18:59.763Z Running `/home/build/.rustup/toolchains/1.88.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=c3bf863b72fb3c94 -C extra-filename=-0170928932a59862 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23562025-07-18T16:18:59.830Z Compiling quote v1.0.40
23572025-07-18T16:18:59.856Z Running `/home/build/.rustup/toolchains/1.88.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=1fcfc75932ab3af1 -C extra-filename=-d889a61fadc909f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23582025-07-18T16:18:59.917Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-6ee79e4dc2b969e9/build-script-build`
23592025-07-18T16:19:00.055Z Running `/home/build/.rustup/toolchains/1.88.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=b74332924dce1cfb -C extra-filename=-3521094af90af096 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
23602025-07-18T16:19:00.156Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-6d1d10b69c6854c1/build-script-build`
23612025-07-18T16:19:00.181Z Compiling writeable v0.5.5
23622025-07-18T16:19:00.181Z Running `/home/build/.rustup/toolchains/1.88.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=0ffe20c4bbd63db7 -C extra-filename=-249513e1aced7ce2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23632025-07-18T16:19:00.234Z Compiling getrandom v0.2.15
23642025-07-18T16:19:00.259Z Running `/home/build/.rustup/toolchains/1.88.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=0edc9334202977e7 -C extra-filename=-db1759231e804faf --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-1ec0b9c34a33fc61.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23652025-07-18T16:19:00.287Z Running `/home/build/.rustup/toolchains/1.88.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=e346132e9ccdfa2d -C extra-filename=-347f5eeb4dc10c7b --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-ac2c9f9c24cc3a63.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)'`
23662025-07-18T16:19:00.423Z Compiling syn v2.0.104
23672025-07-18T16:19:00.448Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.104/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=d99cf847fa877af8 -C extra-filename=-d7ccff1976a9e7c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3466609bc44487e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23682025-07-18T16:19:00.528Z Compiling percent-encoding v2.3.1
23692025-07-18T16:19:00.553Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=bece9ce42f9ba2d1 -C extra-filename=-74e792d357b9e27d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23702025-07-18T16:19:00.588Z Compiling shlex v1.3.0
23712025-07-18T16:19:00.625Z Running `/home/build/.rustup/toolchains/1.88.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=e8a1d93588d4f932 -C extra-filename=-c99b785a067e08da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:19:00.653Z Compiling rand_core v0.6.4
23732025-07-18T16:19:00.701Z Running `/home/build/.rustup/toolchains/1.88.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=d4c8b55bdb14f5ae -C extra-filename=-af0c7eaeaab3b29d --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-db1759231e804faf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23742025-07-18T16:19:00.769Z Compiling byteorder v1.5.0
23752025-07-18T16:19:00.794Z Running `/home/build/.rustup/toolchains/1.88.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=3438a74632ca7dfc -C extra-filename=-76e995005ff0a130 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23762025-07-18T16:19:00.852Z Compiling icu_locid_transform_data v1.5.0
23772025-07-18T16:19:00.877Z Running `/home/build/.rustup/toolchains/1.88.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=2060631dbb8179f5 -C extra-filename=-c69913c2f21e42a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23782025-07-18T16:19:00.949Z Compiling icu_properties_data v1.5.0
23792025-07-18T16:19:00.974Z Running `/home/build/.rustup/toolchains/1.88.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=30d6a96b2f4fd712 -C extra-filename=-1066dd833868b82d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23802025-07-18T16:19:01.033Z Compiling parking_lot_core v0.9.10
23812025-07-18T16:19:01.058Z Running `/home/build/.rustup/toolchains/1.88.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=d70229857105053c -C extra-filename=-323e9895f874f2af --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-323e9895f874f2af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23822025-07-18T16:19:01.130Z Compiling jobserver v0.1.32
23832025-07-18T16:19:01.156Z Running `/home/build/.rustup/toolchains/1.88.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=178d30786d0f6d1a -C extra-filename=-fbee27a16160e947 --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-09283293c0e83604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23842025-07-18T16:19:01.307Z Compiling once_cell v1.21.3
23852025-07-18T16:19:01.332Z Running `/home/build/.rustup/toolchains/1.88.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=46e28c43d8260f75 -C extra-filename=-f242d23d18cdc86c --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-2768d7380d5ae827.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-3521094af90af096.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23862025-07-18T16:19:01.356Z Compiling semver v1.0.26
23872025-07-18T16:19:01.403Z Running `/home/build/.rustup/toolchains/1.88.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=e52c8667ef136755 -C extra-filename=-4761e18bdb6a2ffc --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-4761e18bdb6a2ffc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23882025-07-18T16:19:01.428Z Compiling utf8_iter v1.0.4
23892025-07-18T16:19:01.428Z Running `/home/build/.rustup/toolchains/1.88.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=28f416470504c3c6 -C extra-filename=-907e9b43bd5f3317 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:19:01.460Z Compiling write16 v1.0.0
23912025-07-18T16:19:01.486Z Running `/home/build/.rustup/toolchains/1.88.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=2d579cca88722fe9 -C extra-filename=-033d25e2dac1b9a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23922025-07-18T16:19:01.604Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-323e9895f874f2af/build-script-build`
23932025-07-18T16:19:01.667Z Compiling icu_normalizer_data v1.5.0
23942025-07-18T16:19:01.692Z Compiling utf16_iter v1.0.5
23952025-07-18T16:19:01.693Z Running `/home/build/.rustup/toolchains/1.88.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=3feb9f0abf2ca46a -C extra-filename=-ecb780751e49f782 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23962025-07-18T16:19:01.693Z Running `/home/build/.rustup/toolchains/1.88.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=1a72319e48c5afe7 -C extra-filename=-e12f82b12f8e5680 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:19:01.774Z Compiling cc v1.2.15
23982025-07-18T16:19:01.774Z Running `/home/build/.rustup/toolchains/1.88.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=0186c58800c6ff12 -C extra-filename=-ea86c33ddabb58de --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-1ec0b9c34a33fc61.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-aa8504c521d50e9f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23992025-07-18T16:19:01.817Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.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="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=b38ac6256e92bea0 -C extra-filename=-01b2bc2360d2f040 --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-fbee27a16160e947.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-c99b785a067e08da.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24002025-07-18T16:19:01.868Z Compiling regex-syntax v0.8.5
24012025-07-18T16:19:01.894Z Running `/home/build/.rustup/toolchains/1.88.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=2ae952c4768d1efc -C extra-filename=-1ec141ff0d2c5435 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24022025-07-18T16:19:01.974Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-4761e18bdb6a2ffc/build-script-build`
24032025-07-18T16:19:02.024Z Compiling form_urlencoded v1.2.1
24042025-07-18T16:19:02.049Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=fe689bff7028736d -C extra-filename=-8f384e6d644a1dbb --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-74e792d357b9e27d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24052025-07-18T16:19:02.748Z Compiling equivalent v1.0.2
24062025-07-18T16:19:02.775Z Running `/home/build/.rustup/toolchains/1.88.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=9b97f3a25518d632 -C extra-filename=-aa4171eab1a61a05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:19:02.775Z Compiling getrandom v0.3.1
24082025-07-18T16:19:02.775Z Compiling foldhash v0.1.5
24092025-07-18T16:19:02.776Z Running `/home/build/.rustup/toolchains/1.88.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=a29f65f323b83a19 -C extra-filename=-594070027713de06 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-594070027713de06 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24102025-07-18T16:19:02.776Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=26262a62042caac1 -C extra-filename=-5c7a173a006c10c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:19:02.776Z Compiling parking_lot v0.12.3
24122025-07-18T16:19:02.776Z Running `/home/build/.rustup/toolchains/1.88.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=9565a01e5df27001 -C extra-filename=-a9b777944490afe9 --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-24231c8b3451e51f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-ea86c33ddabb58de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132025-07-18T16:19:02.776Z Compiling allocator-api2 v0.2.21
24142025-07-18T16:19:02.776Z Running `/home/build/.rustup/toolchains/1.88.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=5e67a15c7ffb1246 -C extra-filename=-6489a005424e26a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24152025-07-18T16:19:02.776Z Compiling aho-corasick v1.1.3
24162025-07-18T16:19:02.776Z Running `/home/build/.rustup/toolchains/1.88.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=0ffdf1b4d90563e1 -C extra-filename=-21b6c990cb36eaef --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-8bc9efb51d5cb13b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24172025-07-18T16:19:02.776Z Compiling subtle v2.6.1
24182025-07-18T16:19:02.776Z Running `/home/build/.rustup/toolchains/1.88.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=d6a7e3851a3f8361 -C extra-filename=-1089bd0ce25a7d6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:19:02.957Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-594070027713de06/build-script-build`
24202025-07-18T16:19:03.022Z Running `/home/build/.rustup/toolchains/1.88.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=f1e13f218de058f4 -C extra-filename=-bc2d54df68e62c56 --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-1ec0b9c34a33fc61.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24212025-07-18T16:19:03.121Z Compiling signal-hook-registry v1.4.2
24222025-07-18T16:19:03.148Z Running `/home/build/.rustup/toolchains/1.88.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=1e09482d3fa57bd1 -C extra-filename=-4647445ac3488f76 --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-09283293c0e83604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24232025-07-18T16:19:03.206Z Compiling hashbrown v0.15.4
24242025-07-18T16:19:03.254Z Running `/home/build/.rustup/toolchains/1.88.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=1391793fbeca63ec -C extra-filename=-ea77094bf9778b00 --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-6489a005424e26a3.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-aa4171eab1a61a05.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-5c7a173a006c10c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24252025-07-18T16:19:03.280Z Compiling errno v0.3.12
24262025-07-18T16:19:03.336Z Running `/home/build/.rustup/toolchains/1.88.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=d0ffb0673ab1408b -C extra-filename=-50151fb85dc40b84 --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-09283293c0e83604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24272025-07-18T16:19:03.529Z Compiling fnv v1.0.7
24282025-07-18T16:19:03.554Z Running `/home/build/.rustup/toolchains/1.88.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=7ef1ee06f4ea0794 -C extra-filename=-15eec6a4ea14602e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:19:03.685Z Compiling typenum v1.17.0
24302025-07-18T16:19:03.712Z Running `/home/build/.rustup/toolchains/1.88.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=e24acfb7e7fcf0fe -C extra-filename=-09740cdfab0a7fdf --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-09740cdfab0a7fdf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24312025-07-18T16:19:03.782Z Compiling mio v1.0.2
24322025-07-18T16:19:03.807Z Running `/home/build/.rustup/toolchains/1.88.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=a1beefa89ec19267 -C extra-filename=-59a7b239b98be0ad --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-09283293c0e83604.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24332025-07-18T16:19:03.998Z Compiling generic-array v0.14.7
24342025-07-18T16:19:04.023Z Running `/home/build/.rustup/toolchains/1.88.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=9f3bd9f514a5c116 -C extra-filename=-b14ef44b28fe8291 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-b14ef44b28fe8291 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-42984fabf13575b6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352025-07-18T16:19:04.573Z Compiling futures-core v0.3.31
24362025-07-18T16:19:04.598Z Running `/home/build/.rustup/toolchains/1.88.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=5a786d2b3013449d -C extra-filename=-cbdb771357233643 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:19:04.646Z Compiling heck v0.5.0
24382025-07-18T16:19:04.699Z Running `/home/build/.rustup/toolchains/1.88.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=9ee0145e5d248ad7 -C extra-filename=-9c466a4ed58223b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392025-07-18T16:19:04.865Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-09740cdfab0a7fdf/build-script-main`
24402025-07-18T16:19:04.951Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-b14ef44b28fe8291/build-script-build`
24412025-07-18T16:19:05.007Z Compiling thiserror v1.0.69
24422025-07-18T16:19:05.032Z Running `/home/build/.rustup/toolchains/1.88.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=a43d24167fee7d7f -C extra-filename=-6d01aec4236f72c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-6d01aec4236f72c8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24432025-07-18T16:19:05.107Z Running `/home/build/.rustup/toolchains/1.88.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=adbb2ae4b8a34cbd -C extra-filename=-8f89a459679d1b35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:19:05.132Z Compiling rustix v0.38.37
24452025-07-18T16:19:05.132Z Running `/home/build/.rustup/toolchains/1.88.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=5f80a900bdbf13bb -C extra-filename=-cccfbef718886007 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-cccfbef718886007 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24462025-07-18T16:19:05.229Z Compiling socket2 v0.5.10
24472025-07-18T16:19:05.254Z Running `/home/build/.rustup/toolchains/1.88.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=955cb8e04959bcca -C extra-filename=-30f83be289414ffe --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-09283293c0e83604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24482025-07-18T16:19:05.789Z Compiling regex-automata v0.4.8
24492025-07-18T16:19:05.815Z Running `/home/build/.rustup/toolchains/1.88.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=d63702c04f9d4942 -C extra-filename=-7641545b05054316 --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-21b6c990cb36eaef.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8bc9efb51d5cb13b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-1ec141ff0d2c5435.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24502025-07-18T16:19:05.842Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-6d01aec4236f72c8/build-script-build`
24512025-07-18T16:19:06.046Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-cccfbef718886007/build-script-build`
24522025-07-18T16:19:06.298Z Compiling either v1.15.0
24532025-07-18T16:19:06.323Z Running `/home/build/.rustup/toolchains/1.88.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=32221ee4762a3a5c -C extra-filename=-7e6bfb7da4b02c98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24542025-07-18T16:19:06.455Z Compiling iana-time-zone v0.1.63
24552025-07-18T16:19:06.481Z Running `/home/build/.rustup/toolchains/1.88.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=3531dade456b8819 -C extra-filename=-64248f07577526db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24562025-07-18T16:19:06.512Z Compiling slab v0.4.9
24572025-07-18T16:19:06.562Z Compiling pkg-config v0.3.31
24582025-07-18T16:19:06.562Z Running `/home/build/.rustup/toolchains/1.88.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=edd02179c508d3f5 -C extra-filename=-6855f87e5729790e --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-6855f87e5729790e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f2334d418220dc84.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592025-07-18T16:19:06.563Z Running `/home/build/.rustup/toolchains/1.88.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=f162e2137b79bd2d -C extra-filename=-09d920a2180ec0b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24602025-07-18T16:19:06.856Z Compiling spin v0.9.8
24612025-07-18T16:19:06.881Z Running `/home/build/.rustup/toolchains/1.88.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=ad4bc50a0c553900 -C extra-filename=-1fe42e1dabef62af --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-24231c8b3451e51f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24622025-07-18T16:19:07.005Z Compiling futures-io v0.3.31
24632025-07-18T16:19:07.030Z Running `/home/build/.rustup/toolchains/1.88.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=6d620c617d57879e -C extra-filename=-dc9a70e47a4ff954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24642025-07-18T16:19:07.030Z Compiling const-oid v0.9.6
24652025-07-18T16:19:07.031Z Running `/home/build/.rustup/toolchains/1.88.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=9fa8c5a35a6c97a2 -C extra-filename=-478d1a6e529906f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24662025-07-18T16:19:07.143Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-6855f87e5729790e/build-script-build`
24672025-07-18T16:19:07.351Z Compiling dyn-clone v1.0.19
24682025-07-18T16:19:07.376Z Running `/home/build/.rustup/toolchains/1.88.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.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6176e1315701439 -C extra-filename=-2024a8f0d518287d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24692025-07-18T16:19:07.401Z Compiling schemars v0.8.22
24702025-07-18T16:19:07.401Z Running `/home/build/.rustup/toolchains/1.88.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=e99f5ca9fc0e6a21 -C extra-filename=-67845c7e7f0d37b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24712025-07-18T16:19:07.401Z Running `/home/build/.rustup/toolchains/1.88.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=4557068057fc898c -C extra-filename=-5f6b455be3790296 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-5f6b455be3790296 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722025-07-18T16:19:07.656Z Compiling futures-sink v0.3.31
24732025-07-18T16:19:07.681Z Running `/home/build/.rustup/toolchains/1.88.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=4abf855a1cf2b37b -C extra-filename=-3870a1a8f1b27b92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24742025-07-18T16:19:07.763Z Compiling lazy_static v1.5.0
24752025-07-18T16:19:07.787Z Running `/home/build/.rustup/toolchains/1.88.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=34a0b0e70bd7a812 -C extra-filename=-91a677dd349e0155 --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-1fe42e1dabef62af.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762025-07-18T16:19:07.839Z Compiling synstructure v0.13.1
24772025-07-18T16:19:07.864Z Running `/home/build/.rustup/toolchains/1.88.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=1db98f4cab810a5c -C extra-filename=-65172aaa30d15e40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782025-07-18T16:19:07.893Z Compiling serde_derive_internals v0.29.1
24792025-07-18T16:19:07.918Z Running `/home/build/.rustup/toolchains/1.88.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=36cf5c362ebb6f7b -C extra-filename=-f64a33b204e18a40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24802025-07-18T16:19:07.949Z Compiling pin-utils v0.1.0
24812025-07-18T16:19:07.949Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-5f6b455be3790296/build-script-build`
24822025-07-18T16:19:07.974Z Running `/home/build/.rustup/toolchains/1.88.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=cd8405fc86599350 -C extra-filename=-1d84551e79640911 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:19:08.047Z Compiling cpufeatures v0.2.14
24842025-07-18T16:19:08.073Z Running `/home/build/.rustup/toolchains/1.88.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=4aa99e815c725888 -C extra-filename=-45550c38244b7ffd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852025-07-18T16:19:08.121Z Compiling syn v1.0.109
24862025-07-18T16:19:08.146Z Running `/home/build/.rustup/toolchains/1.88.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=f7f1160f089708a5 -C extra-filename=-e5147a09d39e4010 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-e5147a09d39e4010 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24872025-07-18T16:19:08.171Z Compiling futures-channel v0.3.31
24882025-07-18T16:19:08.171Z Running `/home/build/.rustup/toolchains/1.88.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=a4801d8b65b080ea -C extra-filename=-842a1d8d7d894b4f --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-cbdb771357233643.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3870a1a8f1b27b92.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24892025-07-18T16:19:08.238Z Compiling futures-task v0.3.31
24902025-07-18T16:19:08.264Z Running `/home/build/.rustup/toolchains/1.88.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=46a9ebbc76501d72 -C extra-filename=-2baa2e36a52c8d43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912025-07-18T16:19:08.630Z Compiling tracing-core v0.1.32
24922025-07-18T16:19:08.675Z Running `/home/build/.rustup/toolchains/1.88.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=924bcdce0d489093 -C extra-filename=-a6c9c6610318b68a --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-f242d23d18cdc86c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24932025-07-18T16:19:08.724Z Compiling strsim v0.11.1
24942025-07-18T16:19:08.749Z Running `/home/build/.rustup/toolchains/1.88.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=9b59eaf87e9fccd0 -C extra-filename=-47f4b7d4fec673ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24952025-07-18T16:19:08.880Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-e5147a09d39e4010/build-script-build`
24962025-07-18T16:19:09.039Z Running `/home/build/.rustup/toolchains/1.88.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=451eff5272c2297b -C extra-filename=-fde125be9e7b5dcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3466609bc44487e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
24972025-07-18T16:19:09.089Z Compiling glob v0.3.2
24982025-07-18T16:19:09.114Z Running `/home/build/.rustup/toolchains/1.88.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=1439d3404814b351 -C extra-filename=-d7b54a0c7b41b572 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24992025-07-18T16:19:09.324Z Compiling thiserror v2.0.12
25002025-07-18T16:19:09.349Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=281d5fee7c8755c5 -C extra-filename=-a6d0045a394b96d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-a6d0045a394b96d9 -L 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-07-18T16:19:09.489Z Compiling prettyplease v0.2.35
25022025-07-18T16:19:09.514Z Running `/home/build/.rustup/toolchains/1.88.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.35/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=865e95455242915f -C extra-filename=-88184db16e7534ea --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-88184db16e7534ea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032025-07-18T16:19:09.947Z Compiling minimal-lexical v0.2.1
25042025-07-18T16:19:09.992Z Running `/home/build/.rustup/toolchains/1.88.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=eab372a9c259b5b2 -C extra-filename=-8c2fd25ac63a8fc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25052025-07-18T16:19:10.017Z Compiling crossbeam-utils v0.8.21
25062025-07-18T16:19:10.051Z Running `/home/build/.rustup/toolchains/1.88.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=abcccdd59e6b656e -C extra-filename=-9619a92106e2ce2c --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-9619a92106e2ce2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072025-07-18T16:19:10.076Z Compiling clang-sys v1.8.1
25082025-07-18T16:19:10.104Z Running `/home/build/.rustup/toolchains/1.88.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=1fe8d469df5b5dc2 -C extra-filename=-c92a14a567b3cbf5 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-c92a14a567b3cbf5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7b54a0c7b41b572.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092025-07-18T16:19:10.132Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-a6d0045a394b96d9/build-script-build`
25102025-07-18T16:19:10.286Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-88184db16e7534ea/build-script-build`
25112025-07-18T16:19:10.351Z Compiling paste v1.0.15
25122025-07-18T16:19:10.376Z Running `/home/build/.rustup/toolchains/1.88.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=50a310a0acf5a5cc -C extra-filename=-ee26acab15dd03ac --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-ee26acab15dd03ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25132025-07-18T16:19:10.576Z Compiling nom v7.1.3
25142025-07-18T16:19:10.601Z Running `/home/build/.rustup/toolchains/1.88.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=c4ad295ab05a6247 -C extra-filename=-5f13edeeb2694294 --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-8bc9efb51d5cb13b.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-8c2fd25ac63a8fc9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152025-07-18T16:19:10.735Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-9619a92106e2ce2c/build-script-build`
25162025-07-18T16:19:10.799Z Compiling adler2 v2.0.0
25172025-07-18T16:19:10.825Z Running `/home/build/.rustup/toolchains/1.88.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=37a202678bd16895 -C extra-filename=-9d0dc732c177b686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182025-07-18T16:19:10.852Z Running `/home/build/.rustup/toolchains/1.88.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=3cbf8ddcbbf158bd -C extra-filename=-5159d48380bbdf86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
25192025-07-18T16:19:10.916Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-c92a14a567b3cbf5/build-script-build`
25202025-07-18T16:19:10.979Z Compiling libloading v0.8.5
25212025-07-18T16:19:11.005Z Running `/home/build/.rustup/toolchains/1.88.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=8b6fc55ba05e07a1 -C extra-filename=-40c955fd3b717674 --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-1ec0b9c34a33fc61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222025-07-18T16:19:11.030Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-ee26acab15dd03ac/build-script-build`
25232025-07-18T16:19:11.133Z Compiling miniz_oxide v0.8.5
25242025-07-18T16:19:11.171Z Running `/home/build/.rustup/toolchains/1.88.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=f55756ba6c8ce8bd -C extra-filename=-3ece0297858eab2b --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-9d0dc732c177b686.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25252025-07-18T16:19:11.237Z Running `/home/build/.rustup/toolchains/1.88.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=2766492d66c490d5 -C extra-filename=-9ca21b882cc6264d --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"))'`
25262025-07-18T16:19:11.490Z Compiling vcpkg v0.2.15
25272025-07-18T16:19:11.529Z Running `/home/build/.rustup/toolchains/1.88.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=17788019cb0bda13 -C extra-filename=-6cf298f1f0e76afa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25282025-07-18T16:19:12.121Z Compiling regex v1.11.1
25292025-07-18T16:19:12.146Z Running `/home/build/.rustup/toolchains/1.88.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=45e3fed305b15073 -C extra-filename=-ef2de87a43f51cdf --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-21b6c990cb36eaef.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8bc9efb51d5cb13b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-7641545b05054316.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-1ec141ff0d2c5435.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302025-07-18T16:19:12.389Z Running `/home/build/.rustup/toolchains/1.88.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=8d5b7342d4a7caec -C extra-filename=-f5564dcf14e2fc76 --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-d7b54a0c7b41b572.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-40c955fd3b717674.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312025-07-18T16:19:12.585Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=0a68db8f28f8af0d -C extra-filename=-0f93d99a3ba4bcc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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)'`
25322025-07-18T16:19:12.885Z Compiling serde_derive v1.0.219
25332025-07-18T16:19:12.909Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=5a5d5220f0392961 -C extra-filename=-f8cafe78598a89a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342025-07-18T16:19:13.135Z Compiling zeroize_derive v1.4.2
25352025-07-18T16:19:13.163Z Running `/home/build/.rustup/toolchains/1.88.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=b557a8871377e732 -C extra-filename=-4907690109c52964 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25362025-07-18T16:19:13.237Z Compiling zerofrom-derive v0.1.4
25372025-07-18T16:19:13.261Z Running `/home/build/.rustup/toolchains/1.88.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=1cccc273e0b17d42 -C extra-filename=-e5156b9bc92e921b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-65172aaa30d15e40.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25382025-07-18T16:19:13.761Z Compiling yoke-derive v0.7.4
25392025-07-18T16:19:13.785Z Running `/home/build/.rustup/toolchains/1.88.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=31e2c7d691291353 -C extra-filename=-03a846f88013d697 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-65172aaa30d15e40.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402025-07-18T16:19:14.744Z Compiling zeroize v1.8.1
25412025-07-18T16:19:14.768Z Running `/home/build/.rustup/toolchains/1.88.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=0d3e4b8800f510e3 -C extra-filename=-70ec45b692bd35d9 --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-4907690109c52964.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25422025-07-18T16:19:15.191Z Compiling zerovec-derive v0.10.3
25432025-07-18T16:19:15.215Z Running `/home/build/.rustup/toolchains/1.88.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=33f97be7a519ace0 -C extra-filename=-9352ea3743ba4b1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442025-07-18T16:19:15.454Z Compiling displaydoc v0.2.5
25452025-07-18T16:19:15.478Z Running `/home/build/.rustup/toolchains/1.88.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=cddf7e8de6f080ba -C extra-filename=-61fc846a212cce95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462025-07-18T16:19:16.511Z Compiling icu_provider_macros v1.5.0
25472025-07-18T16:19:16.537Z Running `/home/build/.rustup/toolchains/1.88.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=0963799ea05b7ade -C extra-filename=-5b0561b0706ed542 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482025-07-18T16:19:16.567Z Running `/home/build/.rustup/toolchains/1.88.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=a10282f51e333c0f -C extra-filename=-c6c1183c12f21f86 --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-8f89a459679d1b35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
25492025-07-18T16:19:16.915Z Compiling zerofrom v0.1.4
25502025-07-18T16:19:16.939Z Running `/home/build/.rustup/toolchains/1.88.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=526f090d033a7274 -C extra-filename=-eae1eb7917267e8f --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-e5156b9bc92e921b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512025-07-18T16:19:17.161Z Compiling thiserror-impl v1.0.69
25522025-07-18T16:19:17.186Z Running `/home/build/.rustup/toolchains/1.88.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=abbd58a0fe4dcca4 -C extra-filename=-f1eb38daedfe8427 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25532025-07-18T16:19:17.225Z Compiling yoke v0.7.4
25542025-07-18T16:19:17.249Z Running `/home/build/.rustup/toolchains/1.88.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=9933218cad24f0fb -C extra-filename=-6b3666d7a57f1414 --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-29fe500b85244d3d.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-03a846f88013d697.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-eae1eb7917267e8f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25552025-07-18T16:19:17.615Z Compiling tokio-macros v2.5.0
25562025-07-18T16:19:17.639Z Running `/home/build/.rustup/toolchains/1.88.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=1dee7d25827a2079 -C extra-filename=-4a1a01855b529cc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572025-07-18T16:19:17.665Z Compiling zerovec v0.10.4
25582025-07-18T16:19:17.689Z Running `/home/build/.rustup/toolchains/1.88.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=d230227d5003ca4a -C extra-filename=-420f0772244c84f1 --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-6b3666d7a57f1414.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-eae1eb7917267e8f.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-9352ea3743ba4b1a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25592025-07-18T16:19:17.731Z Compiling zerocopy-derive v0.7.35
25602025-07-18T16:19:17.755Z Running `/home/build/.rustup/toolchains/1.88.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=860329c1e145ec37 -C extra-filename=-e24dd9883b661d58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25612025-07-18T16:19:17.944Z Compiling crypto-common v0.1.6
25622025-07-18T16:19:17.968Z Running `/home/build/.rustup/toolchains/1.88.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=114369bbd4504936 -C extra-filename=-005fe0d02da3f46b --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-c6c1183c12f21f86.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-af0c7eaeaab3b29d.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-8f89a459679d1b35.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632025-07-18T16:19:18.253Z Compiling schemars_derive v0.8.22
25642025-07-18T16:19:18.278Z Running `/home/build/.rustup/toolchains/1.88.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=97ca4513d56c3395 -C extra-filename=-19f09f48d1dd47d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-f64a33b204e18a40.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25652025-07-18T16:19:19.268Z Compiling block-buffer v0.10.4
25662025-07-18T16:19:19.309Z Running `/home/build/.rustup/toolchains/1.88.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=6ac72f4d46bd9438 -C extra-filename=-371cf206dc6cbc7f --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-c6c1183c12f21f86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672025-07-18T16:19:19.626Z Compiling tinystr v0.7.6
25682025-07-18T16:19:19.650Z Running `/home/build/.rustup/toolchains/1.88.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=1efe14a651d45e33 -C extra-filename=-62806a7b4fb88d36 --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-61fc846a212cce95.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-420f0772244c84f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692025-07-18T16:19:19.780Z Compiling icu_collections v1.5.0
25702025-07-18T16:19:19.805Z Running `/home/build/.rustup/toolchains/1.88.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=e1c7cfe744131e1b -C extra-filename=-c2f239cd3f0e3bd1 --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-61fc846a212cce95.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-6b3666d7a57f1414.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-eae1eb7917267e8f.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-420f0772244c84f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25712025-07-18T16:19:19.902Z Compiling zerocopy v0.7.35
25722025-07-18T16:19:19.927Z Running `/home/build/.rustup/toolchains/1.88.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=63900a4edb748b7e -C extra-filename=-f9f786032867e7b5 --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-76e995005ff0a130.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-e24dd9883b661d58.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732025-07-18T16:19:19.995Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=3dd1e04f683a9026 -C extra-filename=-055e1d96445a02a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-f8cafe78598a89a5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
25742025-07-18T16:19:20.088Z Compiling icu_locid v1.5.0
25752025-07-18T16:19:20.112Z Running `/home/build/.rustup/toolchains/1.88.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=f73c50a59dd3c401 -C extra-filename=-7b7739c05bb4c6b7 --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-61fc846a212cce95.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-0170928932a59862.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-62806a7b4fb88d36.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-249513e1aced7ce2.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-420f0772244c84f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762025-07-18T16:19:20.162Z Running `/home/build/.rustup/toolchains/1.88.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=30d8b021ac1a2e5e -C extra-filename=-e3c9772f0ef5be4c --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-f1eb38daedfe8427.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)'`
25772025-07-18T16:19:20.384Z Compiling digest v0.10.7
25782025-07-18T16:19:20.408Z Running `/home/build/.rustup/toolchains/1.88.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=7c17dbeeaf59a045 -C extra-filename=-86cffebc07ad4c24 --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-371cf206dc6cbc7f.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-478d1a6e529906f8.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-005fe0d02da3f46b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792025-07-18T16:19:20.529Z Compiling futures-macro v0.3.31
25802025-07-18T16:19:20.553Z Running `/home/build/.rustup/toolchains/1.88.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=f6d7610e3c6e65e9 -C extra-filename=-a6c550551e79cdc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812025-07-18T16:19:20.971Z Compiling tracing-attributes v0.1.27
25822025-07-18T16:19:20.996Z Running `/home/build/.rustup/toolchains/1.88.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=d1648886b684fc29 -C extra-filename=-ca4691c1af48cd68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832025-07-18T16:19:21.233Z Compiling thiserror-impl v2.0.12
25842025-07-18T16:19:21.257Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=900a8716fe0a8338 -C extra-filename=-e93a66b2aeb2da39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852025-07-18T16:19:21.281Z Compiling cexpr v0.6.0
25862025-07-18T16:19:21.306Z Running `/home/build/.rustup/toolchains/1.88.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=de67b93e8ee7d22b -C extra-filename=-a9025c1d913e85d8 --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-5f13edeeb2694294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872025-07-18T16:19:21.411Z Compiling ppv-lite86 v0.2.20
25882025-07-18T16:19:21.435Z Running `/home/build/.rustup/toolchains/1.88.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=82171fd18d0c87ee -C extra-filename=-3d20efd75ba060fc --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-f9f786032867e7b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892025-07-18T16:19:22.255Z Compiling icu_provider v1.5.0
25902025-07-18T16:19:22.279Z Compiling rand_chacha v0.3.1
25912025-07-18T16:19:22.279Z Running `/home/build/.rustup/toolchains/1.88.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=3b9c70733f38cd9b -C extra-filename=-e24fab2c033d7909 --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-61fc846a212cce95.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-7b7739c05bb4c6b7.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-5b0561b0706ed542.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-29fe500b85244d3d.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-62806a7b4fb88d36.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-249513e1aced7ce2.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-6b3666d7a57f1414.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-eae1eb7917267e8f.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-420f0772244c84f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25922025-07-18T16:19:22.280Z Running `/home/build/.rustup/toolchains/1.88.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=46f61b6bcff7de53 -C extra-filename=-e12c4f515b707036 --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-3d20efd75ba060fc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-af0c7eaeaab3b29d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932025-07-18T16:19:22.493Z Compiling home v0.5.9
25942025-07-18T16:19:22.518Z Running `/home/build/.rustup/toolchains/1.88.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=b7067652b7b8222d -C extra-filename=-b93dad57b4a66562 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952025-07-18T16:19:22.544Z Compiling futures-util v0.3.31
25962025-07-18T16:19:22.601Z Running `/home/build/.rustup/toolchains/1.88.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=9af4a68aa31d8aba -C extra-filename=-f5c1185d570ac8b9 --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-842a1d8d7d894b4f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbdb771357233643.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-dc9a70e47a4ff954.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-a6c550551e79cdc3.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3870a1a8f1b27b92.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-2baa2e36a52c8d43.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8bc9efb51d5cb13b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b60a7df0ef4647.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-1d84551e79640911.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-67845c7e7f0d37b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972025-07-18T16:19:22.774Z Compiling block-padding v0.3.3
25982025-07-18T16:19:22.798Z Running `/home/build/.rustup/toolchains/1.88.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=1c6dc8e336fcac9a -C extra-filename=-ebf0c026730b07ef --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-c6c1183c12f21f86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25992025-07-18T16:19:22.822Z Compiling rand v0.8.5
26002025-07-18T16:19:22.857Z Running `/home/build/.rustup/toolchains/1.88.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="small_rng"' --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=50bff9c88d136226 -C extra-filename=-d29435647ba65fa4 --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-09283293c0e83604.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-e12c4f515b707036.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-af0c7eaeaab3b29d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012025-07-18T16:19:23.111Z Compiling icu_locid_transform v1.5.0
26022025-07-18T16:19:23.135Z Running `/home/build/.rustup/toolchains/1.88.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=c9d2d23d333ab448 -C extra-filename=-367ed225111b31ab --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-61fc846a212cce95.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-7b7739c05bb4c6b7.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-c69913c2f21e42a8.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-e24fab2c033d7909.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-62806a7b4fb88d36.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-420f0772244c84f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26032025-07-18T16:19:23.306Z Compiling ring v0.17.14
26042025-07-18T16:19:23.330Z Running `/home/build/.rustup/toolchains/1.88.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=0296f2511331c857 -C extra-filename=-41b25990961b11de --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-41b25990961b11de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-01b2bc2360d2f040.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26052025-07-18T16:19:24.377Z Compiling tracing v0.1.40
26062025-07-18T16:19:24.403Z Running `/home/build/.rustup/toolchains/1.88.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=df845252c5592b8f -C extra-filename=-5af8ef375db8323f --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-244bc0f69c2ab2b0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b60a7df0ef4647.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-ca4691c1af48cd68.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-a6c9c6610318b68a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26072025-07-18T16:19:24.500Z Compiling icu_properties v1.5.1
26082025-07-18T16:19:24.525Z Running `/home/build/.rustup/toolchains/1.88.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=6b403c117b5ffb98 -C extra-filename=-c46933c84f6b7afd --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-61fc846a212cce95.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-c2f239cd3f0e3bd1.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-367ed225111b31ab.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-1066dd833868b82d.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-e24fab2c033d7909.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-62806a7b4fb88d36.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-420f0772244c84f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26092025-07-18T16:19:24.553Z Compiling time-core v0.1.2
26102025-07-18T16:19:24.553Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ab6e786290284be1 -C extra-filename=-d4a1ca9a0fc30bad --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-e93a66b2aeb2da39.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)'`
26112025-07-18T16:19:24.620Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4288cbe9f149e78 -C extra-filename=-7aa78bd8258e3dd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122025-07-18T16:19:24.780Z Compiling num-conv v0.1.0
26132025-07-18T16:19:24.805Z Running `/home/build/.rustup/toolchains/1.88.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=f1c82f937741bb84 -C extra-filename=-ce6111bcc6393f59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142025-07-18T16:19:24.887Z Compiling powerfmt v0.2.0
26152025-07-18T16:19:24.911Z Running `/home/build/.rustup/toolchains/1.88.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=37ea43f47441f478 -C extra-filename=-a7390946a1347e8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26162025-07-18T16:19:24.979Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-41b25990961b11de/build-script-build`
26172025-07-18T16:19:25.004Z Compiling inout v0.1.3
26182025-07-18T16:19:25.004Z Running `/home/build/.rustup/toolchains/1.88.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=3b4eebffb097a67a -C extra-filename=-8039d9bbf1b146e0 --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-ebf0c026730b07ef.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c6c1183c12f21f86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192025-07-18T16:19:25.126Z Compiling time-macros v0.2.18
26202025-07-18T16:19:25.150Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=e5827da8d20f9192 -C extra-filename=-ab54f155c33ae803 --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-ce6111bcc6393f59.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-7aa78bd8258e3dd1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212025-07-18T16:19:25.356Z Compiling bytes v1.10.1
26222025-07-18T16:19:25.380Z Compiling bitflags v2.9.1
26232025-07-18T16:19:25.380Z Running `/home/build/.rustup/toolchains/1.88.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=46ed51293a004cd7 -C extra-filename=-c4ed0f2ee252a2f2 --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-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242025-07-18T16:19:25.380Z Running `/home/build/.rustup/toolchains/1.88.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=2b6f2f712c2f34be -C extra-filename=-f5683af400e4b5bb --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-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252025-07-18T16:19:25.444Z Running `/home/build/.rustup/toolchains/1.88.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.140/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=4315faa750445109 -C extra-filename=-9734a1638f68d1fe --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-b294c65c434d0a42.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8bc9efb51d5cb13b.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-20c2089e36bd3399.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.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"))'`
26262025-07-18T16:19:25.555Z Running `/home/build/.rustup/toolchains/1.88.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=bcb76a931490c432 -C extra-filename=-bd643a5291546ec3 --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-055e1d96445a02a2.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)'`
26272025-07-18T16:19:25.890Z Running `/home/build/.rustup/toolchains/1.88.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=a305fdfef3a8fb17 -C extra-filename=-e03c66de06ed6290 --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-f5683af400e4b5bb.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-50151fb85dc40b84.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
26282025-07-18T16:19:26.379Z Compiling indexmap v2.10.0
26292025-07-18T16:19:26.404Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "test_debug"))' -C metadata=80be03e4b4186ae4 -C extra-filename=-d1207bdafd8da2e1 --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-aa4171eab1a61a05.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ea77094bf9778b00.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302025-07-18T16:19:26.984Z Compiling tokio v1.45.1
26312025-07-18T16:19:27.008Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/lib.rs --error-format=json --json=diagnostic-rendered-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="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=d101d8ace8b123b1 -C extra-filename=-b611b78e388d8de4 --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-c4ed0f2ee252a2f2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-59a7b239b98be0ad.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a9b777944490afe9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b60a7df0ef4647.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4647445ac3488f76.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-30f83be289414ffe.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-4a1a01855b529cc8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322025-07-18T16:19:27.826Z Compiling chrono v0.4.41
26332025-07-18T16:19:27.850Z Running `/home/build/.rustup/toolchains/1.88.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=922f2d246a86de5a -C extra-filename=-e297e2f9d3879ddf --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-64248f07577526db.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-347f5eeb4dc10c7b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26342025-07-18T16:19:28.031Z Compiling uuid v1.17.0
26352025-07-18T16:19:28.056Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=a530156031be1d53 -C extra-filename=-a2840bdd124480de --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-bc2d54df68e62c56.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26362025-07-18T16:19:28.126Z Compiling icu_normalizer v1.5.0
26372025-07-18T16:19:28.150Z Running `/home/build/.rustup/toolchains/1.88.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=be2a6dc0bb9074cd -C extra-filename=-13821c0e61accb70 --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-61fc846a212cce95.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-c2f239cd3f0e3bd1.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-ecb780751e49f782.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-c46933c84f6b7afd.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-e24fab2c033d7909.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-aa8504c521d50e9f.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-e12f82b12f8e5680.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-907e9b43bd5f3317.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-033d25e2dac1b9a1.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-420f0772244c84f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382025-07-18T16:19:28.398Z Compiling http v1.3.1
26392025-07-18T16:19:28.423Z Running `/home/build/.rustup/toolchains/1.88.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=7bf5cf5db1baf7ed -C extra-filename=-4ed94406d3c6bfdf --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-c4ed0f2ee252a2f2.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-15eec6a4ea14602e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b294c65c434d0a42.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402025-07-18T16:19:29.014Z Compiling serde_tokenstream v0.2.2
26412025-07-18T16:19:29.039Z Running `/home/build/.rustup/toolchains/1.88.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=c7f128d8d52ae948 -C extra-filename=-43f9783393799993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422025-07-18T16:19:29.528Z Compiling idna_adapter v1.2.0
26432025-07-18T16:19:29.552Z Running `/home/build/.rustup/toolchains/1.88.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=3b3c1e95e643ef3e -C extra-filename=-800c3ebe0a250082 --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-13821c0e61accb70.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-c46933c84f6b7afd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442025-07-18T16:19:29.700Z Compiling deranged v0.3.11
26452025-07-18T16:19:29.724Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=3b203733fcfcb213 -C extra-filename=-946e0c43c071e0ab --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-a7390946a1347e8d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26462025-07-18T16:19:29.861Z Compiling idna v1.0.3
26472025-07-18T16:19:29.887Z Compiling num_threads v0.1.7
26482025-07-18T16:19:29.887Z Running `/home/build/.rustup/toolchains/1.88.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=fe436c318400aeab -C extra-filename=-933ca85f3c31a65c --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-800c3ebe0a250082.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-aa8504c521d50e9f.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-907e9b43bd5f3317.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492025-07-18T16:19:29.888Z Running `/home/build/.rustup/toolchains/1.88.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=c466aed2872158bb -C extra-filename=-8a13c4e1020a7395 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26502025-07-18T16:19:29.947Z Compiling cipher v0.4.4
26512025-07-18T16:19:30.009Z Running `/home/build/.rustup/toolchains/1.88.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=5872b754bab20bbf -C extra-filename=-9eddc679e4ee8c8e --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-005fe0d02da3f46b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8039d9bbf1b146e0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26522025-07-18T16:19:30.059Z Compiling itertools v0.12.1
26532025-07-18T16:19:30.084Z Running `/home/build/.rustup/toolchains/1.88.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=c70cb680326a8cf7 -C extra-filename=-03c523b9d2dbbd95 --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-7e6bfb7da4b02c98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542025-07-18T16:19:30.587Z Compiling base64 v0.22.1
26552025-07-18T16:19:30.611Z Running `/home/build/.rustup/toolchains/1.88.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=f8d26922327af803 -C extra-filename=-55b2fb0813a2d2c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:19:30.611Z Compiling bindgen v0.69.5
26572025-07-18T16:19:30.636Z Running `/home/build/.rustup/toolchains/1.88.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=d3d63128a4ce768b -C extra-filename=-865553e8ddeaacd5 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-865553e8ddeaacd5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582025-07-18T16:19:30.681Z Compiling url v2.5.4
26592025-07-18T16:19:30.732Z Running `/home/build/.rustup/toolchains/1.88.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=d2f9568f0fdb00c9 -C extra-filename=-a13f52de2beb867e --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-8f384e6d644a1dbb.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-933ca85f3c31a65c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74e792d357b9e27d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602025-07-18T16:19:31.167Z Compiling time v0.3.36
26612025-07-18T16:19:31.191Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=8328555efa917f87 -C extra-filename=-893ec5c9fd9933a9 --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-946e0c43c071e0ab.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b294c65c434d0a42.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-ce6111bcc6393f59.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-8a13c4e1020a7395.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-a7390946a1347e8d.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-7aa78bd8258e3dd1.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-ab54f155c33ae803.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622025-07-18T16:19:31.260Z Compiling which v4.4.2
26632025-07-18T16:19:31.284Z Running `/home/build/.rustup/toolchains/1.88.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=d93462e0813b3c37 -C extra-filename=-96284f5c2e42f6ff --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-7e6bfb7da4b02c98.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-b93dad57b4a66562.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e03c66de06ed6290.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642025-07-18T16:19:31.357Z Compiling ipnet v2.11.0
26652025-07-18T16:19:31.385Z Running `/home/build/.rustup/toolchains/1.88.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=19182a2f3adefcdd -C extra-filename=-f4d532b8bf8b4102 --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-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662025-07-18T16:19:31.475Z Compiling rustc-hash v1.1.0
26672025-07-18T16:19:31.499Z Running `/home/build/.rustup/toolchains/1.88.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=45324e0c98b0fbf7 -C extra-filename=-0f17519d92dd4213 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:19:31.716Z Compiling gimli v0.31.1
26692025-07-18T16:19:31.742Z Running `/home/build/.rustup/toolchains/1.88.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=3d569f9fa20ff638 -C extra-filename=-7a5782939de63bf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:19:31.767Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-865553e8ddeaacd5/build-script-build`
26712025-07-18T16:19:31.833Z Compiling httparse v1.9.5
26722025-07-18T16:19:31.858Z Running `/home/build/.rustup/toolchains/1.88.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=3f0a04e4349b8095 -C extra-filename=-c2f7c0e27ad9a9bc --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-c2f7c0e27ad9a9bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26732025-07-18T16:19:31.980Z Running `/home/build/.rustup/toolchains/1.88.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=1dc503114a045f2c -C extra-filename=-0d668071b1d50191 --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-c4ed0f2ee252a2f2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-2024a8f0d518287d.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-19f09f48d1dd47d3.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
26742025-07-18T16:19:32.533Z Compiling atomic-waker v1.1.2
26752025-07-18T16:19:32.558Z Running `/home/build/.rustup/toolchains/1.88.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=2a24d5af16a19365 -C extra-filename=-b62c772dab649964 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762025-07-18T16:19:32.584Z Compiling lazycell v1.3.0
26772025-07-18T16:19:32.584Z Running `/home/build/.rustup/toolchains/1.88.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=487fe4e52c820319 -C extra-filename=-3d43369f3a07118a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782025-07-18T16:19:32.638Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-c2f7c0e27ad9a9bc/build-script-build`
26792025-07-18T16:19:32.759Z Compiling cmake v0.1.51
26802025-07-18T16:19:32.784Z Running `/home/build/.rustup/toolchains/1.88.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=f89f5ad2ce502f9d -C extra-filename=-62c2edb533b46806 --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-01b2bc2360d2f040.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812025-07-18T16:19:32.851Z Running `/home/build/.rustup/toolchains/1.88.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=f084b37deeca06fd -C extra-filename=-735674535fab74b8 --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-f5683af400e4b5bb.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-a9025c1d913e85d8.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-f5564dcf14e2fc76.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-03c523b9d2dbbd95.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-91a677dd349e0155.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-3d43369f3a07118a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0f93d99a3ba4bcc6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-0f17519d92dd4213.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-c99b785a067e08da.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-96284f5c2e42f6ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822025-07-18T16:19:32.909Z Compiling object v0.36.5
26832025-07-18T16:19:32.909Z Running `/home/build/.rustup/toolchains/1.88.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=81775b0194704a15 -C extra-filename=-a569fe31b89d5585 --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-8bc9efb51d5cb13b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842025-07-18T16:19:32.958Z Compiling anyhow v1.0.98
26852025-07-18T16:19:32.982Z Running `/home/build/.rustup/toolchains/1.88.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.98/build.rs --error-format=json --json=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=fe8bcd9520d67a6a -C extra-filename=-a46fdae4da12a05e --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-a46fdae4da12a05e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862025-07-18T16:19:33.649Z Compiling untrusted v0.9.0
26872025-07-18T16:19:33.674Z Running `/home/build/.rustup/toolchains/1.88.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=fcfe23fadbe3901e -C extra-filename=-88d40a7674cf1006 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882025-07-18T16:19:33.701Z Compiling fs_extra v1.3.0
26892025-07-18T16:19:33.727Z Running `/home/build/.rustup/toolchains/1.88.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=cc16d831e7c2ea34 -C extra-filename=-a3c044466d941175 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902025-07-18T16:19:33.921Z Compiling base64ct v1.6.0
26912025-07-18T16:19:33.946Z Running `/home/build/.rustup/toolchains/1.88.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=de0574138411d7d9 -C extra-filename=-e7e7ccedf1a48000 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922025-07-18T16:19:34.338Z Compiling rustc-demangle v0.1.24
26932025-07-18T16:19:34.364Z Running `/home/build/.rustup/toolchains/1.88.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=bdd036cde91d417e -C extra-filename=-e61288c4920bce0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942025-07-18T16:19:34.613Z Compiling dunce v1.0.5
26952025-07-18T16:19:34.638Z Running `/home/build/.rustup/toolchains/1.88.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=1f87d54f82adb3bd -C extra-filename=-d75079d7483120c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962025-07-18T16:19:34.824Z Running `/home/build/.rustup/toolchains/1.88.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=6b8f0f4ee06f1507 -C extra-filename=-71cacb618e25bc78 --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-1ec0b9c34a33fc61.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-db1759231e804faf.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-88d40a7674cf1006.rmeta --cap-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-1225a3e7455876f9/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
26972025-07-18T16:19:35.215Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-a46fdae4da12a05e/build-script-build`
26982025-07-18T16:19:35.335Z Running `/home/build/.rustup/toolchains/1.88.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=e080a6f9f096dfe4 -C extra-filename=-853e871c5ff485d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
26992025-07-18T16:19:35.760Z Compiling tokio-util v0.7.15
27002025-07-18T16:19:35.787Z Running `/home/build/.rustup/toolchains/1.88.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="io"' --cfg 'feature="io-util"' --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=358671c34d80a65f -C extra-filename=-8bb0a854e00fe754 --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-c4ed0f2ee252a2f2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbdb771357233643.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3870a1a8f1b27b92.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b60a7df0ef4647.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-67845c7e7f0d37b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012025-07-18T16:19:35.880Z Compiling toml_datetime v0.6.11
27022025-07-18T16:19:35.905Z Running `/home/build/.rustup/toolchains/1.88.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=dd1498b9d2e059bd -C extra-filename=-3694c492e31abeb2 --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-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032025-07-18T16:19:36.242Z Compiling addr2line v0.24.2
27042025-07-18T16:19:36.267Z Running `/home/build/.rustup/toolchains/1.88.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=477f2aaddbaf6ec8 -C extra-filename=-c2c8b4690336663c --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-7a5782939de63bf3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27052025-07-18T16:19:36.581Z Compiling serde_spanned v0.6.9
27062025-07-18T16:19:36.581Z Running `/home/build/.rustup/toolchains/1.88.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=6abff88f42645e63 -C extra-filename=-4be28576b7118d33 --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-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072025-07-18T16:19:36.612Z Compiling sha2 v0.10.9
27082025-07-18T16:19:36.637Z Running `/home/build/.rustup/toolchains/1.88.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=ab088b7f518ae011 -C extra-filename=-b0526726184d08fa --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-1ec0b9c34a33fc61.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-45550c38244b7ffd.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-86cffebc07ad4c24.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092025-07-18T16:19:36.920Z Compiling hmac v0.12.1
27102025-07-18T16:19:36.946Z Running `/home/build/.rustup/toolchains/1.88.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=0ba48fa20272a703 -C extra-filename=-401945d023ab2c01 --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-86cffebc07ad4c24.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112025-07-18T16:19:37.058Z Compiling rustls-pki-types v1.10.0
27122025-07-18T16:19:37.083Z Running `/home/build/.rustup/toolchains/1.88.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=36d64cfd2348e286 -C extra-filename=-5f186ce15e45df88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132025-07-18T16:19:37.297Z Compiling aws-lc-rs v1.12.4
27142025-07-18T16:19:37.322Z Running `/home/build/.rustup/toolchains/1.88.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=54a69dee8b5ed9aa -C extra-filename=-4c9e2f54cf86722e --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-4c9e2f54cf86722e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152025-07-18T16:19:37.424Z Compiling http-body v1.0.1
27162025-07-18T16:19:37.449Z Running `/home/build/.rustup/toolchains/1.88.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=dfcb9c9075784588 -C extra-filename=-7e3a28f88888b979 --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-c4ed0f2ee252a2f2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172025-07-18T16:19:37.768Z Compiling zerocopy v0.8.26
27182025-07-18T16:19:37.793Z Running `/home/build/.rustup/toolchains/1.88.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="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=6a881630aefd0e78 -C extra-filename=-723d02b5579508d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-723d02b5579508d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192025-07-18T16:19:37.919Z Compiling pem-rfc7468 v0.7.0
27202025-07-18T16:19:37.944Z Running `/home/build/.rustup/toolchains/1.88.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=a788e3c7b69bc305 -C extra-filename=-6fc7cf573e792b69 --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-e7e7ccedf1a48000.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212025-07-18T16:19:38.120Z Compiling openssl-sys v0.9.109
27222025-07-18T16:19:38.146Z Running `/home/build/.rustup/toolchains/1.88.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=7c58fc69417b377f -C extra-filename=-ebdf9b08479816fa --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-ebdf9b08479816fa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-01b2bc2360d2f040.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-09d920a2180ec0b7.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-6cf298f1f0e76afa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232025-07-18T16:19:38.727Z Compiling zerocopy-derive v0.8.26
27242025-07-18T16:19:38.752Z Running `/home/build/.rustup/toolchains/1.88.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=aae276a028fd1b44 -C extra-filename=-1f5a8df0394d476b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252025-07-18T16:19:38.752Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-723d02b5579508d5/build-script-build`
27262025-07-18T16:19:38.906Z Compiling rustversion v1.0.17
27272025-07-18T16:19:38.932Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.17/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=20a8b72190f5d300 -C extra-filename=-1f47f2c8c3b1e1df --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-1f47f2c8c3b1e1df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282025-07-18T16:19:39.328Z Compiling untrusted v0.7.1
27292025-07-18T16:19:39.353Z Running `/home/build/.rustup/toolchains/1.88.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=dc9f95d0fc7cbfe6 -C extra-filename=-304d397d9ddb1a1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:19:39.492Z Compiling try-lock v0.2.5
27312025-07-18T16:19:39.517Z Running `/home/build/.rustup/toolchains/1.88.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=e481c755176e367e -C extra-filename=-0d135b750890557c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322025-07-18T16:19:39.594Z Compiling httpdate v1.0.3
27332025-07-18T16:19:39.619Z Running `/home/build/.rustup/toolchains/1.88.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=c4efa24204133013 -C extra-filename=-0d4a610ab82ada64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342025-07-18T16:19:39.646Z Compiling utf8parse v0.2.2
27352025-07-18T16:19:39.646Z Running `/home/build/.rustup/toolchains/1.88.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=f0a3661deb1ceb7a -C extra-filename=-02c76f0839d662e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:19:39.754Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-1f47f2c8c3b1e1df/build-script-build`
27372025-07-18T16:19:39.779Z Compiling backtrace v0.3.74
27382025-07-18T16:19:39.779Z Running `/home/build/.rustup/toolchains/1.88.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=e6f8b54e53cdacca -C extra-filename=-931823d0e9ae7cb8 --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-c2c8b4690336663c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-3ece0297858eab2b.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-a569fe31b89d5585.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-e61288c4920bce0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392025-07-18T16:19:39.852Z Compiling want v0.3.1
27402025-07-18T16:19:39.877Z Running `/home/build/.rustup/toolchains/1.88.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=40def0c8b42e016a -C extra-filename=-a2d2a0e8e8013bc2 --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-0d135b750890557c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412025-07-18T16:19:39.951Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-ebdf9b08479816fa/build-script-main`
27422025-07-18T16:19:40.023Z Compiling h2 v0.4.6
27432025-07-18T16:19:40.050Z Running `/home/build/.rustup/toolchains/1.88.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=dff79156a91ec704 -C extra-filename=-7f25d6c362b972b0 --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-b62c772dab649964.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-15eec6a4ea14602e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbdb771357233643.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3870a1a8f1b27b92.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-67845c7e7f0d37b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5af8ef375db8323f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442025-07-18T16:19:40.112Z Compiling tower-service v0.3.3
27452025-07-18T16:19:40.137Z Running `/home/build/.rustup/toolchains/1.88.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=f936002eebe944dc -C extra-filename=-42863c33d4a63f5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:19:40.223Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9948aab192bc0bfc -C extra-filename=-b3bfcc61262192ba --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"))'`
27472025-07-18T16:19:40.332Z Compiling async-trait v0.1.88
27482025-07-18T16:19:40.358Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.88/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=700711626be82917 -C extra-filename=-7757a5163fd5f6fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492025-07-18T16:19:40.384Z Compiling der_derive v0.7.3
27502025-07-18T16:19:40.409Z Running `/home/build/.rustup/toolchains/1.88.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=a27f0b8b716b9b52 -C extra-filename=-2830d513fff49f66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27512025-07-18T16:19:40.531Z Compiling flagset v0.4.6
27522025-07-18T16:19:40.560Z Running `/home/build/.rustup/toolchains/1.88.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=4479736f46d9aca1 -C extra-filename=-7362bf6f31129110 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532025-07-18T16:19:40.810Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/src/lib.rs --error-format=json --json=diagnostic-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=33c0c8826af204b6 -C extra-filename=-91b796b8892c3c3d --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-931823d0e9ae7cb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
27542025-07-18T16:19:41.606Z Compiling slog v2.7.0
27552025-07-18T16:19:41.632Z Running `/home/build/.rustup/toolchains/1.88.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=db0a2279a5eaa5d3 -C extra-filename=-df7909c1f1f6298f --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-df7909c1f1f6298f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27562025-07-18T16:19:41.676Z Compiling pbkdf2 v0.12.2
27572025-07-18T16:19:41.701Z Running `/home/build/.rustup/toolchains/1.88.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=b9c9834c9a1672d1 -C extra-filename=-ab113d97a8f61cb6 --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-86cffebc07ad4c24.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-401945d023ab2c01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582025-07-18T16:19:41.872Z Running `/home/build/.rustup/toolchains/1.88.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="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=3bdc8a529ebc8c84 -C extra-filename=-a0f49db8dc7151e9 --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-1f5a8df0394d476b.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)'`
27592025-07-18T16:19:41.938Z Compiling aes v0.8.4
27602025-07-18T16:19:41.964Z Running `/home/build/.rustup/toolchains/1.88.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=c16b4ffe12327691 -C extra-filename=-46e7e75132e78dcd --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-1ec0b9c34a33fc61.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9eddc679e4ee8c8e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-45550c38244b7ffd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612025-07-18T16:19:42.235Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-df7909c1f1f6298f/build-script-build`
27622025-07-18T16:19:42.366Z Compiling mime v0.3.17
27632025-07-18T16:19:42.391Z Running `/home/build/.rustup/toolchains/1.88.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=4182fa1a46e96754 -C extra-filename=-d05a7a38841d8550 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27642025-07-18T16:19:42.529Z Compiling anstyle v1.0.11
27652025-07-18T16:19:42.554Z Running `/home/build/.rustup/toolchains/1.88.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=a0d50511e740b6a0 -C extra-filename=-00e5fc0142abc387 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662025-07-18T16:19:42.730Z Compiling der v0.7.9
27672025-07-18T16:19:42.756Z Running `/home/build/.rustup/toolchains/1.88.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=f695bdf67bb82c02 -C extra-filename=-74712cd288224dfa --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-478d1a6e529906f8.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-2830d513fff49f66.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-7362bf6f31129110.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-6fc7cf573e792b69.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682025-07-18T16:19:42.901Z Running `/home/build/.rustup/toolchains/1.88.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=f14ab687dd5fbbf3 -C extra-filename=-0a0872c58932da90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
27692025-07-18T16:19:42.952Z Compiling cbc v0.1.2
27702025-07-18T16:19:42.977Z Running `/home/build/.rustup/toolchains/1.88.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=ae07936c7d32f3a7 -C extra-filename=-8a485eaefa5e1dec --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-9eddc679e4ee8c8e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712025-07-18T16:19:43.021Z Compiling salsa20 v0.10.2
27722025-07-18T16:19:43.046Z Running `/home/build/.rustup/toolchains/1.88.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=30c4e45a5dba5555 -C extra-filename=-64749218be7e6f12 --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-9eddc679e4ee8c8e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27732025-07-18T16:19:43.279Z Compiling foreign-types-shared v0.1.1
27742025-07-18T16:19:43.304Z Running `/home/build/.rustup/toolchains/1.88.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=75fe7f86796914d9 -C extra-filename=-22da25a756105d93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27752025-07-18T16:19:43.358Z Compiling openssl-probe v0.1.5
27762025-07-18T16:19:43.383Z Running `/home/build/.rustup/toolchains/1.88.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=de20f75652c32d76 -C extra-filename=-31ef71ceced5215b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27772025-07-18T16:19:43.477Z Compiling openssl v0.10.73
27782025-07-18T16:19:43.503Z Running `/home/build/.rustup/toolchains/1.88.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=f05a80e064d57833 -C extra-filename=-97151bc7ee2434bd --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-97151bc7ee2434bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27792025-07-18T16:19:43.689Z Compiling foreign-types v0.3.2
27802025-07-18T16:19:43.716Z Running `/home/build/.rustup/toolchains/1.88.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=ff8e56013bfa4750 -C extra-filename=-453285ad844747c3 --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-22da25a756105d93.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27812025-07-18T16:19:43.786Z Compiling scrypt v0.11.0
27822025-07-18T16:19:43.811Z Running `/home/build/.rustup/toolchains/1.88.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=3f424262c4abe494 -C extra-filename=-218d7ba2078f2943 --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-ab113d97a8f61cb6.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-64749218be7e6f12.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832025-07-18T16:19:43.891Z Running `/home/build/.rustup/toolchains/1.88.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=b8d0318bac41fce7 -C extra-filename=-60febd85b5ddc3ea --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-09283293c0e83604.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)'`
27842025-07-18T16:19:44.121Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-97151bc7ee2434bd/build-script-build`
27852025-07-18T16:19:44.189Z Compiling anstyle-parse v0.2.5
27862025-07-18T16:19:44.214Z Running `/home/build/.rustup/toolchains/1.88.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=5bfbf14592930688 -C extra-filename=-76f1a1158cbd70b1 --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-02c76f0839d662e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872025-07-18T16:19:44.319Z Compiling http-body-util v0.1.3
27882025-07-18T16:19:44.344Z Running `/home/build/.rustup/toolchains/1.88.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=1ed12bf92c388a84 -C extra-filename=-83772f1a884f7487 --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-c4ed0f2ee252a2f2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbdb771357233643.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7e3a28f88888b979.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b60a7df0ef4647.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892025-07-18T16:19:44.369Z Compiling rustc_version v0.4.1
27902025-07-18T16:19:44.369Z Running `/home/build/.rustup/toolchains/1.88.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=5f16110d755c73b5 -C extra-filename=-7a97d3d9508f5c1c --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-bd643a5291546ec3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912025-07-18T16:19:44.579Z Compiling openssl-macros v0.1.1
27922025-07-18T16:19:44.604Z Running `/home/build/.rustup/toolchains/1.88.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=9db443577017d1e1 -C extra-filename=-77c1dc78b6cd197b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932025-07-18T16:19:44.838Z Compiling spki v0.7.3
27942025-07-18T16:19:44.863Z Running `/home/build/.rustup/toolchains/1.88.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=4edd7174096f89c7 -C extra-filename=-fa5cc86ca7750c30 --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-74712cd288224dfa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27952025-07-18T16:19:45.108Z Compiling colorchoice v1.0.2
27962025-07-18T16:19:45.133Z Running `/home/build/.rustup/toolchains/1.88.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=379eac0ab2030aad -C extra-filename=-e633d8bb4cc1538a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27972025-07-18T16:19:45.172Z Compiling is_terminal_polyfill v1.70.1
27982025-07-18T16:19:45.197Z Running `/home/build/.rustup/toolchains/1.88.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=84a81466bd5f4eba -C extra-filename=-7331f6b3007b7c5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27992025-07-18T16:19:45.307Z Compiling anstyle-query v1.1.1
28002025-07-18T16:19:45.332Z Running `/home/build/.rustup/toolchains/1.88.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=4316f1a2bab4ec43 -C extra-filename=-7d8b40335dfe5f0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012025-07-18T16:19:45.368Z Compiling rustls v0.23.19
28022025-07-18T16:19:45.368Z Running `/home/build/.rustup/toolchains/1.88.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=b4fac327c8ebd91a -C extra-filename=-dbe94789b7202f81 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-dbe94789b7202f81 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032025-07-18T16:19:45.400Z Compiling pkcs5 v0.7.1
28042025-07-18T16:19:45.425Z Compiling terminal_size v0.4.0
28052025-07-18T16:19:45.425Z Running `/home/build/.rustup/toolchains/1.88.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=822c0ccc8ab89160 -C extra-filename=-433c1caadf94735c --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-46e7e75132e78dcd.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-8a485eaefa5e1dec.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-74712cd288224dfa.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-ab113d97a8f61cb6.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-218d7ba2078f2943.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-fa5cc86ca7750c30.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062025-07-18T16:19:45.425Z Running `/home/build/.rustup/toolchains/1.88.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=be37ab89a5e58ee9 -C extra-filename=-51263498299cdb7d --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-e03c66de06ed6290.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072025-07-18T16:19:45.519Z Running `/home/build/.rustup/toolchains/1.88.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=970020a354cfc95d -C extra-filename=-791f6c46896bc067 --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-f5683af400e4b5bb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-453285ad844747c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-77c1dc78b6cd197b.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-60febd85b5ddc3ea.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)'`
28082025-07-18T16:19:45.563Z Compiling anstream v0.6.18
28092025-07-18T16:19:45.588Z Running `/home/build/.rustup/toolchains/1.88.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=b0148b866a21009d -C extra-filename=-e20f17b50c26e849 --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-00e5fc0142abc387.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-76f1a1158cbd70b1.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-7d8b40335dfe5f0c.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-e633d8bb4cc1538a.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-7331f6b3007b7c5f.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-02c76f0839d662e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102025-07-18T16:19:45.722Z Compiling native-tls v0.2.12
28112025-07-18T16:19:45.747Z Running `/home/build/.rustup/toolchains/1.88.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=e2248efbbf9ff976 -C extra-filename=-89bbba82fe3c94b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-89bbba82fe3c94b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122025-07-18T16:19:45.773Z Compiling serde_urlencoded v0.7.1
28132025-07-18T16:19:45.798Z Compiling cookie v0.18.1
28142025-07-18T16:19:45.798Z Running `/home/build/.rustup/toolchains/1.88.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=969405f507175ccd -C extra-filename=-0e8ebc29aa1b3701 --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-8f384e6d644a1dbb.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b294c65c434d0a42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-20c2089e36bd3399.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152025-07-18T16:19:45.798Z Running `/home/build/.rustup/toolchains/1.88.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=9aa305f5885e94f5 -C extra-filename=-fe542bfb42e39c92 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-fe542bfb42e39c92 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-42984fabf13575b6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162025-07-18T16:19:46.270Z Compiling pkcs8 v0.10.2
28172025-07-18T16:19:46.271Z Running `/home/build/.rustup/toolchains/1.88.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=5833f68f390a02e2 -C extra-filename=-4158a7114c4f832f --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-74712cd288224dfa.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-433c1caadf94735c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-af0c7eaeaab3b29d.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-fa5cc86ca7750c30.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182025-07-18T16:19:46.321Z Compiling encoding_rs v0.8.34
28192025-07-18T16:19:46.346Z Running `/home/build/.rustup/toolchains/1.88.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=1fe33df5f33b6bac -C extra-filename=-6ba00ef6845fc925 --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-1ec0b9c34a33fc61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28202025-07-18T16:19:46.346Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-89bbba82fe3c94b2/build-script-build`
28212025-07-18T16:19:46.432Z Compiling clap_lex v0.7.4
28222025-07-18T16:19:46.457Z Running `/home/build/.rustup/toolchains/1.88.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=4e2ec471854e6ec1 -C extra-filename=-fef7a2f33d7dab8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:19:46.498Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-fe542bfb42e39c92/build-script-build`
28242025-07-18T16:19:46.548Z Compiling clap_derive v4.5.40
28252025-07-18T16:19:46.548Z Running `/home/build/.rustup/toolchains/1.88.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.40/src/lib.rs --error-format=json --json=diagnostic-rendered-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=53f52726a7dac3d5 -C extra-filename=-8d3f823bf1a86a87 --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-9c466a4ed58223b8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28262025-07-18T16:19:46.623Z Compiling sync_wrapper v1.0.1
28272025-07-18T16:19:46.647Z Running `/home/build/.rustup/toolchains/1.88.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=b4bf3c936a19cd3e -C extra-filename=-b8ff264da3ecfb84 --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-cbdb771357233643.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28282025-07-18T16:19:46.861Z Compiling hyper v1.6.0
28292025-07-18T16:19:46.886Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=c42be91bf8aba836 -C extra-filename=-8f6d63f7430abb3c --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-c4ed0f2ee252a2f2.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-842a1d8d7d894b4f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-7f25d6c362b972b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7e3a28f88888b979.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-853e871c5ff485d4.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-0d4a610ab82ada64.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b294c65c434d0a42.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b60a7df0ef4647.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-aa8504c521d50e9f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-a2d2a0e8e8013bc2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302025-07-18T16:19:46.949Z Compiling clap_builder v4.5.40
28312025-07-18T16:19:46.973Z Running `/home/build/.rustup/toolchains/1.88.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.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 --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=f6b42759f1d6e425 -C extra-filename=-8a2accd49fa8e4d8 --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-e20f17b50c26e849.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-00e5fc0142abc387.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-fef7a2f33d7dab8f.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-47f4b7d4fec673ea.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-51263498299cdb7d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322025-07-18T16:19:47.010Z Compiling litrs v0.4.1
28332025-07-18T16:19:47.114Z Running `/home/build/.rustup/toolchains/1.88.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=cd2fc4bbbd567376 -C extra-filename=-75df7a7c5830c928 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342025-07-18T16:19:48.138Z Compiling tower-layer v0.3.3
28352025-07-18T16:19:48.164Z Running `/home/build/.rustup/toolchains/1.88.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=8b622b96f43c6472 -C extra-filename=-37ae68c074ca0de8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28362025-07-18T16:19:48.514Z Compiling psl-types v2.0.11
28372025-07-18T16:19:48.538Z Running `/home/build/.rustup/toolchains/1.88.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=79b960016abfd1f6 -C extra-filename=-1781925ebb94b081 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:19:48.792Z Compiling ucd-trie v0.1.7
28392025-07-18T16:19:48.817Z Running `/home/build/.rustup/toolchains/1.88.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=924ae20d510ff75f -C extra-filename=-ec3e80347be94441 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402025-07-18T16:19:49.278Z Compiling pest v2.7.14
28412025-07-18T16:19:49.330Z Running `/home/build/.rustup/toolchains/1.88.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=279908672e36a410 -C extra-filename=-3367eef104597fcb --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-8bc9efb51d5cb13b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-ec3e80347be94441.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422025-07-18T16:19:49.388Z Compiling hyper-util v0.1.14
28432025-07-18T16:19:49.414Z Running `/home/build/.rustup/toolchains/1.88.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.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="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=34713bc513ceefd7 -C extra-filename=-1519450c1e84e4ec --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-55b2fb0813a2d2c1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-842a1d8d7d894b4f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbdb771357233643.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7e3a28f88888b979.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-f4d532b8bf8b4102.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74e792d357b9e27d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b60a7df0ef4647.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-30f83be289414ffe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-42863c33d4a63f5e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5af8ef375db8323f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28442025-07-18T16:19:50.445Z Compiling publicsuffix v2.3.0
28452025-07-18T16:19:50.469Z Running `/home/build/.rustup/toolchains/1.88.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=08b2167ed2585b16 -C extra-filename=-0363b21cd2928017 --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-933ca85f3c31a65c.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-1781925ebb94b081.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462025-07-18T16:19:50.469Z Compiling tower v0.5.2
28472025-07-18T16:19:50.469Z Running `/home/build/.rustup/toolchains/1.88.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=875e1891903c284e -C extra-filename=-6dbaf7c5343374ce --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-cbdb771357233643.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b60a7df0ef4647.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-b8ff264da3ecfb84.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-37ae68c074ca0de8.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-42863c33d4a63f5e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482025-07-18T16:19:50.493Z Compiling document-features v0.2.10
28492025-07-18T16:19:50.493Z Running `/home/build/.rustup/toolchains/1.88.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.10/lib.rs --error-format=json --json=diagnostic-rendered-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=433f85b6d7287b10 -C extra-filename=-e0fb1613087943f5 --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-75df7a7c5830c928.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502025-07-18T16:19:50.872Z Running `/home/build/.rustup/toolchains/1.88.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=dcfc7b6fcc8f0d57 -C extra-filename=-1077a381490b2b16 --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-74e792d357b9e27d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-893ec5c9fd9933a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28512025-07-18T16:19:51.034Z Running `/home/build/.rustup/toolchains/1.88.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=49c87c859cac9c5a -C extra-filename=-e222b390cfd5a687 --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-244bc0f69c2ab2b0.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-791f6c46896bc067.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-31ef71ceced5215b.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-60febd85b5ddc3ea.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`
28522025-07-18T16:19:51.685Z Compiling tokio-native-tls v0.3.1
28532025-07-18T16:19:51.710Z Running `/home/build/.rustup/toolchains/1.88.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=9f568c7adc4f30aa -C extra-filename=-096cbee827db2890 --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-e222b390cfd5a687.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.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`
28542025-07-18T16:19:51.734Z Compiling clap v4.5.40
28552025-07-18T16:19:51.734Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.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 --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=da9e8c2c6fa87926 -C extra-filename=-51674133f39b2250 --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-8a2accd49fa8e4d8.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-8d3f823bf1a86a87.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562025-07-18T16:19:51.868Z Compiling rustls-native-certs v0.8.1
28572025-07-18T16:19:51.893Z Running `/home/build/.rustup/toolchains/1.88.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=89454637b2e0c2df -C extra-filename=-9e434cb875dd35fa --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-31ef71ceced5215b.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-5f186ce15e45df88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28582025-07-18T16:19:51.920Z Compiling webpki-roots v1.0.1
28592025-07-18T16:19:51.967Z Running `/home/build/.rustup/toolchains/1.88.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=2ddbdef5de6122c5 -C extra-filename=-5b958a8d272fa62d --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-5f186ce15e45df88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28602025-07-18T16:19:52.046Z Compiling openapiv3 v2.2.0
28612025-07-18T16:19:52.071Z Running `/home/build/.rustup/toolchains/1.88.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=18ec52d0b7add227 -C extra-filename=-733ee7dd38be7473 --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-d1207bdafd8da2e1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28622025-07-18T16:19:52.169Z Compiling iri-string v0.7.8
28632025-07-18T16:19:52.194Z Running `/home/build/.rustup/toolchains/1.88.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=45948d36564d75f5 -C extra-filename=-7bf25a8d780452ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642025-07-18T16:19:52.225Z Compiling pest_meta v2.7.14
28652025-07-18T16:19:52.249Z Running `/home/build/.rustup/toolchains/1.88.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=e76d25145ef23bb4 -C extra-filename=-108bc6b637423ce0 --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-f242d23d18cdc86c.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-3367eef104597fcb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28662025-07-18T16:19:52.467Z Compiling hyper-tls v0.6.0
28672025-07-18T16:19:52.492Z Running `/home/build/.rustup/toolchains/1.88.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=dddf63f0bca3e753 -C extra-filename=-66b7c1d31691eacc --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-c4ed0f2ee252a2f2.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1519450c1e84e4ec.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-e222b390cfd5a687.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-096cbee827db2890.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-42863c33d4a63f5e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
28682025-07-18T16:19:52.820Z Compiling cookie_store v0.21.1
28692025-07-18T16:19:52.844Z Running `/home/build/.rustup/toolchains/1.88.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=33c096fcbcb3ff02 -C extra-filename=-289d1c18fa3c6297 --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-1077a381490b2b16.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-e0fb1613087943f5.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-933ca85f3c31a65c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-0363b21cd2928017.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-f8cafe78598a89a5.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-893ec5c9fd9933a9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28702025-07-18T16:19:52.947Z Compiling ipnetwork v0.21.1
28712025-07-18T16:19:52.988Z Running `/home/build/.rustup/toolchains/1.88.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=28e7a7f32cad5b8b -C extra-filename=-5a05a2d73fc9769b --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-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722025-07-18T16:19:53.154Z Compiling scroll_derive v0.12.0
28732025-07-18T16:19:53.178Z Running `/home/build/.rustup/toolchains/1.88.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=a2e4ac274256ccb8 -C extra-filename=-149c2c3b05855df3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742025-07-18T16:19:53.849Z Compiling data-encoding v2.9.0
28752025-07-18T16:19:53.873Z Running `/home/build/.rustup/toolchains/1.88.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=891c057db71b277c -C extra-filename=-5b7f9623816d4f99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762025-07-18T16:19:54.362Z Compiling pest_generator v2.7.14
28772025-07-18T16:19:54.387Z Running `/home/build/.rustup/toolchains/1.88.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=d472a215f17c84ee -C extra-filename=-d7abf90f12fb6b14 --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-3367eef104597fcb.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-108bc6b637423ce0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782025-07-18T16:19:54.477Z Compiling rand_core v0.9.2
28792025-07-18T16:19:54.501Z Running `/home/build/.rustup/toolchains/1.88.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.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="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=997b53b76b50ca23 -C extra-filename=-7b8f6e4b57b7b6a8 --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-bc2d54df68e62c56.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a0f49db8dc7151e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802025-07-18T16:19:54.813Z Compiling scroll v0.12.0
28812025-07-18T16:19:54.838Z Running `/home/build/.rustup/toolchains/1.88.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=43a4864168737423 -C extra-filename=-345da6e36cccb034 --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-149c2c3b05855df3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822025-07-18T16:19:54.971Z Compiling plain v0.2.3
28832025-07-18T16:19:54.996Z Running `/home/build/.rustup/toolchains/1.88.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=8300449ec8157dd2 -C extra-filename=-b7fa03a2b69899af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842025-07-18T16:19:55.213Z Compiling tower-http v0.6.6
28852025-07-18T16:19:55.237Z Running `/home/build/.rustup/toolchains/1.88.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=39d27820ebcd520d -C extra-filename=-80e36d8a41d0beb5 --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-f5683af400e4b5bb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7e3a28f88888b979.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-7bf25a8d780452ce.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b60a7df0ef4647.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-6dbaf7c5343374ce.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-37ae68c074ca0de8.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-42863c33d4a63f5e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862025-07-18T16:19:55.412Z Compiling winnow v0.5.40
28872025-07-18T16:19:55.436Z Running `/home/build/.rustup/toolchains/1.88.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=63bb26cf67daea5c -C extra-filename=-a21ee4f2393a35b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882025-07-18T16:19:55.487Z Compiling tinyvec_macros v0.1.1
28892025-07-18T16:19:55.511Z Running `/home/build/.rustup/toolchains/1.88.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=a539318db5ba27a8 -C extra-filename=-56ba2ff290bacdec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902025-07-18T16:19:55.653Z Compiling tinyvec v1.8.0
28912025-07-18T16:19:55.678Z Running `/home/build/.rustup/toolchains/1.88.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=dddbbad59743d2cd -C extra-filename=-c4031cacc6b1b00a --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-56ba2ff290bacdec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922025-07-18T16:19:55.716Z Compiling goblin v0.8.2
28932025-07-18T16:19:55.740Z Running `/home/build/.rustup/toolchains/1.88.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=0f006e0cf838af76 -C extra-filename=-3b043ddb14d40bb7 --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-244bc0f69c2ab2b0.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-b7fa03a2b69899af.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-345da6e36cccb034.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942025-07-18T16:19:55.870Z Compiling signature v2.2.0
28952025-07-18T16:19:55.894Z Running `/home/build/.rustup/toolchains/1.88.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=bfc61188a8405faa -C extra-filename=-55847fa0ea603b7d --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-86cffebc07ad4c24.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-af0c7eaeaab3b29d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962025-07-18T16:19:56.007Z Compiling usdt-impl v0.5.0
28972025-07-18T16:19:56.032Z Running `/home/build/.rustup/toolchains/1.88.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=8e84f311c7da1b68 -C extra-filename=-ffcfe73ca56878b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-ffcfe73ca56878b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-42984fabf13575b6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982025-07-18T16:19:56.134Z Compiling winnow v0.7.10
28992025-07-18T16:19:56.158Z Running `/home/build/.rustup/toolchains/1.88.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=39ca4d6eb1c75487 -C extra-filename=-6154ade640122340 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002025-07-18T16:19:56.283Z Compiling pretty-hex v0.4.1
29012025-07-18T16:19:56.307Z Running `/home/build/.rustup/toolchains/1.88.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=246936c6bdb36193 -C extra-filename=-d70a7b4ef4e0e157 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:19:56.416Z Compiling pest_derive v2.7.14
29032025-07-18T16:19:56.441Z Running `/home/build/.rustup/toolchains/1.88.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=1cb8b911154be945 -C extra-filename=-e0d68d94dd1d917e --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-3367eef104597fcb.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-d7abf90f12fb6b14.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042025-07-18T16:19:56.547Z Compiling toml_write v0.1.2
29052025-07-18T16:19:56.590Z Running `/home/build/.rustup/toolchains/1.88.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=1bf1899d119c3639 -C extra-filename=-30c2aefa9ea946b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062025-07-18T16:19:56.616Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-ffcfe73ca56878b4/build-script-build`
29072025-07-18T16:19:56.848Z Compiling rand_chacha v0.9.0
29082025-07-18T16:19:56.873Z Running `/home/build/.rustup/toolchains/1.88.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=26828f80c2d753cd -C extra-filename=-c98a86e47be71590 --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-3d20efd75ba060fc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-7b8f6e4b57b7b6a8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092025-07-18T16:19:57.010Z Compiling thread-id v4.2.2
29102025-07-18T16:19:57.034Z Running `/home/build/.rustup/toolchains/1.88.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=116260503767d262 -C extra-filename=-6f397e137c0eb94b --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-09283293c0e83604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112025-07-18T16:19:57.108Z Compiling siphasher v0.3.11
29122025-07-18T16:19:57.132Z Running `/home/build/.rustup/toolchains/1.88.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=8957ed9ed034c29f -C extra-filename=-e3b5381c02a0aabe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:19:57.205Z Compiling unicode-width v0.2.0
29142025-07-18T16:19:57.230Z Running `/home/build/.rustup/toolchains/1.88.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=f34274916a939999 -C extra-filename=-9571fbd2da22e74e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152025-07-18T16:19:57.467Z Compiling dtrace-parser v0.2.0
29162025-07-18T16:19:57.491Z Running `/home/build/.rustup/toolchains/1.88.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=ed514bd91df705f3 -C extra-filename=-ce461fbb4c55d8de --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-3367eef104597fcb.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-e0d68d94dd1d917e.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172025-07-18T16:19:57.532Z Compiling phf_shared v0.11.2
29182025-07-18T16:19:57.556Z Running `/home/build/.rustup/toolchains/1.88.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=cf3c4e34d955ca88 -C extra-filename=-0074f913cf2d4637 --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-e3b5381c02a0aabe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192025-07-18T16:19:57.772Z Compiling rand v0.9.1
29202025-07-18T16:19:57.796Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-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="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=9073e009dfa580c0 -C extra-filename=-c775600be1f1d72b --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-c98a86e47be71590.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-7b8f6e4b57b7b6a8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212025-07-18T16:19:57.946Z Compiling sha1 v0.10.6
29222025-07-18T16:19:57.970Z Running `/home/build/.rustup/toolchains/1.88.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=2f5709adf410d8c4 -C extra-filename=-59cc39e7ffa8d063 --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-1ec0b9c34a33fc61.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-45550c38244b7ffd.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-86cffebc07ad4c24.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232025-07-18T16:19:58.410Z Compiling toml_edit v0.19.15
29242025-07-18T16:19:58.434Z Running `/home/build/.rustup/toolchains/1.88.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=e5a4e9daf5ec7b61 -C extra-filename=-3fc98c709ac00fff --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-d1207bdafd8da2e1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-4be28576b7118d33.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-3694c492e31abeb2.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-a21ee4f2393a35b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252025-07-18T16:19:58.648Z Compiling crossbeam-epoch v0.9.18
29262025-07-18T16:19:58.673Z Running `/home/build/.rustup/toolchains/1.88.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=f887bb6d9bd2bb85 -C extra-filename=-ee53e4eec09e6049 --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-5159d48380bbdf86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272025-07-18T16:19:58.775Z Compiling num-integer v0.1.46
29282025-07-18T16:19:58.799Z Running `/home/build/.rustup/toolchains/1.88.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=7cc08bc3006473d2 -C extra-filename=-ad3f47c3b9446adb --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-347f5eeb4dc10c7b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292025-07-18T16:19:59.381Z Compiling toml_edit v0.22.27
29302025-07-18T16:19:59.407Z Running `/home/build/.rustup/toolchains/1.88.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=ad3c8dc7ae91db4b -C extra-filename=-78738aabfd5c37ab --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-d1207bdafd8da2e1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-4be28576b7118d33.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-3694c492e31abeb2.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-30c2aefa9ea946b8.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-6154ade640122340.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29312025-07-18T16:19:59.431Z Compiling crc32fast v1.4.2
29322025-07-18T16:19:59.431Z Running `/home/build/.rustup/toolchains/1.88.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=b5f6e641fc5a265f -C extra-filename=-e6bffd635b624dee --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-1ec0b9c34a33fc61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332025-07-18T16:19:59.527Z Compiling unicode-segmentation v1.12.0
29342025-07-18T16:19:59.551Z Running `/home/build/.rustup/toolchains/1.88.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=6f12c6ec2957743c -C extra-filename=-78de71e0435a1639 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352025-07-18T16:19:59.579Z Compiling static_assertions v1.1.0
29362025-07-18T16:19:59.603Z Compiling memmap v0.7.0
29372025-07-18T16:19:59.603Z Running `/home/build/.rustup/toolchains/1.88.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=0b3adf4e881c388d -C extra-filename=-09f1726cb64fd20b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29382025-07-18T16:19:59.604Z Running `/home/build/.rustup/toolchains/1.88.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=e56d1a86d923e2d6 -C extra-filename=-317437227449f55a --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-09283293c0e83604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29392025-07-18T16:19:59.758Z Compiling base16ct v0.2.0
29402025-07-18T16:19:59.782Z Running `/home/build/.rustup/toolchains/1.88.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=dab58cf7d50922b5 -C extra-filename=-ad228a666faa0d4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:19:59.851Z Compiling oxnet v0.1.2
29422025-07-18T16:19:59.875Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-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="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=15fd87e856b2006e -C extra-filename=-519ac646437334c9 --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-5a05a2d73fc9769b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432025-07-18T16:20:00.007Z Compiling hubpack_derive v0.1.1
29442025-07-18T16:20:00.031Z Running `/home/build/.rustup/toolchains/1.88.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=544c68c5620693b5 -C extra-filename=-8c26451fdb3a7ba3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fde125be9e7b5dcb.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452025-07-18T16:20:00.135Z Compiling sec1 v0.7.3
29462025-07-18T16:20:00.159Z Running `/home/build/.rustup/toolchains/1.88.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=ce91ae0eb7b086e9 -C extra-filename=-85640e4c45ea267e --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-ad228a666faa0d4f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-74712cd288224dfa.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c6c1183c12f21f86.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4158a7114c4f832f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472025-07-18T16:20:00.403Z Compiling bstr v1.10.0
29482025-07-18T16:20:00.428Z Running `/home/build/.rustup/toolchains/1.88.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=c6b7186331b2740d -C extra-filename=-03c1ee9972a07caf --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-8bc9efb51d5cb13b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-7641545b05054316.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29492025-07-18T16:20:00.631Z Compiling itertools v0.13.0
29502025-07-18T16:20:00.655Z Running `/home/build/.rustup/toolchains/1.88.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=a996685624995645 -C extra-filename=-9e27755f04f1d1a4 --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-7e6bfb7da4b02c98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512025-07-18T16:20:00.716Z Compiling ff v0.13.0
29522025-07-18T16:20:00.740Z Running `/home/build/.rustup/toolchains/1.88.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=ab88940b488eaa49 -C extra-filename=-e4025b30713a46a3 --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-af0c7eaeaab3b29d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532025-07-18T16:20:01.003Z Compiling zlib-rs v0.5.1
29542025-07-18T16:20:01.028Z Running `/home/build/.rustup/toolchains/1.88.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=c3230f8bed3d2ba4 -C extra-filename=-b4875230691cb254 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552025-07-18T16:20:01.053Z Compiling hubpack v0.1.2
29562025-07-18T16:20:01.078Z Running `/home/build/.rustup/toolchains/1.88.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=64052cd8053552d4 -C extra-filename=-ae0ac3bdd3a26b77 --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-8c26451fdb3a7ba3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29572025-07-18T16:20:01.547Z Compiling dof v0.3.0
29582025-07-18T16:20:01.586Z Running `/home/build/.rustup/toolchains/1.88.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=b197f8644b7408ba -C extra-filename=-e5ed21d06bba6a37 --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-3b043ddb14d40bb7.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d70a7b4ef4e0e157.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f9f786032867e7b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592025-07-18T16:20:01.927Z Compiling group v0.13.0
29602025-07-18T16:20:01.951Z Running `/home/build/.rustup/toolchains/1.88.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=4a73b4b700586940 -C extra-filename=-c9688b0840233070 --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-e4025b30713a46a3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-af0c7eaeaab3b29d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612025-07-18T16:20:02.315Z Compiling num-iter v0.1.45
29622025-07-18T16:20:02.340Z Running `/home/build/.rustup/toolchains/1.88.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=498647bc7501eb8b -C extra-filename=-7e625aeaeaca39aa --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-ad3f47c3b9446adb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-347f5eeb4dc10c7b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632025-07-18T16:20:02.564Z Running `/home/build/.rustup/toolchains/1.88.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=2e301bfa53c7eefd -C extra-filename=-d7c1a27b6fa1faad --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-76e995005ff0a130.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-e5ed21d06bba6a37.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-ce461fbb4c55d8de.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-6f397e137c0eb94b.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`
29642025-07-18T16:20:03.263Z Compiling strum_macros v0.26.4
29652025-07-18T16:20:03.288Z Running `/home/build/.rustup/toolchains/1.88.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=08aa42d3f878c2f3 -C extra-filename=-60201da2d8b8eb00 --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-9c466a4ed58223b8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b3bfcc61262192ba.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662025-07-18T16:20:03.545Z Compiling hkdf v0.12.4
29672025-07-18T16:20:03.569Z Running `/home/build/.rustup/toolchains/1.88.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=dc52c9bfb42c1630 -C extra-filename=-6ad9cd0106bcb645 --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-401945d023ab2c01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682025-07-18T16:20:03.880Z Compiling crypto-bigint v0.5.5
29692025-07-18T16:20:03.904Z Running `/home/build/.rustup/toolchains/1.88.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=37a5e44960c47fe6 -C extra-filename=-f7f8337bba804949 --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-c6c1183c12f21f86.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-af0c7eaeaab3b29d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29702025-07-18T16:20:03.928Z Compiling bzip2-sys v0.1.13+1.0.8
29712025-07-18T16:20:03.969Z Running `/home/build/.rustup/toolchains/1.88.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=dd6a1ff72ad2245e -C extra-filename=-e11edc26ecafec57 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e11edc26ecafec57 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-01b2bc2360d2f040.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-09d920a2180ec0b7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722025-07-18T16:20:04.314Z Compiling usdt-macro v0.5.0
29732025-07-18T16:20:04.338Z Running `/home/build/.rustup/toolchains/1.88.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=25584ab8a59ab764 -C extra-filename=-b55b0cd1025a32a7 --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-ce461fbb4c55d8de.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43f9783393799993.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-d7c1a27b6fa1faad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742025-07-18T16:20:04.544Z Compiling usdt-attr-macro v0.5.0
29752025-07-18T16:20:04.569Z Running `/home/build/.rustup/toolchains/1.88.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=712bf42d6133e6f3 -C extra-filename=-8a16e709e14fc316 --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-ce461fbb4c55d8de.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43f9783393799993.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-d7c1a27b6fa1faad.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762025-07-18T16:20:04.904Z Compiling unicode-xid v0.2.6
29772025-07-18T16:20:04.929Z Running `/home/build/.rustup/toolchains/1.88.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=594cc59094f3404e -C extra-filename=-95e7bc1fa3dc3a57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:20:05.164Z Compiling bitflags v1.3.2
29792025-07-18T16:20:05.187Z Running `/home/build/.rustup/toolchains/1.88.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=6111fa9cab960b4e -C extra-filename=-2cc7bf1c4c3b9e85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802025-07-18T16:20:05.328Z Compiling num-bigint-dig v0.8.4
29812025-07-18T16:20:05.352Z Running `/home/build/.rustup/toolchains/1.88.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=1cb7c9c57913e538 -C extra-filename=-c20351090d9b3f42 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-c20351090d9b3f42 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822025-07-18T16:20:05.763Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-c20351090d9b3f42/build-script-build`
29832025-07-18T16:20:05.811Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e11edc26ecafec57/build-script-build`
29842025-07-18T16:20:05.875Z Compiling crossbeam-deque v0.8.5
29852025-07-18T16:20:05.899Z Running `/home/build/.rustup/toolchains/1.88.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=9369b97080f1487c -C extra-filename=-3a3cecc81c0becbf --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-ee53e4eec09e6049.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-5159d48380bbdf86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862025-07-18T16:20:05.960Z Compiling newtype-uuid v1.2.4
29872025-07-18T16:20:05.985Z Running `/home/build/.rustup/toolchains/1.88.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=152b5bbd19a1ca99 -C extra-filename=-963a806987a74f2d --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-963a806987a74f2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882025-07-18T16:20:06.342Z Running `/home/build/.rustup/toolchains/1.88.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=e977906db8a7c038 -C extra-filename=-657cbe8c0b901d16 --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-76e995005ff0a130.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-91a677dd349e0155.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-ac2c9f9c24cc3a63.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-ad3f47c3b9446adb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7e625aeaeaca39aa.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-347f5eeb4dc10c7b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-aa8504c521d50e9f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
29892025-07-18T16:20:06.388Z Compiling usdt v0.5.0
29902025-07-18T16:20:06.412Z Running `/home/build/.rustup/toolchains/1.88.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=55e6b689da6a3618 -C extra-filename=-54265d5a166e5c87 --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-e5ed21d06bba6a37.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-ce461fbb4c55d8de.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-3b043ddb14d40bb7.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-317437227449f55a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-8a16e709e14fc316.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-d7c1a27b6fa1faad.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-b55b0cd1025a32a7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912025-07-18T16:20:06.438Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-963a806987a74f2d/build-script-build`
29922025-07-18T16:20:06.506Z Compiling pkcs1 v0.7.5
29932025-07-18T16:20:06.531Z Running `/home/build/.rustup/toolchains/1.88.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=93851cd87fd2a2de -C extra-filename=-dd87b35efb5a4296 --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-74712cd288224dfa.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4158a7114c4f832f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-fa5cc86ca7750c30.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942025-07-18T16:20:06.945Z Compiling libz-rs-sys v0.5.1
29952025-07-18T16:20:06.970Z Running `/home/build/.rustup/toolchains/1.88.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=3f917d49de4ecbbc -C extra-filename=-0af208fee6a16b52 --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-b4875230691cb254.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962025-07-18T16:20:07.294Z Compiling flate2 v1.1.2
29972025-07-18T16:20:07.318Z Compiling elliptic-curve v0.13.8
29982025-07-18T16:20:07.318Z Running `/home/build/.rustup/toolchains/1.88.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=d5a9532e30ece8f2 -C extra-filename=-307f4b2f01ea6cfa --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-e6bffd635b624dee.rmeta --extern libz_rs_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_rs_sys-0af208fee6a16b52.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-3ece0297858eab2b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992025-07-18T16:20:07.344Z Running `/home/build/.rustup/toolchains/1.88.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=c63f4ae5556fdd7c -C extra-filename=-7b1181371960a6a2 --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-ad228a666faa0d4f.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-f7f8337bba804949.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-86cffebc07ad4c24.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4025b30713a46a3.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c6c1183c12f21f86.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c9688b0840233070.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-6ad9cd0106bcb645.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-6fc7cf573e792b69.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4158a7114c4f832f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-af0c7eaeaab3b29d.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-85640e4c45ea267e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002025-07-18T16:20:07.470Z Running `/home/build/.rustup/toolchains/1.88.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=01fca002f6155f61 -C extra-filename=-63d1bce096931933 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-622a10d756a1770b/out/lib -l static=bz2`
30012025-07-18T16:20:07.515Z Compiling strum v0.26.3
30022025-07-18T16:20:07.540Z Running `/home/build/.rustup/toolchains/1.88.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=6524b9f066347704 -C extra-filename=-545fe6340ca04629 --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-60201da2d8b8eb00.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032025-07-18T16:20:07.632Z Compiling curve25519-dalek v4.1.3
30042025-07-18T16:20:07.656Z Running `/home/build/.rustup/toolchains/1.88.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=81c474e1e166f13b -C extra-filename=-b4e5c1943981485c --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-b4e5c1943981485c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-7a97d3d9508f5c1c.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052025-07-18T16:20:07.680Z Compiling zstd-sys v2.0.14+zstd.1.5.7
30062025-07-18T16:20:07.728Z Running `/home/build/.rustup/toolchains/1.88.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=fd03607e0e044789 -C extra-filename=-ecfb979c02f18eb7 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-ecfb979c02f18eb7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-01b2bc2360d2f040.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-09d920a2180ec0b7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30072025-07-18T16:20:07.788Z Compiling itertools v0.10.5
30082025-07-18T16:20:07.812Z Running `/home/build/.rustup/toolchains/1.88.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=8b43d34602b61e33 -C extra-filename=-2719b728e8f677e5 --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-7e6bfb7da4b02c98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092025-07-18T16:20:08.171Z Compiling memoffset v0.9.1
30102025-07-18T16:20:08.196Z Running `/home/build/.rustup/toolchains/1.88.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=707f94f45fb47078 -C extra-filename=-24e6917341665bad --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-24e6917341665bad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f2334d418220dc84.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112025-07-18T16:20:08.232Z Compiling ahash v0.8.11
30122025-07-18T16:20:08.232Z Running `/home/build/.rustup/toolchains/1.88.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.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=9cd31d4a8ed4ec28 -C extra-filename=-68c06ed3ed4ee2b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-68c06ed3ed4ee2b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-42984fabf13575b6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132025-07-18T16:20:08.406Z Compiling rayon-core v1.12.1
30142025-07-18T16:20:08.430Z Running `/home/build/.rustup/toolchains/1.88.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=57755ff472aac542 -C extra-filename=-e0933704c5510972 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-e0933704c5510972 -L 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-07-18T16:20:08.654Z Compiling cfg_aliases v0.2.1
30162025-07-18T16:20:08.702Z Running `/home/build/.rustup/toolchains/1.88.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=5f3c400ded3fbd28 -C extra-filename=-0fb13417418c22f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:20:08.702Z Compiling signal-hook v0.3.17
30182025-07-18T16:20:08.727Z Running `/home/build/.rustup/toolchains/1.88.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.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="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=e1be63d140a39b00 -C extra-filename=-f5553dbb993b9864 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-f5553dbb993b9864 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30192025-07-18T16:20:08.753Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-68c06ed3ed4ee2b1/build-script-build`
30202025-07-18T16:20:08.828Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-e0933704c5510972/build-script-build`
30212025-07-18T16:20:08.876Z Compiling rsa v0.9.6
30222025-07-18T16:20:08.901Z Running `/home/build/.rustup/toolchains/1.88.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=15649b0d7f61700b -C extra-filename=-c9326693b65db5c3 --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-478d1a6e529906f8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-86cffebc07ad4c24.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-657cbe8c0b901d16.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-ad3f47c3b9446adb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-347f5eeb4dc10c7b.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-dd87b35efb5a4296.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4158a7114c4f832f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-af0c7eaeaab3b29d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-55847fa0ea603b7d.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-fa5cc86ca7750c30.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232025-07-18T16:20:08.926Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-ecfb979c02f18eb7/build-script-build`
30242025-07-18T16:20:09.109Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-24e6917341665bad/build-script-build`
30252025-07-18T16:20:09.180Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-b4e5c1943981485c/build-script-build`
30262025-07-18T16:20:09.206Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-f5553dbb993b9864/build-script-build`
30272025-07-18T16:20:09.230Z Running `/home/build/.rustup/toolchains/1.88.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=f3b3657dd999e0ab -C extra-filename=-63b27a38e06bd635 --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-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
30282025-07-18T16:20:09.299Z Compiling toml v0.7.8
30292025-07-18T16:20:09.325Z Running `/home/build/.rustup/toolchains/1.88.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=42e8a76c777927a7 -C extra-filename=-2984a7760d5684f2 --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-055e1d96445a02a2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-4be28576b7118d33.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-3694c492e31abeb2.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3fc98c709ac00fff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302025-07-18T16:20:09.350Z Compiling unicode-normalization v0.1.24
30312025-07-18T16:20:09.350Z Running `/home/build/.rustup/toolchains/1.88.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=4765b2bfec91a843 -C extra-filename=-3da38294b13c11e6 --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-c4031cacc6b1b00a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322025-07-18T16:20:09.688Z Compiling rfc6979 v0.4.0
30332025-07-18T16:20:09.719Z Running `/home/build/.rustup/toolchains/1.88.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=ec5a40d2ea0423ba -C extra-filename=-863126fdc576254e --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-401945d023ab2c01.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30342025-07-18T16:20:09.941Z Compiling daft-derive v0.1.4
30352025-07-18T16:20:09.966Z Running `/home/build/.rustup/toolchains/1.88.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=a3229d1ef2718f5e -C extra-filename=-9d6f24adaf909d12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30362025-07-18T16:20:10.309Z Compiling curve25519-dalek-derive v0.1.1
30372025-07-18T16:20:10.333Z Running `/home/build/.rustup/toolchains/1.88.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=e81c77bc98bf906f -C extra-filename=-ef447d41f250a8cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382025-07-18T16:20:10.358Z Compiling enum-as-inner v0.6.1
30392025-07-18T16:20:10.358Z Running `/home/build/.rustup/toolchains/1.88.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=73d37be9fa9eb90a -C extra-filename=-21284b17254d0825 --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-9c466a4ed58223b8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30402025-07-18T16:20:10.633Z Compiling managed v0.8.0
30412025-07-18T16:20:10.657Z Running `/home/build/.rustup/toolchains/1.88.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=3125b3424d96852e -C extra-filename=-8352ac706591068e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30422025-07-18T16:20:11.165Z Compiling ecdsa v0.16.9
30432025-07-18T16:20:11.189Z Running `/home/build/.rustup/toolchains/1.88.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=bb4b48da7af1ff78 -C extra-filename=-9e7f654f98702e21 --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-74712cd288224dfa.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-86cffebc07ad4c24.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7b1181371960a6a2.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-863126fdc576254e.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-55847fa0ea603b7d.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-fa5cc86ca7750c30.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442025-07-18T16:20:11.596Z Running `/home/build/.rustup/toolchains/1.88.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.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="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=3519180518846a49 -C extra-filename=-111d4954213f1af1 --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-09283293c0e83604.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4647445ac3488f76.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452025-07-18T16:20:11.649Z Compiling daft v0.1.4
30462025-07-18T16:20:11.674Z Running `/home/build/.rustup/toolchains/1.88.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=0325a95313821095 -C extra-filename=-3c83a57bdf9cccc4 --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-9d6f24adaf909d12.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-63b27a38e06bd635.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9ca21b882cc6264d.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472025-07-18T16:20:11.882Z Running `/home/build/.rustup/toolchains/1.88.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=d0a1eba61b6d3b63 -C extra-filename=-f910bd14c38fc8a2 --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-1ec0b9c34a33fc61.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-45550c38244b7ffd.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-ef447d41f250a8cf.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-86cffebc07ad4c24.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-af0c7eaeaab3b29d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.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"'`
30482025-07-18T16:20:11.985Z Running `/home/build/.rustup/toolchains/1.88.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=6842f5a55ffb38ac -C extra-filename=-0a21ec4eaa37d6e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
30492025-07-18T16:20:12.166Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.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="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=7d6bfe988cca50c2 -C extra-filename=-aaa7d5c7710a972c --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-1ec0b9c34a33fc61.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-db1759231e804faf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f9f786032867e7b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
30502025-07-18T16:20:12.297Z Compiling x509-cert v0.2.5
30512025-07-18T16:20:12.321Z Running `/home/build/.rustup/toolchains/1.88.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=f875c04b68812af3 -C extra-filename=-b4039e0e2f206edd --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-478d1a6e529906f8.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-74712cd288224dfa.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-fa5cc86ca7750c30.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30522025-07-18T16:20:12.492Z Compiling new_debug_unreachable v1.0.6
30532025-07-18T16:20:12.517Z Running `/home/build/.rustup/toolchains/1.88.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=924936678c260d00 -C extra-filename=-60efbc7c7c6cd57f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542025-07-18T16:20:12.650Z Compiling fixedbitset v0.4.2
30552025-07-18T16:20:12.675Z Running `/home/build/.rustup/toolchains/1.88.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=ab392850f3b2da77 -C extra-filename=-a37da6557cf8abcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30562025-07-18T16:20:12.754Z Compiling zstd-safe v7.2.3
30572025-07-18T16:20:12.778Z Running `/home/build/.rustup/toolchains/1.88.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=7af0313a221a677a -C extra-filename=-cb63f960fc33c001 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-cb63f960fc33c001 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582025-07-18T16:20:13.137Z Compiling precomputed-hash v0.1.1
30592025-07-18T16:20:13.162Z Running `/home/build/.rustup/toolchains/1.88.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=cd10f1891a721cc6 -C extra-filename=-55c1590b372dc035 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602025-07-18T16:20:13.199Z Compiling petgraph v0.6.5
30612025-07-18T16:20:13.258Z Running `/home/build/.rustup/toolchains/1.88.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=f2e43fa9862dc895 -C extra-filename=-cfbf832e7a9e6b92 --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-a37da6557cf8abcd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-f8cafe78598a89a5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622025-07-18T16:20:13.329Z Compiling string_cache v0.8.9
30632025-07-18T16:20:13.354Z Running `/home/build/.rustup/toolchains/1.88.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=4f391a3b0648750a -C extra-filename=-17b60e66026035f8 --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-60efbc7c7c6cd57f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a9b777944490afe9.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-0074f913cf2d4637.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-55c1590b372dc035.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642025-07-18T16:20:13.815Z Running `/home/build/.rustup/toolchains/1.88.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=1c186521a63ae91a -C extra-filename=-be8ead3bf686ef92 --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-3a3cecc81c0becbf.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-5159d48380bbdf86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652025-07-18T16:20:15.233Z Compiling ed25519 v2.2.3
30662025-07-18T16:20:15.257Z Running `/home/build/.rustup/toolchains/1.88.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=15af1cca6f6cb9df -C extra-filename=-0a2b3ab966065c0c --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-4158a7114c4f832f.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-55847fa0ea603b7d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672025-07-18T16:20:15.579Z Compiling signal-hook-mio v0.2.4
30682025-07-18T16:20:15.603Z Running `/home/build/.rustup/toolchains/1.88.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=1d320342182a66ba -C extra-filename=-477ae49fd7bff4a3 --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-09283293c0e83604.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-59a7b239b98be0ad.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-111d4954213f1af1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692025-07-18T16:20:15.819Z Compiling ed25519-dalek v2.1.1
30702025-07-18T16:20:15.844Z Running `/home/build/.rustup/toolchains/1.88.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=700f9bb988f4349d -C extra-filename=-f29c167e5c725149 --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-f910bd14c38fc8a2.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-0a2b3ab966065c0c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-af0c7eaeaab3b29d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-55847fa0ea603b7d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30712025-07-18T16:20:15.958Z Compiling nix v0.29.0
30722025-07-18T16:20:15.982Z Running `/home/build/.rustup/toolchains/1.88.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=730448692a9fb7c5 -C extra-filename=-e9a1f28d93905519 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-e9a1f28d93905519 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-0fb13417418c22f9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732025-07-18T16:20:16.784Z Compiling bzip2 v0.4.4
30742025-07-18T16:20:16.808Z Running `/home/build/.rustup/toolchains/1.88.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=e86d5c2fa984b5c1 -C extra-filename=-8914ff6253d4d070 --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-63d1bce096931933.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --cap-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-622a10d756a1770b/out/lib`
30752025-07-18T16:20:16.905Z Compiling heapless v0.7.17
30762025-07-18T16:20:16.931Z Running `/home/build/.rustup/toolchains/1.88.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=67f5c31f3a8cde42 -C extra-filename=-cdd831c7ff483e4c --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-cdd831c7ff483e4c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-7a97d3d9508f5c1c.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772025-07-18T16:20:17.005Z Compiling lalrpop-util v0.19.12
30782025-07-18T16:20:17.029Z Running `/home/build/.rustup/toolchains/1.88.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=7053c65e3bf1a6e0 -C extra-filename=-b90a5ca9cfd0f3d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792025-07-18T16:20:17.238Z Compiling rustc-hash v2.1.1
30802025-07-18T16:20:17.263Z Running `/home/build/.rustup/toolchains/1.88.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=6752bfb0ad6c2481 -C extra-filename=-a30374f9732585e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812025-07-18T16:20:17.288Z Compiling bumpalo v3.16.0
30822025-07-18T16:20:17.289Z Running `/home/build/.rustup/toolchains/1.88.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=2bac5a58437bb40b -C extra-filename=-c690766b40342204 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30832025-07-18T16:20:17.444Z Compiling simd-adler32 v0.3.7
30842025-07-18T16:20:17.470Z Running `/home/build/.rustup/toolchains/1.88.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=34254ccfbd2d7fa2 -C extra-filename=-ee0e34b0f28ea2c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852025-07-18T16:20:17.494Z Compiling lockfree-object-pool v0.1.6
30862025-07-18T16:20:17.494Z Running `/home/build/.rustup/toolchains/1.88.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=8cd28e225227b42c -C extra-filename=-ec4e8a1082ac0bf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872025-07-18T16:20:17.544Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-cdd831c7ff483e4c/build-script-build`
30882025-07-18T16:20:17.665Z Compiling zip v0.6.6
30892025-07-18T16:20:17.690Z Running `/home/build/.rustup/toolchains/1.88.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=9885335ba0f13679 -C extra-filename=-05f86dd9f6cbba1e --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-76e995005ff0a130.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-8914ff6253d4d070.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-e6bffd635b624dee.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rmeta --cap-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-622a10d756a1770b/out/lib`
30902025-07-18T16:20:17.814Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-e9a1f28d93905519/build-script-build`
30912025-07-18T16:20:17.872Z Compiling zopfli v0.8.1
30922025-07-18T16:20:17.896Z Running `/home/build/.rustup/toolchains/1.88.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=9041d2636ee2b458 -C extra-filename=-ae32fe3c35631174 --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-c690766b40342204.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-e6bffd635b624dee.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-ec4e8a1082ac0bf9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-ee0e34b0f28ea2c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932025-07-18T16:20:17.922Z Compiling crossterm v0.28.1
30942025-07-18T16:20:17.923Z Running `/home/build/.rustup/toolchains/1.88.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=ee80f2d752d35076 -C extra-filename=-7ae4cb00c520b68b --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-f5683af400e4b5bb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbdb771357233643.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-59a7b239b98be0ad.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a9b777944490afe9.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e03c66de06ed6290.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-111d4954213f1af1.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-477ae49fd7bff4a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30952025-07-18T16:20:18.021Z Compiling bzip2 v0.5.2
30962025-07-18T16:20:18.046Z Running `/home/build/.rustup/toolchains/1.88.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=7ef0e3320af7b58f -C extra-filename=-fc71f983384e7b47 --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-63d1bce096931933.rmeta --cap-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-622a10d756a1770b/out/lib`
30972025-07-18T16:20:18.296Z Compiling console v0.15.10
30982025-07-18T16:20:18.321Z Running `/home/build/.rustup/toolchains/1.88.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=9d2658e28ea4940c -C extra-filename=-9c592e23026ad5a2 --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-09283293c0e83604.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-9571fbd2da22e74e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992025-07-18T16:20:18.347Z Compiling hash32 v0.2.1
31002025-07-18T16:20:18.347Z Running `/home/build/.rustup/toolchains/1.88.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=b1b4e3539b42d5df -C extra-filename=-42fbc1ff569a9ccb --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-76e995005ff0a130.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012025-07-18T16:20:18.449Z Compiling winnow v0.6.26
31022025-07-18T16:20:18.474Z Running `/home/build/.rustup/toolchains/1.88.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=676ebfc919e419f8 -C extra-filename=-82ca1a0edb068014 --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-8bc9efb51d5cb13b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032025-07-18T16:20:18.755Z Compiling buf-list v1.0.3
31042025-07-18T16:20:18.779Z Running `/home/build/.rustup/toolchains/1.88.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=c6188315b87a0898 -C extra-filename=-3cf8b433af6db9bc --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-3cf8b433af6db9bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052025-07-18T16:20:18.909Z Compiling smoltcp v0.9.1
31062025-07-18T16:20:18.934Z Running `/home/build/.rustup/toolchains/1.88.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=ef4b2a6a07832fba -C extra-filename=-7d5b9c7e6e8c5bd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-7d5b9c7e6e8c5bd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072025-07-18T16:20:19.392Z Compiling unicode-properties v0.1.3
31082025-07-18T16:20:19.420Z Running `/home/build/.rustup/toolchains/1.88.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=e43b2cff7a794f6c -C extra-filename=-4cbf3852cc7aaeb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092025-07-18T16:20:19.479Z Compiling unicode-bidi v0.3.17
31102025-07-18T16:20:19.503Z Running `/home/build/.rustup/toolchains/1.88.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=eb04640ed033a705 -C extra-filename=-71c948f20f732fdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112025-07-18T16:20:19.627Z Compiling predicates-core v1.0.8
31122025-07-18T16:20:19.652Z Running `/home/build/.rustup/toolchains/1.88.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=4267f9e7e4807226 -C extra-filename=-d1c6c56e82d9a574 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132025-07-18T16:20:19.710Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-7d5b9c7e6e8c5bd4/build-script-build`
31142025-07-18T16:20:19.778Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-3cf8b433af6db9bc/build-script-build`
31152025-07-18T16:20:19.853Z Running `/home/build/.rustup/toolchains/1.88.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=92e9191dd35e2798 -C extra-filename=-ed863e18d031b7d8 --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-42fbc1ff569a9ccb.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-1fe42e1dabef62af.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-29fe500b85244d3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
31162025-07-18T16:20:19.935Z Running `/home/build/.rustup/toolchains/1.88.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=ceb7c19a5af92ae4 -C extra-filename=-07b32843a1dac2c9 --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-f5683af400e4b5bb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-0a21ec4eaa37d6e7.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)'`
31172025-07-18T16:20:20.090Z Compiling rayon v1.10.0
31182025-07-18T16:20:20.115Z Running `/home/build/.rustup/toolchains/1.88.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=c02fdbc489cc2776 -C extra-filename=-ff856e5bf9d0126a --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-7e6bfb7da4b02c98.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-be8ead3bf686ef92.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192025-07-18T16:20:20.758Z Compiling stringprep v0.1.5
31202025-07-18T16:20:20.782Z Running `/home/build/.rustup/toolchains/1.88.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=a59c87ff8f3e0331 -C extra-filename=-d3cdb290d9421dc4 --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-71c948f20f732fdb.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-3da38294b13c11e6.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-4cbf3852cc7aaeb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212025-07-18T16:20:20.987Z Compiling hickory-proto v0.25.2
31222025-07-18T16:20:21.011Z Running `/home/build/.rustup/toolchains/1.88.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=90121ce844a26fc2 -C extra-filename=-5222b68690f578f8 --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-7757a5163fd5f6fb.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5b7f9623816d4f99.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-21284b17254d0825.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-842a1d8d7d894b4f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-dc9a70e47a4ff954.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-933ca85f3c31a65c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-f4d532b8bf8b4102.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c775600be1f1d72b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-c4031cacc6b1b00a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5af8ef375db8323f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232025-07-18T16:20:21.076Z Compiling strum_macros v0.27.1
31242025-07-18T16:20:21.100Z Running `/home/build/.rustup/toolchains/1.88.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=9a86eba483002ae5 -C extra-filename=-227fd16bc26ed076 --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-9c466a4ed58223b8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b3bfcc61262192ba.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252025-07-18T16:20:21.713Z Running `/home/build/.rustup/toolchains/1.88.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=6a1e7e9cb47d8847 -C extra-filename=-d859258f60cbd9cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-20cc9594234ea19f/out -l static=zstd`
31262025-07-18T16:20:21.815Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-cb63f960fc33c001/build-script-build`
31272025-07-18T16:20:21.882Z Compiling tokio-stream v0.1.17
31282025-07-18T16:20:21.906Z Running `/home/build/.rustup/toolchains/1.88.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=006b2c3efd9afcb0 -C extra-filename=-06a81989ed90b46b --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-cbdb771357233643.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b60a7df0ef4647.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292025-07-18T16:20:21.943Z Compiling md-5 v0.10.6
31302025-07-18T16:20:21.992Z Running `/home/build/.rustup/toolchains/1.88.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=a5958d3d70a7751c -C extra-filename=-620cc86bba84258c --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-1ec0b9c34a33fc61.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-86cffebc07ad4c24.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312025-07-18T16:20:22.025Z Running `/home/build/.rustup/toolchains/1.88.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=3f6094bbb1710e9d -C extra-filename=-7d617637eceabfbd --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-d859258f60cbd9cc.rmeta --cap-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-20cc9594234ea19f/out`
31322025-07-18T16:20:22.056Z Compiling float-cmp v0.10.0
31332025-07-18T16:20:22.105Z Running `/home/build/.rustup/toolchains/1.88.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=eff4a09c2ce9e07e -C extra-filename=-4072f92126ac6550 --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-347f5eeb4dc10c7b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342025-07-18T16:20:22.327Z Compiling fs-err v3.1.1
31352025-07-18T16:20:22.351Z Running `/home/build/.rustup/toolchains/1.88.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=676bf1e599030544 -C extra-filename=-8cd6847504de0847 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-8cd6847504de0847 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f2334d418220dc84.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362025-07-18T16:20:22.396Z Compiling normalize-line-endings v0.3.0
31372025-07-18T16:20:22.421Z Running `/home/build/.rustup/toolchains/1.88.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=bcfff50500bb03f0 -C extra-filename=-71113cf7c5af8eb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382025-07-18T16:20:22.523Z Compiling zstd v0.13.3
31392025-07-18T16:20:22.549Z Running `/home/build/.rustup/toolchains/1.88.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=881542af6e8e077f -C extra-filename=-0d2a106a8fdb2880 --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-7d617637eceabfbd.rmeta --cap-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-20cc9594234ea19f/out`
31402025-07-18T16:20:22.607Z Compiling difflib v0.4.0
31412025-07-18T16:20:22.632Z Running `/home/build/.rustup/toolchains/1.88.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=97058ef119bb3dd1 -C extra-filename=-d58bc5c3d68abe43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422025-07-18T16:20:22.820Z Compiling fallible-iterator v0.2.0
31432025-07-18T16:20:22.845Z Running `/home/build/.rustup/toolchains/1.88.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=134cb9cb1e2dce5e -C extra-filename=-2b58eee66d017652 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31442025-07-18T16:20:22.984Z Compiling zip v4.2.0
31452025-07-18T16:20:23.008Z Running `/home/build/.rustup/toolchains/1.88.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=69e08ca1e291b2f3 -C extra-filename=-6e2f8b79d8f46201 --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-fc71f983384e7b47.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-e6bffd635b624dee.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8bc9efb51d5cb13b.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-ae32fe3c35631174.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-0d2a106a8fdb2880.rmeta --cap-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-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out`
31462025-07-18T16:20:23.114Z Compiling predicates v3.1.3
31472025-07-18T16:20:23.139Z Running `/home/build/.rustup/toolchains/1.88.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=eb3290d76fa6a7dd -C extra-filename=-28dfec6183e46a8d --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-00e5fc0142abc387.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-d58bc5c3d68abe43.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-4072f92126ac6550.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-71113cf7c5af8eb2.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-d1c6c56e82d9a574.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482025-07-18T16:20:23.545Z Compiling postgres-protocol v0.6.8
31492025-07-18T16:20:23.570Z Running `/home/build/.rustup/toolchains/1.88.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=8184bd90503c30bd -C extra-filename=-66485d46b79e0a90 --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-55b2fb0813a2d2c1.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-76e995005ff0a130.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2b58eee66d017652.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-401945d023ab2c01.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-620cc86bba84258c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8bc9efb51d5cb13b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c775600be1f1d72b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-d3cdb290d9421dc4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502025-07-18T16:20:23.879Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-8cd6847504de0847/build-script-build`
31512025-07-18T16:20:24.102Z Running `/home/build/.rustup/toolchains/1.88.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=bab30fa51bff5b11 -C extra-filename=-2714839e14553a8e --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-2cc7bf1c4c3b9e85.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-76e995005ff0a130.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-ed863e18d031b7d8.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8352ac706591068e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522025-07-18T16:20:24.274Z Running `/home/build/.rustup/toolchains/1.88.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=37d86b1b1367b6e3 -C extra-filename=-c1e6eb59cd83d22f --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-c4ed0f2ee252a2f2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.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`
31532025-07-18T16:20:24.537Z Compiling similar v2.7.0
31542025-07-18T16:20:24.561Z Running `/home/build/.rustup/toolchains/1.88.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=099c85c21793b6e3 -C extra-filename=-1a8ff30f54235280 --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-03c1ee9972a07caf.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-78de71e0435a1639.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31552025-07-18T16:20:24.787Z Compiling phf v0.11.2
31562025-07-18T16:20:24.812Z Running `/home/build/.rustup/toolchains/1.88.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=abda20d6305a2eb8 -C extra-filename=-5cb9703b7d905874 --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-0074f913cf2d4637.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572025-07-18T16:20:24.894Z Compiling serde-big-array v0.5.1
31582025-07-18T16:20:24.919Z Running `/home/build/.rustup/toolchains/1.88.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=cca24500a735e76b -C extra-filename=-389635cde3a326f5 --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-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592025-07-18T16:20:25.144Z Compiling serde_repr v0.1.19
31602025-07-18T16:20:25.194Z Running `/home/build/.rustup/toolchains/1.88.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=bdd3cf683daf0ec0 -C extra-filename=-38062cbb881051a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612025-07-18T16:20:25.195Z Compiling number_prefix v0.4.0
31622025-07-18T16:20:25.219Z Running `/home/build/.rustup/toolchains/1.88.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=ab3b4eee0d57ef51 -C extra-filename=-78b159d4ac88e3ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632025-07-18T16:20:25.247Z Compiling peg-runtime v0.8.5
31642025-07-18T16:20:25.302Z Running `/home/build/.rustup/toolchains/1.88.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=bce976c07dc48730 -C extra-filename=-a1fc463803c451a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652025-07-18T16:20:25.522Z Compiling indicatif v0.17.11
31662025-07-18T16:20:25.546Z Running `/home/build/.rustup/toolchains/1.88.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="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=f0fc00bd0b92b4ff -C extra-filename=-fd34f80252728255 --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-9c592e23026ad5a2.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-78b159d4ac88e3ee.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-3521094af90af096.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-ff856e5bf9d0126a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-9571fbd2da22e74e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672025-07-18T16:20:25.854Z Compiling strum v0.27.1
31682025-07-18T16:20:25.879Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-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="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=c354f21cbda97ad8 -C extra-filename=-7d5b87c5be44f1af --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-227fd16bc26ed076.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692025-07-18T16:20:25.904Z Compiling postgres-types v0.2.9
31702025-07-18T16:20:25.904Z Running `/home/build/.rustup/toolchains/1.88.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=418d5e37f506b403 -C extra-filename=-c8c0f786bc18e451 --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-c4ed0f2ee252a2f2.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2b58eee66d017652.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-66485d46b79e0a90.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712025-07-18T16:20:26.033Z Running `/home/build/.rustup/toolchains/1.88.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=77fa47f9e759dc80 -C extra-filename=-61e5e807db545561 --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-b611b78e388d8de4.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)'`
31722025-07-18T16:20:26.177Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
31732025-07-18T16:20:26.201Z Running `/home/build/.rustup/toolchains/1.88.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=e713eb66b4f38e63 -C extra-filename=-d9398883c295516b --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-055e1d96445a02a2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a0f49db8dc7151e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31742025-07-18T16:20:26.460Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
31752025-07-18T16:20:26.485Z Running `/home/build/.rustup/toolchains/1.88.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=c18dfff0bb3f7a85 -C extra-filename=-3d71454609893a42 --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-f5683af400e4b5bb.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-ae0ac3bdd3a26b77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-389635cde3a326f5.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-38062cbb881051a3.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-2714839e14553a8e.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-227fd16bc26ed076.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a0f49db8dc7151e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31762025-07-18T16:20:26.552Z Compiling whoami v1.5.2
31772025-07-18T16:20:26.583Z Running `/home/build/.rustup/toolchains/1.88.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=770ded0b501eb306 -C extra-filename=-90f61593e285c654 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782025-07-18T16:20:26.655Z Compiling camino v1.1.10
31792025-07-18T16:20:26.679Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.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 --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=dd51e3509210b1b5 -C extra-filename=-c05732e4abcffbc1 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-c05732e4abcffbc1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802025-07-18T16:20:26.915Z Compiling fastrand v2.1.1
31812025-07-18T16:20:26.940Z Running `/home/build/.rustup/toolchains/1.88.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=1e36e9a863dc00d2 -C extra-filename=-1088bab9766184cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:20:27.166Z Compiling tokio-postgres v0.7.13
31832025-07-18T16:20:27.198Z Running `/home/build/.rustup/toolchains/1.88.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=2f82ceb5aacd7958 -C extra-filename=-7ca5df5ae2a378ac --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-7757a5163fd5f6fb.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-76e995005ff0a130.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2b58eee66d017652.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-842a1d8d7d894b4f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a9b777944490afe9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74e792d357b9e27d.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-5cb9703b7d905874.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b60a7df0ef4647.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-66485d46b79e0a90.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-c8c0f786bc18e451.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c775600be1f1d72b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-30f83be289414ffe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-90f61593e285c654.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842025-07-18T16:20:27.265Z Compiling regress v0.10.3
31852025-07-18T16:20:27.289Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-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 --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", "prohibit-unsafe", "std", "utf16"))' -C metadata=4a773cb08698ec96 -C extra-filename=-ca641200f9b44f6e --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-ea77094bf9778b00.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8bc9efb51d5cb13b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862025-07-18T16:20:27.388Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-c05732e4abcffbc1/build-script-build`
31872025-07-18T16:20:27.476Z Compiling futures-executor v0.3.31
31882025-07-18T16:20:27.501Z Running `/home/build/.rustup/toolchains/1.88.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=4fb4dfa5510e3e10 -C extra-filename=-297411f4c07a47d5 --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-cbdb771357233643.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-2baa2e36a52c8d43.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31892025-07-18T16:20:27.527Z Compiling ident_case v1.0.1
31902025-07-18T16:20:27.552Z Running `/home/build/.rustup/toolchains/1.88.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=cbee335ffa999a71 -C extra-filename=-da6ece1faf7203ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31912025-07-18T16:20:27.552Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=9159893e0b19dcd9 -C extra-filename=-140395dcab7447db --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-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'`
31922025-07-18T16:20:27.811Z Compiling is-terminal v0.4.13
31932025-07-18T16:20:27.835Z Running `/home/build/.rustup/toolchains/1.88.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=981a4f6183f4e055 -C extra-filename=-79ff500dd4f2a463 --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-09283293c0e83604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942025-07-18T16:20:28.040Z Compiling futures v0.3.31
31952025-07-18T16:20:28.064Z Running `/home/build/.rustup/toolchains/1.88.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=11425369370839cd -C extra-filename=-400f1a947c243aae --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-842a1d8d7d894b4f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbdb771357233643.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-297411f4c07a47d5.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-dc9a70e47a4ff954.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3870a1a8f1b27b92.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-2baa2e36a52c8d43.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962025-07-18T16:20:28.134Z Compiling dirs-sys-next v0.1.2
31972025-07-18T16:20:28.158Z Running `/home/build/.rustup/toolchains/1.88.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=49066530c8ea17bb -C extra-filename=-5533b1b818dcd504 --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-09283293c0e83604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31982025-07-18T16:20:28.230Z Compiling rustix v1.0.7
31992025-07-18T16:20:28.254Z Running `/home/build/.rustup/toolchains/1.88.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"' --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=c985b4ab002a0bb9 -C extra-filename=-eb5265bef3ecb7ce --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-eb5265bef3ecb7ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32002025-07-18T16:20:28.513Z Compiling dirs-next v2.0.0
32012025-07-18T16:20:28.540Z Running `/home/build/.rustup/toolchains/1.88.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=caa833062f99f255 -C extra-filename=-1ce2ac4df1af4eac --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-1ec0b9c34a33fc61.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-5533b1b818dcd504.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022025-07-18T16:20:28.700Z Compiling crossbeam-channel v0.5.15
32032025-07-18T16:20:28.724Z Running `/home/build/.rustup/toolchains/1.88.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=1d3a5bf011f82875 -C extra-filename=-2ef5f011cf25d8cf --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-5159d48380bbdf86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32042025-07-18T16:20:28.779Z Compiling term v0.7.0
32052025-07-18T16:20:28.804Z Running `/home/build/.rustup/toolchains/1.88.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=c2282007167a9501 -C extra-filename=-9da1e4644011109b --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-1ce2ac4df1af4eac.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32062025-07-18T16:20:29.016Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-eb5265bef3ecb7ce/build-script-build`
32072025-07-18T16:20:29.396Z Running `/home/build/.rustup/toolchains/1.88.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"' --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=0026ca5c6631a7fe -C extra-filename=-fbba1221f6e91dfb --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-f5683af400e4b5bb.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-50151fb85dc40b84.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
32082025-07-18T16:20:29.743Z Compiling unsafe-libyaml v0.2.11
32092025-07-18T16:20:29.767Z Running `/home/build/.rustup/toolchains/1.88.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=d9b123a2b1ea79d0 -C extra-filename=-0ddffb70d1371d82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102025-07-18T16:20:30.043Z Compiling toml v0.8.23
32112025-07-18T16:20:30.067Z Running `/home/build/.rustup/toolchains/1.88.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=a7dcc08445a007c9 -C extra-filename=-221f3ae204e1d740 --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-055e1d96445a02a2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-4be28576b7118d33.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-3694c492e31abeb2.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-78738aabfd5c37ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122025-07-18T16:20:31.563Z Compiling tempfile v3.20.0
32132025-07-18T16:20:31.597Z Running `/home/build/.rustup/toolchains/1.88.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=13d60f4e2071675a -C extra-filename=-e3e3e454a4639025 --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-1088bab9766184cd.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bc2d54df68e62c56.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-fbba1221f6e91dfb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142025-07-18T16:20:31.624Z Compiling serde_yaml v0.9.34+deprecated
32152025-07-18T16:20:31.624Z Compiling thread_local v1.1.8
32162025-07-18T16:20:31.624Z Running `/home/build/.rustup/toolchains/1.88.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=9b01a7742af12f85 -C extra-filename=-2cd2a8c26155796b --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-d1207bdafd8da2e1.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b294c65c434d0a42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-20c2089e36bd3399.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-0ddffb70d1371d82.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32172025-07-18T16:20:31.624Z Running `/home/build/.rustup/toolchains/1.88.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=4007c1840944142a -C extra-filename=-14cf5fcff07caa80 --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-1ec0b9c34a33fc61.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182025-07-18T16:20:31.717Z Compiling slog-async v2.8.0
32192025-07-18T16:20:31.767Z Running `/home/build/.rustup/toolchains/1.88.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=c032082e99aa3b7b -C extra-filename=-08ab782fa8478577 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-08ab782fa8478577 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202025-07-18T16:20:32.221Z Compiling darling_core v0.20.10
32212025-07-18T16:20:32.246Z Running `/home/build/.rustup/toolchains/1.88.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=9b27d08bacb960e4 -C extra-filename=-fc0b3c7cd65b88d3 --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-15eec6a4ea14602e.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-da6ece1faf7203ce.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-47f4b7d4fec673ea.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222025-07-18T16:20:32.293Z Compiling quick-error v1.2.3
32232025-07-18T16:20:32.317Z Running `/home/build/.rustup/toolchains/1.88.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=e9d1782d26e37937 -C extra-filename=-d2c918eefd0c260f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242025-07-18T16:20:32.347Z Compiling take_mut v0.2.2
32252025-07-18T16:20:32.393Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-08ab782fa8478577/build-script-build`
32262025-07-18T16:20:32.417Z Running `/home/build/.rustup/toolchains/1.88.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=8b6696576723ee2e -C extra-filename=-cdedf2c072e38e34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:20:32.446Z Compiling slog-term v2.9.1
32282025-07-18T16:20:32.471Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=b87e28f527398e18 -C extra-filename=-ee5199e57f4eada0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-79ff500dd4f2a463.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-9da1e4644011109b.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-14cf5fcff07caa80.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-893ec5c9fd9933a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32292025-07-18T16:20:32.495Z Compiling match_cfg v0.1.0
32302025-07-18T16:20:32.520Z Running `/home/build/.rustup/toolchains/1.88.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=d58601a234ee1e4f -C extra-filename=-f00581725872b52a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312025-07-18T16:20:32.545Z Compiling structmeta-derive v0.3.0
32322025-07-18T16:20:32.571Z Running `/home/build/.rustup/toolchains/1.88.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=690f27fe153b6d06 -C extra-filename=-473cc174b71b73f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32332025-07-18T16:20:32.642Z Running `/home/build/.rustup/toolchains/1.88.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=8be2e1baa4172a2a -C extra-filename=-a1b2e6f32623e0c3 --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-2ef5f011cf25d8cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-cdedf2c072e38e34.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-14cf5fcff07caa80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
32342025-07-18T16:20:32.690Z Compiling hostname v0.3.1
32352025-07-18T16:20:32.715Z Running `/home/build/.rustup/toolchains/1.88.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=72d436f25babc597 -C extra-filename=-d3f143916555be04 --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-09283293c0e83604.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-f00581725872b52a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362025-07-18T16:20:32.773Z Compiling bit-vec v0.8.0
32372025-07-18T16:20:32.798Z Running `/home/build/.rustup/toolchains/1.88.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=8bd322f1283dc7ad -C extra-filename=-6ff21d79c390d980 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382025-07-18T16:20:32.971Z Compiling hex v0.4.3
32392025-07-18T16:20:32.995Z Running `/home/build/.rustup/toolchains/1.88.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=e755e4fe85b0515b -C extra-filename=-32fbb11be79ef5a4 --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-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402025-07-18T16:20:33.329Z Compiling bit-set v0.8.0
32412025-07-18T16:20:33.353Z Running `/home/build/.rustup/toolchains/1.88.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=7b127fbb5e2ff162 -C extra-filename=-e390584c96dc53ff --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-6ff21d79c390d980.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32422025-07-18T16:20:33.510Z Compiling wait-timeout v0.2.0
32432025-07-18T16:20:33.534Z Running `/home/build/.rustup/toolchains/1.88.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=cd866d3437299999 -C extra-filename=-db3141cd56fdc959 --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-09283293c0e83604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442025-07-18T16:20:33.594Z Compiling debug-ignore v1.0.5
32452025-07-18T16:20:33.647Z Running `/home/build/.rustup/toolchains/1.88.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=96d23ed24a3dcabe -C extra-filename=-813f8acd8193960b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462025-07-18T16:20:33.697Z Compiling rand_xorshift v0.4.0
32472025-07-18T16:20:33.697Z Running `/home/build/.rustup/toolchains/1.88.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=d781bfbf62baa17f -C extra-filename=-611e9a87ae88797d --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-7b8f6e4b57b7b6a8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482025-07-18T16:20:33.726Z Compiling unarray v0.1.4
32492025-07-18T16:20:33.727Z Running `/home/build/.rustup/toolchains/1.88.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=c255a2552ea69c32 -C extra-filename=-11a19312a499f97a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32502025-07-18T16:20:33.832Z Compiling rusty-fork v0.3.0
32512025-07-18T16:20:33.856Z Running `/home/build/.rustup/toolchains/1.88.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=faa2b324b23ddf74 -C extra-filename=-cf3d626bc7cbac47 --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-15eec6a4ea14602e.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-d2c918eefd0c260f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-db3141cd56fdc959.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522025-07-18T16:20:33.958Z Compiling serde_path_to_error v0.1.17
32532025-07-18T16:20:33.984Z Running `/home/build/.rustup/toolchains/1.88.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=9913741f9201d63f -C extra-filename=-8303f55c98512375 --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-b294c65c434d0a42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542025-07-18T16:20:34.034Z Compiling rustls v0.22.4
32552025-07-18T16:20:34.059Z Running `/home/build/.rustup/toolchains/1.88.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=e0b8bc3211e9eb81 -C extra-filename=-408f4f71af7f7ea9 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-408f4f71af7f7ea9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32562025-07-18T16:20:34.119Z Compiling multer v3.1.0
32572025-07-18T16:20:34.150Z Running `/home/build/.rustup/toolchains/1.88.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=44210b2a21c6e6e4 -C extra-filename=-e05119fee802ce7b --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-e05119fee802ce7b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-42984fabf13575b6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32582025-07-18T16:20:34.467Z Compiling proptest v1.7.0
32592025-07-18T16:20:34.492Z Running `/home/build/.rustup/toolchains/1.88.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=a007cda2dbc3fc87 -C extra-filename=-d83908ae52d09495 --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-e390584c96dc53ff.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-6ff21d79c390d980.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f5683af400e4b5bb.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-91a677dd349e0155.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-347f5eeb4dc10c7b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c775600be1f1d72b.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c98a86e47be71590.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-611e9a87ae88797d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-1ec141ff0d2c5435.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-cf3d626bc7cbac47.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-11a19312a499f97a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602025-07-18T16:20:34.566Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-408f4f71af7f7ea9/build-script-build`
32612025-07-18T16:20:34.610Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-e05119fee802ce7b/build-script-build`
32622025-07-18T16:20:34.671Z Compiling slog-json v2.6.1
32632025-07-18T16:20:34.696Z Running `/home/build/.rustup/toolchains/1.88.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=e2bb56d182c563ee -C extra-filename=-0097755f75654fd6 --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-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-893ec5c9fd9933a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32642025-07-18T16:20:34.732Z Compiling async-stream-impl v0.3.6
32652025-07-18T16:20:34.732Z Running `/home/build/.rustup/toolchains/1.88.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=72df95dc966f67f5 -C extra-filename=-06d58079572ce5cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32662025-07-18T16:20:34.780Z Compiling dropshot v0.16.2
32672025-07-18T16:20:34.804Z Running `/home/build/.rustup/toolchains/1.88.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.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 '--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=eaf21adefb2283f0 -C extra-filename=-d3ce0d5f1a6d6d45 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-d3ce0d5f1a6d6d45 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-42984fabf13575b6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32682025-07-18T16:20:35.139Z Compiling slog-bunyan v2.5.0
32692025-07-18T16:20:35.163Z Running `/home/build/.rustup/toolchains/1.88.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=987cddfa2af4fd1e -C extra-filename=-d062fcf9f345c282 --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-d3f143916555be04.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-0097755f75654fd6.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-893ec5c9fd9933a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702025-07-18T16:20:35.191Z Running `/home/build/.rustup/toolchains/1.88.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=bf04ac3385f72043 -C extra-filename=-27e9c6390876eac4 --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-c4ed0f2ee252a2f2.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-6ba00ef6845fc925.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-853e871c5ff485d4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8bc9efb51d5cb13b.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-d05a7a38841d8550.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-1fe42e1dabef62af.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712025-07-18T16:20:35.245Z Compiling structmeta v0.3.0
32722025-07-18T16:20:35.269Z Running `/home/build/.rustup/toolchains/1.88.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=7a64aabbbde643ca -C extra-filename=-38aa5bbe2f131f5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-473cc174b71b73f5.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732025-07-18T16:20:35.293Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-d3ce0d5f1a6d6d45/build-script-build`
32742025-07-18T16:20:35.451Z Compiling rustls-pemfile v2.2.0
32752025-07-18T16:20:35.475Z Running `/home/build/.rustup/toolchains/1.88.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=bb1e4d4711aad615 -C extra-filename=-7c9491b89069efec --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-5f186ce15e45df88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762025-07-18T16:20:35.475Z Compiling waitgroup v0.1.2
32772025-07-18T16:20:35.499Z Running `/home/build/.rustup/toolchains/1.88.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=723dbcc289db67c7 -C extra-filename=-8c09e73f1596baec --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-b62c772dab649964.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32782025-07-18T16:20:35.718Z Compiling derive-ex v0.1.8
32792025-07-18T16:20:35.743Z Running `/home/build/.rustup/toolchains/1.88.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=7660b8e67d888358 -C extra-filename=-229531c0dee62d5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-38aa5bbe2f131f5e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802025-07-18T16:20:35.790Z Compiling dropshot_endpoint v0.16.2
32812025-07-18T16:20:35.822Z Running `/home/build/.rustup/toolchains/1.88.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.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 '--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=c6c9d74432172b88 -C extra-filename=-aed4f438461e312b --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-9c466a4ed58223b8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43f9783393799993.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822025-07-18T16:20:35.881Z Compiling hostname v0.4.0
32832025-07-18T16:20:35.906Z Running `/home/build/.rustup/toolchains/1.88.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=649a5b10a1400a97 -C extra-filename=-b9a1eff7874ab049 --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-1ec0b9c34a33fc61.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32842025-07-18T16:20:36.231Z Compiling async-stream v0.3.6
32852025-07-18T16:20:36.272Z Running `/home/build/.rustup/toolchains/1.88.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=eba51bed65d9e9e7 -C extra-filename=-6cf2a86aa987bab3 --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-06d58079572ce5cd.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbdb771357233643.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b60a7df0ef4647.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862025-07-18T16:20:36.297Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
32872025-07-18T16:20:36.297Z Compiling typify-impl v0.3.0
32882025-07-18T16:20:36.297Z Running `/home/build/.rustup/toolchains/1.88.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=cac4e12c521fa848 -C extra-filename=-b4f3a2503b776aa2 --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-32fbb11be79ef5a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32892025-07-18T16:20:36.297Z Running `/home/build/.rustup/toolchains/1.88.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=df30b8504cd0efc0 -C extra-filename=-482f4505547ddc22 --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-9c466a4ed58223b8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3466609bc44487e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902025-07-18T16:20:36.551Z Compiling macaddr v1.0.1
32912025-07-18T16:20:36.551Z Running `/home/build/.rustup/toolchains/1.88.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=026984411927828e -C extra-filename=-4dc624175d32881c --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-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32922025-07-18T16:20:36.583Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
32932025-07-18T16:20:36.626Z Running `/home/build/.rustup/toolchains/1.88.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=e1a5d26a80f47445 -C extra-filename=-d375b46598728c23 --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-3c83a57bdf9cccc4.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-63b27a38e06bd635.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9ca21b882cc6264d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942025-07-18T16:20:37.033Z Compiling instant v0.1.13
32952025-07-18T16:20:37.058Z Running `/home/build/.rustup/toolchains/1.88.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=8345994f48c49fea -C extra-filename=-177a78a285f77f9f --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-1ec0b9c34a33fc61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962025-07-18T16:20:37.259Z Compiling derive-where v1.5.0
32972025-07-18T16:20:37.283Z Running `/home/build/.rustup/toolchains/1.88.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=dad637d684fc21f6 -C extra-filename=-2da6f52a05daee67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32982025-07-18T16:20:37.310Z Compiling parse-display-derive v0.10.0
32992025-07-18T16:20:37.335Z Running `/home/build/.rustup/toolchains/1.88.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=78b04b69e6bd3a80 -C extra-filename=-eee963aa238b1301 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-1ec141ff0d2c5435.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-38aa5bbe2f131f5e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33002025-07-18T16:20:38.166Z Compiling darling_macro v0.20.10
33012025-07-18T16:20:38.196Z Running `/home/build/.rustup/toolchains/1.88.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=8bd9cb14cbf53598 -C extra-filename=-96abdd2c63df7681 --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-fc0b3c7cd65b88d3.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33022025-07-18T16:20:38.991Z Compiling darling v0.20.10
33032025-07-18T16:20:39.016Z Running `/home/build/.rustup/toolchains/1.88.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=67c8f2ef407f8fc4 -C extra-filename=-366dd790987c4b68 --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-fc0b3c7cd65b88d3.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-96abdd2c63df7681.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33042025-07-18T16:20:39.181Z Compiling serde_with_macros v3.14.0
33052025-07-18T16:20:39.181Z Running `/home/build/.rustup/toolchains/1.88.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=0634b9b87a4394ae -C extra-filename=-eb4f78f930924eb7 --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-366dd790987c4b68.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33062025-07-18T16:20:39.923Z Compiling test-strategy v0.4.3
33072025-07-18T16:20:39.948Z Running `/home/build/.rustup/toolchains/1.88.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=7a6943d82c4c5cf8 -C extra-filename=-e573e24c078cac9d --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-229531c0dee62d5d.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-38aa5bbe2f131f5e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33082025-07-18T16:20:40.111Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
33092025-07-18T16:20:40.135Z Running `/home/build/.rustup/toolchains/1.88.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=24180630d9852eca -C extra-filename=-eb22b888a1cbb7b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102025-07-18T16:20:40.541Z Compiling ref-cast v1.0.24
33112025-07-18T16:20:40.566Z Running `/home/build/.rustup/toolchains/1.88.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=8c18173e1fc1850e -C extra-filename=-1ce224ece95c9af6 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-1ce224ece95c9af6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122025-07-18T16:20:41.026Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
33132025-07-18T16:20:41.069Z Running `/home/build/.rustup/toolchains/1.88.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=bbb15704c56305dc -C extra-filename=-eca77caec1820300 --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-0a0872c58932da90.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-eb22b888a1cbb7b1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33142025-07-18T16:20:41.214Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-1ce224ece95c9af6/build-script-build`
33152025-07-18T16:20:41.315Z Compiling ref-cast-impl v1.0.24
33162025-07-18T16:20:41.339Z Running `/home/build/.rustup/toolchains/1.88.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=7e4d7c7c1d82c90f -C extra-filename=-ac37d0913f176dd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172025-07-18T16:20:41.376Z Compiling backoff v0.4.0
33182025-07-18T16:20:41.432Z Running `/home/build/.rustup/toolchains/1.88.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=1d042a68eb21acfd -C extra-filename=-1cdb6f13d066ec6f --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-cbdb771357233643.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-db1759231e804faf.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-177a78a285f77f9f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b60a7df0ef4647.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192025-07-18T16:20:41.546Z Compiling parse-display v0.10.0
33202025-07-18T16:20:41.584Z Running `/home/build/.rustup/toolchains/1.88.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=89ed1adc9ce47963 -C extra-filename=-0cad710cead4a44e --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-eee963aa238b1301.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-1ec141ff0d2c5435.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33212025-07-18T16:20:41.819Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
33222025-07-18T16:20:41.843Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=843c05f533c63f8d -C extra-filename=-5a4eae26ea11f133 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33232025-07-18T16:20:41.883Z Compiling serde_with v3.14.0
33242025-07-18T16:20:41.907Z Running `/home/build/.rustup/toolchains/1.88.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=6bff44ba7d96df8d -C extra-filename=-47722ff98d4189fd --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-055e1d96445a02a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-f8cafe78598a89a5.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-eb4f78f930924eb7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252025-07-18T16:20:42.172Z Compiling camino-tempfile v1.4.1
33262025-07-18T16:20:42.197Z Running `/home/build/.rustup/toolchains/1.88.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=255f7749ab013ce6 -C extra-filename=-47b5fd82381744af --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-140395dcab7447db.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33272025-07-18T16:20:42.553Z Running `/home/build/.rustup/toolchains/1.88.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=b69a4e12caf0b900 -C extra-filename=-4eb179e974db8bfa --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-ac37d0913f176dd6.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)'`
33282025-07-18T16:20:42.709Z Compiling unicode-width v0.1.14
33292025-07-18T16:20:42.734Z Running `/home/build/.rustup/toolchains/1.88.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=fd51c2c0c558a77e -C extra-filename=-de2d9fe847872790 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302025-07-18T16:20:42.796Z Compiling iddqd v0.3.8
33312025-07-18T16:20:42.857Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=9d2c9d6fe98a1615 -C extra-filename=-dd780ac4b1cb2e5c --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-6489a005424e26a3.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-aa4171eab1a61a05.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-5c7a173a006c10c5.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ea77094bf9778b00.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4eb179e974db8bfa.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-a30374f9732585e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33322025-07-18T16:20:43.356Z Compiling proc-macro-error-attr v1.0.4
33332025-07-18T16:20:43.380Z Running `/home/build/.rustup/toolchains/1.88.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=673c1c35a2a46373 -C extra-filename=-f04825805670a1da --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-f04825805670a1da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-42984fabf13575b6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33342025-07-18T16:20:43.469Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
33352025-07-18T16:20:43.493Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/c269f57/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=27d27dd52097169a -C extra-filename=-93d4a54791425bf7 --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-3c83a57bdf9cccc4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b4f3a2503b776aa2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-545fe6340ca04629.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362025-07-18T16:20:43.827Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-f04825805670a1da/build-script-build`
33372025-07-18T16:20:43.882Z Compiling proc-macro-error v1.0.4
33382025-07-18T16:20:43.924Z Running `/home/build/.rustup/toolchains/1.88.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=57e45b88f0c24d9a -C extra-filename=-90b0f372be76eeb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-90b0f372be76eeb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-42984fabf13575b6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33392025-07-18T16:20:43.950Z Running `/home/build/.rustup/toolchains/1.88.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=1d5bb05808fef30b -C extra-filename=-8fae1b4bd0dd88f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33402025-07-18T16:20:44.305Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-90b0f372be76eeb9/build-script-build`
33412025-07-18T16:20:44.506Z Compiling proc-macro-crate v1.3.1
33422025-07-18T16:20:44.530Z Running `/home/build/.rustup/toolchains/1.88.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=3ed7fed68b5a5913 -C extra-filename=-293f4280f27d1000 --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-f242d23d18cdc86c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3fc98c709ac00fff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432025-07-18T16:20:44.554Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33442025-07-18T16:20:44.554Z Running `/home/build/.rustup/toolchains/1.88.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=c535d67b523f7612 -C extra-filename=-de0aa23a6f81e433 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-de0aa23a6f81e433 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33452025-07-18T16:20:44.763Z Running `/home/build/.rustup/toolchains/1.88.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=280a3fb16518b98f -C extra-filename=-79c7d14dacc7ee4c --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-8fae1b4bd0dd88f9.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fde125be9e7b5dcb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
33462025-07-18T16:20:44.807Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
33472025-07-18T16:20:44.807Z Running `/home/build/.rustup/toolchains/1.88.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=98b217d4bbdbb712 -C extra-filename=-a8b857d09159692a --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-a8b857d09159692a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482025-07-18T16:20:44.982Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-de0aa23a6f81e433/build-script-build`
33492025-07-18T16:20:45.028Z Compiling tabwriter v1.4.0
33502025-07-18T16:20:45.052Z Running `/home/build/.rustup/toolchains/1.88.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=ea152f628c97cfdc -C extra-filename=-bd7f2a919cd91241 --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-de2d9fe847872790.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512025-07-18T16:20:45.085Z Compiling foreign-types-macros v0.2.3
33522025-07-18T16:20:45.110Z Running `/home/build/.rustup/toolchains/1.88.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=21a099d99cc21775 -C extra-filename=-a85a798861acf7c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33532025-07-18T16:20:45.217Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-a8b857d09159692a/build-script-build`
33542025-07-18T16:20:45.278Z Compiling foreign-types-shared v0.3.1
33552025-07-18T16:20:45.303Z Running `/home/build/.rustup/toolchains/1.88.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=8427d5863b13e5c6 -C extra-filename=-eab1c1722e859a13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562025-07-18T16:20:45.370Z Compiling num_enum_derive v0.5.11
33572025-07-18T16:20:45.396Z Running `/home/build/.rustup/toolchains/1.88.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=43d1d296edf48771 -C extra-filename=-70f7ea0e8a15d2ec --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-293f4280f27d1000.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fde125be9e7b5dcb.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582025-07-18T16:20:45.452Z Running `/home/build/.rustup/toolchains/1.88.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=71f4a7eb69e180de -C extra-filename=-5dfd8ea21b44820b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
33592025-07-18T16:20:45.530Z Running `/home/build/.rustup/toolchains/1.88.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=ff6f580b836da3e3 -C extra-filename=-439740f87d8c0220 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
33602025-07-18T16:20:45.555Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33612025-07-18T16:20:45.555Z Running `/home/build/.rustup/toolchains/1.88.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=098bc1ca0460d3f5 -C extra-filename=-ff7108b86fdac590 --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-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fde125be9e7b5dcb.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622025-07-18T16:20:45.681Z Compiling cstr-argument v0.1.2
33632025-07-18T16:20:45.706Z Running `/home/build/.rustup/toolchains/1.88.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=9ea95322027ac36c -C extra-filename=-769f63f8c4586609 --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-1ec0b9c34a33fc61.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8bc9efb51d5cb13b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642025-07-18T16:20:45.741Z Compiling pretty-hex v0.2.1
33652025-07-18T16:20:45.765Z Running `/home/build/.rustup/toolchains/1.88.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=e0c60068711f2d30 -C extra-filename=-867b106649042510 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33662025-07-18T16:20:45.988Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
33672025-07-18T16:20:45.988Z Running `/home/build/.rustup/toolchains/1.88.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=af8dc13fa70fb413 -C extra-filename=-783570f7324e3741 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-783570f7324e3741 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33682025-07-18T16:20:46.032Z Compiling colored v2.2.0
33692025-07-18T16:20:46.032Z Running `/home/build/.rustup/toolchains/1.88.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=668a40aeecd3daa6 -C extra-filename=-f543ee197f374c89 --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-91a677dd349e0155.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702025-07-18T16:20:46.459Z Compiling foreign-types v0.5.0
33712025-07-18T16:20:46.504Z Running `/home/build/.rustup/toolchains/1.88.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=e69aafcb0eaeaad3 -C extra-filename=-b3b2af2b3c52163d --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-a85a798861acf7c7.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-eab1c1722e859a13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722025-07-18T16:20:46.529Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-783570f7324e3741/build-script-build`
33732025-07-18T16:20:46.560Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33742025-07-18T16:20:46.560Z Running `/home/build/.rustup/toolchains/1.88.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=dbcb35777355cd33 -C extra-filename=-9cd66be448b38cb8 --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-09283293c0e83604.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-ff7108b86fdac590.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752025-07-18T16:20:46.619Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33762025-07-18T16:20:46.643Z Running `/home/build/.rustup/toolchains/1.88.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=5c809ec69a046f3c -C extra-filename=-1a6c79f40bc68f42 --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-769f63f8c4586609.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-b3b2af2b3c52163d.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-439740f87d8c0220.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33772025-07-18T16:20:46.668Z Compiling smf v0.2.3
33782025-07-18T16:20:46.668Z Running `/home/build/.rustup/toolchains/1.88.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=b911e0008a97ee7f -C extra-filename=-90b960a9eceafef2 --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-e3c9772f0ef5be4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792025-07-18T16:20:46.798Z Compiling itertools v0.14.0
33802025-07-18T16:20:46.823Z Running `/home/build/.rustup/toolchains/1.88.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=60246c487a516876 -C extra-filename=-a4e9117ce89cf043 --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-7e6bfb7da4b02c98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812025-07-18T16:20:46.884Z Compiling heck v0.4.1
33822025-07-18T16:20:46.908Z Running `/home/build/.rustup/toolchains/1.88.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=2f4e916cc794d8d8 -C extra-filename=-f8e5e95c5fe625ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832025-07-18T16:20:47.148Z Compiling crucible-workspace-hack v0.1.0
33842025-07-18T16:20:47.172Z Running `/home/build/.rustup/toolchains/1.88.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=01862f9d3db0e179 -C extra-filename=-bb3b588993f2c88c --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-bb3b588993f2c88c -L 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-07-18T16:20:47.330Z Compiling atomicwrites v0.4.4
33862025-07-18T16:20:47.355Z Running `/home/build/.rustup/toolchains/1.88.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=0b9ea28473e79d15 -C extra-filename=-45e6edd71e612fc5 --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-e03c66de06ed6290.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872025-07-18T16:20:47.550Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-bb3b588993f2c88c/build-script-build`
33882025-07-18T16:20:47.613Z Compiling typify-impl v0.4.1
33892025-07-18T16:20:47.638Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b1779c4c387ef87 -C extra-filename=-e2e6f8d8b46b076b --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-9c466a4ed58223b8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3466609bc44487e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902025-07-18T16:20:47.752Z Compiling darling_core v0.21.0
33912025-07-18T16:20:47.776Z Running `/home/build/.rustup/toolchains/1.88.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=540acf8384f8b58e -C extra-filename=-c51905be8ba50b89 --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-15eec6a4ea14602e.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-da6ece1faf7203ce.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-47f4b7d4fec673ea.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922025-07-18T16:20:47.801Z Compiling num_enum v0.5.11
33932025-07-18T16:20:47.801Z Running `/home/build/.rustup/toolchains/1.88.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=b4ae9251ae2f969b -C extra-filename=-86e0c5ce70e718b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942025-07-18T16:20:47.843Z Running `/home/build/.rustup/toolchains/1.88.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=2e7ec6b800c8faa5 -C extra-filename=-ceb5369ea11fe623 --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-70f7ea0e8a15d2ec.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33952025-07-18T16:20:47.968Z Compiling heapless v0.8.0
33962025-07-18T16:20:48.021Z Running `/home/build/.rustup/toolchains/1.88.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=b95c7f3918c0bc2a -C extra-filename=-b84a46c52b77508c --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-b84a46c52b77508c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33972025-07-18T16:20:48.097Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
33982025-07-18T16:20:48.122Z Running `/home/build/.rustup/toolchains/1.88.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=3444dbbb3a937973 -C extra-filename=-a809b1fff2142d5d --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-09283293c0e83604.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-5dfd8ea21b44820b.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-ceb5369ea11fe623.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-867b106649042510.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992025-07-18T16:20:48.513Z Running `/home/build/.rustup/toolchains/1.88.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=6f3e0e3861ea4790 -C extra-filename=-93eea73d34201647 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f543ee197f374c89.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-a809b1fff2142d5d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-ceb5369ea11fe623.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-1a6c79f40bc68f42.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-439740f87d8c0220.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-9cd66be448b38cb8.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-30f83be289414ffe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5af8ef375db8323f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-82ca1a0edb068014.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
34002025-07-18T16:20:48.580Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-b84a46c52b77508c/build-script-build`
34012025-07-18T16:20:48.925Z Compiling hash32 v0.3.1
34022025-07-18T16:20:48.953Z Running `/home/build/.rustup/toolchains/1.88.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=750be9ac4eca6b0b -C extra-filename=-8bc7be127079f1a2 --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-76e995005ff0a130.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34032025-07-18T16:20:49.251Z Compiling smoltcp v0.11.0
34042025-07-18T16:20:49.276Z Running `/home/build/.rustup/toolchains/1.88.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=56a86eadc9cd124b -C extra-filename=-68cdc828c42ea502 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-68cdc828c42ea502 -L 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-07-18T16:20:49.309Z Compiling typify-macro v0.3.0
34062025-07-18T16:20:49.355Z Running `/home/build/.rustup/toolchains/1.88.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=6d25d9859606621c -C extra-filename=-24e2b579f361dc96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43f9783393799993.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-482f4505547ddc22.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34072025-07-18T16:20:49.504Z Running `/home/build/.rustup/toolchains/1.88.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=e5eece1a3d4b9673 -C extra-filename=-4e2c65233863a2ea --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-8bc7be127079f1a2.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-29fe500b85244d3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082025-07-18T16:20:49.930Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-68cdc828c42ea502/build-script-build`
34092025-07-18T16:20:49.986Z Compiling cobs v0.2.3
34102025-07-18T16:20:50.011Z Running `/home/build/.rustup/toolchains/1.88.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=f2a4a38af03df354 -C extra-filename=-89066183e2b2e9f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34112025-07-18T16:20:50.302Z Running `/home/build/.rustup/toolchains/1.88.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=922fde98a0631b2a -C extra-filename=-d7bc1f0883840aac --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-2cc7bf1c4c3b9e85.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-76e995005ff0a130.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-4e2c65233863a2ea.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8352ac706591068e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122025-07-18T16:20:50.363Z Compiling postcard v1.0.10
34132025-07-18T16:20:50.387Z Running `/home/build/.rustup/toolchains/1.88.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=f3a0ece49b2efc65 -C extra-filename=-b9702d0303e701a3 --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-89066183e2b2e9f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34142025-07-18T16:20:50.989Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
34152025-07-18T16:20:51.014Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/2d095de/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=95f9a40068c49c6a -C extra-filename=-1ba506b2a493a92b --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-f5683af400e4b5bb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162025-07-18T16:20:51.636Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
34172025-07-18T16:20:51.664Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/2d095de/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=37376521a1ca3271 -C extra-filename=-90a484f4f04f9dc5 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-90a484f4f04f9dc5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-42984fabf13575b6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182025-07-18T16:20:51.766Z Compiling base64 v0.21.7
34192025-07-18T16:20:51.804Z Running `/home/build/.rustup/toolchains/1.88.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=36891af14f21f5f2 -C extra-filename=-9552b94b0f386d89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202025-07-18T16:20:52.063Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-90a484f4f04f9dc5/build-script-build`
34212025-07-18T16:20:52.180Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
34222025-07-18T16:20:52.205Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/2d095de/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=fb6d5cf4f7192b12 -C extra-filename=-501d630852807daf --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-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34232025-07-18T16:20:52.452Z Compiling sigpipe v0.1.3
34242025-07-18T16:20:52.476Z Running `/home/build/.rustup/toolchains/1.88.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=ba7704423d2eff6c -C extra-filename=-107375265ba3dd5c --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-09283293c0e83604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252025-07-18T16:20:52.641Z Compiling jiff v0.2.15
34262025-07-18T16:20:52.666Z Running `/home/build/.rustup/toolchains/1.88.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=4a3ef19add3d86cf -C extra-filename=-b48c9d2e5c507cc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272025-07-18T16:20:53.158Z Compiling darling_macro v0.21.0
34282025-07-18T16:20:53.182Z Running `/home/build/.rustup/toolchains/1.88.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=ecde589b8fbed54c -C extra-filename=-e9c7396a330e5eb0 --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-c51905be8ba50b89.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292025-07-18T16:20:53.238Z Compiling zone_cfg_derive v0.3.0
34302025-07-18T16:20:53.262Z Running `/home/build/.rustup/toolchains/1.88.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=c818cbd0d0df8e16 -C extra-filename=-b7aca22be09aec3e --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-f8e5e95c5fe625ea.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-79c7d14dacc7ee4c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fde125be9e7b5dcb.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312025-07-18T16:20:53.502Z Compiling typify v0.3.0
34322025-07-18T16:20:53.526Z Running `/home/build/.rustup/toolchains/1.88.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=3f0d8e5dd75abf4d -C extra-filename=-3a0789124f4d4192 --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-482f4505547ddc22.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-24e2b579f361dc96.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332025-07-18T16:20:53.743Z Compiling progenitor-impl v0.9.1
34342025-07-18T16:20:53.767Z Running `/home/build/.rustup/toolchains/1.88.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=c3e14d7d6e066d00 -C extra-filename=-83868ffa0bbb733c --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-9c466a4ed58223b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-3a0789124f4d4192.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3466609bc44487e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352025-07-18T16:20:54.267Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
34362025-07-18T16:20:54.291Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/c03bd1a/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=c656a51f8a860e27 -C extra-filename=-81a3b0957952cb60 --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-09283293c0e83604.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-545fe6340ca04629.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372025-07-18T16:20:54.375Z Compiling darling v0.21.0
34382025-07-18T16:20:54.400Z Running `/home/build/.rustup/toolchains/1.88.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=139a72c6058673b0 -C extra-filename=-dcfc5b084876a160 --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-c51905be8ba50b89.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-e9c7396a330e5eb0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34392025-07-18T16:20:54.568Z Compiling ingot-macros v0.1.1
34402025-07-18T16:20:54.594Z Running `/home/build/.rustup/toolchains/1.88.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=8d10639c4a50085a -C extra-filename=-b033cfc290539907 --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-dcfc5b084876a160.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412025-07-18T16:20:54.739Z Compiling num-derive v0.4.2
34422025-07-18T16:20:54.763Z Running `/home/build/.rustup/toolchains/1.88.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=b65042d3df0a58ed -C extra-filename=-01088feead72e0c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432025-07-18T16:20:54.787Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34442025-07-18T16:20:54.787Z Running `/home/build/.rustup/toolchains/1.88.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=8e033dee54de021e -C extra-filename=-086c45ff5446eb99 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-086c45ff5446eb99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452025-07-18T16:20:55.189Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-086c45ff5446eb99/build-script-build`
34462025-07-18T16:20:55.247Z Compiling zone v0.3.1
34472025-07-18T16:20:55.272Z Running `/home/build/.rustup/toolchains/1.88.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=36ab8769551fd572 -C extra-filename=-880c094fe21f7bb6 --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-03c523b9d2dbbd95.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-b7aca22be09aec3e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482025-07-18T16:20:56.584Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
34492025-07-18T16:20:56.610Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/c03bd1a/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=99ce532998dbc4f2 -C extra-filename=-8294b670d1a4805e --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-81a3b0957952cb60.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-545fe6340ca04629.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502025-07-18T16:20:56.714Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
34512025-07-18T16:20:56.739Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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=fe4dfabcc17ba130 -C extra-filename=-5c44d9a309ae9304 --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-86e0c5ce70e718b4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-01088feead72e0c7.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-347f5eeb4dc10c7b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522025-07-18T16:20:57.051Z Compiling convert_case v0.4.0
34532025-07-18T16:20:57.075Z Running `/home/build/.rustup/toolchains/1.88.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=17b95ee00e764433 -C extra-filename=-f3ffb28de699080e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542025-07-18T16:20:57.495Z Compiling same-file v1.0.6
34552025-07-18T16:20:57.521Z Running `/home/build/.rustup/toolchains/1.88.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=30a388b8698992c4 -C extra-filename=-c7044260d2ec902c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562025-07-18T16:20:57.748Z Compiling walkdir v2.5.0
34572025-07-18T16:20:57.773Z Running `/home/build/.rustup/toolchains/1.88.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=f60db0f6a13e43e4 -C extra-filename=-ca878d0d2a8a4fbb --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-c7044260d2ec902c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582025-07-18T16:20:57.803Z Compiling derive_more v0.99.20
34592025-07-18T16:20:57.828Z Running `/home/build/.rustup/toolchains/1.88.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=9d50098c4ca2a1fb -C extra-filename=-081e7b85feb1207e --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-f3ffb28de699080e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602025-07-18T16:20:57.860Z Compiling utf-8 v0.7.6
34612025-07-18T16:20:57.884Z Running `/home/build/.rustup/toolchains/1.88.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=a866b69702a7bc34 -C extra-filename=-3c66083914946ac5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622025-07-18T16:20:58.213Z Compiling tungstenite v0.21.0
34632025-07-18T16:20:58.243Z Running `/home/build/.rustup/toolchains/1.88.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=0d8fc205bee9644d -C extra-filename=-41a5b95efbb1752a --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-76e995005ff0a130.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5b7f9623816d4f99.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-853e871c5ff485d4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-59cc39e7ffa8d063.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-3c66083914946ac5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34642025-07-18T16:20:58.398Z Compiling half v2.4.1
34652025-07-18T16:20:58.422Z Running `/home/build/.rustup/toolchains/1.88.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=a7c08083e3907ed6 -C extra-filename=-e2b4580a39c0e4af --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-1ec0b9c34a33fc61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662025-07-18T16:20:58.932Z Compiling ciborium-io v0.2.2
34672025-07-18T16:20:58.956Z Running `/home/build/.rustup/toolchains/1.88.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=e722d53cc6ff17b4 -C extra-filename=-53b76e2c21983b47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682025-07-18T16:20:59.103Z Compiling aws-lc-sys v0.26.0
34692025-07-18T16:20:59.129Z Running `/home/build/.rustup/toolchains/1.88.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=c87a24c944320b7d -C extra-filename=-0abba2915d2eb64f --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0abba2915d2eb64f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-735674535fab74b8.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-01b2bc2360d2f040.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-62c2edb533b46806.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-d75079d7483120c1.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-a3c044466d941175.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702025-07-18T16:20:59.153Z Compiling ciborium-ll v0.2.2
34712025-07-18T16:20:59.153Z Running `/home/build/.rustup/toolchains/1.88.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=04ffcf81d91f3377 -C extra-filename=-2ace32594eddea36 --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-53b76e2c21983b47.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-e2b4580a39c0e4af.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722025-07-18T16:20:59.591Z Compiling tokio-tungstenite v0.21.0
34732025-07-18T16:20:59.615Z Running `/home/build/.rustup/toolchains/1.88.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=2658e00f1b5257ff -C extra-filename=-1bb3b5fa534993f2 --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-f5c1185d570ac8b9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-41a5b95efbb1752a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742025-07-18T16:20:59.649Z Compiling progenitor-macro v0.9.1
34752025-07-18T16:20:59.649Z Running `/home/build/.rustup/toolchains/1.88.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=0295b0ca293fa05b -C extra-filename=-e9c715ddf2907db8 --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-733ee7dd38be7473.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-83868ffa0bbb733c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43f9783393799993.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-2cd2a8c26155796b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762025-07-18T16:20:59.829Z Compiling typify-macro v0.4.1
34772025-07-18T16:20:59.918Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=444f59dca33d842c -C extra-filename=-66d436ea3d8e65c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43f9783393799993.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-e2e6f8d8b46b076b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782025-07-18T16:20:59.943Z Compiling newline-converter v0.3.0
34792025-07-18T16:20:59.943Z Running `/home/build/.rustup/toolchains/1.88.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=c8acce14c27651bb -C extra-filename=-46fd7e4404cee3ad --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-78de71e0435a1639.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802025-07-18T16:21:00.151Z Compiling expectorate v1.2.0
34812025-07-18T16:21:00.175Z Running `/home/build/.rustup/toolchains/1.88.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=f20b1abd2af047d1 -C extra-filename=-97cfabd487a97847 --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-45e6edd71e612fc5.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9c592e23026ad5a2.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-46fd7e4404cee3ad.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-1a8ff30f54235280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822025-07-18T16:21:00.199Z Compiling ciborium v0.2.2
34832025-07-18T16:21:00.199Z Running `/home/build/.rustup/toolchains/1.88.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=3e5bb8733f5d2a4c -C extra-filename=-fc35e663ef992660 --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-53b76e2c21983b47.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-2ace32594eddea36.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842025-07-18T16:21:00.465Z Compiling tokio-dtrace v0.1.0
34852025-07-18T16:21:00.489Z Running `/home/build/.rustup/toolchains/1.88.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=94f5a89d397923f5 -C extra-filename=-5d4c9bdd29845f48 --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-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862025-07-18T16:21:00.652Z Compiling ingot-types v0.1.2
34872025-07-18T16:21:00.677Z Running `/home/build/.rustup/toolchains/1.88.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=f4947dd8f4f3bb32 -C extra-filename=-0e567060a99060ce --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-b033cfc290539907.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a0f49db8dc7151e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882025-07-18T16:21:00.916Z Compiling pem v3.0.5
34892025-07-18T16:21:00.940Z Running `/home/build/.rustup/toolchains/1.88.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=7b1bcd1086d3795d -C extra-filename=-a07609af0cdfe2ed --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-55b2fb0813a2d2c1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902025-07-18T16:21:01.488Z Compiling ingot v0.1.1
34912025-07-18T16:21:01.512Z Running `/home/build/.rustup/toolchains/1.88.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=0c18e899e05d3b21 -C extra-filename=-7898d0548d03eebd --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-f5683af400e4b5bb.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-b033cfc290539907.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-0e567060a99060ce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a0f49db8dc7151e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922025-07-18T16:21:01.545Z Compiling oxide-tokio-rt v0.1.2
34932025-07-18T16:21:01.545Z Running `/home/build/.rustup/toolchains/1.88.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=24237481f5412a3f -C extra-filename=-73366a983c7131c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-5d4c9bdd29845f48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942025-07-18T16:21:01.634Z Compiling num-rational v0.4.2
34952025-07-18T16:21:01.660Z Running `/home/build/.rustup/toolchains/1.88.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=d97644eb5dccd170 -C extra-filename=-d5b0c8d2e562893e --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-ad3f47c3b9446adb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-347f5eeb4dc10c7b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962025-07-18T16:21:01.876Z Compiling num-complex v0.4.6
34972025-07-18T16:21:01.903Z Running `/home/build/.rustup/toolchains/1.88.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=db54150ff943df33 -C extra-filename=-4cfd4cbdfcad1a03 --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-347f5eeb4dc10c7b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982025-07-18T16:21:02.747Z Compiling num v0.4.3
34992025-07-18T16:21:02.772Z Running `/home/build/.rustup/toolchains/1.88.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=4c0740c305deec9d -C extra-filename=-54077f5ad8b36155 --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-4cfd4cbdfcad1a03.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-ad3f47c3b9446adb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7e625aeaeaca39aa.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-d5b0c8d2e562893e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-347f5eeb4dc10c7b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35002025-07-18T16:21:02.798Z Compiling float-ord v0.3.2
35012025-07-18T16:21:02.798Z Running `/home/build/.rustup/toolchains/1.88.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=dc2cb597b2b9d072 -C extra-filename=-61c58253109c87dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022025-07-18T16:21:02.938Z Compiling secrecy v0.10.3
35032025-07-18T16:21:02.995Z Running `/home/build/.rustup/toolchains/1.88.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=799a04e4391c1fb2 -C extra-filename=-81913501386d0893 --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-70ec45b692bd35d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042025-07-18T16:21:03.021Z Compiling bytecount v0.6.8
35052025-07-18T16:21:03.021Z Running `/home/build/.rustup/toolchains/1.88.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=ceb414d9bedc2ed8 -C extra-filename=-af461943b97ec319 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062025-07-18T16:21:03.059Z Compiling fixedbitset v0.5.7
35072025-07-18T16:21:03.103Z Running `/home/build/.rustup/toolchains/1.88.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=d3ae0520604276f8 -C extra-filename=-531c70a2741abbe6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082025-07-18T16:21:03.273Z Compiling indent_write v2.2.0
35092025-07-18T16:21:03.312Z Running `/home/build/.rustup/toolchains/1.88.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=91e2feefe071fce5 -C extra-filename=-54fee71cfffae045 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102025-07-18T16:21:03.338Z Compiling password-hash v0.5.0
35112025-07-18T16:21:03.339Z Running `/home/build/.rustup/toolchains/1.88.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=e7dbe6f053df0c87 -C extra-filename=-3abf9578705f60a0 --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-e7e7ccedf1a48000.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-af0c7eaeaab3b29d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122025-07-18T16:21:03.512Z Compiling petgraph v0.8.2
35132025-07-18T16:21:03.538Z Running `/home/build/.rustup/toolchains/1.88.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=b8c6a9c294dc873f -C extra-filename=-1c569a96ba79b59e --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-531c70a2741abbe6.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ea77094bf9778b00.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142025-07-18T16:21:03.563Z Compiling blake2 v0.10.6
35152025-07-18T16:21:03.563Z Running `/home/build/.rustup/toolchains/1.88.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=8eae0e8b934c14c1 -C extra-filename=-c9acfde4248e4e38 --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-86cffebc07ad4c24.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162025-07-18T16:21:03.743Z Compiling arc-swap v1.7.1
35172025-07-18T16:21:03.768Z Running `/home/build/.rustup/toolchains/1.88.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=cc8fb5a9943796b2 -C extra-filename=-f00cf59f08837581 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35182025-07-18T16:21:03.980Z Compiling typify v0.4.1
35192025-07-18T16:21:04.008Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=7ef89be126bf082f -C extra-filename=-aab39a99c4837dd2 --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-e2e6f8d8b46b076b.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-66d436ea3d8e65c4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202025-07-18T16:21:04.164Z Compiling argon2 v0.5.3
35212025-07-18T16:21:04.189Z Running `/home/build/.rustup/toolchains/1.88.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=057746208b9580d7 -C extra-filename=-71a88b7cc7a2e7f8 --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-e7e7ccedf1a48000.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-c9acfde4248e4e38.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-45550c38244b7ffd.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-3abf9578705f60a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222025-07-18T16:21:04.215Z Compiling progenitor-impl v0.10.0
35232025-07-18T16:21:04.215Z Running `/home/build/.rustup/toolchains/1.88.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=5be4a3e273ba5962 -C extra-filename=-5c4eab6363a35918 --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-9c466a4ed58223b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-aab39a99c4837dd2.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3466609bc44487e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242025-07-18T16:21:04.374Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
35252025-07-18T16:21:04.400Z Running `/home/build/.rustup/toolchains/1.88.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=7bc0d224600b0070 -C extra-filename=-5aafa15caccd2eb3 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-5aafa15caccd2eb3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262025-07-18T16:21:04.660Z Compiling slog-scope v4.4.0
35272025-07-18T16:21:04.686Z Running `/home/build/.rustup/toolchains/1.88.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=6ce500fcc66a1b88 -C extra-filename=-f41288e3198881c3 --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-f00cf59f08837581.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-91a677dd349e0155.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282025-07-18T16:21:05.026Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
35292025-07-18T16:21:05.051Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/2d095de/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=967a01fb661f7005 -C extra-filename=-dfc847a348c539ff --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-1ba506b2a493a92b.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-7898d0548d03eebd.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b9702d0303e701a3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-d7bc1f0883840aac.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302025-07-18T16:21:05.145Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35312025-07-18T16:21:05.170Z Running `/home/build/.rustup/toolchains/1.88.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=1b403ea1fb9ae14b -C extra-filename=-c370e5e1cb363f62 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-c370e5e1cb363f62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322025-07-18T16:21:05.226Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-5aafa15caccd2eb3/build-script-build`
35332025-07-18T16:21:05.267Z Compiling slog-stdlog v4.1.1
35342025-07-18T16:21:05.292Z Running `/home/build/.rustup/toolchains/1.88.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=32635d869b1fe786 -C extra-filename=-643dd4cbc2a1322a --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-244bc0f69c2ab2b0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f41288e3198881c3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35352025-07-18T16:21:05.559Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-c370e5e1cb363f62/build-script-build`
35362025-07-18T16:21:05.617Z Compiling xattr v1.3.1
35372025-07-18T16:21:05.644Z Running `/home/build/.rustup/toolchains/1.88.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=2a1d350d3aa3954a -C extra-filename=-7e0a8a5b9c48f3b7 --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-e03c66de06ed6290.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382025-07-18T16:21:05.670Z Compiling filetime v0.2.25
35392025-07-18T16:21:05.670Z Running `/home/build/.rustup/toolchains/1.88.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=c6e366bc51caf9a9 -C extra-filename=-2051f8d4f9df9124 --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-1ec0b9c34a33fc61.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35402025-07-18T16:21:05.919Z Compiling owo-colors v4.2.2
35412025-07-18T16:21:05.945Z Running `/home/build/.rustup/toolchains/1.88.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=86195c6494bd3124 -C extra-filename=-48ddb12866c8222b --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-48ddb12866c8222b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422025-07-18T16:21:05.985Z Compiling cancel-safe-futures v0.1.5
35432025-07-18T16:21:06.011Z Running `/home/build/.rustup/toolchains/1.88.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=ea48c3ed62627556 -C extra-filename=-0cbfbcc98074e8a7 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-0cbfbcc98074e8a7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442025-07-18T16:21:06.441Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-0cbfbcc98074e8a7/build-script-build`
35452025-07-18T16:21:06.497Z Compiling tar v0.4.44
35462025-07-18T16:21:06.525Z Running `/home/build/.rustup/toolchains/1.88.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=d5ae209d18abc1c8 -C extra-filename=-78c9038d614d9a33 --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-2051f8d4f9df9124.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-7e0a8a5b9c48f3b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472025-07-18T16:21:06.553Z Running `/home/build/.rustup/toolchains/1.88.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=cfe89dd0b86fc1cf -C extra-filename=-461ed684906c0f16 --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-1ec0b9c34a33fc61.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.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/`
35482025-07-18T16:21:06.673Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-48ddb12866c8222b/build-script-build`
35492025-07-18T16:21:06.731Z Compiling slog-envlogger v2.2.0
35502025-07-18T16:21:06.760Z Running `/home/build/.rustup/toolchains/1.88.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=b38e7a408856d2e8 -C extra-filename=-600f9fb0acddb092 --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-244bc0f69c2ab2b0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f41288e3198881c3.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-643dd4cbc2a1322a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512025-07-18T16:21:06.957Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/2d095de/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=18afe4be2f74a71d -C extra-filename=-2a675e9d4b5da72d --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-f5683af400e4b5bb.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-2024a8f0d518287d.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-1ba506b2a493a92b.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-7898d0548d03eebd.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-501d630852807daf.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-dfc847a348c539ff.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b9702d0303e701a3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-bd7f2a919cd91241.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a0f49db8dc7151e9.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)'`
35522025-07-18T16:21:07.315Z Compiling libsw-core v0.3.1
35532025-07-18T16:21:07.340Z Running `/home/build/.rustup/toolchains/1.88.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=7418840a0aa3ae80 -C extra-filename=-e9d5bd67801f77b0 --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-b611b78e388d8de4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35542025-07-18T16:21:07.369Z Compiling swrite v0.1.0
35552025-07-18T16:21:07.369Z Running `/home/build/.rustup/toolchains/1.88.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=9d0f8a5b2a63e6dc -C extra-filename=-ac3fc3f288dce79e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562025-07-18T16:21:07.407Z Running `/home/build/.rustup/toolchains/1.88.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=82668f0c7344bc10 -C extra-filename=-fbbe2de3c49338f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
35572025-07-18T16:21:07.556Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
35582025-07-18T16:21:07.581Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/2d095de/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=9f7b06e9943eaeba -C extra-filename=-8048f8c248b06c48 --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-1ec0b9c34a33fc61.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-1ba506b2a493a92b.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-2a675e9d4b5da72d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-bd7f2a919cd91241.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a0f49db8dc7151e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592025-07-18T16:21:07.658Z Compiling libsw v3.5.0
35602025-07-18T16:21:07.684Z Running `/home/build/.rustup/toolchains/1.88.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=7f23b12d26edcd87 -C extra-filename=-2324765d0ce69be7 --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-e9d5bd67801f77b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612025-07-18T16:21:07.832Z Running `/home/build/.rustup/toolchains/1.88.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=abcdd82d67f9da73 -C extra-filename=-3c5ccdd9bdb1d306 --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-cbdb771357233643.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3870a1a8f1b27b92.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b60a7df0ef4647.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622025-07-18T16:21:08.007Z Compiling linear-map v1.2.0
35632025-07-18T16:21:08.032Z Running `/home/build/.rustup/toolchains/1.88.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=b7541f375878f223 -C extra-filename=-caab7cf84293fa88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:21:08.379Z Compiling async-recursion v1.1.1
35652025-07-18T16:21:08.405Z Running `/home/build/.rustup/toolchains/1.88.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=be14b1e1884a5062 -C extra-filename=-fdb81e360d629a70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662025-07-18T16:21:08.430Z Compiling keccak v0.1.5
35672025-07-18T16:21:08.430Z Running `/home/build/.rustup/toolchains/1.88.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=0a7e38dce96eb280 -C extra-filename=-a88267514a98dc2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682025-07-18T16:21:08.471Z Compiling papergrid v0.11.0
35692025-07-18T16:21:08.496Z Running `/home/build/.rustup/toolchains/1.88.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=b0d716b08ff5faf3 -C extra-filename=-b23bd216087f84cf --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-af461943b97ec319.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-15eec6a4ea14602e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-de2d9fe847872790.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702025-07-18T16:21:09.142Z Compiling sha3 v0.10.8
35712025-07-18T16:21:09.168Z Running `/home/build/.rustup/toolchains/1.88.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=e798602fc7b2109f -C extra-filename=-87436577a0566a71 --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-86cffebc07ad4c24.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-a88267514a98dc2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722025-07-18T16:21:09.433Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
35732025-07-18T16:21:09.459Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/2d095de/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=6d8a9cae94d61084 -C extra-filename=-88d1ab2a1093d582 --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-09283293c0e83604.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-93eea73d34201647.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-2a675e9d4b5da72d.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-8048f8c248b06c48.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b9702d0303e701a3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742025-07-18T16:21:09.588Z Compiling tabled_derive v0.7.0
35752025-07-18T16:21:09.631Z Running `/home/build/.rustup/toolchains/1.88.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=b669cf8798897c10 -C extra-filename=-7dd961090bbfbb93 --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-f8e5e95c5fe625ea.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-79c7d14dacc7ee4c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fde125be9e7b5dcb.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762025-07-18T16:21:09.856Z Compiling highway v1.3.0
35772025-07-18T16:21:09.881Z Running `/home/build/.rustup/toolchains/1.88.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=f83087d61f7348e1 -C extra-filename=-164a59420a9271ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35782025-07-18T16:21:10.061Z Compiling globset v0.4.15
35792025-07-18T16:21:10.086Z Running `/home/build/.rustup/toolchains/1.88.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=e29c18e7872c79e7 -C extra-filename=-59fff5c6d842e5a7 --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-21b6c990cb36eaef.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-03c1ee9972a07caf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-7641545b05054316.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-1ec141ff0d2c5435.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802025-07-18T16:21:10.128Z Compiling progenitor-macro v0.10.0
35812025-07-18T16:21:10.154Z Running `/home/build/.rustup/toolchains/1.88.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=20fdcd2e5feb3b9b -C extra-filename=-55aea03697c5fbd8 --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-733ee7dd38be7473.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-5c4eab6363a35918.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43f9783393799993.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-2cd2a8c26155796b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35822025-07-18T16:21:10.561Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0abba2915d2eb64f/build-script-main`
35832025-07-18T16:21:10.644Z Compiling typify-impl v0.2.0
35842025-07-18T16:21:10.669Z Running `/home/build/.rustup/toolchains/1.88.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=1460a47971cb68cb -C extra-filename=-e17ba99fc918d061 --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-9c466a4ed58223b8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3466609bc44487e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35852025-07-18T16:21:11.110Z Compiling headers-core v0.3.0
35862025-07-18T16:21:11.137Z Running `/home/build/.rustup/toolchains/1.88.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=f28b79d5a82bd047 -C extra-filename=-686e087fca514add --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-4ed94406d3c6bfdf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872025-07-18T16:21:11.322Z Compiling headers v0.4.1
35882025-07-18T16:21:11.347Z Running `/home/build/.rustup/toolchains/1.88.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=835be418920d900e -C extra-filename=-4ec10f8ff6ccdff4 --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-55b2fb0813a2d2c1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-686e087fca514add.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-0d4a610ab82ada64.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-d05a7a38841d8550.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-59cc39e7ffa8d063.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892025-07-18T16:21:11.564Z Compiling resolv-conf v0.7.0
35902025-07-18T16:21:11.610Z Running `/home/build/.rustup/toolchains/1.88.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=31e79a5dcd654e82 -C extra-filename=-504f78032e63514e --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-d3f143916555be04.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-d2c918eefd0c260f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912025-07-18T16:21:11.652Z Compiling pin-project-internal v1.1.6
35922025-07-18T16:21:11.677Z Running `/home/build/.rustup/toolchains/1.88.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=2162d6e5de9bb71c -C extra-filename=-3d32fdfb36b6b94f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932025-07-18T16:21:11.717Z Compiling tabled v0.15.0
35942025-07-18T16:21:11.745Z Running `/home/build/.rustup/toolchains/1.88.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=f69cd423e986f6dd -C extra-filename=-12357f3044d4be0e --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-b23bd216087f84cf.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-7dd961090bbfbb93.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-de2d9fe847872790.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35952025-07-18T16:21:11.776Z Compiling lzma-sys v0.1.20
35962025-07-18T16:21:11.776Z Running `/home/build/.rustup/toolchains/1.88.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=25146a57f57e581f -C extra-filename=-c0b04aaa6f014cff --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-c0b04aaa6f014cff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-01b2bc2360d2f040.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-09d920a2180ec0b7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972025-07-18T16:21:12.241Z Running `/home/build/.rustup/toolchains/1.88.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=09641dcae429cd5e -C extra-filename=-17cdfde48b30d7f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
35982025-07-18T16:21:12.592Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-c0b04aaa6f014cff/build-script-build`
35992025-07-18T16:21:12.618Z Compiling heck v0.3.3
36002025-07-18T16:21:12.618Z Running `/home/build/.rustup/toolchains/1.88.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=f258ef3836e74463 -C extra-filename=-5a933159e68c3262 --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-78de71e0435a1639.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012025-07-18T16:21:12.662Z Compiling snafu-derive v0.8.5
36022025-07-18T16:21:12.709Z Running `/home/build/.rustup/toolchains/1.88.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=ea30a4b0ee6861e1 -C extra-filename=-3fd12226a1f61570 --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-9c466a4ed58223b8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032025-07-18T16:21:12.927Z Running `/home/build/.rustup/toolchains/1.88.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=7c58946c2973dbbe -C extra-filename=-338d94b5c7723f8f --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-09283293c0e83604.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`
36042025-07-18T16:21:13.022Z Compiling zone_cfg_derive v0.1.2
36052025-07-18T16:21:13.048Z Running `/home/build/.rustup/toolchains/1.88.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=9108f52f53a428c1 -C extra-filename=-a6074472e3863a3e --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-5a933159e68c3262.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-79c7d14dacc7ee4c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fde125be9e7b5dcb.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062025-07-18T16:21:13.154Z Compiling olpc-cjson v0.1.4
36072025-07-18T16:21:13.180Z Running `/home/build/.rustup/toolchains/1.88.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=d2247798d3f68552 -C extra-filename=-ab98083da8e0d8a0 --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-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-3da38294b13c11e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36082025-07-18T16:21:13.449Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
36092025-07-18T16:21:13.475Z Running `/home/build/.rustup/toolchains/1.88.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=7ecb161716fc4e94 -C extra-filename=-d981d3bc20452b00 --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-055e1d96445a02a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-f8cafe78598a89a5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2984a7760d5684f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36102025-07-18T16:21:13.857Z Compiling yasna v0.5.2
36112025-07-18T16:21:13.883Z Running `/home/build/.rustup/toolchains/1.88.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=2d6c34079b3632ef -C extra-filename=-18b9b29f4291883a --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-893ec5c9fd9933a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122025-07-18T16:21:14.023Z Compiling pin-project v1.1.6
36132025-07-18T16:21:14.048Z Running `/home/build/.rustup/toolchains/1.88.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=aa1d2a7d4199500c -C extra-filename=-40aeb4dd283ee270 --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-3d32fdfb36b6b94f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142025-07-18T16:21:14.226Z Compiling serde_plain v1.0.2
36152025-07-18T16:21:14.252Z Running `/home/build/.rustup/toolchains/1.88.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=bff2932aa14b1d94 -C extra-filename=-bb48e2dd0b3b2967 --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-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162025-07-18T16:21:14.334Z Compiling base64 v0.13.1
36172025-07-18T16:21:14.359Z Running `/home/build/.rustup/toolchains/1.88.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=8a046587853d4578 -C extra-filename=-22425b5c5789fcee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182025-07-18T16:21:14.592Z Compiling typed-path v0.9.3
36192025-07-18T16:21:14.617Z Running `/home/build/.rustup/toolchains/1.88.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=49ec9bee1c77eecf -C extra-filename=-3ffbcba12927400d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36202025-07-18T16:21:14.861Z Compiling ron v0.7.1
36212025-07-18T16:21:14.886Z Running `/home/build/.rustup/toolchains/1.88.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=da2540df456c9455 -C extra-filename=-f44b7dc6d12ed3b8 --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-22425b5c5789fcee.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2cc7bf1c4c3b9e85.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36222025-07-18T16:21:15.183Z Compiling rcgen v0.12.1
36232025-07-18T16:21:15.208Z Running `/home/build/.rustup/toolchains/1.88.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=8615ec2c9cfc58f8 -C extra-filename=-7b5beeea4e211fad --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-a07609af0cdfe2ed.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-71cacb618e25bc78.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-893ec5c9fd9933a9.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-18b9b29f4291883a.rmeta --cap-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-1225a3e7455876f9/out`
36242025-07-18T16:21:16.812Z Compiling zone v0.1.8
36252025-07-18T16:21:16.838Z Running `/home/build/.rustup/toolchains/1.88.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=5c5b6aa32295d22d -C extra-filename=-a7ac29c6eaf3b0b3 --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-2719b728e8f677e5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-a6074472e3863a3e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36262025-07-18T16:21:16.879Z Compiling snafu v0.8.5
36272025-07-18T16:21:16.908Z Running `/home/build/.rustup/toolchains/1.88.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=330447645f89b598 -C extra-filename=-62c75d65b16cbf8b --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-cbdb771357233643.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-40aeb4dd283ee270.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-3fd12226a1f61570.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282025-07-18T16:21:16.936Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
36292025-07-18T16:21:16.936Z Running `/home/build/.rustup/toolchains/1.88.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=dd6592f55a249b30 -C extra-filename=-ef6416ff871b36bd --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-d981d3bc20452b00.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-f8cafe78598a89a5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2984a7760d5684f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302025-07-18T16:21:17.129Z Compiling xz2 v0.1.7
36312025-07-18T16:21:17.154Z Running `/home/build/.rustup/toolchains/1.88.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=5ed0c9dfc46e369e -C extra-filename=-af33ec5230ff61f1 --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-338d94b5c7723f8f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
36322025-07-18T16:21:17.373Z Compiling universal-hash v0.5.1
36332025-07-18T16:21:17.399Z Running `/home/build/.rustup/toolchains/1.88.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=a87602394e94b062 -C extra-filename=-6fb8c69cf1c95495 --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-005fe0d02da3f46b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36342025-07-18T16:21:17.569Z Compiling unicode-linebreak v0.1.5
36352025-07-18T16:21:17.595Z Running `/home/build/.rustup/toolchains/1.88.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=bcde7d85af24f104 -C extra-filename=-e1fef16c2d771b1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362025-07-18T16:21:17.621Z Compiling humantime v2.2.0
36372025-07-18T16:21:17.621Z Running `/home/build/.rustup/toolchains/1.88.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=201ac7e1e37cb333 -C extra-filename=-0fe867079bae0132 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36382025-07-18T16:21:17.669Z Compiling opaque-debug v0.3.1
36392025-07-18T16:21:17.695Z Compiling smawk v0.3.2
36402025-07-18T16:21:17.695Z Running `/home/build/.rustup/toolchains/1.88.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=70035ee458d51460 -C extra-filename=-17dfd932890d0cda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:21:17.722Z Running `/home/build/.rustup/toolchains/1.88.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=209c1c6945efcdaf -C extra-filename=-f3a216ec1350f892 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422025-07-18T16:21:17.851Z Compiling subprocess v0.2.9
36432025-07-18T16:21:17.878Z Running `/home/build/.rustup/toolchains/1.88.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=5dfc30c18bded25a -C extra-filename=-47495bd93de595a4 --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-09283293c0e83604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36442025-07-18T16:21:17.996Z Compiling textwrap v0.16.2
36452025-07-18T16:21:18.022Z Running `/home/build/.rustup/toolchains/1.88.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=8065b4236d3df43f -C extra-filename=-a20439c054845fb3 --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-f3a216ec1350f892.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-51263498299cdb7d.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e1fef16c2d771b1c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-9571fbd2da22e74e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36462025-07-18T16:21:18.070Z Compiling semver v0.1.20
36472025-07-18T16:21:18.097Z Running `/home/build/.rustup/toolchains/1.88.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=90c863f963d13052 -C extra-filename=-1b51be0e478095d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36482025-07-18T16:21:18.121Z Compiling aead v0.5.2
36492025-07-18T16:21:18.162Z Running `/home/build/.rustup/toolchains/1.88.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=b2eae817a19fa199 -C extra-filename=-364e5db190ba93a9 --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-005fe0d02da3f46b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c6c1183c12f21f86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502025-07-18T16:21:18.187Z Compiling poly1305 v0.8.0
36512025-07-18T16:21:18.188Z Running `/home/build/.rustup/toolchains/1.88.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=be3c05eb0937b072 -C extra-filename=-1d4e6e098cca66a9 --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-45550c38244b7ffd.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-17dfd932890d0cda.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-6fb8c69cf1c95495.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522025-07-18T16:21:18.529Z Compiling rustc_version v0.1.7
36532025-07-18T16:21:18.554Z Running `/home/build/.rustup/toolchains/1.88.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=b5258b96961e694d -C extra-filename=-0b129cdec68a9c19 --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-1b51be0e478095d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542025-07-18T16:21:18.662Z Compiling chacha20 v0.9.1
36552025-07-18T16:21:18.687Z Running `/home/build/.rustup/toolchains/1.88.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=5ba6da363813fd60 -C extra-filename=-47b6d3870809451f --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-1ec0b9c34a33fc61.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9eddc679e4ee8c8e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-45550c38244b7ffd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562025-07-18T16:21:18.972Z Compiling thiserror-impl-no-std v2.0.2
36572025-07-18T16:21:18.997Z Running `/home/build/.rustup/toolchains/1.88.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=49d75ac064d31fe1 -C extra-filename=-dd8cca354b54a81d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fde125be9e7b5dcb.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582025-07-18T16:21:19.023Z Compiling newtype_derive v0.1.6
36592025-07-18T16:21:19.023Z Running `/home/build/.rustup/toolchains/1.88.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=916a21aa6b4f285b -C extra-filename=-1482173ff7d7d7a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-1482173ff7d7d7a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-0b129cdec68a9c19.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602025-07-18T16:21:19.205Z Compiling linked-hash-map v0.5.6
36612025-07-18T16:21:19.230Z Running `/home/build/.rustup/toolchains/1.88.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=90cd099a16921ac6 -C extra-filename=-68c3d71bf561ee4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622025-07-18T16:21:19.372Z Compiling chacha20poly1305 v0.10.1
36632025-07-18T16:21:19.397Z Running `/home/build/.rustup/toolchains/1.88.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=24eebc46f2f7781b -C extra-filename=-0c36304ae81c6ddd --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-364e5db190ba93a9.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-47b6d3870809451f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9eddc679e4ee8c8e.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-1d4e6e098cca66a9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642025-07-18T16:21:19.450Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-1482173ff7d7d7a3/build-script-build`
36652025-07-18T16:21:19.567Z Running `/home/build/.rustup/toolchains/1.88.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=17cae659b86463c6 -C extra-filename=-d4ad3f0e9fdf550f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
36662025-07-18T16:21:19.615Z Compiling lru-cache v0.1.2
36672025-07-18T16:21:19.615Z Compiling hickory-proto v0.24.4
36682025-07-18T16:21:19.615Z Running `/home/build/.rustup/toolchains/1.88.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=0ab68690b0c51cda -C extra-filename=-af6c662b2b13306a --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-68c3d71bf561ee4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36692025-07-18T16:21:19.662Z Running `/home/build/.rustup/toolchains/1.88.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=65bb11f2d7c16fb9 -C extra-filename=-62d280162a9b2f4f --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-7757a5163fd5f6fb.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5b7f9623816d4f99.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-21284b17254d0825.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-842a1d8d7d894b4f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-dc9a70e47a4ff954.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-933ca85f3c31a65c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-f4d532b8bf8b4102.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-c4031cacc6b1b00a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5af8ef375db8323f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702025-07-18T16:21:19.713Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
36712025-07-18T16:21:19.713Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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=9f6b59cc2629add8 -C extra-filename=-4b8249604e2b2b4e --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-55b2fb0813a2d2c1.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-86e0c5ce70e718b4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36722025-07-18T16:21:19.762Z Compiling steno v0.4.1
36732025-07-18T16:21:19.762Z Running `/home/build/.rustup/toolchains/1.88.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=ff736fc6fea177c4 -C extra-filename=-7884be8ca7df3de2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-91a677dd349e0155.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4ad3f0e9fdf550f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cfbf832e7a9e6b92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742025-07-18T16:21:19.877Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
36752025-07-18T16:21:19.902Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/c03bd1a/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=e0325b6de020fb75 -C extra-filename=-0f57ad462f928a96 --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-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36762025-07-18T16:21:20.506Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
36772025-07-18T16:21:20.531Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/c03bd1a/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=13a739d4ddacd5d1 -C extra-filename=-027b7aec0fe8f11c --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-4b8249604e2b2b4e.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-0f57ad462f928a96.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36782025-07-18T16:21:20.685Z Compiling moka v0.12.10
36792025-07-18T16:21:20.722Z Running `/home/build/.rustup/toolchains/1.88.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=049f0b8bba8bbaa6 -C extra-filename=-309f4ae7d3f48168 --out-dir /work/oxidecomputer/omicron/target/debug/build/moka-309f4ae7d3f48168 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36802025-07-18T16:21:21.121Z Running `/work/oxidecomputer/omicron/target/debug/build/moka-309f4ae7d3f48168/build-script-build`
36812025-07-18T16:21:21.180Z Compiling tagptr v0.2.0
36822025-07-18T16:21:21.205Z Running `/home/build/.rustup/toolchains/1.88.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=b5214c124c793bca -C extra-filename=-62d494fae726a84f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36832025-07-18T16:21:21.516Z Running `/home/build/.rustup/toolchains/1.88.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=e3639828bfb4c032 -C extra-filename=-8761d22904798769 --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-2ef5f011cf25d8cf.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-ee53e4eec09e6049.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-5159d48380bbdf86.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a9b777944490afe9.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-3521094af90af096.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-aa8504c521d50e9f.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-62d494fae726a84f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36842025-07-18T16:21:21.656Z Compiling thiserror-no-std v2.0.2
36852025-07-18T16:21:21.680Z Running `/home/build/.rustup/toolchains/1.88.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=e24dbf37895c2e18 -C extra-filename=-38ca8567193655b1 --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-dd8cca354b54a81d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862025-07-18T16:21:21.854Z Compiling vsss-rs v3.3.4
36872025-07-18T16:21:21.879Z Running `/home/build/.rustup/toolchains/1.88.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=df5ca35c0dabbb43 -C extra-filename=-de1c6173947d76f5 --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-f910bd14c38fc8a2.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7b1181371960a6a2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-e12c4f515b707036.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-af0c7eaeaab3b29d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-38ca8567193655b1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36882025-07-18T16:21:21.939Z Compiling slog-dtrace v0.3.0
36892025-07-18T16:21:21.963Z Running `/home/build/.rustup/toolchains/1.88.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=ab0aacbb0445c087 -C extra-filename=-a37b700a7574db10 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-a37b700a7574db10 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-42984fabf13575b6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36902025-07-18T16:21:22.350Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-a37b700a7574db10/build-script-build`
36912025-07-18T16:21:22.460Z Running `/home/build/.rustup/toolchains/1.88.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=0ea175c58872624f -C extra-filename=-dda698c2e46dec02 --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-e297e2f9d3879ddf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922025-07-18T16:21:22.561Z Compiling typify-macro v0.2.0
36932025-07-18T16:21:22.585Z Running `/home/build/.rustup/toolchains/1.88.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=0c2c8fbb11b120ad -C extra-filename=-38913426d3dcd16d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43f9783393799993.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-e17ba99fc918d061.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942025-07-18T16:21:23.051Z Compiling hickory-resolver v0.25.2
36952025-07-18T16:21:23.076Z Running `/home/build/.rustup/toolchains/1.88.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=5970e21103a0d43d -C extra-filename=-b4e6a20fb14d7e93 --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-1ec0b9c34a33fc61.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5222b68690f578f8.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-8761d22904798769.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a9b777944490afe9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c775600be1f1d72b.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-504f78032e63514e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-aa8504c521d50e9f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5af8ef375db8323f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962025-07-18T16:21:23.103Z Compiling display-error-chain v0.2.2
36972025-07-18T16:21:23.156Z Running `/home/build/.rustup/toolchains/1.88.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=7aa285f330774455 -C extra-filename=-643b99a83b897ab3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982025-07-18T16:21:23.354Z Compiling gethostname v0.5.0
36992025-07-18T16:21:23.379Z Running `/home/build/.rustup/toolchains/1.88.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=480a8edad6972f14 -C extra-filename=-ed3745ad4e522800 --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-e03c66de06ed6290.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37002025-07-18T16:21:23.590Z Compiling nibble_vec v0.1.0
37012025-07-18T16:21:23.614Z Running `/home/build/.rustup/toolchains/1.88.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=59b79981d597f22d -C extra-filename=-8943afea8856810d --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-aa8504c521d50e9f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37022025-07-18T16:21:23.841Z Compiling endian-type v0.1.2
37032025-07-18T16:21:23.865Z Running `/home/build/.rustup/toolchains/1.88.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=cad67a77fe734770 -C extra-filename=-548fafca85b2bd6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042025-07-18T16:21:24.122Z Compiling hickory-resolver v0.24.4
37052025-07-18T16:21:24.147Z Running `/home/build/.rustup/toolchains/1.88.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=482af0529dd1c2ee -C extra-filename=-f4ebb691c1b8ce6c --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-1ec0b9c34a33fc61.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-62d280162a9b2f4f.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-af6c662b2b13306a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a9b777944490afe9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-504f78032e63514e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-aa8504c521d50e9f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5af8ef375db8323f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062025-07-18T16:21:24.400Z Compiling radix_trie v0.2.1
37072025-07-18T16:21:24.424Z Running `/home/build/.rustup/toolchains/1.88.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=a9e0302fa46745ce -C extra-filename=-a6072796e5df3b94 --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-548fafca85b2bd6a.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-8943afea8856810d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082025-07-18T16:21:24.983Z Compiling libefi-sys v0.1.0
37092025-07-18T16:21:25.007Z Running `/home/build/.rustup/toolchains/1.88.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=7f757968ba9ff391 -C extra-filename=-261720a026b5ef2a --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-261720a026b5ef2a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37102025-07-18T16:21:25.821Z Compiling radium v0.7.0
37112025-07-18T16:21:25.855Z Running `/home/build/.rustup/toolchains/1.88.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=67abcd95061341f2 -C extra-filename=-51d09f6b407b0f10 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-51d09f6b407b0f10 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37122025-07-18T16:21:25.855Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-261720a026b5ef2a/build-script-build`
37132025-07-18T16:21:25.855Z Compiling zerocopy-derive v0.6.6
37142025-07-18T16:21:25.855Z Running `/home/build/.rustup/toolchains/1.88.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=f20ab56f4b1195fd -C extra-filename=-d27a3066f4bd9895 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37152025-07-18T16:21:25.855Z Compiling bitfield-struct v0.6.2
37162025-07-18T16:21:25.855Z Running `/home/build/.rustup/toolchains/1.88.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=903949ed3406bfc2 -C extra-filename=-b0d83ef42cf7898b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172025-07-18T16:21:25.855Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-51d09f6b407b0f10/build-script-build`
37182025-07-18T16:21:25.879Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
37192025-07-18T16:21:25.879Z Running `/home/build/.rustup/toolchains/1.88.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=a4ec21c294822587 -C extra-filename=-9e9e8726cfd453cd --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-9e9e8726cfd453cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-01b2bc2360d2f040.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37202025-07-18T16:21:26.459Z Compiling qorb v0.4.0
37212025-07-18T16:21:26.483Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-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="probes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=b6e8f207f6467b62 -C extra-filename=-21ad811ed2d07d9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2da6f52a05daee67.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f4ebb691c1b8ce6c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c775600be1f1d72b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5af8ef375db8323f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37222025-07-18T16:21:26.508Z Compiling typify v0.2.0
37232025-07-18T16:21:26.508Z Compiling tap v1.0.1
37242025-07-18T16:21:26.508Z Running `/home/build/.rustup/toolchains/1.88.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=562992a400a92402 -C extra-filename=-ca9332aeeebc71da --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-e17ba99fc918d061.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-38913426d3dcd16d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37252025-07-18T16:21:26.508Z Running `/home/build/.rustup/toolchains/1.88.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=c7446be7e68ce026 -C extra-filename=-09153dbc31ba544e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37262025-07-18T16:21:26.750Z Compiling progenitor-impl v0.8.0
37272025-07-18T16:21:26.750Z Running `/home/build/.rustup/toolchains/1.88.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=5184f60433f2f1e8 -C extra-filename=-ae550e775ee8a1b2 --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-9c466a4ed58223b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-ca9332aeeebc71da.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3466609bc44487e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37282025-07-18T16:21:26.793Z Compiling termtree v0.5.1
37292025-07-18T16:21:26.869Z Running `/home/build/.rustup/toolchains/1.88.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=94aad1ac7fb3ca61 -C extra-filename=-8db31d874a56dc5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302025-07-18T16:21:26.939Z Compiling maybe-uninit v2.0.0
37312025-07-18T16:21:26.964Z Running `/home/build/.rustup/toolchains/1.88.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=6fd91ef2467c5ac1 -C extra-filename=-83d750888d3fa454 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-83d750888d3fa454 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37322025-07-18T16:21:27.055Z Compiling termcolor v1.4.1
37332025-07-18T16:21:27.080Z Running `/home/build/.rustup/toolchains/1.88.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=e0d07eddeb0befe1 -C extra-filename=-e4a8e65cd48cc223 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37342025-07-18T16:21:27.108Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37352025-07-18T16:21:27.133Z Running `/home/build/.rustup/toolchains/1.88.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=a78e96c58918fea2 -C extra-filename=-d7361cdf6489dd16 --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-b0d83ef42cf7898b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362025-07-18T16:21:27.321Z Compiling zerocopy v0.6.6
37372025-07-18T16:21:27.346Z Running `/home/build/.rustup/toolchains/1.88.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=1557a4b78fe44459 -C extra-filename=-d322518c5a0578e7 --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-76e995005ff0a130.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-d27a3066f4bd9895.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37382025-07-18T16:21:27.523Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-83d750888d3fa454/build-script-build`
37392025-07-18T16:21:27.635Z Compiling wyz v0.5.1
37402025-07-18T16:21:27.660Z Running `/home/build/.rustup/toolchains/1.88.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=7fa8d591504d43dc -C extra-filename=-4b639c155fe0bf71 --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-09153dbc31ba544e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412025-07-18T16:21:27.786Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-9e9e8726cfd453cd/build-script-build`
37422025-07-18T16:21:27.881Z Running `/home/build/.rustup/toolchains/1.88.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=0fbca3cbe1b31fd4 -C extra-filename=-c56d3713d7921eea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
37432025-07-18T16:21:27.941Z Running `/home/build/.rustup/toolchains/1.88.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=f4903593e132e492 -C extra-filename=-62730c58e82b7b47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
37442025-07-18T16:21:28.069Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
37452025-07-18T16:21:28.095Z Running `/home/build/.rustup/toolchains/1.88.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=01a59c5172b667cb -C extra-filename=-326c4f5ec002b051 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-ceb5369ea11fe623.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37462025-07-18T16:21:28.120Z Compiling crc-catalog v2.4.0
37472025-07-18T16:21:28.120Z Running `/home/build/.rustup/toolchains/1.88.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=04f2c517cc1ca88b -C extra-filename=-ebb4c9fa666ae501 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37482025-07-18T16:21:28.309Z Compiling packed_struct v0.10.1
37492025-07-18T16:21:28.334Z Running `/home/build/.rustup/toolchains/1.88.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=cb241ac53d1e14d4 -C extra-filename=-dc8c1a8acd425614 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-dc8c1a8acd425614 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37502025-07-18T16:21:28.360Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37512025-07-18T16:21:28.360Z Running `/home/build/.rustup/toolchains/1.88.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=41c795078a4ac177 -C extra-filename=-618a75314601e485 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37522025-07-18T16:21:28.400Z Compiling funty v2.0.0
37532025-07-18T16:21:28.425Z Running `/home/build/.rustup/toolchains/1.88.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=d9c117027069cdb0 -C extra-filename=-f4846cdc92ff0e28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542025-07-18T16:21:28.549Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37552025-07-18T16:21:28.574Z Running `/home/build/.rustup/toolchains/1.88.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=d0ff5027af30319d -C extra-filename=-9bd5a7ab0280147c --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-d7361cdf6489dd16.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-618a75314601e485.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37562025-07-18T16:21:28.693Z Running `/home/build/.rustup/toolchains/1.88.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=6195bb5e9a2a2c36 -C extra-filename=-217cf9c7926c24bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-326c4f5ec002b051.rmeta --cap-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-30f0e76091dabffa/out -l static=pci`
37572025-07-18T16:21:28.850Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-dc8c1a8acd425614/build-script-build`
37582025-07-18T16:21:28.911Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37592025-07-18T16:21:28.936Z Running `/home/build/.rustup/toolchains/1.88.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=65f15078b1cd2c8c -C extra-filename=-534fcfabb4ecf5c4 --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-09283293c0e83604.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-62730c58e82b7b47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37602025-07-18T16:21:29.015Z Compiling crc v3.2.1
37612025-07-18T16:21:29.040Z Running `/home/build/.rustup/toolchains/1.88.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=32b3c7779dcafb77 -C extra-filename=-f703547f5cebf2ef --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-ebb4c9fa666ae501.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37622025-07-18T16:21:29.179Z Running `/home/build/.rustup/toolchains/1.88.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=e10596db2d27cde6 -C extra-filename=-ebfdef96eafba40a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
37632025-07-18T16:21:29.339Z Compiling bitvec v1.0.1
37642025-07-18T16:21:29.366Z Running `/home/build/.rustup/toolchains/1.88.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=169da48e57aa12fe -C extra-filename=-f466fabe45ced379 --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-f4846cdc92ff0e28.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-c56d3713d7921eea.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-09153dbc31ba544e.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-4b639c155fe0bf71.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37652025-07-18T16:21:29.391Z Compiling packed_struct_codegen v0.10.1
37662025-07-18T16:21:29.391Z Compiling indexmap v1.9.3
37672025-07-18T16:21:29.391Z Running `/home/build/.rustup/toolchains/1.88.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=40f0f682ff73014c -C extra-filename=-2f2ada699e2e34df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fde125be9e7b5dcb.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37682025-07-18T16:21:29.391Z Running `/home/build/.rustup/toolchains/1.88.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=5a1dd6e4a0da1505 -C extra-filename=-d1432bd046616914 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-d1432bd046616914 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f2334d418220dc84.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37692025-07-18T16:21:29.661Z Compiling nodrop v0.1.14
37702025-07-18T16:21:29.687Z Running `/home/build/.rustup/toolchains/1.88.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=53a5abc193d72b9b -C extra-filename=-0e9fe26b1496a3d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712025-07-18T16:21:29.831Z Compiling array-init v0.0.4
37722025-07-18T16:21:29.858Z Running `/home/build/.rustup/toolchains/1.88.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=37946a845b4479ca -C extra-filename=-89928788a6ecbbd8 --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-0e9fe26b1496a3d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37732025-07-18T16:21:29.883Z Compiling smallvec v0.6.14
37742025-07-18T16:21:29.883Z Running `/home/build/.rustup/toolchains/1.88.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=66d22f4db1ce668f -C extra-filename=-4ca43e2c6705799c --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-ebfdef96eafba40a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37752025-07-18T16:21:29.923Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-d1432bd046616914/build-script-build`
37762025-07-18T16:21:29.991Z Compiling bitfield v0.14.0
37772025-07-18T16:21:30.016Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c21475a60fcacb5 -C extra-filename=-353b5d17d70d09e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37782025-07-18T16:21:30.325Z Compiling hashbrown v0.12.3
37792025-07-18T16:21:30.363Z Running `/home/build/.rustup/toolchains/1.88.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=11efde076705a3f9 -C extra-filename=-ade2b048ff6223ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:21:30.388Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
37812025-07-18T16:21:30.388Z Running `/home/build/.rustup/toolchains/1.88.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=2d03835f68fed912 -C extra-filename=-45bb8f9d19e9476f --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-76e995005ff0a130.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-f703547f5cebf2ef.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d322518c5a0578e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37822025-07-18T16:21:30.719Z Compiling serde-hex v0.1.0
37832025-07-18T16:21:30.744Z Running `/home/build/.rustup/toolchains/1.88.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=c9489026d595c159 -C extra-filename=-e0f8af0eed313f0c --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-89928788a6ecbbd8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4ca43e2c6705799c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842025-07-18T16:21:30.769Z Compiling env_logger v0.10.2
37852025-07-18T16:21:30.769Z Compiling ron v0.8.1
37862025-07-18T16:21:30.804Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=31636a0a5f32d1e6 -C extra-filename=-3ee1df42d4b614fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-79ff500dd4f2a463.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-e4a8e65cd48cc223.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37872025-07-18T16:21:30.875Z Running `/home/build/.rustup/toolchains/1.88.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=caa604960c05567f -C extra-filename=-39b7104e897b098f --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-9552b94b0f386d89.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f5683af400e4b5bb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-f8cafe78598a89a5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37882025-07-18T16:21:31.349Z Running `/home/build/.rustup/toolchains/1.88.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=f91b9127b8a837c3 -C extra-filename=-778a79a04585f068 --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-ade2b048ff6223ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
37892025-07-18T16:21:31.713Z Compiling hashbrown v0.13.2
37902025-07-18T16:21:31.739Z Running `/home/build/.rustup/toolchains/1.88.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=9d49effcb4498816 -C extra-filename=-0ad873d6eb91d790 --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-aaa7d5c7710a972c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37912025-07-18T16:21:31.837Z Compiling crc-any v2.5.0
37922025-07-18T16:21:31.862Z Running `/home/build/.rustup/toolchains/1.88.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=af20a4c061dd7c8e -C extra-filename=-0cc68b13f07d73f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932025-07-18T16:21:32.137Z Compiling proc-macro-error-attr2 v2.0.0
37942025-07-18T16:21:32.163Z Running `/home/build/.rustup/toolchains/1.88.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=838107f6f29dd230 -C extra-filename=-2fb1b228377458f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37952025-07-18T16:21:32.328Z Running `/home/build/.rustup/toolchains/1.88.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=e4dcc05d2910e232 -C extra-filename=-742ab152b66daacf --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-f466fabe45ced379.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-2f2ada699e2e34df.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37962025-07-18T16:21:32.440Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
37972025-07-18T16:21:32.465Z Running `/home/build/.rustup/toolchains/1.88.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=b0140eb3781c931b -C extra-filename=-7b92e41b9f0f3424 --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-39b7104e897b098f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-45bb8f9d19e9476f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d322518c5a0578e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37982025-07-18T16:21:32.617Z Compiling progenitor-macro v0.8.0
37992025-07-18T16:21:32.642Z Running `/home/build/.rustup/toolchains/1.88.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=629696fdebc62de9 -C extra-filename=-bc6302297ce89ff1 --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-733ee7dd38be7473.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-ae550e775ee8a1b2.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43f9783393799993.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-2cd2a8c26155796b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38002025-07-18T16:21:32.736Z Compiling object v0.30.4
38012025-07-18T16:21:32.761Z Running `/home/build/.rustup/toolchains/1.88.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=53c9e708c4359e34 -C extra-filename=-9972216bed824ca0 --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-e6bffd635b624dee.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-0ad873d6eb91d790.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-778a79a04585f068.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8bc9efb51d5cb13b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38022025-07-18T16:21:32.930Z Compiling path-slash v0.1.5
38032025-07-18T16:21:32.981Z Running `/home/build/.rustup/toolchains/1.88.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=751dd46acf9f1148 -C extra-filename=-798baa051ed4bad4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38042025-07-18T16:21:33.006Z Compiling proc-macro-error2 v2.0.1
38052025-07-18T16:21:33.006Z Running `/home/build/.rustup/toolchains/1.88.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=cdb457996f5862db -C extra-filename=-b104f7c6bd61b83a --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-2fb1b228377458f8.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38062025-07-18T16:21:33.123Z Compiling fxhash v0.2.1
38072025-07-18T16:21:33.148Z Running `/home/build/.rustup/toolchains/1.88.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=3cb36d38652b764f -C extra-filename=-a3290bfab53bc3b0 --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-76e995005ff0a130.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38082025-07-18T16:21:33.207Z Compiling xshell-macros v0.2.7
38092025-07-18T16:21:33.232Z Running `/home/build/.rustup/toolchains/1.88.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=99b29c291cd15c11 -C extra-filename=-ff3ec9a0c31d5caf --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`
38102025-07-18T16:21:33.384Z Compiling maplit v1.0.2
38112025-07-18T16:21:33.410Z Running `/home/build/.rustup/toolchains/1.88.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=4628d1852dedf9c7 -C extra-filename=-463b351fd2332d42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122025-07-18T16:21:33.558Z Compiling papergrid v0.14.0
38132025-07-18T16:21:33.583Z Running `/home/build/.rustup/toolchains/1.88.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=a583c7d50ef5ed3c -C extra-filename=-fba3ed3f7ffb4c9f --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-af461943b97ec319.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-15eec6a4ea14602e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-9571fbd2da22e74e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142025-07-18T16:21:33.610Z Compiling tabled_derive v0.10.0
38152025-07-18T16:21:33.657Z Running `/home/build/.rustup/toolchains/1.88.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=0bb5de45cb8710d5 -C extra-filename=-a3d3904c9aa375d2 --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-9c466a4ed58223b8.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-b104f7c6bd61b83a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162025-07-18T16:21:33.996Z Compiling xshell v0.2.7
38172025-07-18T16:21:34.021Z Running `/home/build/.rustup/toolchains/1.88.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=35278f086fa27d62 -C extra-filename=-0b09ae3656143097 --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-ff3ec9a0c31d5caf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38182025-07-18T16:21:34.696Z Compiling num-derive v0.3.3
38192025-07-18T16:21:34.721Z Running `/home/build/.rustup/toolchains/1.88.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=751d63d7ae72482d -C extra-filename=-681590deea91f72e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fde125be9e7b5dcb.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38202025-07-18T16:21:35.044Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
38212025-07-18T16:21:35.069Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=5703038585e04bcc -C extra-filename=-375a48ece371e0cc --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-f5683af400e4b5bb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-ae0ac3bdd3a26b77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38222025-07-18T16:21:35.532Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
38232025-07-18T16:21:35.558Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/17d04af/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b5e33c457a334fa4 -C extra-filename=-deb38fe50a2326ef --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-353b5d17d70d09e6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-742ab152b66daacf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38242025-07-18T16:21:36.081Z Compiling tabled v0.18.0
38252025-07-18T16:21:36.106Z Running `/home/build/.rustup/toolchains/1.88.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=828ddc75cb48bd4e -C extra-filename=-b654f29b96228e62 --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-fba3ed3f7ffb4c9f.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-a3d3904c9aa375d2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262025-07-18T16:21:36.644Z Compiling libscf-sys v1.1.0
38272025-07-18T16:21:36.669Z Running `/home/build/.rustup/toolchains/1.88.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=262a2efecc8b926f -C extra-filename=-c9da1492789533b6 --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-09283293c0e83604.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-681590deea91f72e.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-347f5eeb4dc10c7b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282025-07-18T16:21:36.807Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
38292025-07-18T16:21:36.833Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=bd0f0401abfc11c7 -C extra-filename=-ffa6eb906e331d67 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-ffa6eb906e331d67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-42984fabf13575b6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38302025-07-18T16:21:36.960Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38312025-07-18T16:21:36.986Z Running `/home/build/.rustup/toolchains/1.88.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=9b49f4a9484014cc -C extra-filename=-ba1fb2edd8715ed0 --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-09283293c0e83604.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-c9da1492789533b6.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-347f5eeb4dc10c7b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38322025-07-18T16:21:37.149Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
38332025-07-18T16:21:37.174Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=acb46140e8803333 -C extra-filename=-788c043e40d541d3 --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-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-375a48ece371e0cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342025-07-18T16:21:37.270Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-ffa6eb906e331d67/build-script-build`
38352025-07-18T16:21:37.393Z Compiling vte_generate_state_changes v0.1.2
38362025-07-18T16:21:37.443Z Running `/home/build/.rustup/toolchains/1.88.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=57620d5bbf30db4f -C extra-filename=-637d723bf728307c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372025-07-18T16:21:37.762Z Compiling crc8 v0.1.1
38382025-07-18T16:21:37.787Z Running `/home/build/.rustup/toolchains/1.88.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=a69e0f1db025b410 -C extra-filename=-8ce817502098c736 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38392025-07-18T16:21:38.013Z Compiling const_format_proc_macros v0.2.34
38402025-07-18T16:21:38.038Z Running `/home/build/.rustup/toolchains/1.88.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=2f50744be989817b -C extra-filename=-03200c579dcd86c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-95e7bc1fa3dc3a57.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38412025-07-18T16:21:38.181Z Compiling vte v0.11.1
38422025-07-18T16:21:38.207Z Running `/home/build/.rustup/toolchains/1.88.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=30838cc5d300f865 -C extra-filename=-5257a298f594cb73 --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-02c76f0839d662e3.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-637d723bf728307c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38432025-07-18T16:21:39.558Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=c756bf33be7ca52f -C extra-filename=-febc4cab91ee8aef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-ae0ac3bdd3a26b77.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-07b32843a1dac2c9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-b654f29b96228e62.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-788c043e40d541d3.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-375a48ece371e0cc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
38442025-07-18T16:21:39.654Z Compiling fd-lock v4.0.2
38452025-07-18T16:21:39.679Z Running `/home/build/.rustup/toolchains/1.88.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=4e4c3b4111c80de1 -C extra-filename=-1c98c28e5d4cb922 --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-1ec0b9c34a33fc61.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e03c66de06ed6290.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38462025-07-18T16:21:39.817Z Compiling const_format v0.2.34
38472025-07-18T16:21:39.843Z Running `/home/build/.rustup/toolchains/1.88.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=028e6ba57c6cf0ed -C extra-filename=-203866d8f93cd47a --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-03200c579dcd86c1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482025-07-18T16:21:39.935Z Compiling strip-ansi-escapes v0.2.0
38492025-07-18T16:21:39.961Z Running `/home/build/.rustup/toolchains/1.88.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=b30f7abd20e942bb -C extra-filename=-2ced2c6249fdd4c9 --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-5257a298f594cb73.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502025-07-18T16:21:40.314Z Compiling nu-ansi-term v0.50.1
38512025-07-18T16:21:40.350Z Running `/home/build/.rustup/toolchains/1.88.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=70c40a268511dc9a -C extra-filename=-3824e1f9190061e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522025-07-18T16:21:40.403Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
38532025-07-18T16:21:40.428Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/c269f57/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=4b7e9926c84dd0d8 -C extra-filename=-e38a10a7cf266b0e --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-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38542025-07-18T16:21:40.499Z Compiling half v1.8.3
38552025-07-18T16:21:40.524Z Running `/home/build/.rustup/toolchains/1.88.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=44367f556ba565bc -C extra-filename=-24b4503662f4cfe9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562025-07-18T16:21:40.911Z Compiling reedline v0.40.0
38572025-07-18T16:21:40.936Z Running `/home/build/.rustup/toolchains/1.88.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=067429a6f151291c -C extra-filename=-49c78ba804ad4343 --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-e297e2f9d3879ddf.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-1c98c28e5d4cb922.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9e27755f04f1d1a4.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-3824e1f9190061e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-2ced2c6249fdd4c9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-545fe6340ca04629.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-60201da2d8b8eb00.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-78de71e0435a1639.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-9571fbd2da22e74e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38582025-07-18T16:21:40.961Z Compiling serde_cbor v0.11.2
38592025-07-18T16:21:40.961Z Running `/home/build/.rustup/toolchains/1.88.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=03eca1bd7b554817 -C extra-filename=-4e6d76aa5285735b --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-24b4503662f4cfe9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38602025-07-18T16:21:41.105Z Compiling kstat-rs v0.2.4
38612025-07-18T16:21:41.131Z Running `/home/build/.rustup/toolchains/1.88.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=0b1807f248561d9f -C extra-filename=-310316c64e79f1f3 --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-09283293c0e83604.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38622025-07-18T16:21:41.679Z Compiling nix v0.30.1
38632025-07-18T16:21:41.679Z Running `/home/build/.rustup/toolchains/1.88.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=c0dc0df6b9864d6f -C extra-filename=-174920213e054989 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-174920213e054989 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-0fb13417418c22f9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642025-07-18T16:21:41.719Z Compiling diff v0.1.13
38652025-07-18T16:21:41.745Z Running `/home/build/.rustup/toolchains/1.88.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=bbd411d8a6f0ae63 -C extra-filename=-fc8513a7741584f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662025-07-18T16:21:41.981Z Compiling dsl_auto_type v0.1.2
38672025-07-18T16:21:42.007Z Running `/home/build/.rustup/toolchains/1.88.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=b0c844df64bbf164 -C extra-filename=-fe97091106dd0955 --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-366dd790987c4b68.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7e6bfb7da4b02c98.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9c466a4ed58223b8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38682025-07-18T16:21:42.240Z Compiling phf_generator v0.11.2
38692025-07-18T16:21:42.266Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_generator-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=3b070a9d52318b81 -C extra-filename=-ea388776b9633570 --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-0074f913cf2d4637.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38702025-07-18T16:21:42.291Z Compiling diesel_table_macro_syntax v0.2.0
38712025-07-18T16:21:42.291Z Running `/home/build/.rustup/toolchains/1.88.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=71d0ed6f7452ca3f -C extra-filename=-ede9afaf325486bc --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-d7ccff1976a9e7c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38722025-07-18T16:21:42.505Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
38732025-07-18T16:21:42.530Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/17d04af/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=9b606efb177abc55 -C extra-filename=-66e4730df8338d83 --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-76e995005ff0a130.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-478d1a6e529906f8.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-0cc68b13f07d73f8.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-74712cd288224dfa.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3ee1df42d4b614fa.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-deb38fe50a2326ef.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-347f5eeb4dc10c7b.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-742ab152b66daacf.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-6fc7cf573e792b69.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c9326693b65db5c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-e0f8af0eed313f0c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-b4039e0e2f206edd.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d322518c5a0578e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38742025-07-18T16:21:42.556Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-174920213e054989/build-script-build`
38752025-07-18T16:21:42.621Z Running `/home/build/.rustup/toolchains/1.88.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=17985049a55fda77 -C extra-filename=-ffa7a0fed34c951b --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-f5683af400e4b5bb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-0a21ec4eaa37d6e7.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"))'`
38762025-07-18T16:21:42.748Z Compiling scheduled-thread-pool v0.2.7
38772025-07-18T16:21:42.796Z Running `/home/build/.rustup/toolchains/1.88.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=d26eebd94519d859 -C extra-filename=-e58e7e162187ca15 --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-a9b777944490afe9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782025-07-18T16:21:43.297Z Compiling parking_lot_core v0.8.6
38792025-07-18T16:21:43.336Z Running `/home/build/.rustup/toolchains/1.88.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=0d4ba6629f5683ae -C extra-filename=-cbbef89c4e932e1e --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-cbbef89c4e932e1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802025-07-18T16:21:43.376Z Compiling diesel_derives v2.2.3
38812025-07-18T16:21:43.376Z Running `/home/build/.rustup/toolchains/1.88.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=2edbe700b1847548 -C extra-filename=-a4827c9ad5869f2b --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-ede9afaf325486bc.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-fe97091106dd0955.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38822025-07-18T16:21:43.807Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-cbbef89c4e932e1e/build-script-build`
38832025-07-18T16:21:43.867Z Compiling r2d2 v0.8.10
38842025-07-18T16:21:43.892Z Running `/home/build/.rustup/toolchains/1.88.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=f096f8961b0f06c1 -C extra-filename=-4213c6416ab7650e --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-244bc0f69c2ab2b0.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a9b777944490afe9.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-e58e7e162187ca15.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38852025-07-18T16:21:44.296Z Compiling phf_codegen v0.11.2
38862025-07-18T16:21:44.322Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_codegen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_codegen-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d873a241a721404d -C extra-filename=-d2ae44eeb02c5e3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_generator=/work/oxidecomputer/omicron/target/debug/deps/libphf_generator-ea388776b9633570.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-0074f913cf2d4637.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38872025-07-18T16:21:44.360Z Compiling parse-zoneinfo v0.3.1
38882025-07-18T16:21:44.385Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_zoneinfo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-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=06e28f65df2b6f16 -C extra-filename=-c1ad99ad48193a0d --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-ef2de87a43f51cdf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38892025-07-18T16:21:44.569Z Compiling nanorand v0.7.0
38902025-07-18T16:21:44.623Z Running `/home/build/.rustup/toolchains/1.88.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=639a375e12992418 -C extra-filename=-df60b43887125779 --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-db1759231e804faf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38912025-07-18T16:21:44.747Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
38922025-07-18T16:21:44.772Z Running `/home/build/.rustup/toolchains/1.88.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=3bbdadb1a21c8449 -C extra-filename=-b03c945fc5c2c1e9 --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-86cffebc07ad4c24.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-deb38fe50a2326ef.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-66e4730df8338d83.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-9972216bed824ca0.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-798baa051ed4bad4.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c9326693b65db5c3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-45bb8f9d19e9476f.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-7b92e41b9f0f3424.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2984a7760d5684f2.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-b4039e0e2f206edd.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d322518c5a0578e7.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-05f86dd9f6cbba1e.rmeta --cap-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-622a10d756a1770b/out/lib`
38932025-07-18T16:21:45.122Z Compiling cfg_aliases v0.1.1
38942025-07-18T16:21:45.147Z Running `/home/build/.rustup/toolchains/1.88.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=93e075a2c6b7e144 -C extra-filename=-75ab5b1487ad7f4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38952025-07-18T16:21:45.237Z Compiling chrono-tz-build v0.4.0
38962025-07-18T16:21:45.263Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-build-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("case-insensitive", "filter-by-regex", "phf_shared", "regex", "uncased"))' -C metadata=9d1aa6f5a3cfcecd -C extra-filename=-ddbd341f2b76ec71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_zoneinfo=/work/oxidecomputer/omicron/target/debug/deps/libparse_zoneinfo-c1ad99ad48193a0d.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-d2ae44eeb02c5e3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972025-07-18T16:21:45.299Z Compiling nix v0.28.0
38982025-07-18T16:21:45.324Z Running `/home/build/.rustup/toolchains/1.88.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=5b4e60cfdb7da592 -C extra-filename=-1749172726bb589b --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-1749172726bb589b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-75ab5b1487ad7f4f.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992025-07-18T16:21:45.860Z Compiling flume v0.11.1
39002025-07-18T16:21:45.885Z Running `/home/build/.rustup/toolchains/1.88.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=7c150f48d8b731ca -C extra-filename=-44a93f89fb0c4d1f --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-cbdb771357233643.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3870a1a8f1b27b92.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-df60b43887125779.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-1fe42e1dabef62af.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012025-07-18T16:21:46.156Z Running `/home/build/.rustup/toolchains/1.88.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=ed7758cba8b6ef1d -C extra-filename=-b2a0d52ae5903400 --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-1ec0b9c34a33fc61.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-177a78a285f77f9f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-aa8504c521d50e9f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39022025-07-18T16:21:46.379Z Compiling bcs v0.1.6
39032025-07-18T16:21:46.404Z Running `/home/build/.rustup/toolchains/1.88.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=584fa4681c839aff -C extra-filename=-bb5466ccb84602e8 --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-055e1d96445a02a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39042025-07-18T16:21:46.579Z Compiling crunchy v0.2.2
39052025-07-18T16:21:46.605Z Running `/home/build/.rustup/toolchains/1.88.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=194542df7a6529ae -C extra-filename=-955fb29ae2f07630 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-955fb29ae2f07630 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39062025-07-18T16:21:46.722Z Compiling parking_lot v0.11.2
39072025-07-18T16:21:46.747Z Running `/home/build/.rustup/toolchains/1.88.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=97bf4e68616441a3 -C extra-filename=-d32cf00f14a64aab --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-177a78a285f77f9f.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-24231c8b3451e51f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-b2a0d52ae5903400.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39082025-07-18T16:21:46.782Z Compiling chrono-tz v0.10.3
39092025-07-18T16:21:46.826Z Running `/home/build/.rustup/toolchains/1.88.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.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=5cb7d94e2b1a98e4 -C extra-filename=-e57ad34f1d8266e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-e57ad34f1d8266e0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-ddbd341f2b76ec71.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39102025-07-18T16:21:47.030Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-1749172726bb589b/build-script-build`
39112025-07-18T16:21:47.103Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
39122025-07-18T16:21:47.128Z Running `/home/build/.rustup/toolchains/1.88.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=23aa3fa99081d83e -C extra-filename=-d8ed9ec70081ab3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39132025-07-18T16:21:47.225Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-955fb29ae2f07630/build-script-build`
39142025-07-18T16:21:47.250Z Compiling prefix-trie v0.7.0
39152025-07-18T16:21:47.250Z Running `/home/build/.rustup/toolchains/1.88.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=0419c80d54d6a10c -C extra-filename=-d53e253adf0a5b88 --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-f4d532b8bf8b4102.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-347f5eeb4dc10c7b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39162025-07-18T16:21:47.527Z Compiling tiny-keccak v2.0.2
39172025-07-18T16:21:47.552Z Running `/home/build/.rustup/toolchains/1.88.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=4816cf45f6776061 -C extra-filename=-d6319e487f1cc05a --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-d6319e487f1cc05a -L 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-07-18T16:21:47.724Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-e57ad34f1d8266e0/build-script-build`
39192025-07-18T16:21:47.943Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-d6319e487f1cc05a/build-script-build`
39202025-07-18T16:21:47.995Z Compiling hickory-server v0.25.2
39212025-07-18T16:21:48.021Z Running `/home/build/.rustup/toolchains/1.88.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=8dfda5a5dcf8a971 -C extra-filename=-a459a93b50c99823 --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-7757a5163fd5f6fb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5b7f9623816d4f99.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-21284b17254d0825.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5222b68690f578f8.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-f4d532b8bf8b4102.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-d53e253adf0a5b88.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-893ec5c9fd9933a9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5af8ef375db8323f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39222025-07-18T16:21:48.047Z Running `/home/build/.rustup/toolchains/1.88.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=f3c63139715cb210 -C extra-filename=-bf9e285b13477a07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39232025-07-18T16:21:48.095Z Compiling sled v0.34.7
39242025-07-18T16:21:48.140Z Running `/home/build/.rustup/toolchains/1.88.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=6954b1bb944e0676 -C extra-filename=-ad9fa7f4de87a1a2 --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-e6bffd635b624dee.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-ee53e4eec09e6049.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-5159d48380bbdf86.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-a3290bfab53bc3b0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d32cf00f14a64aab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39252025-07-18T16:21:48.238Z Running `/home/build/.rustup/toolchains/1.88.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=644d5d2bf55785ca -C extra-filename=-d3057535ce53d07a --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-f5683af400e4b5bb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
39262025-07-18T16:21:48.540Z Compiling hickory-client v0.25.2
39272025-07-18T16:21:48.565Z Running `/home/build/.rustup/toolchains/1.88.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=4e8ff7027021b123 -C extra-filename=-be12e1072f36f8f4 --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-1ec0b9c34a33fc61.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5b7f9623816d4f99.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-842a1d8d7d894b4f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5222b68690f578f8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-a6072796e5df3b94.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c775600be1f1d72b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5af8ef375db8323f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39282025-07-18T16:21:49.203Z Compiling peg-macros v0.8.5
39292025-07-18T16:21:49.228Z Running `/home/build/.rustup/toolchains/1.88.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=14faafa2db949e89 -C extra-filename=-0f3011dbb6856e08 --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-a1fc463803c451a3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39302025-07-18T16:21:49.644Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
39312025-07-18T16:21:49.670Z Running `/home/build/.rustup/toolchains/1.88.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=4557df16271ca46f -C extra-filename=-6a9616142d29c6df --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-6a9616142d29c6df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5f13edeeb2694294.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39322025-07-18T16:21:50.648Z Compiling sqlparser_derive v0.2.2
39332025-07-18T16:21:50.673Z Running `/home/build/.rustup/toolchains/1.88.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=73fbcb1f55b9a2e6 -C extra-filename=-f9f0368c5b22506a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39342025-07-18T16:21:51.321Z Compiling unicode_categories v0.1.1
39352025-07-18T16:21:51.345Z Running `/home/build/.rustup/toolchains/1.88.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=7b47fc233a531504 -C extra-filename=-01af475c1ae0f353 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39362025-07-18T16:21:51.683Z Compiling bit-vec v0.6.3
39372025-07-18T16:21:51.711Z Running `/home/build/.rustup/toolchains/1.88.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=d629c3ba9d26a728 -C extra-filename=-ebdac4dbf7121014 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39382025-07-18T16:21:51.771Z Compiling sqlparser v0.45.0
39392025-07-18T16:21:51.796Z Running `/home/build/.rustup/toolchains/1.88.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=2909469d8be54a1a -C extra-filename=-757e3c7688da9761 --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-244bc0f69c2ab2b0.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-f9f0368c5b22506a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39402025-07-18T16:21:51.886Z Compiling sqlformat v0.3.5
39412025-07-18T16:21:51.911Z Running `/home/build/.rustup/toolchains/1.88.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=b0e15f3d97618226 -C extra-filename=-6198dca814ea1b22 --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-01af475c1ae0f353.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-82ca1a0edb068014.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422025-07-18T16:21:52.049Z Compiling peg v0.8.5
39432025-07-18T16:21:52.074Z Running `/home/build/.rustup/toolchains/1.88.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=db2c5b0d1c8af0f6 -C extra-filename=-b9615f03d9dc4ead --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-0f3011dbb6856e08.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-a1fc463803c451a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442025-07-18T16:21:52.143Z Compiling bit-set v0.5.3
39452025-07-18T16:21:52.168Z Running `/home/build/.rustup/toolchains/1.88.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=67ea88ec79fec26d -C extra-filename=-bcc0e53cf009cb9e --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-ebdac4dbf7121014.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462025-07-18T16:21:52.211Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-6a9616142d29c6df/build-script-build`
39472025-07-18T16:21:52.265Z Compiling rustyline v14.0.0
39482025-07-18T16:21:52.290Z Running `/home/build/.rustup/toolchains/1.88.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=c2d213d71bebd349 -C extra-filename=-c12923b67263bf5d --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-f5683af400e4b5bb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-1c98c28e5d4cb922.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-b93dad57b4a66562.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8bc9efb51d5cb13b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d3057535ce53d07a.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-a6072796e5df3b94.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-78de71e0435a1639.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-de2d9fe847872790.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-02c76f0839d662e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39492025-07-18T16:21:52.460Z Running `/home/build/.rustup/toolchains/1.88.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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", "default", "filter-by-regex", "serde", "std"))' -C metadata=436a8372cbba3cc3 -C extra-filename=-51edd0b1d0ddc731 --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-e297e2f9d3879ddf.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-5cb9703b7d905874.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39502025-07-18T16:21:52.701Z Compiling diesel v2.2.11
39512025-07-18T16:21:52.726Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.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 --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=ec39bab7c089be66 -C extra-filename=-6858bf7692ed7774 --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-f5683af400e4b5bb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-76e995005ff0a130.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-a4827c9ad5869f2b.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b294c65c434d0a42.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-4213c6416ab7650e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.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`
39522025-07-18T16:21:53.963Z Running `/home/build/.rustup/toolchains/1.88.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=2807fa6c4a8bb600 -C extra-filename=-4684f69980db819d --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-bf9e285b13477a07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39532025-07-18T16:21:54.612Z Compiling ascii-canvas v3.0.0
39542025-07-18T16:21:54.637Z Running `/home/build/.rustup/toolchains/1.88.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=0e809780254df38c -C extra-filename=-398572fe9e5015c6 --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-9da1e4644011109b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552025-07-18T16:21:55.088Z Compiling ena v0.14.3
39562025-07-18T16:21:55.115Z Running `/home/build/.rustup/toolchains/1.88.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=0c34db375821c6b5 -C extra-filename=-edd6c3ac6506f23a --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-244bc0f69c2ab2b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39572025-07-18T16:21:55.504Z Compiling regex-syntax v0.6.29
39582025-07-18T16:21:55.530Z Compiling bindgen v0.71.1
39592025-07-18T16:21:55.530Z Running `/home/build/.rustup/toolchains/1.88.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=45342d25a7e840eb -C extra-filename=-1807cf047b3aa3f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602025-07-18T16:21:55.530Z Running `/home/build/.rustup/toolchains/1.88.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=1d330f1932402cc4 -C extra-filename=-ed2f8dca024e8507 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-ed2f8dca024e8507 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612025-07-18T16:21:56.153Z Compiling derive_builder_core v0.20.2
39622025-07-18T16:21:56.178Z Running `/home/build/.rustup/toolchains/1.88.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=dce2a977c9e8af94 -C extra-filename=-49d6d311de3f524f --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-366dd790987c4b68.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39632025-07-18T16:21:56.499Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-ed2f8dca024e8507/build-script-build`
39642025-07-18T16:21:56.566Z Running `/home/build/.rustup/toolchains/1.88.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=49e87c1521661898 -C extra-filename=-7c8a1e89d9525911 --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-f5683af400e4b5bb.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-a9025c1d913e85d8.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-f5564dcf14e2fc76.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9e27755f04f1d1a4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0f93d99a3ba4bcc6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-a30374f9732585e3.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-c99b785a067e08da.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39652025-07-18T16:21:57.954Z Compiling libxml v0.3.3
39662025-07-18T16:21:57.978Z Running `/home/build/.rustup/toolchains/1.88.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=e636f758b1d61aeb -C extra-filename=-9a7daaa0904974c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-9a7daaa0904974c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-09d920a2180ec0b7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39672025-07-18T16:21:58.468Z Compiling lalrpop v0.19.12
39682025-07-18T16:21:58.492Z Running `/home/build/.rustup/toolchains/1.88.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=5a2e3a43758fdf5f -C extra-filename=-cd2812c1145b84a0 --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-398572fe9e5015c6.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-bcc0e53cf009cb9e.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-fc8513a7741584f3.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-edd6c3ac6506f23a.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-79ff500dd4f2a463.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2719b728e8f677e5.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b90a5ca9cfd0f3d2.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cfbf832e7a9e6b92.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-1807cf047b3aa3f1.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-17b60e66026035f8.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-9da1e4644011109b.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-4684f69980db819d.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-95e7bc1fa3dc3a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692025-07-18T16:22:00.051Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-9a7daaa0904974c5/build-script-build`
39702025-07-18T16:22:00.115Z Compiling derive_builder_macro v0.20.2
39712025-07-18T16:22:00.139Z Running `/home/build/.rustup/toolchains/1.88.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=c28dd4052e8afa10 -C extra-filename=-5c36127644b947a6 --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-49d6d311de3f524f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39722025-07-18T16:22:00.620Z Compiling strum_macros v0.24.3
39732025-07-18T16:22:00.644Z Running `/home/build/.rustup/toolchains/1.88.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=56058e60f588ddbd -C extra-filename=-57ca4efbceb09fd9 --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-f8e5e95c5fe625ea.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b3bfcc61262192ba.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fde125be9e7b5dcb.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39742025-07-18T16:22:01.063Z Compiling indoc v1.0.9
39752025-07-18T16:22:01.087Z Running `/home/build/.rustup/toolchains/1.88.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=b1477dc090157f8d -C extra-filename=-dfae263c7fb221f8 --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`
39762025-07-18T16:22:01.855Z Compiling derive_builder v0.20.2
39772025-07-18T16:22:01.879Z Running `/home/build/.rustup/toolchains/1.88.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=b06c363914b4f9ff -C extra-filename=-20f2bab21e328688 --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-5c36127644b947a6.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39782025-07-18T16:22:01.934Z Running `/home/build/.rustup/toolchains/1.88.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=25dacd3040b71f05 -C extra-filename=-708012042fb914f7 --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-09283293c0e83604.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`
39792025-07-18T16:22:02.092Z Compiling signal-hook-tokio v0.3.1
39802025-07-18T16:22:02.116Z Running `/home/build/.rustup/toolchains/1.88.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=5dc2ff6e93245196 -C extra-filename=-0dbd613c5e038d9e --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-cbdb771357233643.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-111d4954213f1af1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812025-07-18T16:22:02.342Z Compiling primeorder v0.13.6
39822025-07-18T16:22:02.367Z Running `/home/build/.rustup/toolchains/1.88.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=0cfe620d87b4ed01 -C extra-filename=-3cdaa3e3206b8eec --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-7b1181371960a6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39832025-07-18T16:22:02.854Z Compiling quick-xml v0.37.2
39842025-07-18T16:22:02.878Z Running `/home/build/.rustup/toolchains/1.88.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=1c7a7ca1031efe36 -C extra-filename=-3bbf86e7fd45c9bd --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-8bc9efb51d5cb13b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852025-07-18T16:22:03.480Z Compiling impl-trait-for-tuples v0.2.2
39862025-07-18T16:22:03.504Z Running `/home/build/.rustup/toolchains/1.88.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=ecd04c049c625dc9 -C extra-filename=-a3c89c5737a8cc66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fde125be9e7b5dcb.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39872025-07-18T16:22:04.041Z Compiling oso-derive v0.27.3
39882025-07-18T16:22:04.066Z Running `/home/build/.rustup/toolchains/1.88.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=8b63b764e2b1386e -C extra-filename=-c1d25ba744a4a060 --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-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fde125be9e7b5dcb.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39892025-07-18T16:22:05.043Z Compiling unicase v2.7.0
39902025-07-18T16:22:05.093Z Running `/home/build/.rustup/toolchains/1.88.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=eac44c128068b0f3 -C extra-filename=-0a9678604b596baf --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-0a9678604b596baf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-42984fabf13575b6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39912025-07-18T16:22:05.260Z Compiling assert_matches v1.5.0
39922025-07-18T16:22:05.286Z Running `/home/build/.rustup/toolchains/1.88.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=bf993361f2db13de -C extra-filename=-47389a09adfc1f8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932025-07-18T16:22:05.414Z Compiling tungstenite v0.23.0
39942025-07-18T16:22:05.450Z Running `/home/build/.rustup/toolchains/1.88.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=09ad96320b72b302 -C extra-filename=-f82e1fa97f84addc --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-76e995005ff0a130.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5b7f9623816d4f99.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-853e871c5ff485d4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-59cc39e7ffa8d063.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-3c66083914946ac5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39952025-07-18T16:22:05.498Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-0a9678604b596baf/build-script-build`
39962025-07-18T16:22:05.722Z Running `/home/build/.rustup/toolchains/1.88.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=3601a8c83669187e -C extra-filename=-cc534c912391be2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39972025-07-18T16:22:05.759Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
39982025-07-18T16:22:05.819Z Running `/home/build/.rustup/toolchains/1.88.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=d8a1b197f8a00e3a -C extra-filename=-9d165b0b072b5648 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-9d165b0b072b5648 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-42984fabf13575b6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992025-07-18T16:22:06.174Z Compiling salty v0.3.0
40002025-07-18T16:22:06.199Z Running `/home/build/.rustup/toolchains/1.88.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=69895a3ac964c336 -C extra-filename=-d52841b629c85be0 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-d52841b629c85be0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40012025-07-18T16:22:06.224Z Compiling void v1.0.2
40022025-07-18T16:22:06.248Z Running `/home/build/.rustup/toolchains/1.88.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=6b64e89c78129a54 -C extra-filename=-e80c4658ad13c8ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:22:06.464Z Compiling tokio-tungstenite v0.23.1
40042025-07-18T16:22:06.489Z Running `/home/build/.rustup/toolchains/1.88.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=f5f5e6f84fd39fdb -C extra-filename=-dcb6d69ee5c4499e --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-f5c1185d570ac8b9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-f82e1fa97f84addc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40052025-07-18T16:22:06.657Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-d52841b629c85be0/build-script-build`
40062025-07-18T16:22:06.715Z Compiling lzss v0.8.2
40072025-07-18T16:22:06.740Z Running `/home/build/.rustup/toolchains/1.88.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=247e096e29def08a -C extra-filename=-f37677af698a841c --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-e80c4658ad13c8ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40082025-07-18T16:22:07.019Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-9d165b0b072b5648/build-script-build`
40092025-07-18T16:22:07.128Z Compiling mime_guess v2.0.5
40102025-07-18T16:22:07.152Z Running `/home/build/.rustup/toolchains/1.88.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=8464e407a80ba897 -C extra-filename=-cc3addf4228b9d22 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-cc3addf4228b9d22 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-cc534c912391be2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112025-07-18T16:22:07.186Z Compiling p384 v0.13.0
40122025-07-18T16:22:07.186Z Running `/home/build/.rustup/toolchains/1.88.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=a5fd5f15cef5ed97 -C extra-filename=-0718b97f5cbb953f --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-9e7f654f98702e21.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7b1181371960a6a2.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-3cdaa3e3206b8eec.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40132025-07-18T16:22:07.259Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
40142025-07-18T16:22:07.284Z Running `/home/build/.rustup/toolchains/1.88.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=4de07c24d8e693cd -C extra-filename=-396779fe8c4f61c1 --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-76e995005ff0a130.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-f703547f5cebf2ef.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d322518c5a0578e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40152025-07-18T16:22:07.623Z Compiling predicates-tree v1.0.12
40162025-07-18T16:22:07.648Z Running `/home/build/.rustup/toolchains/1.88.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=e4bf74d019f74ca1 -C extra-filename=-80ba7ac56ca8b30e --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-d1c6c56e82d9a574.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-8db31d874a56dc5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40172025-07-18T16:22:08.097Z Compiling nix v0.27.1
40182025-07-18T16:22:08.122Z Running `/home/build/.rustup/toolchains/1.88.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=121a85bdef6cdb58 -C extra-filename=-38536c324bed23f6 --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-f5683af400e4b5bb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-0a21ec4eaa37d6e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40192025-07-18T16:22:08.206Z Compiling serde_bytes v0.11.17
40202025-07-18T16:22:08.232Z Running `/home/build/.rustup/toolchains/1.88.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=57ad8ca713706a57 -C extra-filename=-f74822a8627e92f8 --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-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212025-07-18T16:22:08.464Z Compiling diesel-dtrace v0.4.2
40222025-07-18T16:22:08.488Z Running `/home/build/.rustup/toolchains/1.88.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=a14b9cd1bafd7832 -C extra-filename=-b1fc298e5641810e --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-b1fc298e5641810e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-42984fabf13575b6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232025-07-18T16:22:08.659Z Compiling http-range v0.1.5
40242025-07-18T16:22:08.685Z Running `/home/build/.rustup/toolchains/1.88.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=40efdb87b341d932 -C extra-filename=-8c46e61f24edc42e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40252025-07-18T16:22:08.869Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-b1fc298e5641810e/build-script-build`
40262025-07-18T16:22:08.975Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-cc3addf4228b9d22/build-script-build`
40272025-07-18T16:22:09.018Z Running `/home/build/.rustup/toolchains/1.88.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=44c9f6e9b9a66122 -C extra-filename=-e35c3ba932c6d2a3 --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-1089bd0ce25a7d6e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
40282025-07-18T16:22:09.092Z Compiling bb8 v0.8.5
40292025-07-18T16:22:09.126Z Running `/home/build/.rustup/toolchains/1.88.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=d13cca93abbf6348 -C extra-filename=-efbf2cc1fd136665 --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-7757a5163fd5f6fb.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a9b777944490afe9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40302025-07-18T16:22:09.346Z Running `/home/build/.rustup/toolchains/1.88.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=6d6497057e0ab739 -C extra-filename=-32a0991a70616916 --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-7757a5163fd5f6fb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-1cdb6f13d066ec6f.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-a3290bfab53bc3b0.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-d9398883c295516b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-ae0ac3bdd3a26b77.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-af6c662b2b13306a.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-f37677af698a841c.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-38536c324bed23f6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9ca21b882cc6264d.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-389635cde3a326f5.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-f74822a8627e92f8.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-4e6d76aa5285735b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-30f83be289414ffe.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-17b60e66026035f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-396779fe8c4f61c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a0f49db8dc7151e9.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-05f86dd9f6cbba1e.rmeta --cap-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-622a10d756a1770b/out/lib`
40312025-07-18T16:22:09.624Z Compiling atty v0.2.14
40322025-07-18T16:22:09.648Z Running `/home/build/.rustup/toolchains/1.88.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=c6f6903ec872ced5 -C extra-filename=-1a7282c60fa90f02 --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-09283293c0e83604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332025-07-18T16:22:09.695Z Compiling env_filter v0.1.2
40342025-07-18T16:22:09.729Z Running `/home/build/.rustup/toolchains/1.88.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=09aba406c6202447 -C extra-filename=-54b27325661bbca2 --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-244bc0f69c2ab2b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40352025-07-18T16:22:09.863Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
40362025-07-18T16:22:09.888Z Running `/home/build/.rustup/toolchains/1.88.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=4280e299bbd51f09 -C extra-filename=-15b82113910b279a --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-db1759231e804faf.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-ae0ac3bdd3a26b77.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-e35c3ba932c6d2a3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40372025-07-18T16:22:09.912Z Running `/home/build/.rustup/toolchains/1.88.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=7c22bcdc9299217e -C extra-filename=-86ed720fb397d354 --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-d05a7a38841d8550.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-cc534c912391be2b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40382025-07-18T16:22:10.301Z Compiling env_logger v0.11.5
40392025-07-18T16:22:10.326Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=08a7732fe6e6e637 -C extra-filename=-8df571f792b28f23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-54b27325661bbca2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402025-07-18T16:22:10.651Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
40412025-07-18T16:22:10.676Z Running `/home/build/.rustup/toolchains/1.88.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=18ea0be3986acffe -C extra-filename=-dc78750f6d26ac0c --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-dc78750f6d26ac0c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40422025-07-18T16:22:10.757Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
40432025-07-18T16:22:10.781Z Running `/home/build/.rustup/toolchains/1.88.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=59236d395cd3fe70 -C extra-filename=-5c2a0a911f0cdf37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-15b82113910b279a.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-478d1a6e529906f8.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f29c167e5c725149.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-8df571f792b28f23.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-0718b97f5cbb953f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-6fc7cf573e792b69.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-b4039e0e2f206edd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442025-07-18T16:22:10.940Z Compiling hyper-staticfile v0.10.1
40452025-07-18T16:22:10.964Z Running `/home/build/.rustup/toolchains/1.88.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=c90669441fa9bc53 -C extra-filename=-b69aaca6809ee664 --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-f5c1185d570ac8b9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8c46e61f24edc42e.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-0d4a610ab82ada64.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-86ed720fb397d354.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74e792d357b9e27d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40462025-07-18T16:22:11.104Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-dc78750f6d26ac0c/build-script-build`
40472025-07-18T16:22:11.168Z Compiling ignore v0.4.23
40482025-07-18T16:22:11.192Z Running `/home/build/.rustup/toolchains/1.88.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=bf3934adda19498f -C extra-filename=-cd0d5718898cf4b7 --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-3a3cecc81c0becbf.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-59fff5c6d842e5a7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8bc9efb51d5cb13b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-7641545b05054316.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-c7044260d2ec902c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40492025-07-18T16:22:11.705Z Compiling secrecy v0.8.0
40502025-07-18T16:22:11.745Z Running `/home/build/.rustup/toolchains/1.88.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=3deda8191bf18095 -C extra-filename=-c7a9ee2f6e93e8ae --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-70ec45b692bd35d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40512025-07-18T16:22:11.907Z Compiling fs-err v2.11.0
40522025-07-18T16:22:11.931Z Running `/home/build/.rustup/toolchains/1.88.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=fffdffec642edd01 -C extra-filename=-753374b6096a3e87 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-753374b6096a3e87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f2334d418220dc84.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40532025-07-18T16:22:12.008Z Compiling parse-size v1.1.0
40542025-07-18T16:22:12.032Z Running `/home/build/.rustup/toolchains/1.88.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=f4ac05b6b429e196 -C extra-filename=-74d4804720e63b59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40552025-07-18T16:22:12.300Z Compiling globwalk v0.9.1
40562025-07-18T16:22:12.326Z Running `/home/build/.rustup/toolchains/1.88.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=8f7b9f133b00b855 -C extra-filename=-d939160029fef606 --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-f5683af400e4b5bb.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-cd0d5718898cf4b7.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40572025-07-18T16:22:12.391Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-753374b6096a3e87/build-script-build`
40582025-07-18T16:22:12.548Z Running `/home/build/.rustup/toolchains/1.88.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=f48c45aeb8616809 -C extra-filename=-dc523cacf8b9f0a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
40592025-07-18T16:22:13.539Z Compiling camino-tempfile-ext v0.3.2
40602025-07-18T16:22:13.564Z Running `/home/build/.rustup/toolchains/1.88.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=ba3c04380e80670e -C extra-filename=-4119563b8272a557 --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-e20f17b50c26e849.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-00e5fc0142abc387.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-d939160029fef606.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-28dfec6183e46a8d.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-d1c6c56e82d9a574.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-80ba7ac56ca8b30e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40612025-07-18T16:22:13.565Z Compiling rand_seeder v0.3.0
40622025-07-18T16:22:13.565Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_seeder-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=54c1abf2ad351a1e -C extra-filename=-77dd77127863994f --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-af0c7eaeaab3b29d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632025-07-18T16:22:13.565Z Compiling csv-core v0.1.11
40642025-07-18T16:22:13.565Z Running `/home/build/.rustup/toolchains/1.88.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=2348bde12d366c7e -C extra-filename=-730a13a7533a12ae --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-8bc9efb51d5cb13b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40652025-07-18T16:22:13.565Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
40662025-07-18T16:22:13.565Z Running `/home/build/.rustup/toolchains/1.88.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=881ed970e21eade7 -C extra-filename=-50ab0f0f411e3ce0 --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-f8e5e95c5fe625ea.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-91a677dd349e0155.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40672025-07-18T16:22:13.793Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
40682025-07-18T16:22:13.821Z Running `/home/build/.rustup/toolchains/1.88.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=169eb44167c71afc -C extra-filename=-7aa6f94893c4b39b --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-f5683af400e4b5bb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-ae0ac3bdd3a26b77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40692025-07-18T16:22:13.983Z Compiling csv v1.3.1
40702025-07-18T16:22:14.033Z Running `/home/build/.rustup/toolchains/1.88.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=e779a09c6a24503e -C extra-filename=-f31e0546acb03d12 --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-730a13a7533a12ae.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b294c65c434d0a42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-20c2089e36bd3399.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40712025-07-18T16:22:15.125Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
40722025-07-18T16:22:15.161Z Running `/home/build/.rustup/toolchains/1.88.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=c23aea4f415035de -C extra-filename=-18095d2662149dc5 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-18095d2662149dc5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-42984fabf13575b6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40732025-07-18T16:22:15.203Z Compiling yansi v1.0.1
40742025-07-18T16:22:15.204Z Running `/home/build/.rustup/toolchains/1.88.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=009480f80e8e0adc -C extra-filename=-ecd8750bb62356f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40752025-07-18T16:22:15.513Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-18095d2662149dc5/build-script-build`
40762025-07-18T16:22:15.635Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
40772025-07-18T16:22:15.661Z Running `/home/build/.rustup/toolchains/1.88.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=a6225aff39914891 -C extra-filename=-6093027dbfaeba87 --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-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-7aa6f94893c4b39b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40782025-07-18T16:22:15.814Z Compiling pretty_assertions v1.4.1
40792025-07-18T16:22:15.839Z Running `/home/build/.rustup/toolchains/1.88.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=45abaa1e92091921 -C extra-filename=-4f9ec0ace280ac93 --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-fc8513a7741584f3.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-ecd8750bb62356f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40802025-07-18T16:22:15.865Z Compiling typeid v1.0.3
40812025-07-18T16:22:15.865Z Running `/home/build/.rustup/toolchains/1.88.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=8d8883008242ccf2 -C extra-filename=-acabf96ac7e27ea7 --out-dir /work/oxidecomputer/omicron/target/debug/build/typeid-acabf96ac7e27ea7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40822025-07-18T16:22:16.329Z Compiling castaway v0.2.3
40832025-07-18T16:22:16.353Z Running `/home/build/.rustup/toolchains/1.88.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=444c4bfeb44bf061 -C extra-filename=-db91b0af7ab82e71 --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-b3bfcc61262192ba.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40842025-07-18T16:22:16.459Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-acabf96ac7e27ea7/build-script-build`
40852025-07-18T16:22:16.571Z Compiling indoc v2.0.6
40862025-07-18T16:22:16.597Z Running `/home/build/.rustup/toolchains/1.88.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=3309b0cf46994859 -C extra-filename=-08a15f91bf64e612 --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`
40872025-07-18T16:22:16.621Z Compiling compact_str v0.8.0
40882025-07-18T16:22:16.621Z Running `/home/build/.rustup/toolchains/1.88.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=ee99903788a9396e -C extra-filename=-5c0243a4614231f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
40892025-07-18T16:22:16.621Z Running `/home/build/.rustup/toolchains/1.88.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=765044cd0fb72380 -C extra-filename=-25b0698582c5525d --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-db91b0af7ab82e71.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b294c65c434d0a42.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b3bfcc61262192ba.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-20c2089e36bd3399.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40902025-07-18T16:22:16.854Z Compiling erased-serde v0.4.6
40912025-07-18T16:22:16.879Z Running `/home/build/.rustup/toolchains/1.88.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=062cd29af263e7fc -C extra-filename=-33fdf30357382705 --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-055e1d96445a02a2.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-5c0243a4614231f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40922025-07-18T16:22:17.496Z Compiling unicode-truncate v1.1.0
40932025-07-18T16:22:17.521Z Running `/home/build/.rustup/toolchains/1.88.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=1ecc561c51fe67d0 -C extra-filename=-4109109e5b3130de --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-9e27755f04f1d1a4.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-78de71e0435a1639.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-de2d9fe847872790.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40942025-07-18T16:22:17.822Z Running `/home/build/.rustup/toolchains/1.88.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=2bcd28124887c93b -C extra-filename=-a4c923978384010b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-ae0ac3bdd3a26b77.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-07b32843a1dac2c9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-b654f29b96228e62.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-6093027dbfaeba87.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-7aa6f94893c4b39b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
40952025-07-18T16:22:17.890Z Compiling instability v0.3.2
40962025-07-18T16:22:17.918Z Running `/home/build/.rustup/toolchains/1.88.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=6dd24d10923a8781 -C extra-filename=-276b9bc7328ad9c9 --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-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972025-07-18T16:22:17.945Z Compiling lru v0.12.5
40982025-07-18T16:22:17.979Z Running `/home/build/.rustup/toolchains/1.88.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=a50bc985ba3443b0 -C extra-filename=-30a8f07c29458c5f --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-ea77094bf9778b00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40992025-07-18T16:22:18.356Z Compiling ordered-float v2.10.1
41002025-07-18T16:22:18.388Z Running `/home/build/.rustup/toolchains/1.88.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=f4e0f3a36892cf0f -C extra-filename=-c2eff8df996af26f --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-347f5eeb4dc10c7b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41012025-07-18T16:22:18.810Z Compiling is_ci v1.2.0
41022025-07-18T16:22:18.838Z Running `/home/build/.rustup/toolchains/1.88.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=7f88a5caf35b6e50 -C extra-filename=-30df92f668d33ee8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41032025-07-18T16:22:18.977Z Compiling cassowary v0.3.0
41042025-07-18T16:22:19.014Z Running `/home/build/.rustup/toolchains/1.88.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=f70b9b765a7f25d9 -C extra-filename=-a0f75031de2e3b55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41052025-07-18T16:22:19.527Z Compiling supports-color v3.0.2
41062025-07-18T16:22:19.527Z Running `/home/build/.rustup/toolchains/1.88.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=e7086ef400579962 -C extra-filename=-ee92f08970dc6918 --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-30df92f668d33ee8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41072025-07-18T16:22:19.527Z Compiling serde-value v0.7.0
41082025-07-18T16:22:19.527Z Running `/home/build/.rustup/toolchains/1.88.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=8186066d548f409c -C extra-filename=-77b4e14557a6cef3 --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-c2eff8df996af26f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41092025-07-18T16:22:19.527Z Compiling serde-untagged v0.1.7
41102025-07-18T16:22:19.527Z Running `/home/build/.rustup/toolchains/1.88.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=2b2741118e32f488 -C extra-filename=-50d3806dfaf52098 --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-33fdf30357382705.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-5c0243a4614231f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41112025-07-18T16:22:19.882Z Compiling ratatui v0.29.0
41122025-07-18T16:22:19.908Z Running `/home/build/.rustup/toolchains/1.88.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=2e59e9427b4198e9 -C extra-filename=-9ef8dc745ce4e596 --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-f5683af400e4b5bb.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-a0f75031de2e3b55.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-25b0698582c5525d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-08a15f91bf64e612.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-276b9bc7328ad9c9.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9e27755f04f1d1a4.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-30a8f07c29458c5f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9ca21b882cc6264d.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-545fe6340ca04629.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-78de71e0435a1639.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-4109109e5b3130de.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-9571fbd2da22e74e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41132025-07-18T16:22:19.938Z Compiling cargo-util-schemas v0.2.0
41142025-07-18T16:22:19.938Z Running `/home/build/.rustup/toolchains/1.88.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.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::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=250ebd271991e8a8 -C extra-filename=-a223b4e84eb93c5a --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-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-50d3806dfaf52098.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-77b4e14557a6cef3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-95e7bc1fa3dc3a57.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41152025-07-18T16:22:19.987Z Compiling cargo-platform v0.2.0
41162025-07-18T16:22:20.019Z Running `/home/build/.rustup/toolchains/1.88.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=f53340a77ec0e0a2 -C extra-filename=-4decf501832e1eb0 --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-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41172025-07-18T16:22:20.264Z Compiling concurrent-queue v2.5.0
41182025-07-18T16:22:20.289Z Running `/home/build/.rustup/toolchains/1.88.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=5eff6a4d41d30520 -C extra-filename=-730df1fc8bdae734 --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-5159d48380bbdf86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41192025-07-18T16:22:20.572Z Compiling parking v2.2.1
41202025-07-18T16:22:20.599Z Running `/home/build/.rustup/toolchains/1.88.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=99d07d493831a5a2 -C extra-filename=-5539893cbc3ea86f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41212025-07-18T16:22:20.698Z Compiling libz-sys v1.1.20
41222025-07-18T16:22:20.725Z Running `/home/build/.rustup/toolchains/1.88.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=35b28979e9772cd8 -C extra-filename=-201b72fb2e20ff4c --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-201b72fb2e20ff4c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-01b2bc2360d2f040.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-09d920a2180ec0b7.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-6cf298f1f0e76afa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41232025-07-18T16:22:20.943Z Compiling event-listener v5.3.1
41242025-07-18T16:22:20.967Z Running `/home/build/.rustup/toolchains/1.88.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=4ee7b8d4c4f864f4 -C extra-filename=-9f704872fa835464 --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-730df1fc8bdae734.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-5539893cbc3ea86f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b60a7df0ef4647.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41252025-07-18T16:22:21.607Z Running `/home/build/.rustup/toolchains/1.88.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=c686b73b5835beb0 -C extra-filename=-fe6fdf8b3f06986e --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-6858bf7692ed7774.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.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`
41262025-07-18T16:22:21.607Z Compiling async-bb8-diesel v0.2.1
41272025-07-18T16:22:21.607Z Running `/home/build/.rustup/toolchains/1.88.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=6b372019636bffdc -C extra-filename=-6f7becf0be234034 --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-7757a5163fd5f6fb.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-efbf2cc1fd136665.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.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`
41282025-07-18T16:22:22.033Z Compiling cargo_metadata v0.20.0
41292025-07-18T16:22:22.058Z Running `/home/build/.rustup/toolchains/1.88.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.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=6868e8eecf9a0183 -C extra-filename=-2a842c4aa4a41563 --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-140395dcab7447db.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-4decf501832e1eb0.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-a223b4e84eb93c5a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41302025-07-18T16:22:22.347Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-201b72fb2e20ff4c/build-script-build`
41312025-07-18T16:22:22.411Z Compiling libgit2-sys v0.17.0+1.8.1
41322025-07-18T16:22:22.435Z Running `/home/build/.rustup/toolchains/1.88.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=ae14c2f1e3df99ae -C extra-filename=-0b877a4b4430af75 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0b877a4b4430af75 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-01b2bc2360d2f040.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-09d920a2180ec0b7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41332025-07-18T16:22:22.500Z Compiling shell-words v1.1.0
41342025-07-18T16:22:22.524Z Running `/home/build/.rustup/toolchains/1.88.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=3a10c22f45e7e556 -C extra-filename=-921f6c3951b61686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41352025-07-18T16:22:22.829Z Running `/home/build/.rustup/toolchains/1.88.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=84ee6d07ad3d6367 -C extra-filename=-8219c20f3475e6a8 --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-09283293c0e83604.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`
41362025-07-18T16:22:23.074Z Compiling event-listener-strategy v0.5.2
41372025-07-18T16:22:23.100Z Running `/home/build/.rustup/toolchains/1.88.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=aede2ffccf5eb6d5 -C extra-filename=-4164a9b47d25b1e8 --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-9f704872fa835464.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b60a7df0ef4647.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41382025-07-18T16:22:23.328Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0b877a4b4430af75/build-script-build`
41392025-07-18T16:22:23.415Z Compiling futures-lite v2.3.0
41402025-07-18T16:22:23.441Z Running `/home/build/.rustup/toolchains/1.88.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=84eda443368886ea -C extra-filename=-1cfde189f201967a --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-1088bab9766184cd.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbdb771357233643.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-dc9a70e47a4ff954.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-5539893cbc3ea86f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b60a7df0ef4647.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41412025-07-18T16:22:23.471Z Compiling vergen v8.3.2
41422025-07-18T16:22:23.471Z Running `/home/build/.rustup/toolchains/1.88.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=d522d251f0ed56c6 -C extra-filename=-2914d06ff2434edc --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-2914d06ff2434edc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b3bfcc61262192ba.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41432025-07-18T16:22:23.886Z Compiling cargo-platform v0.1.8
41442025-07-18T16:22:23.911Z Running `/home/build/.rustup/toolchains/1.88.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=5cb8ac7a8b0ef42e -C extra-filename=-91d9e8cf3ddb0b16 --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-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41452025-07-18T16:22:24.459Z Compiling cargo_metadata v0.18.1
41462025-07-18T16:22:24.485Z Running `/home/build/.rustup/toolchains/1.88.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=32ec71760529a75f -C extra-filename=-fbda48d5d56fc2a0 --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-140395dcab7447db.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-91d9e8cf3ddb0b16.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41472025-07-18T16:22:24.850Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-2914d06ff2434edc/build-script-build`
41482025-07-18T16:22:24.907Z Compiling rtoolbox v0.0.2
41492025-07-18T16:22:24.932Z Running `/home/build/.rustup/toolchains/1.88.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=a1f05c0f10c061d6 -C extra-filename=-f895d92ab54f4a06 --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-09283293c0e83604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41502025-07-18T16:22:25.097Z Compiling hex-literal v0.4.1
41512025-07-18T16:22:25.123Z Running `/home/build/.rustup/toolchains/1.88.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=128dbee62b98c4cd -C extra-filename=-616d45b749047c20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41522025-07-18T16:22:25.319Z Compiling rustls v0.21.12
41532025-07-18T16:22:25.344Z Running `/home/build/.rustup/toolchains/1.88.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=c850c5a376066f88 -C extra-filename=-e00f9e19dde365ca --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-e00f9e19dde365ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41542025-07-18T16:22:25.368Z Compiling rpassword v7.4.0
41552025-07-18T16:22:25.368Z Running `/home/build/.rustup/toolchains/1.88.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=90e47aa99750827e -C extra-filename=-3bc97d8c795dc5dd --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-09283293c0e83604.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-f895d92ab54f4a06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41562025-07-18T16:22:25.683Z Compiling async-lock v3.4.0
41572025-07-18T16:22:25.719Z Running `/home/build/.rustup/toolchains/1.88.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=138da9247ea60489 -C extra-filename=-fe6a97a904c25657 --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-9f704872fa835464.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-4164a9b47d25b1e8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b60a7df0ef4647.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41582025-07-18T16:22:25.743Z Compiling tui-tree-widget v0.23.1
41592025-07-18T16:22:25.744Z Running `/home/build/.rustup/toolchains/1.88.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=3abb5553383e502e -C extra-filename=-f7e28d66757e1dbf --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-9ef8dc745ce4e596.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-9571fbd2da22e74e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41602025-07-18T16:22:25.744Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-e00f9e19dde365ca/build-script-build`
41612025-07-18T16:22:25.837Z Compiling petname v2.0.2
41622025-07-18T16:22:25.861Z Running `/home/build/.rustup/toolchains/1.88.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=688fc0c13705794b -C extra-filename=-221faf52cbe494be --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-221faf52cbe494be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41632025-07-18T16:22:26.174Z Compiling rustls-webpki v0.101.7
41642025-07-18T16:22:26.198Z Running `/home/build/.rustup/toolchains/1.88.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=90d47cc287a2274b -C extra-filename=-0f0b4c3eda9e3c0a --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-71cacb618e25bc78.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-88d40a7674cf1006.rmeta --cap-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-1225a3e7455876f9/out`
41652025-07-18T16:22:26.769Z Compiling sct v0.7.1
41662025-07-18T16:22:26.794Z Running `/home/build/.rustup/toolchains/1.88.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=e275abff029e13b0 -C extra-filename=-34e80649b004c9b1 --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-71cacb618e25bc78.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-88d40a7674cf1006.rmeta --cap-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-1225a3e7455876f9/out`
41672025-07-18T16:22:26.872Z Compiling polling v3.7.3
41682025-07-18T16:22:26.896Z Running `/home/build/.rustup/toolchains/1.88.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=98b2211721f0e884 -C extra-filename=-d233675721739aa1 --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-1ec0b9c34a33fc61.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e03c66de06ed6290.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5af8ef375db8323f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41692025-07-18T16:22:27.115Z Running `/home/build/.rustup/toolchains/1.88.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=ba1932d2ca807dcf -C extra-filename=-8d3918d4b9e4e291 --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-244bc0f69c2ab2b0.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-71cacb618e25bc78.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-0f0b4c3eda9e3c0a.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-34e80649b004c9b1.rmeta --cap-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-1225a3e7455876f9/out`
41702025-07-18T16:22:27.153Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-221faf52cbe494be/build-script-build`
41712025-07-18T16:22:27.464Z Compiling async-io v2.3.4
41722025-07-18T16:22:27.497Z Running `/home/build/.rustup/toolchains/1.88.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=2f71575b1e235ccf -C extra-filename=-cc8c2bc64bfd3436 --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-fe6a97a904c25657.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-730df1fc8bdae734.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-dc9a70e47a4ff954.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-1cfde189f201967a.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-5539893cbc3ea86f.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-d233675721739aa1.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e03c66de06ed6290.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-67845c7e7f0d37b0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5af8ef375db8323f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41732025-07-18T16:22:27.530Z Compiling polyval v0.6.2
41742025-07-18T16:22:27.638Z Running `/home/build/.rustup/toolchains/1.88.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=78da101955a0d37e -C extra-filename=-9ecbb984ba4da73d --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-1ec0b9c34a33fc61.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-45550c38244b7ffd.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-17dfd932890d0cda.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-6fb8c69cf1c95495.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41752025-07-18T16:22:27.674Z Compiling async-task v4.7.1
41762025-07-18T16:22:27.674Z Running `/home/build/.rustup/toolchains/1.88.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=ca53ca0484eca2fb -C extra-filename=-eb8f58c602640ea9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41772025-07-18T16:22:27.986Z Compiling ghash v0.5.1
41782025-07-18T16:22:28.023Z Running `/home/build/.rustup/toolchains/1.88.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=453911e3587834ba -C extra-filename=-7d2259384db4e76b --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-17dfd932890d0cda.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-9ecbb984ba4da73d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41792025-07-18T16:22:28.152Z Running `/home/build/.rustup/toolchains/1.88.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=f0994e00c8174ca6 -C extra-filename=-007a2d881e0c2659 --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-a4e9117ce89cf043.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41802025-07-18T16:22:28.285Z Compiling async-channel v2.3.1
41812025-07-18T16:22:28.320Z Running `/home/build/.rustup/toolchains/1.88.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=8baa10de3f550e19 -C extra-filename=-84b29e849e9ea865 --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-730df1fc8bdae734.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-4164a9b47d25b1e8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbdb771357233643.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b60a7df0ef4647.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41822025-07-18T16:22:28.680Z Compiling rustls-pemfile v1.0.4
41832025-07-18T16:22:28.712Z Running `/home/build/.rustup/toolchains/1.88.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=6fbb8c9556ba5106 -C extra-filename=-ffbb86b56244d767 --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-9552b94b0f386d89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41842025-07-18T16:22:29.146Z Compiling piper v0.2.4
41852025-07-18T16:22:29.171Z Running `/home/build/.rustup/toolchains/1.88.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=1a185cbdd28d986c -C extra-filename=-230597ab5f1f521b --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-b62c772dab649964.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-1088bab9766184cd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-dc9a70e47a4ff954.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41862025-07-18T16:22:29.286Z Compiling ctr v0.9.2
41872025-07-18T16:22:29.311Z Running `/home/build/.rustup/toolchains/1.88.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=744e06f6030f40e7 -C extra-filename=-d15ca226b01f6837 --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-9eddc679e4ee8c8e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41882025-07-18T16:22:29.579Z Compiling twox-hash v2.1.0
41892025-07-18T16:22:29.605Z Running `/home/build/.rustup/toolchains/1.88.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=c40103e217534a8b -C extra-filename=-90fb0851dd768fb5 --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-d29435647ba65fa4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41902025-07-18T16:22:29.698Z Compiling target-lexicon v0.13.2
41912025-07-18T16:22:29.724Z Running `/home/build/.rustup/toolchains/1.88.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=85121f86578b072c -C extra-filename=-313b08511ed59828 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-313b08511ed59828 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922025-07-18T16:22:30.009Z Compiling sync-ptr v0.1.4
41932025-07-18T16:22:30.034Z Running `/home/build/.rustup/toolchains/1.88.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=ad851de790ee4465 -C extra-filename=-7b7c88eed381415d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41942025-07-18T16:22:30.274Z Compiling plotters-backend v0.3.7
41952025-07-18T16:22:30.299Z Running `/home/build/.rustup/toolchains/1.88.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=02901df9f54f1255 -C extra-filename=-10f14573c9e3009c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41962025-07-18T16:22:30.377Z Compiling aes-gcm v0.10.3
41972025-07-18T16:22:30.403Z Running `/home/build/.rustup/toolchains/1.88.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=79382a61c25e0c22 -C extra-filename=-095add560aa65ccf --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-364e5db190ba93a9.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-46e7e75132e78dcd.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9eddc679e4ee8c8e.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d15ca226b01f6837.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-7d2259384db4e76b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41982025-07-18T16:22:30.724Z Compiling tokio-rustls v0.24.1
41992025-07-18T16:22:30.749Z Running `/home/build/.rustup/toolchains/1.88.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=d8e346cc09a951f6 -C extra-filename=-74b1e8ede5ba0668 --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-8d3918d4b9e4e291.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --cap-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-1225a3e7455876f9/out`
42002025-07-18T16:22:30.774Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-313b08511ed59828/build-script-build`
42012025-07-18T16:22:30.815Z Compiling plotters-svg v0.3.7
42022025-07-18T16:22:30.840Z Running `/home/build/.rustup/toolchains/1.88.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=a482ae489101f7c4 -C extra-filename=-f464857d00171f5f --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-10f14573c9e3009c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42032025-07-18T16:22:30.893Z Compiling blocking v1.6.1
42042025-07-18T16:22:30.918Z Running `/home/build/.rustup/toolchains/1.88.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=1e025113aa214e1b -C extra-filename=-dc36e9943503e669 --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-84b29e849e9ea865.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-eb8f58c602640ea9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-dc9a70e47a4ff954.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-1cfde189f201967a.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-230597ab5f1f521b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42052025-07-18T16:22:31.189Z Compiling async-signal v0.2.10
42062025-07-18T16:22:31.214Z Running `/home/build/.rustup/toolchains/1.88.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=74553d9a13abfcd9 -C extra-filename=-62c2d9b55ebf9570 --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-cc8c2bc64bfd3436.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbdb771357233643.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-dc9a70e47a4ff954.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e03c66de06ed6290.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4647445ac3488f76.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42072025-07-18T16:22:31.269Z Compiling async-executor v1.13.1
42082025-07-18T16:22:31.295Z Running `/home/build/.rustup/toolchains/1.88.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=8de2fe2fe6c3640a -C extra-filename=-32a2fadbdc8df774 --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-eb8f58c602640ea9.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-730df1fc8bdae734.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-1088bab9766184cd.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-1cfde189f201967a.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-67845c7e7f0d37b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42092025-07-18T16:22:31.474Z Compiling fatfs v0.3.6
42102025-07-18T16:22:31.500Z Running `/home/build/.rustup/toolchains/1.88.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=0618e48653b11fcc -C extra-filename=-f5968120c1643fc4 --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-2cc7bf1c4c3b9e85.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-76e995005ff0a130.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42112025-07-18T16:22:31.636Z Compiling ssh-encoding v0.2.0
42122025-07-18T16:22:31.661Z Running `/home/build/.rustup/toolchains/1.88.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=5ce0ec5110682f5a -C extra-filename=-122147517202f394 --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-e7e7ccedf1a48000.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-6fc7cf573e792b69.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42132025-07-18T16:22:31.953Z Compiling blowfish v0.9.1
42142025-07-18T16:22:31.978Z Running `/home/build/.rustup/toolchains/1.88.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=014ea869c67b9269 -C extra-filename=-57f12265580d1ce3 --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-76e995005ff0a130.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9eddc679e4ee8c8e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42152025-07-18T16:22:32.143Z Compiling futures-timer v3.0.3
42162025-07-18T16:22:32.169Z Running `/home/build/.rustup/toolchains/1.88.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=63d8dc43275cd3f6 -C extra-filename=-d5fbced227452eb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42172025-07-18T16:22:32.423Z Compiling arrayref v0.3.9
42182025-07-18T16:22:32.448Z Running `/home/build/.rustup/toolchains/1.88.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=d9be08e58c5ba41c -C extra-filename=-e682515a8bae6ea1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42192025-07-18T16:22:32.597Z Compiling constant_time_eq v0.3.1
42202025-07-18T16:22:32.621Z Running `/home/build/.rustup/toolchains/1.88.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=37d40013e898f2b0 -C extra-filename=-1c8e09b7230b1b34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42212025-07-18T16:22:32.851Z Compiling event-listener v2.5.3
42222025-07-18T16:22:32.852Z Running `/home/build/.rustup/toolchains/1.88.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=0deeb43851a1c8cc -C extra-filename=-8684121942358c0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42232025-07-18T16:22:32.899Z Compiling arrayvec v0.7.6
42242025-07-18T16:22:32.924Z Compiling cast v0.3.0
42252025-07-18T16:22:32.924Z Running `/home/build/.rustup/toolchains/1.88.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=54decc919e6efda9 -C extra-filename=-05ff3e7f8953f072 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42262025-07-18T16:22:32.924Z Running `/home/build/.rustup/toolchains/1.88.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=5cee39d81177ca8c -C extra-filename=-6d56983ba39c67fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272025-07-18T16:22:33.295Z Compiling guppy-workspace-hack v0.1.0
42282025-07-18T16:22:33.320Z Running `/home/build/.rustup/toolchains/1.88.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=9ff2518113238dcc -C extra-filename=-f837aa5183d53c2f --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-f837aa5183d53c2f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42292025-07-18T16:22:33.345Z Compiling criterion-plot v0.5.0
42302025-07-18T16:22:33.345Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-plot-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=02026f4168c4d0df -C extra-filename=-de723d7fcfaee714 --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-6d56983ba39c67fd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2719b728e8f677e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42312025-07-18T16:22:33.471Z Compiling async-channel v1.9.0
42322025-07-18T16:22:33.496Z Running `/home/build/.rustup/toolchains/1.88.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=cebeb7ce4b4bf192 -C extra-filename=-5913e201434e6ffd --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-730df1fc8bdae734.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-8684121942358c0d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbdb771357233643.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42332025-07-18T16:22:33.707Z Compiling bcrypt-pbkdf v0.10.0
42342025-07-18T16:22:33.733Z Running `/home/build/.rustup/toolchains/1.88.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=a9da9e939728af4f -C extra-filename=-fe5ca7a9a204190c --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-57f12265580d1ce3.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-ab113d97a8f61cb6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42352025-07-18T16:22:33.757Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-f837aa5183d53c2f/build-script-build`
42362025-07-18T16:22:33.812Z Compiling ssh-cipher v0.2.0
42372025-07-18T16:22:33.838Z Running `/home/build/.rustup/toolchains/1.88.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=20ffaa231efcfd9a -C extra-filename=-b38aeeed161db7d0 --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-46e7e75132e78dcd.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-095add560aa65ccf.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-8a485eaefa5e1dec.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-47b6d3870809451f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9eddc679e4ee8c8e.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d15ca226b01f6837.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-1d4e6e098cca66a9.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-122147517202f394.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42382025-07-18T16:22:33.863Z Compiling async-global-executor v2.4.1
42392025-07-18T16:22:33.863Z Running `/home/build/.rustup/toolchains/1.88.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=e4bedd4c7fc22a16 -C extra-filename=-596380c60688f356 --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-84b29e849e9ea865.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-32a2fadbdc8df774.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-cc8c2bc64bfd3436.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-fe6a97a904c25657.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-dc36e9943503e669.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-1cfde189f201967a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42402025-07-18T16:22:34.212Z Compiling async-process v2.3.0
42412025-07-18T16:22:34.237Z Running `/home/build/.rustup/toolchains/1.88.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=d07273b1c3d4568c -C extra-filename=-b2de48e97a204a71 --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-cc8c2bc64bfd3436.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-fe6a97a904c25657.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-62c2d9b55ebf9570.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-9f704872fa835464.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-1cfde189f201967a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e03c66de06ed6290.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5af8ef375db8323f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42422025-07-18T16:22:34.287Z Compiling plotters v0.3.7
42432025-07-18T16:22:34.313Z Running `/home/build/.rustup/toolchains/1.88.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=2cd2b8ddd391847d -C extra-filename=-eb1472394eedb8c4 --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-347f5eeb4dc10c7b.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-10f14573c9e3009c.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-f464857d00171f5f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42442025-07-18T16:22:35.051Z Running `/home/build/.rustup/toolchains/1.88.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=902284dfe8337171 -C extra-filename=-792a988d4deeed51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"'`
42452025-07-18T16:22:35.105Z Compiling password-hash v0.4.2
42462025-07-18T16:22:35.130Z Running `/home/build/.rustup/toolchains/1.88.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=f6b727b547605e74 -C extra-filename=-c9bf72434742c87e --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-e7e7ccedf1a48000.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-af0c7eaeaab3b29d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42472025-07-18T16:22:35.332Z Compiling tinytemplate v1.2.1
42482025-07-18T16:22:35.357Z Running `/home/build/.rustup/toolchains/1.88.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=218d69c825cbc365 -C extra-filename=-23d5a10be45aebc0 --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-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42492025-07-18T16:22:35.747Z Compiling async-attributes v1.1.2
42502025-07-18T16:22:35.773Z Running `/home/build/.rustup/toolchains/1.88.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=3b81e6911c1e32d7 -C extra-filename=-4fb9989c13158988 --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-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fde125be9e7b5dcb.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42512025-07-18T16:22:35.880Z Compiling kv-log-macro v1.0.7
42522025-07-18T16:22:35.905Z Running `/home/build/.rustup/toolchains/1.88.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=02310e14ac92c616 -C extra-filename=-576dafe470fb7c8b --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-244bc0f69c2ab2b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42532025-07-18T16:22:36.161Z Compiling oorandom v11.1.4
42542025-07-18T16:22:36.185Z Running `/home/build/.rustup/toolchains/1.88.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=82e2b804fd2ad3ab -C extra-filename=-70160f98161afd7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42552025-07-18T16:22:36.210Z Compiling anes v0.1.6
42562025-07-18T16:22:36.211Z Running `/home/build/.rustup/toolchains/1.88.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=6adfd995a85ed30f -C extra-filename=-ee4372f67a24c758 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-18T16:22:36.341Z Compiling target-spec v3.4.2
42582025-07-18T16:22:36.366Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.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 --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=0966b67c202fa03e -C extra-filename=-b5da7796bcee4887 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-b5da7796bcee4887 -L 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-07-18T16:22:36.420Z Compiling pbkdf2 v0.11.0
42602025-07-18T16:22:36.445Z Running `/home/build/.rustup/toolchains/1.88.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=db24a68c039264a2 -C extra-filename=-a38544de7a0a4a20 --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-86cffebc07ad4c24.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-401945d023ab2c01.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-c9bf72434742c87e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42612025-07-18T16:22:36.648Z Compiling criterion v0.6.0
42622025-07-18T16:22:36.680Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-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="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=9f3d6d504cae5b57 -C extra-filename=-c57b2dabfdf90577 --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-ee4372f67a24c758.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-6d56983ba39c67fd.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fc35e663ef992660.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-de723d7fcfaee714.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9e27755f04f1d1a4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-347f5eeb4dc10c7b.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-70160f98161afd7d.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-eb1472394eedb8c4.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-ff856e5bf9d0126a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-23d5a10be45aebc0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42632025-07-18T16:22:36.705Z Compiling async-std v1.13.0
42642025-07-18T16:22:36.705Z Running `/home/build/.rustup/toolchains/1.88.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=15b34b27346c930a -C extra-filename=-fce13236a5acaff2 --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-4fb9989c13158988.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-5913e201434e6ffd.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-596380c60688f356.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-cc8c2bc64bfd3436.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-fe6a97a904c25657.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-b2de48e97a204a71.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-5159d48380bbdf86.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbdb771357233643.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-dc9a70e47a4ff954.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-1cfde189f201967a.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-576dafe470fb7c8b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8bc9efb51d5cb13b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b60a7df0ef4647.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-1d84551e79640911.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-67845c7e7f0d37b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42652025-07-18T16:22:36.814Z Compiling cfg-expr v0.18.0
42662025-07-18T16:22:36.839Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-expr-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="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=e802228de8a31cf8 -C extra-filename=-ac566f9d49a31cc6 --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-aa8504c521d50e9f.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-792a988d4deeed51.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42672025-07-18T16:22:36.879Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-b5da7796bcee4887/build-script-build`
42682025-07-18T16:22:36.938Z Compiling ssh-key v0.6.6
42692025-07-18T16:22:36.962Z Running `/home/build/.rustup/toolchains/1.88.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=09337a8b4d41dab4 -C extra-filename=-8f390c1e0b5e8f70 --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-fe5ca7a9a204190c.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f29c167e5c725149.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-657cbe8c0b901d16.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-af0c7eaeaab3b29d.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c9326693b65db5c3.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-85640e4c45ea267e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-55847fa0ea603b7d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-b38aeeed161db7d0.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-122147517202f394.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42702025-07-18T16:22:37.933Z Running `/home/build/.rustup/toolchains/1.88.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=a3717481b4b3b076 -C extra-filename=-d0e84086f1d4f1fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42712025-07-18T16:22:38.094Z Compiling p521 v0.13.3
42722025-07-18T16:22:38.120Z Running `/home/build/.rustup/toolchains/1.88.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=eacb14e35c9b81fa -C extra-filename=-f44f2abaea0bc2f6 --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-ad228a666faa0d4f.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-9e7f654f98702e21.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7b1181371960a6a2.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-3cdaa3e3206b8eec.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-af0c7eaeaab3b29d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42732025-07-18T16:22:39.660Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-4c9e2f54cf86722e/build-script-build`
42742025-07-18T16:22:39.717Z Running `/home/build/.rustup/toolchains/1.88.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=34eb7eb7177390f6 -C extra-filename=-6eb93be24a4fd871 --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-9ca21b882cc6264d.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-46055f49cfb5316a/out/build/artifacts -l static=aws_lc_0_26_0_crypto -l static=aws_lc_0_26_0_rust_wrapper --cfg use_bindgen_generated`
42752025-07-18T16:22:39.895Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-dbe94789b7202f81/build-script-build`
42762025-07-18T16:22:39.954Z Compiling p256 v0.13.2
42772025-07-18T16:22:39.979Z Running `/home/build/.rustup/toolchains/1.88.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=af6b0075f8fa1b1f -C extra-filename=-a9bce10cb70a9068 --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-9e7f654f98702e21.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7b1181371960a6a2.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-3cdaa3e3206b8eec.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42782025-07-18T16:22:40.395Z Compiling blake3 v1.5.4
42792025-07-18T16:22:40.420Z Running `/home/build/.rustup/toolchains/1.88.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=bf4de707670eee8f -C extra-filename=-d73a51b02e5cdf62 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-d73a51b02e5cdf62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-01b2bc2360d2f040.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42802025-07-18T16:22:40.661Z Compiling russh-cryptovec v0.7.3
42812025-07-18T16:22:40.686Z Running `/home/build/.rustup/toolchains/1.88.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=8dc1d5962d9cde2b -C extra-filename=-f0bf8e49a7df9444 --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-09283293c0e83604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42822025-07-18T16:22:41.012Z Compiling md5 v0.7.0
42832025-07-18T16:22:41.037Z Running `/home/build/.rustup/toolchains/1.88.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=39825cb30c6d6ee2 -C extra-filename=-d18b6fd3d2aa64f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42842025-07-18T16:22:41.170Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-d73a51b02e5cdf62/build-script-build`
42852025-07-18T16:22:41.546Z Compiling russh-keys v0.45.0
42862025-07-18T16:22:41.571Z Running `/home/build/.rustup/toolchains/1.88.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=c4b7eaa9db0bc481 -C extra-filename=-6fa6eb22a430a653 --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-46e7e75132e78dcd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-fe5ca7a9a204190c.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-ebf0c026730b07ef.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-76e995005ff0a130.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-8a485eaefa5e1dec.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d15ca226b01f6837.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5b7f9623816d4f99.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-74712cd288224dfa.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-86cffebc07ad4c24.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-9e7f654f98702e21.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f29c167e5c725149.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7b1181371960a6a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-401945d023ab2c01.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-b93dad57b4a66562.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8039d9bbf1b146e0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-d18b6fd3d2aa64f2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-ad3f47c3b9446adb.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-a9bce10cb70a9068.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-0718b97f5cbb953f.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-f44f2abaea0bc2f6.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-a38544de7a0a4a20.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-dd87b35efb5a4296.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-433c1caadf94735c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4158a7114c4f832f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-af0c7eaeaab3b29d.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c9326693b65db5c3.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-f0bf8e49a7df9444.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-85640e4c45ea267e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-59cc39e7ffa8d063.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-fa5cc86ca7750c30.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-122147517202f394.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-8f390c1e0b5e8f70.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-8f89a459679d1b35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42872025-07-18T16:22:41.822Z Running `/home/build/.rustup/toolchains/1.88.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=fe61f9cba6aef7cd -C extra-filename=-cfe7101f2d191e39 --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-6eb93be24a4fd871.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9ca21b882cc6264d.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-304d397d9ddb1a1c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'`
42882025-07-18T16:22:41.953Z Compiling async-object-pool v0.1.5
42892025-07-18T16:22:41.978Z Running `/home/build/.rustup/toolchains/1.88.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=d814bda53aae503a -C extra-filename=-0a59b30c40de9f78 --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-fce13236a5acaff2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42902025-07-18T16:22:42.201Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=85da806af2fae4fb -C extra-filename=-0cab2e7b4fe4d315 --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-ac566f9d49a31cc6.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-d0e84086f1d4f1fd.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-792a988d4deeed51.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42912025-07-18T16:22:42.451Z Compiling petgraph v0.7.1
42922025-07-18T16:22:42.477Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-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("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=0ab4cb49473553cf -C extra-filename=-720501320ce8736c --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-531c70a2741abbe6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42932025-07-18T16:22:43.035Z Compiling pathdiff v0.2.3
42942025-07-18T16:22:43.060Z Running `/home/build/.rustup/toolchains/1.88.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=fc4ca5750acfac39 -C extra-filename=-80660dfaf66c7054 --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-140395dcab7447db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42952025-07-18T16:22:43.262Z Compiling num-bigint v0.4.6
42962025-07-18T16:22:43.287Z Running `/home/build/.rustup/toolchains/1.88.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=f849ba3ef5029b40 -C extra-filename=-c8abd38168584a45 --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-ad3f47c3b9446adb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-347f5eeb4dc10c7b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42972025-07-18T16:22:44.503Z Compiling rustls-webpki v0.102.8
42982025-07-18T16:22:44.528Z Running `/home/build/.rustup/toolchains/1.88.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=eea2cba9b5619584 -C extra-filename=-139dbf3f54acbc26 --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-cfe7101f2d191e39.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-71cacb618e25bc78.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-5f186ce15e45df88.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-88d40a7674cf1006.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out`
42992025-07-18T16:22:44.667Z Compiling des v0.8.1
43002025-07-18T16:22:44.692Z Running `/home/build/.rustup/toolchains/1.88.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=b451b3bc583c6e76 -C extra-filename=-ffc94b768cb5fa0a --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-9eddc679e4ee8c8e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43012025-07-18T16:22:45.031Z Compiling assert-json-diff v2.0.2
43022025-07-18T16:22:45.056Z Running `/home/build/.rustup/toolchains/1.88.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=362541e3edd37397 -C extra-filename=-befb659ca385977a --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-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43032025-07-18T16:22:45.082Z Compiling serde_regex v1.1.0
43042025-07-18T16:22:45.082Z Running `/home/build/.rustup/toolchains/1.88.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=3a11df2c41ce8fb3 -C extra-filename=-b1926e0075caa750 --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-ef2de87a43f51cdf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43052025-07-18T16:22:45.395Z Running `/home/build/.rustup/toolchains/1.88.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=9ca78409c66a460a -C extra-filename=-67f4f3f5d9ac9b5a --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-cfe7101f2d191e39.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-71cacb618e25bc78.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-5f186ce15e45df88.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-139dbf3f54acbc26.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
43062025-07-18T16:22:45.790Z Running `/home/build/.rustup/toolchains/1.88.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=ce4a5adb97730d30 -C extra-filename=-8ebbabf17f6411ab --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-244bc0f69c2ab2b0.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-71cacb618e25bc78.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-5f186ce15e45df88.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-139dbf3f54acbc26.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --cap-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-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts`
43072025-07-18T16:22:45.829Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43082025-07-18T16:22:45.872Z Running `/home/build/.rustup/toolchains/1.88.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=102d9aebcf03dca5 -C extra-filename=-e7c95f0f01e4d880 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43092025-07-18T16:22:46.154Z Compiling memmap2 v0.9.5
43102025-07-18T16:22:46.179Z Running `/home/build/.rustup/toolchains/1.88.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=118a1846d9df984b -C extra-filename=-3a9d2865c6399ff1 --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-09283293c0e83604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43112025-07-18T16:22:46.588Z Compiling path-tree v0.8.1
43122025-07-18T16:22:46.613Z Running `/home/build/.rustup/toolchains/1.88.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=0b40905b9ab8427f -C extra-filename=-ff41d84922ef1d49 --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-aa8504c521d50e9f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43132025-07-18T16:22:46.712Z Compiling nested v0.1.1
43142025-07-18T16:22:46.737Z Running `/home/build/.rustup/toolchains/1.88.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=2648350b81acbda2 -C extra-filename=-c5a07aeb198aa297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43152025-07-18T16:22:47.042Z Compiling doc-comment v0.3.3
43162025-07-18T16:22:47.067Z Running `/home/build/.rustup/toolchains/1.88.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=530bcc80ad86e281 -C extra-filename=-c83e2c32bf803371 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-c83e2c32bf803371 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43172025-07-18T16:22:47.124Z Compiling stringmetrics v2.2.2
43182025-07-18T16:22:47.149Z Running `/home/build/.rustup/toolchains/1.88.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=053f9b83e18f5faa -C extra-filename=-8b2b32e635752704 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43192025-07-18T16:22:47.437Z Compiling httpmock v0.8.0-alpha.1
43202025-07-18T16:22:47.462Z Running `/home/build/.rustup/toolchains/1.88.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=16ce081707784069 -C extra-filename=-0a58aff7cd7f4239 --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-befb659ca385977a.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-0a59b30c40de9f78.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-fce13236a5acaff2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-5159d48380bbdf86.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8f384e6d644a1dbb.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-d5fbced227452eb9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4ec10f8ff6ccdff4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1519450c1e84e4ec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-91a677dd349e0155.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-ff41d84922ef1d49.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-b1926e0075caa750.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-1a8ff30f54235280.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-8b2b32e635752704.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-bd7f2a919cd91241.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43212025-07-18T16:22:47.636Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-c83e2c32bf803371/build-script-build`
43222025-07-18T16:22:47.844Z Compiling guppy v0.17.19
43232025-07-18T16:22:47.869Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.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 --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=3309bd1b0b0007fa -C extra-filename=-dde241b92d1c538b --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-aaa7d5c7710a972c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-a223b4e84eb93c5a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2a842c4aa4a41563.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-531c70a2741abbe6.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-d0e84086f1d4f1fd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-c5a07aeb198aa297.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-80660dfaf66c7054.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-720501320ce8736c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-aa8504c521d50e9f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-0cab2e7b4fe4d315.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43242025-07-18T16:22:51.684Z Compiling tokio-rustls v0.26.0
43252025-07-18T16:22:51.709Z Running `/home/build/.rustup/toolchains/1.88.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=08856e1091ce4d9f -C extra-filename=-cafa718699aefeda --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-67f4f3f5d9ac9b5a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-5f186ce15e45df88.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out`
43262025-07-18T16:22:52.135Z Compiling hyper-rustls v0.27.7
43272025-07-18T16:22:52.160Z Running `/home/build/.rustup/toolchains/1.88.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=22996d9dab9f921d -C extra-filename=-00756ef9aa93d6f2 --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-4ed94406d3c6bfdf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1519450c1e84e4ec.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f4f3f5d9ac9b5a.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-9e434cb875dd35fa.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-5f186ce15e45df88.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cafa718699aefeda.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-42863c33d4a63f5e.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-5b958a8d272fa62d.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out`
43282025-07-18T16:22:52.808Z Compiling reqwest v0.12.22
43292025-07-18T16:22:52.856Z Running `/home/build/.rustup/toolchains/1.88.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=48218cfbcd18450b -C extra-filename=-bd9ef05a75eef42c --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-55b2fb0813a2d2c1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1077a381490b2b16.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-289d1c18fa3c6297.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-6ba00ef6845fc925.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-842a1d8d7d894b4f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbdb771357233643.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-7f25d6c362b972b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7e3a28f88888b979.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-00756ef9aa93d6f2.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-66b7c1d31691eacc.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1519450c1e84e4ec.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-d05a7a38841d8550.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-e222b390cfd5a687.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74e792d357b9e27d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b60a7df0ef4647.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f4f3f5d9ac9b5a.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-5f186ce15e45df88.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0e8ebc29aa1b3701.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-b8ff264da3ecfb84.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-096cbee827db2890.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cafa718699aefeda.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-6dbaf7c5343374ce.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-80e36d8a41d0beb5.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-42863c33d4a63f5e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-5b958a8d272fa62d.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/usr/ssl-3/lib/amd64`
43302025-07-18T16:22:52.973Z Compiling tokio-rustls v0.25.0
43312025-07-18T16:22:52.999Z Running `/home/build/.rustup/toolchains/1.88.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=e2bee5a9fdc5c694 -C extra-filename=-df88969d35a5a2f3 --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-8ebbabf17f6411ab.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-5f186ce15e45df88.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --cap-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-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts`
43322025-07-18T16:22:53.421Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-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 '--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=f7e5a19dd6a696d5 -C extra-filename=-1ff1005464dc8e1e --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-6cf2a86aa987bab3.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-aed4f438461e312b.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8f384e6d644a1dbb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-b9a1eff7874ab049.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1519450c1e84e4ec.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-27e9c6390876eac4.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9ca21b882cc6264d.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74e792d357b9e27d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8ebbabf17f6411ab.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-7c9491b89069efec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-31885d01f38c3c9e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8303f55c98512375.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0e8ebc29aa1b3701.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-59cc39e7ffa8d063.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-d062fcf9f345c282.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-0097755f75654fd6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-df88969d35a5a2f3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-8c09e73f1596baec.rmeta --cap-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-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts`
43332025-07-18T16:22:54.037Z Running `/home/build/.rustup/toolchains/1.88.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=3d86603bed44e78e -C extra-filename=-bc72f79b919460e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-15b82113910b279a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-5c2a0a911f0cdf37.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f29c167e5c725149.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-461ed684906c0f16.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-6fc7cf573e792b69.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f4f3f5d9ac9b5a.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c7a9ee2f6e93e8ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cafa718699aefeda.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-b4039e0e2f206edd.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
43342025-07-18T16:22:55.788Z Compiling progenitor-client v0.10.0
43352025-07-18T16:22:55.815Z Running `/home/build/.rustup/toolchains/1.88.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=fc61a9eb601fc4ec -C extra-filename=-360e6327ee94b1cc --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-c4ed0f2ee252a2f2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbdb771357233643.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74e792d357b9e27d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0e8ebc29aa1b3701.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/usr/ssl-3/lib/amd64`
43362025-07-18T16:22:56.352Z Compiling progenitor-client v0.9.1
43372025-07-18T16:22:56.377Z Running `/home/build/.rustup/toolchains/1.88.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=e0b0851d083e3b3f -C extra-filename=-91a7e381f3c1552a --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-c4ed0f2ee252a2f2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbdb771357233643.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74e792d357b9e27d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0e8ebc29aa1b3701.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/usr/ssl-3/lib/amd64`
43382025-07-18T16:22:56.406Z Compiling progenitor v0.10.0
43392025-07-18T16:22:56.436Z Running `/home/build/.rustup/toolchains/1.88.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=7e6e757ae7b97df9 -C extra-filename=-0dc47db12f35bf78 --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-360e6327ee94b1cc.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-5c4eab6363a35918.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-55aea03697c5fbd8.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/usr/ssl-3/lib/amd64`
43402025-07-18T16:22:56.676Z Compiling progenitor-client v0.8.0
43412025-07-18T16:22:56.704Z Running `/home/build/.rustup/toolchains/1.88.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=c8d2157fe0f1cfff -C extra-filename=-5945ba13a07e90b9 --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-c4ed0f2ee252a2f2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbdb771357233643.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74e792d357b9e27d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0e8ebc29aa1b3701.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/usr/ssl-3/lib/amd64`
43422025-07-18T16:22:56.897Z Compiling progenitor v0.9.1
43432025-07-18T16:22:56.922Z Running `/home/build/.rustup/toolchains/1.88.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=cd947e654b815834 -C extra-filename=-ee2f03d850b9c51e --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-91a7e381f3c1552a.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-83868ffa0bbb733c.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-e9c715ddf2907db8.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/usr/ssl-3/lib/amd64`
43442025-07-18T16:22:57.183Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
43452025-07-18T16:22:57.208Z Compiling progenitor v0.8.0
43462025-07-18T16:22:57.233Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/fa5f15c/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=671725a46455d3fc -C extra-filename=-521db65e426b7271 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74e792d357b9e27d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ee2f03d850b9c51e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/usr/ssl-3/lib/amd64`
43472025-07-18T16:22:57.233Z Running `/home/build/.rustup/toolchains/1.88.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=1bdc69506a9124bc -C extra-filename=-3a9c3c7dfdbdfa13 --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-5945ba13a07e90b9.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-ae550e775ee8a1b2.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-bc6302297ce89ff1.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/usr/ssl-3/lib/amd64`
43482025-07-18T16:22:57.506Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
43492025-07-18T16:22:57.531Z Running `/home/build/.rustup/toolchains/1.88.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=748bc27f9ccd7c7e -C extra-filename=-4a097d8f1e475351 --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-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-9552b94b0f386d89.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3a9c3c7dfdbdfa13.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1bb3b5fa534993f2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/usr/ssl-3/lib/amd64`
43502025-07-18T16:23:01.241Z Compiling tough v0.20.0
43512025-07-18T16:23:01.288Z Running `/home/build/.rustup/toolchains/1.88.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=25c48c27df6f3547 -C extra-filename=-6a999422bb962905 --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-fdb81e360d629a70.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-cfe7101f2d191e39.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-2024a8f0d518287d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbdb771357233643.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-59fff5c6d842e5a7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-ab98083da8e0d8a0.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a07609af0cdfe2ed.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74e792d357b9e27d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f4f3f5d9ac9b5a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-bb48e2dd0b3b2967.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-62c75d65b16cbf8b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-3ffbcba12927400d.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-304d397d9ddb1a1c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/usr/ssl-3/lib/amd64`
43522025-07-18T16:23:01.288Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
43532025-07-18T16:23:01.288Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/c03bd1a/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=21c264e23cd58b9b -C extra-filename=-e4ec309579d46ed6 --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-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-9552b94b0f386d89.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-4b8249604e2b2b4e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-360e6327ee94b1cc.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-027b7aec0fe8f11c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1bb3b5fa534993f2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/usr/ssl-3/lib/amd64`
43542025-07-18T16:23:01.557Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
43552025-07-18T16:23:01.604Z Running `/home/build/.rustup/toolchains/1.88.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=d757b748d5dbc1bf -C extra-filename=-44c8f6a41a2c0e73 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-44c8f6a41a2c0e73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-aaa7d5c7710a972c.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-21b6c990cb36eaef.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-cfe7101f2d191e39.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-ad228a666faa0d4f.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-e7e7ccedf1a48000.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2cc7bf1c4c3b9e85.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f5683af400e4b5bb.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-03c1ee9972a07caf.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-76e995005ff0a130.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-01b2bc2360d2f040.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9eddc679e4ee8c8e.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-f5564dcf14e2fc76.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-8a2accd49fa8e4d8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9c592e23026ad5a2.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1077a381490b2b16.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-ee53e4eec09e6049.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-5159d48380bbdf86.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-005fe0d02da3f46b.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f910bd14c38fc8a2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5b7f9623816d4f99.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-86cffebc07ad4c24.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-e5ed21d06bba6a37.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-9e7f654f98702e21.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f29c167e5c725149.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7e6bfb7da4b02c98.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7b1181371960a6a2.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4025b30713a46a3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-5c7a173a006c10c5.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8f384e6d644a1dbb.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-61e5e807db545561.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-842a1d8d7d894b4f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbdb771357233643.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-dc9a70e47a4ff954.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3870a1a8f1b27b92.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-2baa2e36a52c8d43.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-d9398883c295516b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c6c1183c12f21f86.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-db1759231e804faf.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bc2d54df68e62c56.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c9688b0840233070.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ea77094bf9778b00.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5222b68690f578f8.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-401945d023ab2c01.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-00756ef9aa93d6f2.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1519450c1e84e4ec.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-933ca85f3c31a65c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-fd34f80252728255.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8039d9bbf1b146e0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-f4d532b8bf8b4102.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2719b728e8f677e5.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-03c523b9d2dbbd95.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9e27755f04f1d1a4.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b90a5ca9cfd0f3d2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-91a677dd349e0155.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8352ac706591068e.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8bc9efb51d5cb13b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-59a7b239b98be0ad.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-63b27a38e06bd635.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-07b32843a1dac2c9.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5f13edeeb2694294.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-657cbe8c0b901d16.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-ad3f47c3b9446adb.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7e625aeaeaca39aa.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-347f5eeb4dc10c7b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-a1fc463803c451a3.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-6fc7cf573e792b69.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74e792d357b9e27d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cfbf832e7a9e6b92.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-5cb9703b7d905874.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-0074f913cf2d4637.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4158a7114c4f832f.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-3521094af90af096.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-c8c0f786bc18e451.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3d20efd75ba060fc.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-28dfec6183e46a8d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-c775600be1f1d72b.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c98a86e47be71590.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-7641545b05054316.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-1ec141ff0d2c5435.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c9326693b65db5c3.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-a30374f9732585e3.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e03c66de06ed6290.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f4f3f5d9ac9b5a.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-139dbf3f54acbc26.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-31885d01f38c3c9e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-59cc39e7ffa8d063.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-1a8ff30f54235280.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-aa8504c521d50e9f.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-1fe42e1dabef62af.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-17b60e66026035f8.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-545fe6340ca04629.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fde125be9e7b5dcb.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-893ec5c9fd9933a9.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-ab54f155c33ae803.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cafa718699aefeda.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2984a7760d5684f2.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-3694c492e31abeb2.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3fc98c709ac00fff.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-78738aabfd5c37ab.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5af8ef375db8323f.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-95e7bc1fa3dc3a57.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-d7c1a27b6fa1faad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-82ca1a0edb068014.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-b4039e0e2f206edd.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f9f786032867e7b5.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a0f49db8dc7151e9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-05f86dd9f6cbba1e.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
43562025-07-18T16:23:01.934Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-44c8f6a41a2c0e73/build-script-build`
43572025-07-18T16:23:01.995Z Running `/home/build/.rustup/toolchains/1.88.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=680a8a3ccac66747 -C extra-filename=-b5d8db7f5733e14c --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-aaa7d5c7710a972c.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-21b6c990cb36eaef.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-cfe7101f2d191e39.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-ad228a666faa0d4f.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-e7e7ccedf1a48000.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2cc7bf1c4c3b9e85.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f5683af400e4b5bb.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-03c1ee9972a07caf.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-76e995005ff0a130.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9eddc679e4ee8c8e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-8a2accd49fa8e4d8.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9c592e23026ad5a2.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1077a381490b2b16.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-ee53e4eec09e6049.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-5159d48380bbdf86.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-005fe0d02da3f46b.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f910bd14c38fc8a2.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5b7f9623816d4f99.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-86cffebc07ad4c24.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-e5ed21d06bba6a37.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-9e7f654f98702e21.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f29c167e5c725149.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7e6bfb7da4b02c98.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7b1181371960a6a2.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4025b30713a46a3.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-5c7a173a006c10c5.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8f384e6d644a1dbb.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-61e5e807db545561.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-842a1d8d7d894b4f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbdb771357233643.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-dc9a70e47a4ff954.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3870a1a8f1b27b92.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-2baa2e36a52c8d43.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-d9398883c295516b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c6c1183c12f21f86.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-db1759231e804faf.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bc2d54df68e62c56.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c9688b0840233070.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ea77094bf9778b00.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5222b68690f578f8.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-401945d023ab2c01.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-00756ef9aa93d6f2.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1519450c1e84e4ec.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-933ca85f3c31a65c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-fd34f80252728255.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8039d9bbf1b146e0.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-f4d532b8bf8b4102.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2719b728e8f677e5.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-03c523b9d2dbbd95.rmeta --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9e27755f04f1d1a4.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b90a5ca9cfd0f3d2.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-91a677dd349e0155.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8352ac706591068e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8bc9efb51d5cb13b.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-59a7b239b98be0ad.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-63b27a38e06bd635.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-07b32843a1dac2c9.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5f13edeeb2694294.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-657cbe8c0b901d16.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-ad3f47c3b9446adb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7e625aeaeaca39aa.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-347f5eeb4dc10c7b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-a1fc463803c451a3.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-6fc7cf573e792b69.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74e792d357b9e27d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cfbf832e7a9e6b92.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-5cb9703b7d905874.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-0074f913cf2d4637.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4158a7114c4f832f.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-3521094af90af096.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-c8c0f786bc18e451.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3d20efd75ba060fc.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-28dfec6183e46a8d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-c775600be1f1d72b.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c98a86e47be71590.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-7641545b05054316.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-1ec141ff0d2c5435.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c9326693b65db5c3.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-a30374f9732585e3.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e03c66de06ed6290.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f4f3f5d9ac9b5a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-139dbf3f54acbc26.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-31885d01f38c3c9e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-59cc39e7ffa8d063.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-1a8ff30f54235280.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-aa8504c521d50e9f.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-1fe42e1dabef62af.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-17b60e66026035f8.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-545fe6340ca04629.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-893ec5c9fd9933a9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cafa718699aefeda.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2984a7760d5684f2.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-3694c492e31abeb2.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3fc98c709ac00fff.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-78738aabfd5c37ab.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5af8ef375db8323f.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-95e7bc1fa3dc3a57.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-d7c1a27b6fa1faad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-82ca1a0edb068014.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-b4039e0e2f206edd.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f9f786032867e7b5.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a0f49db8dc7151e9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-05f86dd9f6cbba1e.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
43582025-07-18T16:23:02.166Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
43592025-07-18T16:23:02.191Z Running `/home/build/.rustup/toolchains/1.88.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=553a790c24c5837b -C extra-filename=-02123073551b7c1c --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-b5d8db7f5733e14c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
43602025-07-18T16:23:03.007Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
43612025-07-18T16:23:03.032Z Running `/home/build/.rustup/toolchains/1.88.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=e4efdbbce560e743 -C extra-filename=-a2919062e1bbc81c --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-3c83a57bdf9cccc4.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2da6f52a05daee67.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
43622025-07-18T16:23:03.139Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
43632025-07-18T16:23:03.164Z Running `/home/build/.rustup/toolchains/1.88.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=b1e9ecc5c0c392ee -C extra-filename=-93e4ee5af1b857ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7b54a0c7b41b572.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-b48c9d2e5c507cc6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-ff856e5bf9d0126a.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-107375265ba3dd5c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
43642025-07-18T16:23:03.189Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
43652025-07-18T16:23:03.231Z Running `/home/build/.rustup/toolchains/1.88.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=d49045ffbfe03ce8 -C extra-filename=-9fecc437e1b2b311 --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-b5d8db7f5733e14c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
43662025-07-18T16:23:03.414Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
43672025-07-18T16:23:03.439Z Running `/home/build/.rustup/toolchains/1.88.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=ea86eae79c6984f1 -C extra-filename=-f576d409c027354e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-02123073551b7c1c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-1cdb6f13d066ec6f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-521db65e426b7271.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-360e6327ee94b1cc.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5a4eae26ea11f133.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b4f3a2503b776aa2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
43682025-07-18T16:23:03.500Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
43692025-07-18T16:23:03.525Z Running `/home/build/.rustup/toolchains/1.88.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=95e0b12581a0b94a -C extra-filename=-f7852efc094c0f37 --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-71a88b7cc7a2e7f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-81913501386d0893.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
43702025-07-18T16:23:03.984Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43712025-07-18T16:23:04.009Z Running `/home/build/.rustup/toolchains/1.88.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=59d0e47b2c6ef207 -C extra-filename=-962ee7bd6e816175 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2da6f52a05daee67.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7e6bfb7da4b02c98.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-54fee71cfffae045.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-2324765d0ce69be7.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-caab7cf84293fa88.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fbbe2de3c49338f1.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1c569a96ba79b59e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-ac3fc3f288dce79e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-de2d9fe847872790.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
43722025-07-18T16:23:04.345Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43732025-07-18T16:23:04.370Z Running `/home/build/.rustup/toolchains/1.88.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=b1627c56e2fe0ac1 -C extra-filename=-14b10a30c1d65797 --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-1ff1005464dc8e1e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
43742025-07-18T16:23:05.243Z Running `/home/build/.rustup/toolchains/1.88.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=9fa2299063499d9c -C extra-filename=-8dc448a82effdd3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-02123073551b7c1c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-1cdb6f13d066ec6f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-521db65e426b7271.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-360e6327ee94b1cc.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5a4eae26ea11f133.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b4f3a2503b776aa2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
43752025-07-18T16:23:05.397Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
43762025-07-18T16:23:05.422Z Running `/home/build/.rustup/toolchains/1.88.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=bd123c0c385ceed0 -C extra-filename=-091ea52007f63294 --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-b5d8db7f5733e14c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
43772025-07-18T16:23:05.647Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
43782025-07-18T16:23:05.672Z Running `/home/build/.rustup/toolchains/1.88.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=4164f8f9f3768ded -C extra-filename=-f5dc1e2c0cc21b3d --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-00e5fc0142abc387.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f543ee197f374c89.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-fd34f80252728255.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-93eea73d34201647.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a097d8f1e475351.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-ef6416ff871b36bd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-f44b7dc6d12ed3b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-90b960a9eceafef2.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-bd7f2a919cd91241.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1bb3b5fa534993f2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2984a7760d5684f2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-af33ec5230ff61f1.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a7ac29c6eaf3b0b3.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
43792025-07-18T16:23:07.107Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
43802025-07-18T16:23:07.132Z Running `/home/build/.rustup/toolchains/1.88.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=6e94b47caf3b22f8 -C extra-filename=-9b587837bd28ff54 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-9b587837bd28ff54 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fecc437e1b2b311.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
43812025-07-18T16:23:07.515Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-9b587837bd28ff54/build-script-build`
43822025-07-18T16:23:07.571Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
43832025-07-18T16:23:07.597Z Running `/home/build/.rustup/toolchains/1.88.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=77615bf52134473d -C extra-filename=-b7e2e7f9f9a9a498 --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-e297e2f9d3879ddf.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
43842025-07-18T16:23:09.019Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
43852025-07-18T16:23:09.044Z Running `/home/build/.rustup/toolchains/1.88.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=de1e4dc26b5ccf69 -C extra-filename=-6abd2e8972dbcc75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-091ea52007f63294.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
43862025-07-18T16:23:09.080Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43872025-07-18T16:23:09.114Z Running `/home/build/.rustup/toolchains/1.88.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=c770d609681b7fbf -C extra-filename=-0fc90c5761eccf5b --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-b5d8db7f5733e14c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
43882025-07-18T16:23:10.214Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
43892025-07-18T16:23:10.239Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=312c2b634712f460 -C extra-filename=-a40348b20a286059 --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-b5d8db7f5733e14c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
43902025-07-18T16:23:10.293Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
43912025-07-18T16:23:10.318Z Running `/home/build/.rustup/toolchains/1.88.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=5d40e9309e461990 -C extra-filename=-b45ca3e2d3713436 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9ca21b882cc6264d.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
43922025-07-18T16:23:10.490Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43932025-07-18T16:23:10.518Z Running `/home/build/.rustup/toolchains/1.88.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=4ec2e0da01ddc3a4 -C extra-filename=-75687ff5453c73e2 --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-b5d8db7f5733e14c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
43942025-07-18T16:23:10.780Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43952025-07-18T16:23:10.806Z Running `/home/build/.rustup/toolchains/1.88.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=1fd838c00cfce9f5 -C extra-filename=-36c29ff31283c026 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-36c29ff31283c026 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fecc437e1b2b311.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
43962025-07-18T16:23:10.831Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43972025-07-18T16:23:10.831Z Running `/home/build/.rustup/toolchains/1.88.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=54137740bd787b6d -C extra-filename=-9e4e53dece56a064 --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-9c466a4ed58223b8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-75687ff5453c73e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43f9783393799993.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
43982025-07-18T16:23:11.219Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-36c29ff31283c026/build-script-build`
43992025-07-18T16:23:11.276Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44002025-07-18T16:23:11.301Z Running `/home/build/.rustup/toolchains/1.88.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=09ad3f4976e8ca94 -C extra-filename=-ca2cf2ad7e7894c7 --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-6858bf7692ed7774.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
44012025-07-18T16:23:11.364Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
44022025-07-18T16:23:11.395Z Running `/home/build/.rustup/toolchains/1.88.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=e3024ef3d86500b5 -C extra-filename=-2f4fd79ea148e323 --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-b5d8db7f5733e14c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44032025-07-18T16:23:11.540Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
44042025-07-18T16:23:11.540Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/fa5f15c/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62b5b27d831cc750 -C extra-filename=-73d4d7ffb3d2bcf3 --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-519ac646437334c9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74e792d357b9e27d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ee2f03d850b9c51e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/usr/ssl-3/lib/amd64`
44052025-07-18T16:23:12.124Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44062025-07-18T16:23:12.150Z Running `/home/build/.rustup/toolchains/1.88.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=f298a81e66cabf41 -C extra-filename=-77f7c3d67c81560a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-77f7c3d67c81560a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fecc437e1b2b311.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44072025-07-18T16:23:12.507Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44082025-07-18T16:23:12.532Z Running `/home/build/.rustup/toolchains/1.88.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=c1a1c4ad51125ed0 -C extra-filename=-152db808518fa03a --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-1ff1005464dc8e1e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44092025-07-18T16:23:12.847Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-77f7c3d67c81560a/build-script-build`
44102025-07-18T16:23:12.909Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44112025-07-18T16:23:12.934Z Running `/home/build/.rustup/toolchains/1.88.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=1b6b6840ee6274e9 -C extra-filename=-cb77a17cdd0b1c4c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-cb77a17cdd0b1c4c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fecc437e1b2b311.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44122025-07-18T16:23:13.390Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44132025-07-18T16:23:13.416Z Running `/home/build/.rustup/toolchains/1.88.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=588bff5fb0a949ad -C extra-filename=-b701908248140072 --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-e297e2f9d3879ddf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44142025-07-18T16:23:13.632Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-cb77a17cdd0b1c4c/build-script-build`
44152025-07-18T16:23:13.700Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
44162025-07-18T16:23:13.725Z Running `/home/build/.rustup/toolchains/1.88.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=bcca66c9f170227e -C extra-filename=-b5f9c6c69402cbbf --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-9c466a4ed58223b8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-75687ff5453c73e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43f9783393799993.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44172025-07-18T16:23:13.779Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44182025-07-18T16:23:13.804Z Running `/home/build/.rustup/toolchains/1.88.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=0d1346a63e296a22 -C extra-filename=-f6424a2b4a029fbd --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-f6424a2b4a029fbd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fecc437e1b2b311.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44192025-07-18T16:23:14.309Z Running `/home/build/.rustup/toolchains/1.88.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=736afaee7361337b -C extra-filename=-6070436c65f4a42f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-8294b670d1a4805e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-76e995005ff0a130.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-5c44d9a309ae9304.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-88d1ab2a1093d582.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-8048f8c248b06c48.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-93e4ee5af1b857ed.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-90b960a9eceafef2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-90f61593e285c654.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-880c094fe21f7bb6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
44202025-07-18T16:23:14.349Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44212025-07-18T16:23:14.397Z Running `/home/build/.rustup/toolchains/1.88.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=2a9765630465adca -C extra-filename=-dc0424f91bf38a0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44222025-07-18T16:23:15.390Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44232025-07-18T16:23:15.415Z Running `/home/build/.rustup/toolchains/1.88.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=6033cbade2543a10 -C extra-filename=-949498ec86ace6df --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-fc35e663ef992660.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-461ed684906c0f16.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
44242025-07-18T16:23:16.169Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44252025-07-18T16:23:16.201Z Running `/home/build/.rustup/toolchains/1.88.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=158b9a36aac91d84 -C extra-filename=-aee46517a2d2eb97 --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-c4ed0f2ee252a2f2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-61c58253109c87dc.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-54077f5ad8b36155.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44262025-07-18T16:23:17.222Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44272025-07-18T16:23:17.247Z Running `/home/build/.rustup/toolchains/1.88.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=116b83895639d90b -C extra-filename=-6955cb741f387d81 --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-3c83a57bdf9cccc4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-949498ec86ace6df.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
44282025-07-18T16:23:17.434Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44292025-07-18T16:23:17.459Z Running `/home/build/.rustup/toolchains/1.88.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=f100808fb2acc2af -C extra-filename=-b2c241ad3f7cd7e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-45e6edd71e612fc5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44302025-07-18T16:23:18.676Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44312025-07-18T16:23:18.701Z Running `/home/build/.rustup/toolchains/1.88.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=ce8c4ed28bb1e496 -C extra-filename=-5b81da144a4f6255 --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-6070436c65f4a42f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44322025-07-18T16:23:19.725Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
44332025-07-18T16:23:19.751Z Running `/home/build/.rustup/toolchains/1.88.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=451a21757d587f43 -C extra-filename=-41c2a598e204984b --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-140395dcab7447db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44342025-07-18T16:23:20.159Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
44352025-07-18T16:23:20.184Z Running `/home/build/.rustup/toolchains/1.88.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=6f50807ee5279ce1 -C extra-filename=-8b151a3a93a55676 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44362025-07-18T16:23:20.627Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44372025-07-18T16:23:20.652Z Running `/home/build/.rustup/toolchains/1.88.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=b7c1cdc06cae2572 -C extra-filename=-5235ec69b98aaaeb --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-55b2fb0813a2d2c1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
44382025-07-18T16:23:21.239Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44392025-07-18T16:23:21.264Z Running `/home/build/.rustup/toolchains/1.88.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=eda618aee4c135f1 -C extra-filename=-ccf6bb10fd627250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-164a59420a9271ce.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-54077f5ad8b36155.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aee46517a2d2eb97.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44402025-07-18T16:23:21.548Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44412025-07-18T16:23:21.573Z Running `/home/build/.rustup/toolchains/1.88.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=887562c33927526f -C extra-filename=-6c14ae6995b76cf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-45e6edd71e612fc5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-2051f8d4f9df9124.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4ec10f8ff6ccdff4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-f5dc1e2c0cc21b3d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a07609af0cdfe2ed.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-71cacb618e25bc78.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8ebbabf17f6411ab.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
44422025-07-18T16:23:21.851Z Running `/home/build/.rustup/toolchains/1.88.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=f4cbb5b7013bd486 -C extra-filename=-d22e1bfbd5264e45 --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-c4ed0f2ee252a2f2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0c36304ae81c6ddd.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fc35e663ef992660.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-6ad9cd0106bcb645.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-81913501386d0893.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-de1c6173947d76f5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/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`
44432025-07-18T16:23:23.309Z Running `/home/build/.rustup/toolchains/1.88.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=630efd87bf516059 -C extra-filename=-a7b139176172cc0c --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-c4ed0f2ee252a2f2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-61c58253109c87dc.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-54077f5ad8b36155.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8dc448a82effdd3b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44442025-07-18T16:23:24.203Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44452025-07-18T16:23:24.228Z Running `/home/build/.rustup/toolchains/1.88.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=ab7f791cb3b8c723 -C extra-filename=-e602866d50cf8420 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9c466a4ed58223b8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aee46517a2d2eb97.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0f93d99a3ba4bcc6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44462025-07-18T16:23:24.311Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44472025-07-18T16:23:24.338Z Running `/home/build/.rustup/toolchains/1.88.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=7d7cd30c33127b56 -C extra-filename=-9a2bc98de2af80fd --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-400f1a947c243aae.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5222b68690f578f8.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44482025-07-18T16:23:24.613Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44492025-07-18T16:23:24.638Z Running `/home/build/.rustup/toolchains/1.88.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=de93fff17080d091 -C extra-filename=-ca5e4cc4d9f53303 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ed3745ad4e522800.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-326c4f5ec002b051.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-534fcfabb4ecf5c4.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-9bd5a7ab0280147c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-217cf9c7926c24bd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64`
44502025-07-18T16:23:26.387Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44512025-07-18T16:23:26.434Z Running `/home/build/.rustup/toolchains/1.88.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=de4a115b7acadd25 -C extra-filename=-5b9ea217bb29c654 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-02123073551b7c1c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1077a381490b2b16.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2da6f52a05daee67.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-54fee71cfffae045.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-63b27a38e06bd635.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4ad3f0e9fdf550f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6abd2e8972dbcc75.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-791f6c46896bc067.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ccf6bb10fd627250.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7884be8ca7df3de2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-12357f3044d4be0e.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a20439c054845fb3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6a999422bb962905.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-de2d9fe847872790.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
44522025-07-18T16:23:27.132Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44532025-07-18T16:23:27.157Z Running `/home/build/.rustup/toolchains/1.88.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=6f1ec8c17d68a405 -C extra-filename=-2745634fe0c4f52c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d22e1bfbd5264e45.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b4f3a2503b776aa2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
44542025-07-18T16:23:27.551Z Running `/home/build/.rustup/toolchains/1.88.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=ddfb193d788e4c4c -C extra-filename=-ccaf5abc3bd18853 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9c466a4ed58223b8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a7b139176172cc0c.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0f93d99a3ba4bcc6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44552025-07-18T16:23:27.808Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
44562025-07-18T16:23:27.843Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3451e1e44b111e1 -C extra-filename=-de4a0a223f96758b --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-c4ed0f2ee252a2f2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-61c58253109c87dc.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-54077f5ad8b36155.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8dc448a82effdd3b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-545fe6340ca04629.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cap-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-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44572025-07-18T16:23:28.895Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44582025-07-18T16:23:28.919Z Running `/home/build/.rustup/toolchains/1.88.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=2dd035d7ba0eb76c -C extra-filename=-d9eb9b7b89f93bc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44592025-07-18T16:23:30.545Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44602025-07-18T16:23:30.570Z Running `/home/build/.rustup/toolchains/1.88.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=c0247b71c3db8403 -C extra-filename=-3f43204bcda606e9 --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-b5d8db7f5733e14c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ccaf5abc3bd18853.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a7b139176172cc0c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44612025-07-18T16:23:30.595Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26a705a996e85953 -C extra-filename=-ea3b37524311d19d --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-c4ed0f2ee252a2f2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-61c58253109c87dc.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-54077f5ad8b36155.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-545fe6340ca04629.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cap-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-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44622025-07-18T16:23:33.526Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44632025-07-18T16:23:33.552Z Running `/home/build/.rustup/toolchains/1.88.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=a32392b3f587b5a4 -C extra-filename=-ecb3409cdc2910ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
44642025-07-18T16:23:36.544Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
44652025-07-18T16:23:36.569Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3ffecd4861a26af -C extra-filename=-2215aaa58d7e45c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9c466a4ed58223b8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-de4a0a223f96758b.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0f93d99a3ba4bcc6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44662025-07-18T16:23:38.521Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44672025-07-18T16:23:38.546Z Running `/home/build/.rustup/toolchains/1.88.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=e507005ba09ca229 -C extra-filename=-c1b9298b3b9f752e --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-7757a5163fd5f6fb.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-6ad9cd0106bcb645.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-81913501386d0893.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44682025-07-18T16:23:39.181Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44692025-07-18T16:23:39.206Z Running `/home/build/.rustup/toolchains/1.88.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=090670389f6849e0 -C extra-filename=-53aa10b9f9b5a155 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0fc90c5761eccf5b.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-e602866d50cf8420.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-3f43204bcda606e9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aee46517a2d2eb97.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0f93d99a3ba4bcc6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44702025-07-18T16:23:39.368Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0c8eaa308810aaa -C extra-filename=-782c1a3aaa3b0004 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9c466a4ed58223b8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ea3b37524311d19d.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0f93d99a3ba4bcc6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44712025-07-18T16:23:39.497Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44722025-07-18T16:23:39.522Z Running `/home/build/.rustup/toolchains/1.88.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=4d7c17d3d4eaf8f5 -C extra-filename=-9406410650335f46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7b54a0c7b41b572.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c1b9298b3b9f752e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-0b09ae3656143097.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64`
44732025-07-18T16:23:39.722Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
44742025-07-18T16:23:39.747Z Running `/home/build/.rustup/toolchains/1.88.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=0d4e0d64abf9be86 -C extra-filename=-d33c278885861b6d --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-1ec0b9c34a33fc61.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-310316c64e79f1f3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44752025-07-18T16:23:39.787Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
44762025-07-18T16:23:39.813Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63506be0825a80a4 -C extra-filename=-e778ca246bd35a8c --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-b5d8db7f5733e14c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2215aaa58d7e45c4.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-de4a0a223f96758b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44772025-07-18T16:23:42.467Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
44782025-07-18T16:23:42.493Z Running `/home/build/.rustup/toolchains/1.88.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=ff4f3213ce2a9c63 -C extra-filename=-d478ead0c3a29b8c --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-e297e2f9d3879ddf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-b45ca3e2d3713436.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44792025-07-18T16:23:43.406Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44802025-07-18T16:23:43.432Z Running `/home/build/.rustup/toolchains/1.88.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=65cfbad85176e5ad -C extra-filename=-2d4d76274ed6b3bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-d9398883c295516b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ffa7a0fed34c951b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-4e6d76aa5285735b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a0f49db8dc7151e9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
44812025-07-18T16:23:43.855Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44822025-07-18T16:23:43.880Z Running `/home/build/.rustup/toolchains/1.88.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=4acb0768e14f37ed -C extra-filename=-f92a2078bd882a16 --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-643b99a83b897ab3.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-453285ad844747c3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-791f6c46896bc067.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-60febd85b5ddc3ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44832025-07-18T16:23:44.631Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44842025-07-18T16:23:44.656Z Running `/home/build/.rustup/toolchains/1.88.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=10bd3b3c3d3ae115 -C extra-filename=-6dcffe696c9daf35 --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-e297e2f9d3879ddf.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44852025-07-18T16:23:44.681Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
44862025-07-18T16:23:44.720Z Running `/home/build/.rustup/toolchains/1.88.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=d34359b370c09d02 -C extra-filename=-26da9bc46d061a83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-61e5e807db545561.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-93e4ee5af1b857ed.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-091ea52007f63294.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44872025-07-18T16:23:45.726Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
44882025-07-18T16:23:45.776Z Running `/home/build/.rustup/toolchains/1.88.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=6e95c559e6e597c1 -C extra-filename=-4bd53de974782e88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d478ead0c3a29b8c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-be12e1072f36f8f4.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5222b68690f578f8.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a459a93b50c99823.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d70a7b4ef4e0e157.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ad9fa7f4de87a1a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44892025-07-18T16:23:46.701Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
44902025-07-18T16:23:46.726Z Running `/home/build/.rustup/toolchains/1.88.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=67a408b4774241b3 -C extra-filename=-a17f8ed88abb4dd9 --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-140395dcab7447db.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-26da9bc46d061a83.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
44912025-07-18T16:23:46.751Z Running `/home/build/.rustup/toolchains/1.88.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=4d68a3b159ee9208 -C extra-filename=-24eb25ae139e83fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-fdb81e360d629a70.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-bb5466ccb84602e8.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-51edd0b1d0ddc731.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d8ed9ec70081ab3a.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-203866d8f93cd47a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ed3745ad4e522800.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-164a59420a9271ce.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-64248f07577526db.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5f13edeeb2694294.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-54077f5ad8b36155.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ccf6bb10fd627250.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-b9615f03d9dc4ead.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-49c78ba804ad4343.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c12923b67263bf5d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-6198dca814ea1b22.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-757e3c7688da9761.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-12357f3044d4be0e.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-8db31d874a56dc5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44922025-07-18T16:23:47.585Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
44932025-07-18T16:23:47.610Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5cdcee34464477b -C extra-filename=-7608e1c16058b076 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a40348b20a286059.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-782c1a3aaa3b0004.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-e778ca246bd35a8c.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ea3b37524311d19d.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0f93d99a3ba4bcc6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44942025-07-18T16:23:48.126Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
44952025-07-18T16:23:48.151Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2021 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ae32c563a35b544 -C extra-filename=-c112691e6227130c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7608e1c16058b076.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-d062fcf9f345c282.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-ba1fb2edd8715ed0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44962025-07-18T16:23:48.921Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
44972025-07-18T16:23:48.945Z Running `/home/build/.rustup/toolchains/1.88.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=3c25e7fd159afd16 -C extra-filename=-93caa56a791e5eed --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-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
44982025-07-18T16:23:48.946Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
44992025-07-18T16:23:48.946Z Running `/home/build/.rustup/toolchains/1.88.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=81644c2676e970ab -C extra-filename=-e8430367e7407a4b --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-5a05a2d73fc9769b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
45002025-07-18T16:23:49.186Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
45012025-07-18T16:23:49.211Z Running `/home/build/.rustup/toolchains/1.88.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=5406416353092588 -C extra-filename=-5d9a780d73fbf15b --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-e297e2f9d3879ddf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45022025-07-18T16:23:50.608Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
45032025-07-18T16:23:50.633Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "tofino_asic"))' -C metadata=304b8b2ed5cfc8a2 -C extra-filename=-c22f1feebe17ff62 --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-7757a5163fd5f6fb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-c112691e6227130c.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-8ce817502098c736.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ee2f03d850b9c51e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-febc4cab91ee8aef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
45042025-07-18T16:23:50.817Z Running `/home/build/.rustup/toolchains/1.88.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=fddf6b35f3f805ae -C extra-filename=-93fe94028d57e50b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9e4e53dece56a064.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2da6f52a05daee67.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4ad3f0e9fdf550f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e8430367e7407a4b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f92a2078bd882a16.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6abd2e8972dbcc75.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4eb179e974db8bfa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7884be8ca7df3de2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
45052025-07-18T16:23:51.747Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45062025-07-18T16:23:51.772Z Running `/home/build/.rustup/toolchains/1.88.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=d14db60a883ece84 -C extra-filename=-63bcb48b3f985184 --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-73d4d7ffb3d2bcf3.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7e6bfb7da4b02c98.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-360e6327ee94b1cc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
45072025-07-18T16:23:52.523Z Compiling samael v0.0.19
45082025-07-18T16:23:52.550Z Running `/home/build/.rustup/toolchains/1.88.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=9862f7cbcb4f5d23 -C extra-filename=-398276e0f5bab28a --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-398276e0f5bab28a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-7c8a1e89d9525911.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-09d920a2180ec0b7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45092025-07-18T16:23:52.647Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
45102025-07-18T16:23:52.671Z Running `/home/build/.rustup/toolchains/1.88.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=e60709e2b62546f0 -C extra-filename=-7d5249a48c378d0a --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-1ff1005464dc8e1e.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45112025-07-18T16:23:54.580Z Compiling polar-core v0.27.3
45122025-07-18T16:23:54.651Z Running `/home/build/.rustup/toolchains/1.88.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=4eb9030d7a7785de -C extra-filename=-53f0a8662efcd46e --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-53f0a8662efcd46e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-cd2812c1145b84a0.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-f8cafe78598a89a5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45132025-07-18T16:23:54.701Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-398276e0f5bab28a/build-script-bindings`
45142025-07-18T16:23:55.057Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
45152025-07-18T16:23:55.098Z Running `/home/build/.rustup/toolchains/1.88.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=3f313526d8943ef2 -C extra-filename=-f90105254b394d92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7e6bfb7da4b02c98.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7b54a0c7b41b572.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c1b9298b3b9f752e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b701908248140072.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a17f8ed88abb4dd9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-880c094fe21f7bb6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45162025-07-18T16:23:56.183Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-53f0a8662efcd46e/build-script-build`
45172025-07-18T16:23:56.393Z Running `/home/build/.rustup/toolchains/1.88.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=579e5334a791828f -C extra-filename=-2063e0a5150b553c --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-55b2fb0813a2d2c1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5b7f9623816d4f99.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-20f2bab21e328688.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-91a677dd349e0155.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-708012042fb914f7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-791f6c46896bc067.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-31ef71ceced5215b.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-60febd85b5ddc3ea.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-3bbf86e7fd45c9bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c775600be1f1d72b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.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)'`
45182025-07-18T16:23:57.778Z Running `/home/build/.rustup/toolchains/1.88.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=86631f06bb23a228 -C extra-filename=-a36f60f5e09d1687 --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-dfae263c7fb221f8.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b90a5ca9cfd0f3d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-57ca4efbceb09fd9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45192025-07-18T16:24:00.874Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
45202025-07-18T16:24:00.899Z Running `/home/build/.rustup/toolchains/1.88.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=f44c400f8962d8db -C extra-filename=-a78a3c7a0105f21c --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-e297e2f9d3879ddf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45212025-07-18T16:24:03.519Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
45222025-07-18T16:24:03.544Z Running `/home/build/.rustup/toolchains/1.88.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=c20fe0874c5cbc90 -C extra-filename=-8e96acd13a6c4b29 --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-140395dcab7447db.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-ff856e5bf9d0126a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f90105254b394d92.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45232025-07-18T16:24:05.257Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
45242025-07-18T16:24:05.282Z Running `/home/build/.rustup/toolchains/1.88.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=ba205235d92cb1d7 -C extra-filename=-4a3ac09e83fa95d9 --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-1ff1005464dc8e1e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45252025-07-18T16:24:05.512Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45262025-07-18T16:24:05.537Z Running `/home/build/.rustup/toolchains/1.88.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=19606d073931c5a7 -C extra-filename=-d383683918435a79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7d5249a48c378d0a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-32a0991a70616916.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-949498ec86ace6df.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-111d4954213f1af1.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0dbd613c5e038d9e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-dcb6d69ee5c4499e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45272025-07-18T16:24:06.245Z Compiling oso v0.27.3
45282025-07-18T16:24:06.270Z Running `/home/build/.rustup/toolchains/1.88.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=3c8cf7cb94a3183e -C extra-filename=-0cd10597ee8ba5d3 --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-a3c89c5737a8cc66.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-91a677dd349e0155.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-463b351fd2332d42.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-c1d25ba744a4a060.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-a36f60f5e09d1687.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5af8ef375db8323f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45292025-07-18T16:24:06.966Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-f6424a2b4a029fbd/build-script-build`
45302025-07-18T16:24:07.026Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45312025-07-18T16:24:07.052Z Running `/home/build/.rustup/toolchains/1.88.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=671dd4a7f48aa519 -C extra-filename=-0b97daba9e853718 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-0b97daba9e853718 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fecc437e1b2b311.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
45322025-07-18T16:24:07.369Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
45332025-07-18T16:24:07.395Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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=fb7b48138e1a8962 -C extra-filename=-b89faa48ec08fa61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-86e0c5ce70e718b4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74e792d357b9e27d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/usr/ssl-3/lib/amd64`
45342025-07-18T16:24:07.421Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
45352025-07-18T16:24:07.422Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-0b97daba9e853718/build-script-build`
45362025-07-18T16:24:07.422Z Running `/home/build/.rustup/toolchains/1.88.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=f38614e885d00a18 -C extra-filename=-439a4722ef59a9f5 --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-c4ed0f2ee252a2f2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8c46e61f24edc42e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
45372025-07-18T16:24:07.517Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
45382025-07-18T16:24:07.544Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/c03bd1a/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=a43387c6eb2b1572 -C extra-filename=-17dec0fd6a1491c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-1a7282c60fa90f02.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-9552b94b0f386d89.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-027b7aec0fe8f11c.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-0f57ad462f928a96.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-d062fcf9f345c282.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1bb3b5fa534993f2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cap-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-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64`
45392025-07-18T16:24:08.041Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
45402025-07-18T16:24:08.072Z Running `/home/build/.rustup/toolchains/1.88.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=8b7c0395c98afd93 -C extra-filename=-c4ddc37d8796576e --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-e297e2f9d3879ddf.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
45412025-07-18T16:24:08.688Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
45422025-07-18T16:24:08.717Z Running `/home/build/.rustup/toolchains/1.88.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=2269ebeb0b49c4aa -C extra-filename=-fe522ce22452c7b5 --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-140395dcab7447db.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-4119563b8272a557.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45432025-07-18T16:24:08.827Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
45442025-07-18T16:24:08.856Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/c269f57/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=3cd070f0435a482f -C extra-filename=-316c94fa80ba60a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-cfe7101f2d191e39.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-dc523cacf8b9f0a0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-54fee71cfffae045.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9e27755f04f1d1a4.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-74d4804720e63b59.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8303f55c98512375.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6a999422bb962905.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-e38a10a7cf266b0e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
45452025-07-18T16:24:10.439Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45462025-07-18T16:24:10.467Z Running `/home/build/.rustup/toolchains/1.88.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=12d7d0fc466d3321 -C extra-filename=-b98b24fe8bf9aff3 --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-41c2a598e204984b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45472025-07-18T16:24:10.494Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
45482025-07-18T16:24:10.494Z Running `/home/build/.rustup/toolchains/1.88.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=32dfd19540a96350 -C extra-filename=-819cb3997d8a5986 --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-e297e2f9d3879ddf.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
45492025-07-18T16:24:10.535Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
45502025-07-18T16:24:10.579Z Running `/home/build/.rustup/toolchains/1.88.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=ec182977a38e49d1 -C extra-filename=-a9ba12be4b5c3693 --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-e297e2f9d3879ddf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
45512025-07-18T16:24:12.426Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45522025-07-18T16:24:12.452Z Running `/home/build/.rustup/toolchains/1.88.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=5b3441f641c89008 -C extra-filename=-f7e8ad1fe78d894a --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-140395dcab7447db.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d383683918435a79.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2d4d76274ed6b3bf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45532025-07-18T16:24:13.254Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45542025-07-18T16:24:13.326Z Running `/home/build/.rustup/toolchains/1.88.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=6694ee06cd4f587a -C extra-filename=-1610635669cf910f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-45e6edd71e612fc5.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d22e1bfbd5264e45.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a3ac09e83fa95d9.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-93caa56a791e5eed.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7b54a0c7b41b572.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8c46e61f24edc42e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b69aaca6809ee664.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c1b9298b3b9f752e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-521db65e426b7271.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b701908248140072.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-63bcb48b3f985184.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-88d1ab2a1093d582.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-17dec0fd6a1491c2.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-027b7aec0fe8f11c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-439a4722ef59a9f5.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-152db808518fa03a.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2f4fd79ea148e323.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b4f3a2503b776aa2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a17f8ed88abb4dd9.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f90105254b394d92.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rmeta --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-8e96acd13a6c4b29.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-26da9bc46d061a83.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-90b960a9eceafef2.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-bc72f79b919460e0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-217cf9c7926c24bd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-e38a10a7cf266b0e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-880c094fe21f7bb6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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/`
45552025-07-18T16:24:13.554Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
45562025-07-18T16:24:13.598Z Running `/home/build/.rustup/toolchains/1.88.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=753d8d4697fdb926 -C extra-filename=-85e68e865335d234 --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-e297e2f9d3879ddf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
45572025-07-18T16:24:15.079Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
45582025-07-18T16:24:15.108Z Running `/home/build/.rustup/toolchains/1.88.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=bfea4a0de52c3cce -C extra-filename=-ad4ed6e4cf542f96 --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-63b27a38e06bd635.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-af0c7eaeaab3b29d.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-77dd77127863994f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
45592025-07-18T16:24:15.392Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45602025-07-18T16:24:15.421Z Running `/home/build/.rustup/toolchains/1.88.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=c3ab8667f34fbe28 -C extra-filename=-e53464e131bf1bc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-819cb3997d8a5986.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c4ddc37d8796576e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6abd2e8972dbcc75.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rmeta --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-fe522ce22452c7b5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-ac3fc3f288dce79e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ad4ed6e4cf542f96.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
45612025-07-18T16:24:15.514Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45622025-07-18T16:24:15.543Z Running `/home/build/.rustup/toolchains/1.88.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=5ecd1d3afedf13e1 -C extra-filename=-7eb6c1d42e586bfd --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-e297e2f9d3879ddf.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-f31e0546acb03d12.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
45632025-07-18T16:24:15.575Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45642025-07-18T16:24:15.624Z Running `/home/build/.rustup/toolchains/1.88.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=33767677f7257f19 -C extra-filename=-90f409c8a427a466 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-a9ba12be4b5c3693.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85e68e865335d234.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45652025-07-18T16:24:16.880Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
45662025-07-18T16:24:16.909Z Running `/home/build/.rustup/toolchains/1.88.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=2daaf4088ee83e3d -C extra-filename=-7c9b6a6f5e40178d --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-7eb6c1d42e586bfd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
45672025-07-18T16:24:18.275Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45682025-07-18T16:24:18.300Z Running `/home/build/.rustup/toolchains/1.88.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=a4c1586014c180d1 -C extra-filename=-df2cc57d42a6231c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-463b351fd2332d42.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fbbe2de3c49338f1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-a4c923978384010b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45692025-07-18T16:24:20.777Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45702025-07-18T16:24:20.827Z Running `/home/build/.rustup/toolchains/1.88.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=2ceaadb3767023d0 -C extra-filename=-5287457fcb8d4415 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-f4d532b8bf8b4102.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b98b24fe8bf9aff3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2d4d76274ed6b3bf.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ad4ed6e4cf542f96.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
45712025-07-18T16:24:22.288Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45722025-07-18T16:24:22.313Z Running `/home/build/.rustup/toolchains/1.88.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=8494b52c51991e11 -C extra-filename=-426936e9f2dcd89c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-61e5e807db545561.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6a999422bb962905.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-e38a10a7cf266b0e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
45732025-07-18T16:24:23.015Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45742025-07-18T16:24:23.042Z Running `/home/build/.rustup/toolchains/1.88.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=24c298b0d977c1a5 -C extra-filename=-13a18b62f797299b --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-13a18b62f797299b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fecc437e1b2b311.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
45752025-07-18T16:24:23.469Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-13a18b62f797299b/build-script-build`
45762025-07-18T16:24:23.531Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45772025-07-18T16:24:23.556Z Running `/home/build/.rustup/toolchains/1.88.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=e64e711d03523b81 -C extra-filename=-3ca8626cd2bfd199 --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-7757a5163fd5f6fb.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45782025-07-18T16:24:23.842Z Running `/home/build/.rustup/toolchains/1.88.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=517e92e885e327c1 -C extra-filename=-7fe85857ab2a2350 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7c9b6a6f5e40178d.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7eb6c1d42e586bfd.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-f31e0546acb03d12.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/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`
45792025-07-18T16:24:24.172Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45802025-07-18T16:24:24.219Z Running `/home/build/.rustup/toolchains/1.88.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=a9fdc13c8acd9a43 -C extra-filename=-6f9f57966bbb5c4e --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-e297e2f9d3879ddf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2f4fd79ea148e323.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45812025-07-18T16:24:24.582Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45822025-07-18T16:24:24.611Z Running `/home/build/.rustup/toolchains/1.88.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=26f6bcce0b3efab0 -C extra-filename=-169ae4cdc7ad88b7 --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-e297e2f9d3879ddf.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-df2cc57d42a6231c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45832025-07-18T16:24:28.454Z Running `/home/build/.rustup/toolchains/1.88.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=1bae7c16e8d36777 -C extra-filename=-083eedd45d5508ef --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-09283293c0e83604.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-8219c20f3475e6a8.rmeta --cap-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-166266de84434a2f/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored`
45842025-07-18T16:24:29.056Z Compiling git2 v0.19.0
45852025-07-18T16:24:29.082Z Running `/home/build/.rustup/toolchains/1.88.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=047a62cc06d40206 -C extra-filename=-fd8ab1c6a07d55df --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-f5683af400e4b5bb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-083eedd45d5508ef.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rmeta --cap-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-166266de84434a2f/out/build -L native=/usr/lib/amd64`
45862025-07-18T16:24:29.866Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45872025-07-18T16:24:29.896Z Running `/home/build/.rustup/toolchains/1.88.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=e2c2fd07cbaef364 -C extra-filename=-20cf7bc2c16ebb3e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-20cf7bc2c16ebb3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fecc437e1b2b311.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
45882025-07-18T16:24:29.929Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
45892025-07-18T16:24:29.929Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/c269f57/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=6e38add9cca9da27 -C extra-filename=-48c3550ccaba580e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9c592e23026ad5a2.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
45902025-07-18T16:24:30.281Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-20cf7bc2c16ebb3e/build-script-build`
45912025-07-18T16:24:30.346Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
45922025-07-18T16:24:30.371Z Running `/home/build/.rustup/toolchains/1.88.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=e706760756690f3a -C extra-filename=-c4941842b8657916 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-b45ca3e2d3713436.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aee46517a2d2eb97.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ccf6bb10fd627250.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45932025-07-18T16:24:30.575Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
45942025-07-18T16:24:30.623Z Running `/home/build/.rustup/toolchains/1.88.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=dc8d1d00d63d1c89 -C extra-filename=-8cf53888304425f8 --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-1ff1005464dc8e1e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45952025-07-18T16:24:31.638Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
45962025-07-18T16:24:31.664Z Running `/home/build/.rustup/toolchains/1.88.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=8b15480c7cee76bb -C extra-filename=-003fc21f863b6946 --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-b2c241ad3f7cd7e0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
45972025-07-18T16:24:33.283Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45982025-07-18T16:24:33.313Z Running `/home/build/.rustup/toolchains/1.88.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=af9f709ba372ed98 -C extra-filename=-162f59d54bb95ae4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-162f59d54bb95ae4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fecc437e1b2b311.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
45992025-07-18T16:24:33.686Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46002025-07-18T16:24:33.715Z Running `/home/build/.rustup/toolchains/1.88.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=0eeb4b53a9bd8474 -C extra-filename=-f6b586ff065485fd --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-f6b586ff065485fd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fecc437e1b2b311.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
46012025-07-18T16:24:34.082Z Running `/home/build/.rustup/toolchains/1.88.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=c646842285057b90 -C extra-filename=-24d3c75cfb0e585c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fbda48d5d56fc2a0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-fd8ab1c6a07d55df.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-7a97d3d9508f5c1c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-893ec5c9fd9933a9.rmeta --cap-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-166266de84434a2f/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)'`
46022025-07-18T16:24:34.372Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46032025-07-18T16:24:34.397Z Running `/home/build/.rustup/toolchains/1.88.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=dae5fc417c6b28a7 -C extra-filename=-b7ca01ae09a279ef --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-b7ca01ae09a279ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fecc437e1b2b311.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
46042025-07-18T16:24:34.801Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-b7ca01ae09a279ef/build-script-build`
46052025-07-18T16:24:34.862Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-f6b586ff065485fd/build-script-build`
46062025-07-18T16:24:34.932Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-162f59d54bb95ae4/build-script-build`
46072025-07-18T16:24:34.985Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46082025-07-18T16:24:35.013Z Running `/home/build/.rustup/toolchains/1.88.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=86769f7d73e4c125 -C extra-filename=-d2b4d45bd574532f --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-e297e2f9d3879ddf.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
46092025-07-18T16:24:35.479Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46102025-07-18T16:24:35.529Z Running `/home/build/.rustup/toolchains/1.88.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=cf8515083b110374 -C extra-filename=-ab4533b848ed7e88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fc35e663ef992660.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-fd34f80252728255.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fbbe2de3c49338f1.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ef8dc745ce4e596.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3bc97d8c795dc5dd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-921f6c3951b61686.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ee92f08970dc6918.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a20439c054845fb3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-78738aabfd5c37ab.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-a4c923978384010b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f7e28d66757e1dbf.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-de2d9fe847872790.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-df2cc57d42a6231c.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-169ae4cdc7ad88b7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
46112025-07-18T16:24:35.622Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
46122025-07-18T16:24:35.647Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f2c51b5f841ac94 -C extra-filename=-7fa10bc05e666c97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-d062fcf9f345c282.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
46132025-07-18T16:24:36.652Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46142025-07-18T16:24:36.682Z Running `/home/build/.rustup/toolchains/1.88.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=aaf3ed9c7edb6711 -C extra-filename=-9637276ff0f721ca --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-9637276ff0f721ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fecc437e1b2b311.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
46152025-07-18T16:24:36.682Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
46162025-07-18T16:24:36.682Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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=26a27658304eaab8 -C extra-filename=-e6df0d374c71c188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-86e0c5ce70e718b4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74e792d357b9e27d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/usr/ssl-3/lib/amd64`
46172025-07-18T16:24:36.715Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
46182025-07-18T16:24:36.715Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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=15ac75a28dacf7aa -C extra-filename=-75476357a11489c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-75476357a11489c8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-24d3c75cfb0e585c.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-166266de84434a2f/out/build -L native=/usr/lib/amd64`
46192025-07-18T16:24:37.090Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-9637276ff0f721ca/build-script-build`
46202025-07-18T16:24:37.151Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
46212025-07-18T16:24:37.190Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/lldpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65aed96278489fec -C extra-filename=-612ea3f727a39337 --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-e297e2f9d3879ddf.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-7fa10bc05e666c97.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ee2f03d850b9c51e.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5a4eae26ea11f133.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cap-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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
46222025-07-18T16:24:38.516Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-75476357a11489c8/build-script-build`
46232025-07-18T16:24:38.716Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46242025-07-18T16:24:38.745Z Running `/home/build/.rustup/toolchains/1.88.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=a413b86c59d6d426 -C extra-filename=-c573b1c082b52c9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d8ed9ec70081ab3a.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0fc90c5761eccf5b.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aee46517a2d2eb97.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
46252025-07-18T16:24:40.145Z Running `/home/build/.rustup/toolchains/1.88.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=6da8c78bb10c8f83 -C extra-filename=-a3aaee2a5fbfd5d8 --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-93fe94028d57e50b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
46262025-07-18T16:24:40.408Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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=9cd85dff793ad225 -C extra-filename=-779a96c0a285a878 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-1a7282c60fa90f02.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-86e0c5ce70e718b4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-07b32843a1dac2c9.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ffbb86b56244d767.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-d062fcf9f345c282.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-74b1e8ede5ba0668.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-90fb0851dd768fb5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cap-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-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts`
46272025-07-18T16:24:40.455Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46282025-07-18T16:24:40.494Z Running `/home/build/.rustup/toolchains/1.88.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=269183b451463598 -C extra-filename=-0a95b1693a935531 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-0a95b1693a935531 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fecc437e1b2b311.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
46292025-07-18T16:24:40.626Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
46302025-07-18T16:24:40.659Z Running `/home/build/.rustup/toolchains/1.88.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=1a500b4e69d64fb4 -C extra-filename=-0eee0435f9b97cad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-49c78ba804ad4343.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
46312025-07-18T16:24:40.867Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46322025-07-18T16:24:40.907Z Running `/home/build/.rustup/toolchains/1.88.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=46ae2fbe16c2560c -C extra-filename=-5b5d519635764858 --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-b5d8db7f5733e14c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
46332025-07-18T16:24:40.945Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-0a95b1693a935531/build-script-build`
46342025-07-18T16:24:41.005Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46352025-07-18T16:24:41.041Z Running `/home/build/.rustup/toolchains/1.88.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=21163f4404c3b801 -C extra-filename=-72d18f5f30e8e1c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-007a2d881e0c2659.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-ac3fc3f288dce79e.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-7b7c88eed381415d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ad4ed6e4cf542f96.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
46362025-07-18T16:24:41.237Z Running `/home/build/.rustup/toolchains/1.88.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=f9e8cecba58d3a3c -C extra-filename=-3dfa2c4d507203d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-b5f9c6c69402cbbf.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1077a381490b2b16.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4ec10f8ff6ccdff4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4ad3f0e9fdf550f.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a3aaee2a5fbfd5d8.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-791f6c46896bc067.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-0cd10597ee8ba5d3.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2063e0a5150b553c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0e8ebc29aa1b3701.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
46372025-07-18T16:24:41.567Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46382025-07-18T16:24:41.567Z Running `/home/build/.rustup/toolchains/1.88.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=96025f8c719adf54 -C extra-filename=-c955a5f80854349f --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-93caa56a791e5eed.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-df2cc57d42a6231c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
46392025-07-18T16:24:42.757Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46402025-07-18T16:24:42.790Z Running `/home/build/.rustup/toolchains/1.88.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=8a6b183f733831ff -C extra-filename=-b40fa1ae348706b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
46412025-07-18T16:24:44.262Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
46422025-07-18T16:24:44.291Z Running `/home/build/.rustup/toolchains/1.88.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=771519c92229415f -C extra-filename=-fd7f5a1151bc7903 --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-e297e2f9d3879ddf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
46432025-07-18T16:24:44.705Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
46442025-07-18T16:24:44.732Z Running `/home/build/.rustup/toolchains/1.88.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=41bf32e0d08317cd -C extra-filename=-f66607dd804088fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-003fc21f863b6946.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
46452025-07-18T16:24:44.957Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46462025-07-18T16:24:44.985Z Running `/home/build/.rustup/toolchains/1.88.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=7dca8e5c7a6a1c4e -C extra-filename=-c022530278e2c9be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-360e6327ee94b1cc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
46472025-07-18T16:24:45.190Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46482025-07-18T16:24:45.216Z Running `/home/build/.rustup/toolchains/1.88.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=151f83f38617de31 -C extra-filename=-5f0b71562611e976 --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-1ff1005464dc8e1e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-fd7f5a1151bc7903.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
46492025-07-18T16:24:46.307Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46502025-07-18T16:24:46.335Z Running `/home/build/.rustup/toolchains/1.88.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=df162e5e078d87a5 -C extra-filename=-1c238be7d1ff9218 --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-6858bf7692ed7774.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3dfa2c4d507203d6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/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`
46512025-07-18T16:24:47.591Z Running `/home/build/.rustup/toolchains/1.88.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=e471a5159c8dc495 -C extra-filename=-45994ed5d7c4fdfe --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-6f7becf0be234034.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9e4e53dece56a064.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-fe6fdf8b3f06986e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3dfa2c4d507203d6.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-1c238be7d1ff9218.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
46522025-07-18T16:24:49.641Z Running `/home/build/.rustup/toolchains/1.88.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=f16662675b017443 -C extra-filename=-d46314dba1987110 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f543ee197f374c89.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-54fee71cfffae045.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-63b27a38e06bd635.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b98b24fe8bf9aff3.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-72d18f5f30e8e1c5.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0eee0435f9b97cad.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-ac3fc3f288dce79e.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-12357f3044d4be0e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-48c3550ccaba580e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-426936e9f2dcd89c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
46532025-07-18T16:24:51.565Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46542025-07-18T16:24:51.565Z Running `/home/build/.rustup/toolchains/1.88.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=9b0c7d3de3a3c60a -C extra-filename=-1853e6163b1cbe5e --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-d9eb9b7b89f93bc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
46552025-07-18T16:24:58.562Z Running `/home/build/.rustup/toolchains/1.88.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=33976d5ea80f1f42 -C extra-filename=-be3a10363eaa964e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6f7becf0be234034.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-203866d8f93cd47a.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9e4e53dece56a064.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-fe6fdf8b3f06986e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3dfa2c4d507203d6.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-1c238be7d1ff9218.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a3aaee2a5fbfd5d8.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-45994ed5d7c4fdfe.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6abd2e8972dbcc75.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9ca21b882cc6264d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4eb179e974db8bfa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7884be8ca7df3de2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-ac3fc3f288dce79e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/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`
46562025-07-18T16:24:58.718Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46572025-07-18T16:24:58.718Z Running `/home/build/.rustup/toolchains/1.88.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=2e1eaa50c11a5b44 -C extra-filename=-18fb1edf5f1cac9d --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-140395dcab7447db.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d8ed9ec70081ab3a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
46582025-07-18T16:24:58.718Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
46592025-07-18T16:24:58.718Z Running `/home/build/.rustup/toolchains/1.88.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=fca185b60f820922 -C extra-filename=-9b7e7ca3c69aefe6 --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-b5d8db7f5733e14c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
46602025-07-18T16:24:58.718Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46612025-07-18T16:24:58.718Z Running `/home/build/.rustup/toolchains/1.88.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=42c50495db694b6c -C extra-filename=-6a36d4997c9def1e --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-e7c95f0f01e4d880.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-62d280162a9b2f4f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-f4d532b8bf8b4102.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46622025-07-18T16:24:58.718Z Running `/home/build/.rustup/toolchains/1.88.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=692b0158b41dfd52 -C extra-filename=-20767fe4c095a326 --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-e682515a8bae6ea1.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-05ff3e7f8953f072.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-1c8e09b7230b1b34.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-3a9d2865c6399ff1.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-be8ead3bf686ef92.rmeta --cap-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-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/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()))'`
46632025-07-18T16:24:58.803Z Compiling russh v0.45.0
46642025-07-18T16:24:58.836Z Running `/home/build/.rustup/toolchains/1.88.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=8eb042c52d3e4222 -C extra-filename=-252479de7de55b9d --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-46e7e75132e78dcd.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-095add560aa65ccf.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f5683af400e4b5bb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-76e995005ff0a130.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-8a485eaefa5e1dec.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-47b6d3870809451f.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d15ca226b01f6837.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f910bd14c38fc8a2.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-ffc94b768cb5fa0a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-86cffebc07ad4c24.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7b1181371960a6a2.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c6c1183c12f21f86.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-616d45b749047c20.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-401945d023ab2c01.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-c8abd38168584a45.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-a9bce10cb70a9068.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-0718b97f5cbb953f.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-f44f2abaea0bc2f6.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-1d4e6e098cca66a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-af0c7eaeaab3b29d.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-f0bf8e49a7df9444.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6fa6eb22a430a653.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-59cc39e7ffa8d063.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-122147517202f394.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-8f390c1e0b5e8f70.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46652025-07-18T16:24:59.121Z Compiling rstest_macros v0.25.0
46662025-07-18T16:24:59.152Z Running `/home/build/.rustup/toolchains/1.88.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=56dd71a9c36973d4 -C extra-filename=-c2fddc5f9764d16b --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-c2fddc5f9764d16b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-7a97d3d9508f5c1c.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46672025-07-18T16:24:59.679Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46682025-07-18T16:24:59.708Z Running `/home/build/.rustup/toolchains/1.88.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=4f6ddd0a1e140aa1 -C extra-filename=-a9fc31e5bccbcf23 --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-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46692025-07-18T16:25:00.197Z Compiling topological-sort v0.2.2
46702025-07-18T16:25:00.223Z Running `/home/build/.rustup/toolchains/1.88.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=69d7bb260d3e5af3 -C extra-filename=-ee0906014f2d8a11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46712025-07-18T16:25:00.508Z Compiling target-triple v0.1.3
46722025-07-18T16:25:00.534Z Running `/home/build/.rustup/toolchains/1.88.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=c2401c238eacd1cc -C extra-filename=-0710a8721c6946f3 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-0710a8721c6946f3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46732025-07-18T16:25:01.138Z Compiling assert_cmd v2.0.17
46742025-07-18T16:25:01.164Z Running `/home/build/.rustup/toolchains/1.88.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=e84a36890e2d65d0 -C extra-filename=-f9e933b1832d0ae8 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-f9e933b1832d0ae8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46752025-07-18T16:25:01.674Z Compiling internet-checksum v0.2.1
46762025-07-18T16:25:01.699Z Running `/home/build/.rustup/toolchains/1.88.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=b58f14039c4037c0 -C extra-filename=-d7904af4b939f14b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46772025-07-18T16:25:01.964Z Compiling escape8259 v0.5.3
46782025-07-18T16:25:01.990Z Running `/home/build/.rustup/toolchains/1.88.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=a2ba8af6a41622aa -C extra-filename=-f00a50b92e609300 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46792025-07-18T16:25:02.400Z Compiling libtest-mimic v0.8.1
46802025-07-18T16:25:02.459Z Running `/home/build/.rustup/toolchains/1.88.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=a0178ce20bd16bc3 -C extra-filename=-8b6d7f67ba0042aa --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-e20f17b50c26e849.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-00e5fc0142abc387.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-f00a50b92e609300.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46812025-07-18T16:25:03.926Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-f9e933b1832d0ae8/build-script-build`
46822025-07-18T16:25:03.993Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-0710a8721c6946f3/build-script-build`
46832025-07-18T16:25:04.037Z Compiling omicron-zone-package v0.12.2
46842025-07-18T16:25:04.064Z Running `/home/build/.rustup/toolchains/1.88.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=0a530e0e5bdd3356 -C extra-filename=-3165dd9839b45982 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-20767fe4c095a326.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-2051f8d4f9df9124.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-f8cafe78598a89a5.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3c9772f0ef5be4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2984a7760d5684f2.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-ee0906014f2d8a11.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rmeta --cap-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-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/usr/ssl-3/lib/amd64`
46852025-07-18T16:25:04.106Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-c2fddc5f9764d16b/build-script-build`
46862025-07-18T16:25:04.304Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46872025-07-18T16:25:04.335Z Running `/home/build/.rustup/toolchains/1.88.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=a9536616c2045185 -C extra-filename=-ddf4c450e7384ab9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1853e6163b1cbe5e.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-949498ec86ace6df.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-63bcb48b3f985184.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-90b960a9eceafef2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
46882025-07-18T16:25:05.227Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
46892025-07-18T16:25:05.252Z Running `/home/build/.rustup/toolchains/1.88.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=62a74430fbe453fe -C extra-filename=-446751bffa2ea2e6 --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-09283293c0e83604.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
46902025-07-18T16:25:05.988Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46912025-07-18T16:25:06.016Z Running `/home/build/.rustup/toolchains/1.88.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=45e2e1486e9fbb5b -C extra-filename=-053749fbc1be2a90 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-053749fbc1be2a90 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fecc437e1b2b311.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
46922025-07-18T16:25:06.464Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46932025-07-18T16:25:06.490Z Running `/home/build/.rustup/toolchains/1.88.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=abf4bbe522dc8559 -C extra-filename=-229b0e6917c188c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-229b0e6917c188c8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fecc437e1b2b311.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
46942025-07-18T16:25:06.882Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
46952025-07-18T16:25:06.912Z Running `/home/build/.rustup/toolchains/1.88.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=270f2db9fd7d434a -C extra-filename=-f23fd5ab62e28faa --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-f23fd5ab62e28faa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fecc437e1b2b311.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
46962025-07-18T16:25:07.306Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
46972025-07-18T16:25:07.338Z Running `/home/build/.rustup/toolchains/1.88.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=9ae17d905926bbfd -C extra-filename=-abe9e6ca223e6ced --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-abe9e6ca223e6ced -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fecc437e1b2b311.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
46982025-07-18T16:25:07.727Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46992025-07-18T16:25:07.755Z Running `/home/build/.rustup/toolchains/1.88.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=3b780eb3ac745d1a -C extra-filename=-9c7d9a1de2ead580 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-9c7d9a1de2ead580 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fecc437e1b2b311.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
47002025-07-18T16:25:08.229Z Running `/home/build/.rustup/toolchains/1.88.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=caeabc404463003d -C extra-filename=-dde187b46b5f7e55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47012025-07-18T16:25:08.408Z Compiling fancy-regex v0.14.0
47022025-07-18T16:25:08.434Z Running `/home/build/.rustup/toolchains/1.88.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=826c39512048da73 -C extra-filename=-3680bf5bd9c9dddb --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-e390584c96dc53ff.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-7641545b05054316.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-1ec141ff0d2c5435.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47032025-07-18T16:25:09.377Z Compiling proc-macro-crate v3.2.0
47042025-07-18T16:25:09.413Z Running `/home/build/.rustup/toolchains/1.88.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=9174e70f5109f205 -C extra-filename=-a946d8863bc87a93 --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-78738aabfd5c37ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47052025-07-18T16:25:10.237Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
47062025-07-18T16:25:10.282Z Running `/home/build/.rustup/toolchains/1.88.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=2fd5a44f1434061d -C extra-filename=-cc010fee2f1e309d --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`
47072025-07-18T16:25:10.525Z Compiling relative-path v1.9.3
47082025-07-18T16:25:10.552Z Running `/home/build/.rustup/toolchains/1.88.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=e53cf64bbdf93bca -C extra-filename=-b4fc10e686a28e1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47092025-07-18T16:25:10.655Z Compiling datatest-stable v0.3.2
47102025-07-18T16:25:10.684Z Running `/home/build/.rustup/toolchains/1.88.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=5e45f1793dd87b12 -C extra-filename=-9ea05b96640635fc --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-140395dcab7447db.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-3680bf5bd9c9dddb.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-8b6d7f67ba0042aa.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47112025-07-18T16:25:11.228Z Running `/home/build/.rustup/toolchains/1.88.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=c1490da297fdf5c7 -C extra-filename=-fdb6e746bd4f5665 --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-1ec0b9c34a33fc61.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7b54a0c7b41b572.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-a946d8863bc87a93.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-b4fc10e686a28e1b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3466609bc44487e5.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47122025-07-18T16:25:11.420Z Running `/home/build/.rustup/toolchains/1.88.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=fef1490f9bd46da1 -C extra-filename=-0b5a11d640f43b9e --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-00e5fc0142abc387.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-03c1ee9972a07caf.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-dde187b46b5f7e55.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-28dfec6183e46a8d.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-d1c6c56e82d9a574.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-80ba7ac56ca8b30e.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-db3141cd56fdc959.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47132025-07-18T16:25:11.598Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-9c7d9a1de2ead580/build-script-build`
47142025-07-18T16:25:11.655Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-abe9e6ca223e6ced/build-script-build`
47152025-07-18T16:25:11.723Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-f23fd5ab62e28faa/build-script-build`
47162025-07-18T16:25:11.782Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-229b0e6917c188c8/build-script-build`
47172025-07-18T16:25:11.844Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-053749fbc1be2a90/build-script-build`
47182025-07-18T16:25:11.903Z Running `/home/build/.rustup/toolchains/1.88.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=095c0b0a31b61974 -C extra-filename=-bb17ee7ae4c5cfc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
47192025-07-18T16:25:12.103Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47202025-07-18T16:25:12.139Z Running `/home/build/.rustup/toolchains/1.88.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=0c2ad8f0df12844b -C extra-filename=-f1aa3ddee221ea51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-93caa56a791e5eed.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7e6bfb7da4b02c98.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b40fa1ae348706b1.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f92a2078bd882a16.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-63bcb48b3f985184.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6a999422bb962905.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-a4c923978384010b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-426936e9f2dcd89c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-df2cc57d42a6231c.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-c955a5f80854349f.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-169ae4cdc7ad88b7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47212025-07-18T16:25:12.581Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47222025-07-18T16:25:12.611Z Running `/home/build/.rustup/toolchains/1.88.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f2a8bc6449beb93 -C extra-filename=-1ffd351691b2253a --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-86cffebc07ad4c24.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern rand09=/work/oxidecomputer/omicron/target/debug/deps/librand-c775600be1f1d72b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-81913501386d0893.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
47232025-07-18T16:25:14.034Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47242025-07-18T16:25:14.065Z Running `/home/build/.rustup/toolchains/1.88.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=ca710961914b7438 -C extra-filename=-4f20af3791d90c7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2a842c4aa4a41563.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4ad3f0e9fdf550f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1c569a96ba79b59e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
47252025-07-18T16:25:14.214Z Compiling support-bundle-viewer v0.1.2
47262025-07-18T16:25:14.240Z Running `/home/build/.rustup/toolchains/1.88.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=5b9396896098d832 -C extra-filename=-053900d452bceb8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ef8dc745ce4e596.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rmeta --cap-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-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out`
47272025-07-18T16:25:15.335Z Compiling multimap v0.10.1
47282025-07-18T16:25:15.361Z Running `/home/build/.rustup/toolchains/1.88.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=8c022b9cdd8f7130 -C extra-filename=-5162f755279ab561 --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-055e1d96445a02a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47292025-07-18T16:25:15.731Z Compiling uzers v0.12.1
47302025-07-18T16:25:15.760Z Running `/home/build/.rustup/toolchains/1.88.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=53763fe52e87a9a8 -C extra-filename=-c51193def4282717 --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-09283293c0e83604.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47312025-07-18T16:25:16.875Z Compiling trybuild v1.0.105
47322025-07-18T16:25:16.901Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.105/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=16481b1462ebdd30 -C extra-filename=-1bc8ae58ba819d51 --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-d7b54a0c7b41b572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-f8cafe78598a89a5.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-bb17ee7ae4c5cfc8.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-e4a8e65cd48cc223.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47332025-07-18T16:25:19.517Z Compiling rstest v0.25.0
47342025-07-18T16:25:19.567Z Running `/home/build/.rustup/toolchains/1.88.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=490ceff6fe5eadb1 -C extra-filename=-2ff22965d676effe --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-d5fbced227452eb9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-fdb6e746bd4f5665.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47352025-07-18T16:25:19.840Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47362025-07-18T16:25:19.869Z Running `/home/build/.rustup/toolchains/1.88.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=668589c181ee32a9 -C extra-filename=-ab22543bb8e194c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fc35e663ef992660.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-49c78ba804ad4343.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ab4533b848ed7e88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47372025-07-18T16:25:19.926Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
47382025-07-18T16:25:19.953Z Running `/home/build/.rustup/toolchains/1.88.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=6ef1a3898cde7192 -C extra-filename=-5014b3d0248c67bb --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-5014b3d0248c67bb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fecc437e1b2b311.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
47392025-07-18T16:25:20.335Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
47402025-07-18T16:25:20.365Z Running `/home/build/.rustup/toolchains/1.88.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=34883b1f613a89bc -C extra-filename=-e590a2ab53619038 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-e590a2ab53619038 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fecc437e1b2b311.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
47412025-07-18T16:25:20.753Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
47422025-07-18T16:25:20.783Z Running `/home/build/.rustup/toolchains/1.88.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=5712d1c37dbf014c -C extra-filename=-e394626dc35813d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-e394626dc35813d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9fecc437e1b2b311.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
47432025-07-18T16:25:21.214Z Compiling blake2b_simd v1.0.2
47442025-07-18T16:25:21.241Z Running `/home/build/.rustup/toolchains/1.88.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=27e48cfa865ccaf8 -C extra-filename=-9a1246611f352aea --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-e682515a8bae6ea1.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-05ff3e7f8953f072.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-1c8e09b7230b1b34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47452025-07-18T16:25:22.207Z Compiling partial-io v0.5.4
47462025-07-18T16:25:22.234Z Running `/home/build/.rustup/toolchains/1.88.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=92ddc73d7f4217c2 -C extra-filename=-33bdfb6f14bf9c46 --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-400f1a947c243aae.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-40aeb4dd283ee270.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47472025-07-18T16:25:22.711Z Compiling httptest v0.16.3
47482025-07-18T16:25:22.741Z Running `/home/build/.rustup/toolchains/1.88.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=a7831b9134535aee -C extra-filename=-a2bb9463d63b26b2 --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-03c1ee9972a07caf.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-2ef5f011cf25d8cf.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8f384e6d644a1dbb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1519450c1e84e4ec.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0e8ebc29aa1b3701.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47492025-07-18T16:25:26.545Z Compiling rand_distr v0.4.3
47502025-07-18T16:25:26.604Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde1", "std", "std_math"))' -C metadata=30648435e6fc9bd3 -C extra-filename=-bf3f56ef7de7d0ca --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-347f5eeb4dc10c7b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47512025-07-18T16:25:26.604Z Compiling approx v0.5.1
47522025-07-18T16:25:26.604Z Running `/home/build/.rustup/toolchains/1.88.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=5bf1089a778b84a1 -C extra-filename=-3d3bbbf213a9c07a --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-347f5eeb4dc10c7b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47532025-07-18T16:25:26.604Z Compiling rust-argon2 v2.1.0
47542025-07-18T16:25:26.604Z Running `/home/build/.rustup/toolchains/1.88.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=e2e1bd086abc7dc2 -C extra-filename=-d348d2550aca4fee --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-9552b94b0f386d89.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-9a1246611f352aea.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-1c8e09b7230b1b34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47552025-07-18T16:25:26.604Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-e394626dc35813d1/build-script-build`
47562025-07-18T16:25:26.605Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-e590a2ab53619038/build-script-build`
47572025-07-18T16:25:26.605Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-5014b3d0248c67bb/build-script-build`
47582025-07-18T16:25:26.605Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47592025-07-18T16:25:26.605Z Running `/home/build/.rustup/toolchains/1.88.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=cbc7741c227afc66 -C extra-filename=-fdd0978221f80da5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-c51193def4282717.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-880c094fe21f7bb6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47602025-07-18T16:25:26.856Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47612025-07-18T16:25:26.883Z Running `/home/build/.rustup/toolchains/1.88.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 embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44dbb252b7b4f1f1 -C extra-filename=-226d00b8c2039fb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-bb5466ccb84602e8.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d22e1bfbd5264e45.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0c36304ae81c6ddd.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-1ffd351691b2253a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-6ad9cd0106bcb645.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-81913501386d0893.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47622025-07-18T16:25:27.482Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47632025-07-18T16:25:27.537Z Running `/home/build/.rustup/toolchains/1.88.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=c2bc7151ae9b4fa5 -C extra-filename=-368b80e9fb8b06b4 --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-00e5fc0142abc387.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f543ee197f374c89.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6a36d4997c9def1e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d7904af4b939f14b.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a9fc31e5bccbcf23.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c022530278e2c9be.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-252479de7de55b9d.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6fa6eb22a430a653.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-30f83be289414ffe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47642025-07-18T16:25:27.604Z Running `/home/build/.rustup/toolchains/1.88.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=715d1212dc352b38 -C extra-filename=-2644b9332a402332 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-5f0b71562611e976.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-fd7f5a1151bc7903.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/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`
47652025-07-18T16:25:29.244Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47662025-07-18T16:25:29.292Z Running `/home/build/.rustup/toolchains/1.88.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=40815007a0d6906d -C extra-filename=-87892cc1cc096393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2a842c4aa4a41563.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-cc010fee2f1e309d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-54fee71cfffae045.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-fd34f80252728255.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-3165dd9839b45982.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1c569a96ba79b59e.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-ff856e5bf9d0126a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-71cacb618e25bc78.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-921f6c3951b61686.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-d062fcf9f345c282.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-90b960a9eceafef2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64`
47672025-07-18T16:25:29.631Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
47682025-07-18T16:25:29.660Z Running `/home/build/.rustup/toolchains/1.88.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=961ffac843ad0592 -C extra-filename=-4f54f45d3fe26f28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-45e6edd71e612fc5.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a3ac09e83fa95d9.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-003fc21f863b6946.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7c9b6a6f5e40178d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d478ead0c3a29b8c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-61e5e807db545561.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7d5249a48c378d0a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-54fee71cfffae045.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b40fa1ae348706b1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4ad3f0e9fdf550f.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c4941842b8657916.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8cf53888304425f8.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-5f0b71562611e976.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-b45ca3e2d3713436.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fbbe2de3c49338f1.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-a9ba12be4b5c3693.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-152db808518fa03a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-1a8ff30f54235280.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a17f8ed88abb4dd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ee92f08970dc6918.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a20439c054845fb3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-c955a5f80854349f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47692025-07-18T16:25:30.258Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
47702025-07-18T16:25:30.299Z Running `/home/build/.rustup/toolchains/1.88.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=45ce658f0a86e3bd -C extra-filename=-3e8786d8c14eb053 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c4ddc37d8796576e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ef8dc745ce4e596.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
47712025-07-18T16:25:30.391Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
47722025-07-18T16:25:30.418Z Running `/home/build/.rustup/toolchains/1.88.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=8b9980212b454f93 -C extra-filename=-c6db19b5a35a2bf8 --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-b5d8db7f5733e14c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
47732025-07-18T16:25:31.320Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
47742025-07-18T16:25:31.350Z Running `/home/build/.rustup/toolchains/1.88.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=603efb12e4b5784e -C extra-filename=-834906bd10122ef6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
47752025-07-18T16:25:31.864Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
47762025-07-18T16:25:31.892Z Running `/home/build/.rustup/toolchains/1.88.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=110f2dffc40d16f9 -C extra-filename=-aeda5b384302c28a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2a842c4aa4a41563.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-61e5e807db545561.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-78738aabfd5c37ab.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
47772025-07-18T16:25:32.670Z Compiling cargo_toml v0.21.0
47782025-07-18T16:25:32.712Z Running `/home/build/.rustup/toolchains/1.88.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=d8b970c00cc18891 -C extra-filename=-aada237ccfeffd00 --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-055e1d96445a02a2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47792025-07-18T16:25:32.864Z Compiling termios v0.3.3
47802025-07-18T16:25:32.889Z Running `/home/build/.rustup/toolchains/1.88.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=c1fe917bf40d8093 -C extra-filename=-6371579ef24c7200 --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-09283293c0e83604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47812025-07-18T16:25:33.199Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47822025-07-18T16:25:33.228Z Running `/home/build/.rustup/toolchains/1.88.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=7d26736399bae8a7 -C extra-filename=-e92fefbc1668ff5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-6371579ef24c7200.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-dcb6d69ee5c4499e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47832025-07-18T16:25:34.185Z Running `/home/build/.rustup/toolchains/1.88.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=7999f49153dd21ac -C extra-filename=-aa9f077bdf43886a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2a842c4aa4a41563.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-cc010fee2f1e309d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-54fee71cfffae045.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-fd34f80252728255.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-87892cc1cc096393.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-3165dd9839b45982.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1c569a96ba79b59e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-ff856e5bf9d0126a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-71cacb618e25bc78.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-921f6c3951b61686.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-d062fcf9f345c282.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-90b960a9eceafef2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64`
47842025-07-18T16:25:38.406Z Running `/home/build/.rustup/toolchains/1.88.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=38ee82390270083d -C extra-filename=-2ca8d9fc874ce977 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-834906bd10122ef6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
47852025-07-18T16:25:38.724Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
47862025-07-18T16:25:38.754Z Running `/home/build/.rustup/toolchains/1.88.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=52e7b831e86da7af -C extra-filename=-40e71275a9d539c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2a842c4aa4a41563.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-aada237ccfeffd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-cc010fee2f1e309d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-61e5e807db545561.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-ac3fc3f288dce79e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-12357f3044d4be0e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a20439c054845fb3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47872025-07-18T16:25:39.283Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
47882025-07-18T16:25:39.308Z Running `/home/build/.rustup/toolchains/1.88.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=5014f120bceee606 -C extra-filename=-bf2f968bffed8b73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2a842c4aa4a41563.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-61e5e807db545561.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-aeda5b384302c28a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-3165dd9839b45982.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-921f6c3951b61686.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/usr/ssl-3/lib/amd64`
47892025-07-18T16:25:39.925Z Running `/home/build/.rustup/toolchains/1.88.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=f4d2d338b78c7f74 -C extra-filename=-afc35d5d746dd431 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-3e8786d8c14eb053.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c4ddc37d8796576e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ef8dc745ce4e596.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
47902025-07-18T16:25:40.898Z Running `/home/build/.rustup/toolchains/1.88.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=358a4828bdc35838 -C extra-filename=-c0aea430776192a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-45e6edd71e612fc5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a3ac09e83fa95d9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-003fc21f863b6946.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7c9b6a6f5e40178d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d478ead0c3a29b8c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-61e5e807db545561.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7d5249a48c378d0a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-54fee71cfffae045.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b40fa1ae348706b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4ad3f0e9fdf550f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c4941842b8657916.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8cf53888304425f8.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-5f0b71562611e976.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-4f54f45d3fe26f28.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-b45ca3e2d3713436.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fbbe2de3c49338f1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-a9ba12be4b5c3693.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-152db808518fa03a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-1a8ff30f54235280.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a17f8ed88abb4dd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ee92f08970dc6918.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a20439c054845fb3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-c955a5f80854349f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47912025-07-18T16:25:41.188Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name coordinator --edition=2021 trust-quorum/tests/coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb39f3ed3f7b4547 -C extra-filename=-398cf88e8097b364 --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-47389a09adfc1f8c.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-bb5466ccb84602e8.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d22e1bfbd5264e45.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0c36304ae81c6ddd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-1ffd351691b2253a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-6ad9cd0106bcb645.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-81913501386d0893.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-226d00b8c2039fb8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47922025-07-18T16:25:42.158Z Running `/home/build/.rustup/toolchains/1.88.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=718b9fa9b68040e5 -C extra-filename=-f3807b9b8386fdaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fc35e663ef992660.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-49c78ba804ad4343.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ab4533b848ed7e88.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ab22543bb8e194c7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47932025-07-18T16:25:42.744Z Running `/home/build/.rustup/toolchains/1.88.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=b2c1f53f807ed04a -C extra-filename=-e159dd7d1ed3bda1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fc35e663ef992660.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-49c78ba804ad4343.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ab4533b848ed7e88.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ab22543bb8e194c7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47942025-07-18T16:25:43.368Z Running `/home/build/.rustup/toolchains/1.88.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=3f5692a86767fb2a -C extra-filename=-c9cc5ceeaf242c17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-71a88b7cc7a2e7f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-c57b2dabfdf90577.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-d348d2550aca4fee.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-81913501386d0893.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
47952025-07-18T16:25:44.682Z Running `/home/build/.rustup/toolchains/1.88.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=c6420a9d02104577 -C extra-filename=-548efa2b5e761442 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-c51193def4282717.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-880c094fe21f7bb6.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-fdd0978221f80da5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47962025-07-18T16:25:45.711Z Running `/home/build/.rustup/toolchains/1.88.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=91259e9dbccd59f6 -C extra-filename=-c170866fe201d459 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0dbd613c5e038d9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/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`
47972025-07-18T16:25:45.788Z Running `/home/build/.rustup/toolchains/1.88.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=9f33a6a988fffce4 -C extra-filename=-51e851f30c4d4347 --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-3d3bbbf213a9c07a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-c57b2dabfdf90577.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-61c58253109c87dc.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-54077f5ad8b36155.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0fc90c5761eccf5b.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-bf3f56ef7de7d0ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-2ff22965d676effe.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-1bc8ae58ba819d51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
47982025-07-18T16:25:46.903Z Running `/home/build/.rustup/toolchains/1.88.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=edd5fdb1d9b80af9 -C extra-filename=-87b9bddaf0733f03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-93caa56a791e5eed.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7e6bfb7da4b02c98.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b40fa1ae348706b1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f92a2078bd882a16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-63bcb48b3f985184.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6a999422bb962905.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-a4c923978384010b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-426936e9f2dcd89c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-df2cc57d42a6231c.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f1aa3ddee221ea51.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-c955a5f80854349f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-169ae4cdc7ad88b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47992025-07-18T16:25:47.377Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48002025-07-18T16:25:47.410Z Running `/home/build/.rustup/toolchains/1.88.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=2c587cf4fd7a59af -C extra-filename=-9fb21a79848cd810 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4ec10f8ff6ccdff4.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-3ca8626cd2bfd199.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-7fe85857ab2a2350.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-90f409c8a427a466.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-4f9ec0ace280ac93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0e8ebc29aa1b3701.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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/`
48012025-07-18T16:25:47.499Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48022025-07-18T16:25:47.536Z Running `/home/build/.rustup/toolchains/1.88.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=f1ee73c3dc0bc485 -C extra-filename=-70b269b0f7ab55a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48032025-07-18T16:25:51.521Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48042025-07-18T16:25:51.626Z Running `/home/build/.rustup/toolchains/1.88.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=e14c9c30229c1e90 -C extra-filename=-25ebb7649118feaf --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-400f1a947c243aae.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-45994ed5d7c4fdfe.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/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`
48052025-07-18T16:25:51.626Z Running `/home/build/.rustup/toolchains/1.88.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=3435e90d58e16fdf -C extra-filename=-89b37e0dde854778 --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-e297e2f9d3879ddf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7884be8ca7df3de2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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`
48062025-07-18T16:25:51.627Z Running `/home/build/.rustup/toolchains/1.88.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=f159dad5b6beb9e8 -C extra-filename=-3190d5d54444620e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/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`
48072025-07-18T16:25:51.658Z Running `/home/build/.rustup/toolchains/1.88.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=7756ee3562d83939 -C extra-filename=-864f19fa425877bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-819cb3997d8a5986.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c4ddc37d8796576e.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d2b4d45bd574532f.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-63b27a38e06bd635.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-45994ed5d7c4fdfe.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-6f9f57966bbb5c4e.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-25ebb7649118feaf.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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`
48082025-07-18T16:25:51.730Z Running `/home/build/.rustup/toolchains/1.88.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=7593a066acf48fef -C extra-filename=-087bcb250238d314 --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-e297e2f9d3879ddf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85e68e865335d234.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/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`
48092025-07-18T16:25:52.382Z Running `/home/build/.rustup/toolchains/1.88.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=8a8c0b44aff1ffb1 -C extra-filename=-15e363a919775460 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-45e6edd71e612fc5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d22e1bfbd5264e45.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a3ac09e83fa95d9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-93caa56a791e5eed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7b54a0c7b41b572.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-dde241b92d1c538b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-616d45b749047c20.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8c46e61f24edc42e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b69aaca6809ee664.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c1b9298b3b9f752e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-521db65e426b7271.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b98b24fe8bf9aff3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b701908248140072.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-63bcb48b3f985184.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-88d1ab2a1093d582.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-4f9ec0ace280ac93.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-17dec0fd6a1491c2.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-027b7aec0fe8f11c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-439a4722ef59a9f5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-152db808518fa03a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2f4fd79ea148e323.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b4f3a2503b776aa2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a17f8ed88abb4dd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f90105254b394d92.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-8e96acd13a6c4b29.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-26da9bc46d061a83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-90b960a9eceafef2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-bc72f79b919460e0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-217cf9c7926c24bd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-e38a10a7cf266b0e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-880c094fe21f7bb6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
48102025-07-18T16:25:53.261Z Running `/home/build/.rustup/toolchains/1.88.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=c9af465d0d3174c0 -C extra-filename=-cacdaf1326b91a5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-45e6edd71e612fc5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d22e1bfbd5264e45.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a3ac09e83fa95d9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-93caa56a791e5eed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7b54a0c7b41b572.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8c46e61f24edc42e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b69aaca6809ee664.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c1b9298b3b9f752e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-521db65e426b7271.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b701908248140072.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-63bcb48b3f985184.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-88d1ab2a1093d582.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-17dec0fd6a1491c2.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-027b7aec0fe8f11c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-439a4722ef59a9f5.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-152db808518fa03a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2f4fd79ea148e323.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b4f3a2503b776aa2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a17f8ed88abb4dd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f90105254b394d92.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-8e96acd13a6c4b29.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-26da9bc46d061a83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-90b960a9eceafef2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-bc72f79b919460e0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-217cf9c7926c24bd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-e38a10a7cf266b0e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-880c094fe21f7bb6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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/`
48112025-07-18T16:25:53.290Z Running `/home/build/.rustup/toolchains/1.88.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=c18ae1d21a74cf09 -C extra-filename=-868fab7ce0e23972 --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-00e5fc0142abc387.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f543ee197f374c89.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6a36d4997c9def1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d7904af4b939f14b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a9fc31e5bccbcf23.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c022530278e2c9be.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-252479de7de55b9d.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6fa6eb22a430a653.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-30f83be289414ffe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48122025-07-18T16:25:55.262Z Running `/home/build/.rustup/toolchains/1.88.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=cbc8e9ccf94a5e3e -C extra-filename=-dd6112a739be1773 --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-00e5fc0142abc387.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f543ee197f374c89.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6a36d4997c9def1e.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-368b80e9fb8b06b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d7904af4b939f14b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a9fc31e5bccbcf23.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c022530278e2c9be.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-252479de7de55b9d.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6fa6eb22a430a653.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-30f83be289414ffe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48132025-07-18T16:25:55.348Z Running `/home/build/.rustup/toolchains/1.88.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=9b7f536ee690360c -C extra-filename=-0bf31896b15151b8 --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-00e5fc0142abc387.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f543ee197f374c89.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6a36d4997c9def1e.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-368b80e9fb8b06b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d7904af4b939f14b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a9fc31e5bccbcf23.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c022530278e2c9be.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-252479de7de55b9d.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6fa6eb22a430a653.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-30f83be289414ffe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48142025-07-18T16:25:56.224Z Running `/home/build/.rustup/toolchains/1.88.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=ded6a4311479960f -C extra-filename=-651d642fb2435d01 --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-6f7becf0be234034.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9e4e53dece56a064.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-fe6fdf8b3f06986e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3dfa2c4d507203d6.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-1c238be7d1ff9218.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/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`
48152025-07-18T16:25:57.842Z Running `/home/build/.rustup/toolchains/1.88.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=dd8d8eb8171ca7b5 -C extra-filename=-8c22115ffd6274a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-c6db19b5a35a2bf8.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-70b269b0f7ab55a1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a20439c054845fb3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/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`
48162025-07-18T16:25:58.159Z Running `/home/build/.rustup/toolchains/1.88.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=40828f404bed29f7 -C extra-filename=-140fb2e23b727763 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-819cb3997d8a5986.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c4ddc37d8796576e.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d2b4d45bd574532f.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-779a96c0a285a878.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e6df0d374c71c188.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f5968120c1643fc4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4ec10f8ff6ccdff4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-401945d023ab2c01.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b69aaca6809ee664.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-612ea3f727a39337.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-463b351fd2332d42.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-521db65e426b7271.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3dfa2c4d507203d6.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-5b5d519635764858.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-45994ed5d7c4fdfe.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e8430367e7407a4b.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c4941842b8657916.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8cf53888304425f8.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-087bcb250238d314.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-6f9f57966bbb5c4e.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-25ebb7649118feaf.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-864f19fa425877bb.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-70b269b0f7ab55a1.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3190d5d54444620e.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-89b37e0dde854778.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-3ca8626cd2bfd199.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-ad3f47c3b9446adb.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6abd2e8972dbcc75.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-791f6c46896bc067.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85e68e865335d234.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ccf6bb10fd627250.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-091ea52007f63294.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9ca21b882cc6264d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-360e6327ee94b1cc.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-439a4722ef59a9f5.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4eb179e974db8bfa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-71cacb618e25bc78.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8ebbabf17f6411ab.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-7c9491b89069efec.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2063e0a5150b553c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0e8ebc29aa1b3701.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7884be8ca7df3de2.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6a999422bb962905.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-426936e9f2dcd89c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/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`
48172025-07-18T16:25:58.350Z Running `/home/build/.rustup/toolchains/1.88.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=85355bb12eb560c1 -C extra-filename=-b1cff2c4bff95dbb --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-6f7becf0be234034.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9e4e53dece56a064.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-fe6fdf8b3f06986e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3dfa2c4d507203d6.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-1c238be7d1ff9218.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-45994ed5d7c4fdfe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/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`
48182025-07-18T16:26:04.994Z Running `/home/build/.rustup/toolchains/1.88.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=97447f7240b801db -C extra-filename=-70769796d7045a44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7c9b6a6f5e40178d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7eb6c1d42e586bfd.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-f31e0546acb03d12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-7fe85857ab2a2350.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
48192025-07-18T16:26:07.319Z Running `/home/build/.rustup/toolchains/1.88.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=55c6a852bb93e6a9 -C extra-filename=-41e2ff9508f9263a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4ec10f8ff6ccdff4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-3ca8626cd2bfd199.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-7fe85857ab2a2350.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-90f409c8a427a466.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-4f9ec0ace280ac93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0e8ebc29aa1b3701.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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/`
48202025-07-18T16:26:13.153Z Running `/home/build/.rustup/toolchains/1.88.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=ce92ba7e87a27a07 -C extra-filename=-888e0ab00a559b0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7c9b6a6f5e40178d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7eb6c1d42e586bfd.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-f31e0546acb03d12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
48212025-07-18T16:26:14.518Z Running `/home/build/.rustup/toolchains/1.88.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=cc14377db4846149 -C extra-filename=-b0a753a642c45e60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-6f9f57966bbb5c4e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-864f19fa425877bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2f4fd79ea148e323.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ee92f08970dc6918.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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`
48222025-07-18T16:26:17.965Z Running `/home/build/.rustup/toolchains/1.88.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=d8a872042a3bf95c -C extra-filename=-85431687cfb8e9ec --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-6f7becf0be234034.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-a2bb9463d63b26b2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85e68e865335d234.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
48232025-07-18T16:26:19.982Z Running `/home/build/.rustup/toolchains/1.88.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=f9bee521f19dda74 -C extra-filename=-ca642aaf63f1f884 --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-e297e2f9d3879ddf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3dfa2c4d507203d6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9b7e7ca3c69aefe6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-4f9ec0ace280ac93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7884be8ca7df3de2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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`
48242025-07-18T16:26:20.930Z Running `/home/build/.rustup/toolchains/1.88.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=124a0e9d33452277 -C extra-filename=-a624ddf9e7ac6f95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48252025-07-18T16:26:23.951Z Running `/home/build/.rustup/toolchains/1.88.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=2834204f95adc197 -C extra-filename=-21e4a42349012a8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6f7becf0be234034.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-203866d8f93cd47a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-c57b2dabfdf90577.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9e4e53dece56a064.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-fe6fdf8b3f06986e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-00756ef9aa93d6f2.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3dfa2c4d507203d6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-1c238be7d1ff9218.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a3aaee2a5fbfd5d8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-45994ed5d7c4fdfe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6abd2e8972dbcc75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-0cd10597ee8ba5d3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9ca21b882cc6264d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a07609af0cdfe2ed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1c569a96ba79b59e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-28dfec6183e46a8d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-4f9ec0ace280ac93.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4eb179e974db8bfa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8ebbabf17f6411ab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7884be8ca7df3de2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-ac3fc3f288dce79e.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-9da1e4644011109b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
48262025-07-18T16:26:26.791Z Running `/home/build/.rustup/toolchains/1.88.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=2965315a2121768e -C extra-filename=-0a3012e520cfbbdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-5f0b71562611e976.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-fd7f5a1151bc7903.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
48272025-07-18T16:26:31.924Z Running `/home/build/.rustup/toolchains/1.88.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=f54ba6ca0daeff5f -C extra-filename=-b57f3835b12b846e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-5f0b71562611e976.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-fd7f5a1151bc7903.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-2644b9332a402332.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
48282025-07-18T16:26:33.915Z Running `/home/build/.rustup/toolchains/1.88.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=e122a56dcd106147 -C extra-filename=-5dfd5f442eedcdb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6f7becf0be234034.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e6df0d374c71c188.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-f31e0546acb03d12.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-2024a8f0d518287d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-fd34f80252728255.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-5162f755279ab561.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-1c238be7d1ff9218.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-45994ed5d7c4fdfe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-70b269b0f7ab55a1.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-89b37e0dde854778.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fbbe2de3c49338f1.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85e68e865335d234.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1c569a96ba79b59e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ef8dc745ce4e596.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-49c78ba804ad4343.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7884be8ca7df3de2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-053900d452bceb8b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ee92f08970dc6918.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-12357f3044d4be0e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a20439c054845fb3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-de2d9fe847872790.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
48292025-07-18T16:26:35.362Z Running `/home/build/.rustup/toolchains/1.88.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=8a5694da49a126be -C extra-filename=-38b9c1a61b862546 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6f7becf0be234034.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/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`
48302025-07-18T16:26:37.966Z Running `/home/build/.rustup/toolchains/1.88.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=83119a962b3a06eb -C extra-filename=-f77596310bd88ee7 --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-400f1a947c243aae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-45994ed5d7c4fdfe.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/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`
48312025-07-18T16:26:41.048Z Running `/home/build/.rustup/toolchains/1.88.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=acda5f94b0559c58 -C extra-filename=-2ef6e47c291c5f3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-45e6edd71e612fc5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d22e1bfbd5264e45.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a3ac09e83fa95d9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-93caa56a791e5eed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7b54a0c7b41b572.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8c46e61f24edc42e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b69aaca6809ee664.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c1b9298b3b9f752e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-521db65e426b7271.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b701908248140072.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-63bcb48b3f985184.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-88d1ab2a1093d582.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-17dec0fd6a1491c2.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-027b7aec0fe8f11c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-439a4722ef59a9f5.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-152db808518fa03a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2f4fd79ea148e323.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b4f3a2503b776aa2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a17f8ed88abb4dd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f90105254b394d92.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-8e96acd13a6c4b29.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-26da9bc46d061a83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-90b960a9eceafef2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-bc72f79b919460e0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-217cf9c7926c24bd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-e38a10a7cf266b0e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-880c094fe21f7bb6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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/`
48322025-07-18T16:26:53.916Z Running `/home/build/.rustup/toolchains/1.88.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=6dea92bb47060ccc -C extra-filename=-71ea3b2e90771908 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-45e6edd71e612fc5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d22e1bfbd5264e45.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a3ac09e83fa95d9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-93caa56a791e5eed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7b54a0c7b41b572.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-dde241b92d1c538b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-616d45b749047c20.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8c46e61f24edc42e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b69aaca6809ee664.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c1b9298b3b9f752e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-521db65e426b7271.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b98b24fe8bf9aff3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b701908248140072.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-63bcb48b3f985184.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-88d1ab2a1093d582.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-4f9ec0ace280ac93.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-17dec0fd6a1491c2.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-027b7aec0fe8f11c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-439a4722ef59a9f5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-152db808518fa03a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2f4fd79ea148e323.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b4f3a2503b776aa2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a17f8ed88abb4dd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f90105254b394d92.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-8e96acd13a6c4b29.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-26da9bc46d061a83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-90b960a9eceafef2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-bc72f79b919460e0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-217cf9c7926c24bd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-e38a10a7cf266b0e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-880c094fe21f7bb6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
48332025-07-18T16:26:54.666Z Running `/home/build/.rustup/toolchains/1.88.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=637a83c2564fe97b -C extra-filename=-8f97df1c48d10166 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-45e6edd71e612fc5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d22e1bfbd5264e45.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a3ac09e83fa95d9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-93caa56a791e5eed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7b54a0c7b41b572.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-dde241b92d1c538b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-616d45b749047c20.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8c46e61f24edc42e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b69aaca6809ee664.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c1b9298b3b9f752e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-521db65e426b7271.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b98b24fe8bf9aff3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b701908248140072.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-63bcb48b3f985184.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-88d1ab2a1093d582.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-4f9ec0ace280ac93.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-17dec0fd6a1491c2.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-027b7aec0fe8f11c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-439a4722ef59a9f5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-152db808518fa03a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2f4fd79ea148e323.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b4f3a2503b776aa2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a17f8ed88abb4dd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f90105254b394d92.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-8e96acd13a6c4b29.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-26da9bc46d061a83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-90b960a9eceafef2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-bc72f79b919460e0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-217cf9c7926c24bd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-e38a10a7cf266b0e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-880c094fe21f7bb6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
48342025-07-18T16:26:57.322Z Running `/home/build/.rustup/toolchains/1.88.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=94cb71ffe326964a -C extra-filename=-7efe2f5dbca9df1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-819cb3997d8a5986.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c4ddc37d8796576e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0a58aff7cd7f4239.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6abd2e8972dbcc75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-fe522ce22452c7b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-ac3fc3f288dce79e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ad4ed6e4cf542f96.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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/`
48352025-07-18T16:26:57.520Z Running `/home/build/.rustup/toolchains/1.88.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=762446e214f7d36f -C extra-filename=-af3ce1397a8afd55 --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-00e5fc0142abc387.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f543ee197f374c89.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6a36d4997c9def1e.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-368b80e9fb8b06b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d7904af4b939f14b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a9fc31e5bccbcf23.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c022530278e2c9be.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-252479de7de55b9d.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6fa6eb22a430a653.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-30f83be289414ffe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48362025-07-18T16:26:57.675Z Running `/home/build/.rustup/toolchains/1.88.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=b7ac4399eff53966 -C extra-filename=-d7b482f8ea340647 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-45e6edd71e612fc5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d22e1bfbd5264e45.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a3ac09e83fa95d9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-93caa56a791e5eed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7b54a0c7b41b572.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8c46e61f24edc42e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b69aaca6809ee664.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c1b9298b3b9f752e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-521db65e426b7271.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b701908248140072.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-63bcb48b3f985184.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-88d1ab2a1093d582.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-17dec0fd6a1491c2.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-027b7aec0fe8f11c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-439a4722ef59a9f5.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-152db808518fa03a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2f4fd79ea148e323.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b4f3a2503b776aa2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a17f8ed88abb4dd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f90105254b394d92.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-8e96acd13a6c4b29.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-26da9bc46d061a83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-90b960a9eceafef2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-bc72f79b919460e0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-217cf9c7926c24bd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-e38a10a7cf266b0e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-880c094fe21f7bb6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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/`
48372025-07-18T16:27:00.284Z Running `/home/build/.rustup/toolchains/1.88.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=17720b5c8b22d9fe -C extra-filename=-7b295744b3797fb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-45e6edd71e612fc5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d22e1bfbd5264e45.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a3ac09e83fa95d9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-93caa56a791e5eed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7b54a0c7b41b572.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-dde241b92d1c538b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-616d45b749047c20.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8c46e61f24edc42e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b69aaca6809ee664.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c1b9298b3b9f752e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-521db65e426b7271.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b98b24fe8bf9aff3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b701908248140072.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-63bcb48b3f985184.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-88d1ab2a1093d582.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-4f9ec0ace280ac93.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-17dec0fd6a1491c2.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-027b7aec0fe8f11c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-439a4722ef59a9f5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-152db808518fa03a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2f4fd79ea148e323.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b4f3a2503b776aa2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a17f8ed88abb4dd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f90105254b394d92.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-8e96acd13a6c4b29.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-26da9bc46d061a83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-90b960a9eceafef2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-bc72f79b919460e0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-217cf9c7926c24bd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-e38a10a7cf266b0e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-880c094fe21f7bb6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
48382025-07-18T16:27:08.609Z Running `/home/build/.rustup/toolchains/1.88.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=d690c0a63e90e318 -C extra-filename=-793b1d90e0814091 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-93caa56a791e5eed.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7e6bfb7da4b02c98.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-61e5e807db545561.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-ddf4c450e7384ab9.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b40fa1ae348706b1.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1853e6163b1cbe5e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-463b351fd2332d42.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f92a2078bd882a16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-63bcb48b3f985184.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f90105254b394d92.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-8e96acd13a6c4b29.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-fe522ce22452c7b5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6a999422bb962905.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-a4c923978384010b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-48c3550ccaba580e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-426936e9f2dcd89c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ab4533b848ed7e88.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-df2cc57d42a6231c.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f1aa3ddee221ea51.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-c955a5f80854349f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-169ae4cdc7ad88b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
48392025-07-18T16:27:11.283Z Running `/home/build/.rustup/toolchains/1.88.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=7f8a949a519ede82 -C extra-filename=-d4bc6101f21c6a1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-93caa56a791e5eed.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7e6bfb7da4b02c98.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-61e5e807db545561.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-ddf4c450e7384ab9.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b40fa1ae348706b1.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1853e6163b1cbe5e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-463b351fd2332d42.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f92a2078bd882a16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-63bcb48b3f985184.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f90105254b394d92.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-8e96acd13a6c4b29.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-fe522ce22452c7b5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6a999422bb962905.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-a4c923978384010b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-48c3550ccaba580e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-426936e9f2dcd89c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ab4533b848ed7e88.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-df2cc57d42a6231c.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f1aa3ddee221ea51.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-c955a5f80854349f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-169ae4cdc7ad88b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
48402025-07-18T16:27:11.311Z Running `/home/build/.rustup/toolchains/1.88.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=e17b569f897e47d9 -C extra-filename=-fb9d2490c8589e82 --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-3d3bbbf213a9c07a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-c57b2dabfdf90577.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-61c58253109c87dc.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-54077f5ad8b36155.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0fc90c5761eccf5b.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aee46517a2d2eb97.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-bf3f56ef7de7d0ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-2ff22965d676effe.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-1bc8ae58ba819d51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
48412025-07-18T16:27:12.324Z Running `/home/build/.rustup/toolchains/1.88.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=d8c97538bb0c2891 -C extra-filename=-674b633d062c1508 --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-6858bf7692ed7774.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3dfa2c4d507203d6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/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`
48422025-07-18T16:27:14.973Z Running `/home/build/.rustup/toolchains/1.88.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=1796bee08f4d6dc7 -C extra-filename=-7040653a55d95dda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-b5f9c6c69402cbbf.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1077a381490b2b16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4ec10f8ff6ccdff4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4ad3f0e9fdf550f.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a3aaee2a5fbfd5d8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-791f6c46896bc067.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-0cd10597ee8ba5d3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2063e0a5150b553c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0e8ebc29aa1b3701.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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`
48432025-07-18T16:27:19.274Z Running `/home/build/.rustup/toolchains/1.88.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=01a655f686fb56bb -C extra-filename=-674976648b016489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-616d45b749047c20.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1853e6163b1cbe5e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-949498ec86ace6df.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-63bcb48b3f985184.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-33bdfb6f14bf9c46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-90b960a9eceafef2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48442025-07-18T16:27:45.669Z Running `/home/build/.rustup/toolchains/1.88.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=13b7acb9d75faf12 -C extra-filename=-e098cfe3f5334cd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-616d45b749047c20.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-ddf4c450e7384ab9.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1853e6163b1cbe5e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-949498ec86ace6df.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-63bcb48b3f985184.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-33bdfb6f14bf9c46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-90b960a9eceafef2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48452025-07-18T16:27:51.705Z Running `/home/build/.rustup/toolchains/1.88.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=d8b215948556ce0f -C extra-filename=-8245a44a9a5a00a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2a842c4aa4a41563.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4ad3f0e9fdf550f.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-4f20af3791d90c7b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1c569a96ba79b59e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
48462025-07-18T16:27:52.184Z Running `/home/build/.rustup/toolchains/1.88.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=4a5ebee1fb833cd1 -C extra-filename=-7468ea9cb712d3f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2a842c4aa4a41563.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4ad3f0e9fdf550f.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-4f20af3791d90c7b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1c569a96ba79b59e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
48472025-07-18T16:27:53.430Z Running `/home/build/.rustup/toolchains/1.88.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=ac8525c96d058d69 -C extra-filename=-1bf7a0ed691c87b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2a842c4aa4a41563.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4ad3f0e9fdf550f.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-4f20af3791d90c7b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1c569a96ba79b59e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
48482025-07-18T16:27:53.876Z Running `/home/build/.rustup/toolchains/1.88.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=4350a7108185f9a3 -C extra-filename=-4839b855af89e660 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-c51193def4282717.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-880c094fe21f7bb6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48492025-07-18T16:27:54.278Z Running `/home/build/.rustup/toolchains/1.88.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 embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=58480d825112fc86 -C extra-filename=-e38deb5cc79b1947 --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-47389a09adfc1f8c.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-bb5466ccb84602e8.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d22e1bfbd5264e45.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0c36304ae81c6ddd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-1ffd351691b2253a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-6ad9cd0106bcb645.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-81913501386d0893.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
48502025-07-18T16:27:56.418Z Running `/home/build/.rustup/toolchains/1.88.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=99ad5c7c51bc87c9 -C extra-filename=-a782440e7bed8eda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-93caa56a791e5eed.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7e6bfb7da4b02c98.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-61e5e807db545561.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-ddf4c450e7384ab9.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b40fa1ae348706b1.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1853e6163b1cbe5e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-463b351fd2332d42.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f92a2078bd882a16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-63bcb48b3f985184.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f90105254b394d92.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-8e96acd13a6c4b29.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-fe522ce22452c7b5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6a999422bb962905.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-a4c923978384010b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-48c3550ccaba580e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-426936e9f2dcd89c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ab4533b848ed7e88.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-df2cc57d42a6231c.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-c955a5f80854349f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-169ae4cdc7ad88b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
48512025-07-18T16:27:57.087Z Running `/home/build/.rustup/toolchains/1.88.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=9fba8d7fe861be96 -C extra-filename=-711ac884d8fb9880 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0b5a11d640f43b9e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fc35e663ef992660.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-fd34f80252728255.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-463b351fd2332d42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fbbe2de3c49338f1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ef8dc745ce4e596.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3bc97d8c795dc5dd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-921f6c3951b61686.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ee92f08970dc6918.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a20439c054845fb3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-78738aabfd5c37ab.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-a4c923978384010b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f7e28d66757e1dbf.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-de2d9fe847872790.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-df2cc57d42a6231c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-169ae4cdc7ad88b7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
48522025-07-18T16:28:02.842Z Running `/home/build/.rustup/toolchains/1.88.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=5420efcb3480df19 -C extra-filename=-eb2671430f645045 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0b5a11d640f43b9e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fc35e663ef992660.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-fd34f80252728255.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-463b351fd2332d42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fbbe2de3c49338f1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ef8dc745ce4e596.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3bc97d8c795dc5dd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-921f6c3951b61686.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ee92f08970dc6918.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a20439c054845fb3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-78738aabfd5c37ab.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-a4c923978384010b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f7e28d66757e1dbf.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-de2d9fe847872790.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ab4533b848ed7e88.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-df2cc57d42a6231c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-169ae4cdc7ad88b7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
48532025-07-18T16:28:04.081Z Running `/home/build/.rustup/toolchains/1.88.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=98ba6fba6f0a1c98 -C extra-filename=-d9ef64e04540baec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0b5a11d640f43b9e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fc35e663ef992660.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-fd34f80252728255.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-463b351fd2332d42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fbbe2de3c49338f1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ef8dc745ce4e596.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3bc97d8c795dc5dd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-921f6c3951b61686.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ee92f08970dc6918.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a20439c054845fb3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-78738aabfd5c37ab.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-a4c923978384010b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f7e28d66757e1dbf.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-de2d9fe847872790.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ab4533b848ed7e88.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-df2cc57d42a6231c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-169ae4cdc7ad88b7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
48542025-07-18T16:28:06.186Z Running `/home/build/.rustup/toolchains/1.88.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=05986f06760aef84 -C extra-filename=-cf997abd011519f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-446751bffa2ea2e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0dbd613c5e038d9e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/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`
48552025-07-18T16:28:08.466Z Running `/home/build/.rustup/toolchains/1.88.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=fe367866f471bbb7 -C extra-filename=-47f90a35ffc29bfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0dbd613c5e038d9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/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`
48562025-07-18T16:28:11.659Z Running `/home/build/.rustup/toolchains/1.88.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=788d54d5528b9e7a -C extra-filename=-e2b7475b40981505 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-446751bffa2ea2e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0dbd613c5e038d9e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/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`
48572025-07-18T16:28:16.215Z Running `/home/build/.rustup/toolchains/1.88.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=19b63765e41cdb88 -C extra-filename=-ac4ef00fefd0736a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-d46314dba1987110.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48582025-07-18T16:28:16.241Z Running `/home/build/.rustup/toolchains/1.88.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=9af0b9ce673fdcb3 -C extra-filename=-722e07799fc04d75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f543ee197f374c89.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-9ea05b96640635fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-54fee71cfffae045.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-63b27a38e06bd635.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b98b24fe8bf9aff3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-72d18f5f30e8e1c5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0eee0435f9b97cad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-d46314dba1987110.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-ac3fc3f288dce79e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-12357f3044d4be0e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-48c3550ccaba580e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-426936e9f2dcd89c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/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`
48592025-07-18T16:28:20.467Z Running `/home/build/.rustup/toolchains/1.88.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=823cc9cfec8f119d -C extra-filename=-0d9485802459fdf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f543ee197f374c89.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-9ea05b96640635fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-54fee71cfffae045.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-63b27a38e06bd635.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b98b24fe8bf9aff3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-72d18f5f30e8e1c5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0eee0435f9b97cad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-d46314dba1987110.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-ac3fc3f288dce79e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-12357f3044d4be0e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-48c3550ccaba580e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-426936e9f2dcd89c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/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`
48602025-07-18T16:28:21.237Z Running `/home/build/.rustup/toolchains/1.88.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=a986398f89141aeb -C extra-filename=-7b0df06d1d6efb2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f543ee197f374c89.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-54fee71cfffae045.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-63b27a38e06bd635.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b98b24fe8bf9aff3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-72d18f5f30e8e1c5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0eee0435f9b97cad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-d46314dba1987110.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-ac3fc3f288dce79e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-12357f3044d4be0e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-48c3550ccaba580e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-426936e9f2dcd89c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48612025-07-18T16:28:22.082Z Running `/home/build/.rustup/toolchains/1.88.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=6512c61da4a74555 -C extra-filename=-74495bdec8eaf28b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f543ee197f374c89.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-9ea05b96640635fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-54fee71cfffae045.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-63b27a38e06bd635.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b98b24fe8bf9aff3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-72d18f5f30e8e1c5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0eee0435f9b97cad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-ac3fc3f288dce79e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-12357f3044d4be0e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-48c3550ccaba580e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-426936e9f2dcd89c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/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`
48622025-07-18T16:28:23.136Z Running `/home/build/.rustup/toolchains/1.88.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=6fd7e430916f1ec4 -C extra-filename=-49c6da8f5b76429b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2a842c4aa4a41563.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-cc010fee2f1e309d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-54fee71cfffae045.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-fd34f80252728255.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-3165dd9839b45982.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1c569a96ba79b59e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-ff856e5bf9d0126a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-71cacb618e25bc78.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-921f6c3951b61686.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-d062fcf9f345c282.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-90b960a9eceafef2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64`
48632025-07-18T16:28:25.185Z Running `/home/build/.rustup/toolchains/1.88.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=c8855680a16204d3 -C extra-filename=-0a61f6605f34f292 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fc35e663ef992660.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-fd34f80252728255.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fbbe2de3c49338f1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ef8dc745ce4e596.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3bc97d8c795dc5dd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-921f6c3951b61686.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ee92f08970dc6918.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a20439c054845fb3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-78738aabfd5c37ab.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-a4c923978384010b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f7e28d66757e1dbf.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-de2d9fe847872790.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ab4533b848ed7e88.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-df2cc57d42a6231c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-169ae4cdc7ad88b7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
48642025-07-18T16:28:26.575Z Running `/home/build/.rustup/toolchains/1.88.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=7c643683afd04006 -C extra-filename=-9c6f8ee0e0a1296f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fc35e663ef992660.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-49c78ba804ad4343.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ab4533b848ed7e88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
48652025-07-18T16:28:29.387Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
48662025-07-18T16:28:29.413Z Running `/home/build/.rustup/toolchains/1.88.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=f7fa52bb37953db5 -C extra-filename=-f9821751e9a739f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-18fb1edf5f1cac9d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d8ed9ec70081ab3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c573b1c082b52c9e.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-31885d01f38c3c9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
48672025-07-18T16:28:30.302Z Running `/home/build/.rustup/toolchains/1.88.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=5f14aad4097205bc -C extra-filename=-5e295ce4b3e1eeca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-003fc21f863b6946.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-18fb1edf5f1cac9d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d8ed9ec70081ab3a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c573b1c082b52c9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
48682025-07-18T16:28:31.556Z Running `/home/build/.rustup/toolchains/1.88.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=3e17651992d7aca9 -C extra-filename=-4b2d8367c64a09ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-003fc21f863b6946.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-18fb1edf5f1cac9d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d8ed9ec70081ab3a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f66607dd804088fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c573b1c082b52c9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
48692025-07-18T16:28:34.349Z Running `/home/build/.rustup/toolchains/1.88.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=ec12ba03c84f34ca -C extra-filename=-f39758066c73e558 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-003fc21f863b6946.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-18fb1edf5f1cac9d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d8ed9ec70081ab3a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f66607dd804088fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c573b1c082b52c9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
48702025-07-18T16:28:36.280Z Running `/home/build/.rustup/toolchains/1.88.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=da37035e8f598d65 -C extra-filename=-70a1eae149cf4cb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-003fc21f863b6946.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-18fb1edf5f1cac9d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d8ed9ec70081ab3a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f66607dd804088fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c573b1c082b52c9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
48712025-07-18T16:28:36.687Z Running `/home/build/.rustup/toolchains/1.88.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=d46ae08e62549744 -C extra-filename=-a359f867adeb1d04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-003fc21f863b6946.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-18fb1edf5f1cac9d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d8ed9ec70081ab3a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f66607dd804088fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c573b1c082b52c9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
48722025-07-18T16:28:39.950Z Running `/home/build/.rustup/toolchains/1.88.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=0d23523a5c7ae0e5 -C extra-filename=-c5c49a6b9a4bac93 --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-93fe94028d57e50b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48732025-07-18T16:28:40.000Z Running `/home/build/.rustup/toolchains/1.88.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=33221b9b6e9c6781 -C extra-filename=-772116ee7c0db8a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-003fc21f863b6946.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f66607dd804088fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
48742025-07-18T16:28:42.666Z Running `/home/build/.rustup/toolchains/1.88.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=a5ced1e232562050 -C extra-filename=-fb92ba2e6fd70b9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-003fc21f863b6946.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f66607dd804088fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
48752025-07-18T16:28:42.848Z Running `/home/build/.rustup/toolchains/1.88.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=303cf1f46740ed3f -C extra-filename=-39241432a6a3e89d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-003fc21f863b6946.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f66607dd804088fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
48762025-07-18T16:28:51.132Z Running `/home/build/.rustup/toolchains/1.88.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=3c18cc6a230274ab -C extra-filename=-5ad5b1f1e06640e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-45e6edd71e612fc5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a3ac09e83fa95d9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-003fc21f863b6946.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7c9b6a6f5e40178d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d478ead0c3a29b8c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-61e5e807db545561.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7d5249a48c378d0a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-54fee71cfffae045.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b40fa1ae348706b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4ad3f0e9fdf550f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c4941842b8657916.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8cf53888304425f8.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-5f0b71562611e976.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-b45ca3e2d3713436.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fbbe2de3c49338f1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-a9ba12be4b5c3693.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-152db808518fa03a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-1a8ff30f54235280.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a17f8ed88abb4dd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ee92f08970dc6918.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a20439c054845fb3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-c955a5f80854349f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48772025-07-18T16:28:58.060Z Running `/home/build/.rustup/toolchains/1.88.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=cb25a6b2aa760e80 -C extra-filename=-3a00d3611218bc64 --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-1ff1005464dc8e1e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-fd7f5a1151bc7903.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
48782025-07-18T16:28:59.124Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
48792025-07-18T16:28:59.158Z Running `/home/build/.rustup/toolchains/1.88.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=e8adee1e55b53541 -C extra-filename=-9e1c388aeda28fdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-6f9f57966bbb5c4e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0eee0435f9b97cad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48802025-07-18T16:28:59.945Z Running `/home/build/.rustup/toolchains/1.88.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=b88498227afd3d5b -C extra-filename=-b8e00799be7ca3ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-fdb81e360d629a70.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-bb5466ccb84602e8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-51edd0b1d0ddc731.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d8ed9ec70081ab3a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-203866d8f93cd47a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-c57b2dabfdf90577.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ed3745ad4e522800.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-164a59420a9271ce.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-64248f07577526db.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5f13edeeb2694294.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-54077f5ad8b36155.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c573b1c082b52c9e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ccf6bb10fd627250.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-b9615f03d9dc4ead.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-49c78ba804ad4343.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c12923b67263bf5d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-6198dca814ea1b22.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-757e3c7688da9761.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-12357f3044d4be0e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-8db31d874a56dc5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
48812025-07-18T16:29:02.474Z Running `/home/build/.rustup/toolchains/1.88.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=47d92b7dddd4c03d -C extra-filename=-dfdf903550701fef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-fdb81e360d629a70.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-bb5466ccb84602e8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-51edd0b1d0ddc731.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d8ed9ec70081ab3a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-203866d8f93cd47a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-c57b2dabfdf90577.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ed3745ad4e522800.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-164a59420a9271ce.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-64248f07577526db.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5f13edeeb2694294.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-54077f5ad8b36155.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c573b1c082b52c9e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ccf6bb10fd627250.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-b9615f03d9dc4ead.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-49c78ba804ad4343.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c12923b67263bf5d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-6198dca814ea1b22.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-757e3c7688da9761.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-12357f3044d4be0e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-8db31d874a56dc5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
48822025-07-18T16:29:02.838Z Running `/home/build/.rustup/toolchains/1.88.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=f55b677c4ddd22bb -C extra-filename=-0d0023288fb2aca6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-fdb81e360d629a70.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-bb5466ccb84602e8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-51edd0b1d0ddc731.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d8ed9ec70081ab3a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-203866d8f93cd47a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-c57b2dabfdf90577.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ed3745ad4e522800.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-164a59420a9271ce.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-64248f07577526db.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5f13edeeb2694294.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-54077f5ad8b36155.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c573b1c082b52c9e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ccf6bb10fd627250.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-b9615f03d9dc4ead.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-49c78ba804ad4343.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c12923b67263bf5d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-6198dca814ea1b22.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-757e3c7688da9761.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-12357f3044d4be0e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-8db31d874a56dc5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
48832025-07-18T16:29:03.258Z Running `/home/build/.rustup/toolchains/1.88.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=c97986a1994efd18 -C extra-filename=-cb535b8c1e4a969f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-61e5e807db545561.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6a999422bb962905.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-48c3550ccaba580e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-e38a10a7cf266b0e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
48842025-07-18T16:29:03.461Z Running `/home/build/.rustup/toolchains/1.88.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=4c126a397368125d -C extra-filename=-859d6c69d11f85b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0a58aff7cd7f4239.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-a9ba12be4b5c3693.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85e68e865335d234.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-90f409c8a427a466.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48852025-07-18T16:29:06.840Z Running `/home/build/.rustup/toolchains/1.88.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=551bba8da2af6ed7 -C extra-filename=-95da4d9089f83150 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-a9ba12be4b5c3693.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85e68e865335d234.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-90f409c8a427a466.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48862025-07-18T16:29:17.196Z Running `/home/build/.rustup/toolchains/1.88.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=c5a96b24ff2f7014 -C extra-filename=-ab3ae32416a00dbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0a58aff7cd7f4239.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-a9ba12be4b5c3693.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85e68e865335d234.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-90f409c8a427a466.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48872025-07-18T16:29:23.617Z Running `/home/build/.rustup/toolchains/1.88.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=c1c0a1abfbc1d7f6 -C extra-filename=-74038ad6c4521777 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-a9ba12be4b5c3693.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85e68e865335d234.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-90f409c8a427a466.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48882025-07-18T16:29:23.666Z Running `/home/build/.rustup/toolchains/1.88.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=4b30ca4929741ff0 -C extra-filename=-6301f10f78f92db0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0a58aff7cd7f4239.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-a9ba12be4b5c3693.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85e68e865335d234.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-90f409c8a427a466.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48892025-07-18T16:29:23.717Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name rot_updater --edition=2021 nexus/mgs-updates/tests/rot_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=9434d7b192d7e963 -C extra-filename=-b381a781134f0d62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-6f9f57966bbb5c4e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-152db808518fa03a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2f4fd79ea148e323.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2d4d76274ed6b3bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48902025-07-18T16:29:26.756Z Running `/home/build/.rustup/toolchains/1.88.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=5d92cf525e34b233 -C extra-filename=-02b5c6791da477cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-6f9f57966bbb5c4e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-152db808518fa03a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2f4fd79ea148e323.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2d4d76274ed6b3bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48912025-07-18T16:29:30.945Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_updater --edition=2021 nexus/mgs-updates/tests/sp_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=cc549353e79ba005 -C extra-filename=-d41eaa4e85df0515 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-6f9f57966bbb5c4e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-152db808518fa03a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2f4fd79ea148e323.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2d4d76274ed6b3bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48922025-07-18T16:29:31.510Z Running `/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/rustc --crate-name host_phase1_updater --edition=2021 nexus/mgs-updates/tests/host_phase1_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=b32de2f0f6ddb691 -C extra-filename=-6e4ab3dac71c1e94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-6f9f57966bbb5c4e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-152db808518fa03a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2f4fd79ea148e323.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2d4d76274ed6b3bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48932025-07-18T16:30:20.979Z Running `/home/build/.rustup/toolchains/1.88.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=7980a2c39393b644 -C extra-filename=-4dd0a987aa9f986d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-007a2d881e0c2659.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-ac3fc3f288dce79e.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-7b7c88eed381415d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ad4ed6e4cf542f96.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
48942025-07-18T16:30:25.027Z Running `/home/build/.rustup/toolchains/1.88.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=64fa1ee8dbcec3e3 -C extra-filename=-b41700cc67eac54e --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-5287457fcb8d4415.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
48952025-07-18T16:30:25.233Z Running `/home/build/.rustup/toolchains/1.88.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=f84e1123c5379e31 -C extra-filename=-ef5c6394db00ab8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7d5249a48c378d0a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-32a0991a70616916.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-949498ec86ace6df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d383683918435a79.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-111d4954213f1af1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0dbd613c5e038d9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-dcb6d69ee5c4499e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48962025-07-18T16:30:25.277Z Running `/home/build/.rustup/toolchains/1.88.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=3c4222019452788e -C extra-filename=-9fd1e7488f6e23fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7d5249a48c378d0a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-32a0991a70616916.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-949498ec86ace6df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d383683918435a79.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-111d4954213f1af1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0dbd613c5e038d9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2d4d76274ed6b3bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-dcb6d69ee5c4499e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48972025-07-18T16:30:30.773Z Running `/home/build/.rustup/toolchains/1.88.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=57cbeec837e1f4cd -C extra-filename=-89c505d95079cfe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-152db808518fa03a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2f4fd79ea148e323.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2d4d76274ed6b3bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48982025-07-18T16:30:32.358Z Running `/home/build/.rustup/toolchains/1.88.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=52c77f162d5f5a50 -C extra-filename=-2b504b2e589d8cea --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-140395dcab7447db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d383683918435a79.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2d4d76274ed6b3bf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48992025-07-18T16:30:36.324Z Running `/home/build/.rustup/toolchains/1.88.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=c2eede02c4e48221 -C extra-filename=-23118a520fa606e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7d5249a48c378d0a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-32a0991a70616916.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-949498ec86ace6df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-111d4954213f1af1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0dbd613c5e038d9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2d4d76274ed6b3bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-dcb6d69ee5c4499e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49002025-07-18T16:30:42.303Z Running `/home/build/.rustup/toolchains/1.88.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=f657e65613478025 -C extra-filename=-d155a348ec7470ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7d5249a48c378d0a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-32a0991a70616916.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-949498ec86ace6df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d383683918435a79.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-111d4954213f1af1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0dbd613c5e038d9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2d4d76274ed6b3bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-dcb6d69ee5c4499e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49012025-07-18T16:30:42.366Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
49022025-07-18T16:30:42.392Z Running `/home/build/.rustup/toolchains/1.88.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=17c328068243df34 -C extra-filename=-6e910a0ddecc644e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d383683918435a79.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0dbd613c5e038d9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49032025-07-18T16:30:45.824Z Running `/home/build/.rustup/toolchains/1.88.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=765ee289e236ddd6 -C extra-filename=-58d8db02fb8a55f9 --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-93caa56a791e5eed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-df2cc57d42a6231c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
49042025-07-18T16:30:49.964Z Running `/home/build/.rustup/toolchains/1.88.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=1c1262b4276e5912 -C extra-filename=-47ed3a0b57d9f545 --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-e297e2f9d3879ddf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-df2cc57d42a6231c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
49052025-07-18T16:30:55.802Z Running `/home/build/.rustup/toolchains/1.88.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=10a3a8c079e7ebf4 -C extra-filename=-19e92f2634129c10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-45e6edd71e612fc5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d22e1bfbd5264e45.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a3ac09e83fa95d9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-93caa56a791e5eed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7b54a0c7b41b572.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-dde241b92d1c538b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-616d45b749047c20.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8c46e61f24edc42e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b69aaca6809ee664.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c1b9298b3b9f752e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-521db65e426b7271.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b98b24fe8bf9aff3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b701908248140072.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-63bcb48b3f985184.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-88d1ab2a1093d582.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-4f9ec0ace280ac93.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-17dec0fd6a1491c2.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-027b7aec0fe8f11c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-439a4722ef59a9f5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-152db808518fa03a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2f4fd79ea148e323.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b4f3a2503b776aa2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a17f8ed88abb4dd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f90105254b394d92.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-8e96acd13a6c4b29.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-26da9bc46d061a83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-90b960a9eceafef2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-bc72f79b919460e0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-217cf9c7926c24bd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-e38a10a7cf266b0e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-880c094fe21f7bb6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
49062025-07-18T16:30:57.287Z Running `/home/build/.rustup/toolchains/1.88.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=a3e9dc1946fabe49 -C extra-filename=-7793773d941288ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-f4d532b8bf8b4102.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-463b351fd2332d42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b98b24fe8bf9aff3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6abd2e8972dbcc75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2d4d76274ed6b3bf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ad4ed6e4cf542f96.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49072025-07-18T16:30:59.991Z Running `/home/build/.rustup/toolchains/1.88.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=8b7458fa6de2e34a -C extra-filename=-54f0613bfc41612c --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-7eb6c1d42e586bfd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49082025-07-18T16:31:01.120Z Running `/home/build/.rustup/toolchains/1.88.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=6b80df64d59f5e18 -C extra-filename=-cb6f4af9b029a57c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0a58aff7cd7f4239.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-a9ba12be4b5c3693.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85e68e865335d234.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49092025-07-18T16:31:01.815Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
49102025-07-18T16:31:01.841Z Running `/home/build/.rustup/toolchains/1.88.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=7621c868ab2059ff -C extra-filename=-2ad9efe14f6ba118 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-152db808518fa03a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6a999422bb962905.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49112025-07-18T16:31:04.037Z Running `/home/build/.rustup/toolchains/1.88.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=1c54a2d05bdd65e8 -C extra-filename=-08d77c6baadd99dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c4ddc37d8796576e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ef8dc745ce4e596.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49122025-07-18T16:31:09.790Z Running `/home/build/.rustup/toolchains/1.88.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=26fbeeac63f84f75 -C extra-filename=-a7774310017041c5 --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-140395dcab7447db.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-4119563b8272a557.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-4f9ec0ace280ac93.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-ff856e5bf9d0126a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f90105254b394d92.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-fe522ce22452c7b5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49132025-07-18T16:31:11.230Z Running `/home/build/.rustup/toolchains/1.88.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=5d296d772017d2d2 -C extra-filename=-1cf49f70e7b4d800 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49142025-07-18T16:31:15.946Z Running `/home/build/.rustup/toolchains/1.88.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=d01017f13aff1caa -C extra-filename=-7c43cefb3b8794af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d8ed9ec70081ab3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0fc90c5761eccf5b.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aee46517a2d2eb97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49152025-07-18T16:31:26.779Z Running `/home/build/.rustup/toolchains/1.88.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=6a7853bf62ca36b2 -C extra-filename=-81038da185833da1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-fdb81e360d629a70.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-bb5466ccb84602e8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-51edd0b1d0ddc731.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d8ed9ec70081ab3a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-203866d8f93cd47a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ed3745ad4e522800.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-164a59420a9271ce.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-64248f07577526db.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5f13edeeb2694294.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-54077f5ad8b36155.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ccf6bb10fd627250.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-b9615f03d9dc4ead.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-49c78ba804ad4343.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c12923b67263bf5d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-6198dca814ea1b22.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-757e3c7688da9761.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-12357f3044d4be0e.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-8db31d874a56dc5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49162025-07-18T16:31:29.409Z Running `/home/build/.rustup/toolchains/1.88.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=cceeceefaecb274e -C extra-filename=-17e4afa9263abad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-463b351fd2332d42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fbbe2de3c49338f1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-a4c923978384010b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
49172025-07-18T16:31:34.029Z Running `/home/build/.rustup/toolchains/1.88.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=1fa805471e51ba64 -C extra-filename=-b1c5e63c57cd267c --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-7757a5163fd5f6fb.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
49182025-07-18T16:31:35.430Z Running `/home/build/.rustup/toolchains/1.88.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=be92e832ad8fb760 -C extra-filename=-43b4df576a93dc82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9e4e53dece56a064.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2da6f52a05daee67.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4ad3f0e9fdf550f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e8430367e7407a4b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f92a2078bd882a16.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6abd2e8972dbcc75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4eb179e974db8bfa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7884be8ca7df3de2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49192025-07-18T16:31:35.749Z Running `/home/build/.rustup/toolchains/1.88.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=f8802f30d798680e -C extra-filename=-378df55e3950eb99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-b45ca3e2d3713436.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aee46517a2d2eb97.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ccf6bb10fd627250.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
49202025-07-18T16:31:36.400Z Running `/home/build/.rustup/toolchains/1.88.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=c0c8ed95c4fcf8bb -C extra-filename=-fa2e00458713e75f --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-1ff1005464dc8e1e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
49212025-07-18T16:31:41.355Z Running `/home/build/.rustup/toolchains/1.88.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=68d503c35df0f9cc -C extra-filename=-0dc0876f6c169346 --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-e297e2f9d3879ddf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
49222025-07-18T16:31:41.407Z Running `/home/build/.rustup/toolchains/1.88.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=a736841dba224109 -C extra-filename=-9ed19da8574305ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d478ead0c3a29b8c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-be12e1072f36f8f4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5222b68690f578f8.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a459a93b50c99823.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d70a7b4ef4e0e157.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ad9fa7f4de87a1a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49232025-07-18T16:31:41.791Z Running `/home/build/.rustup/toolchains/1.88.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=041f7c47ce1dcb7e -C extra-filename=-4775765f33dd9209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d478ead0c3a29b8c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-be12e1072f36f8f4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5222b68690f578f8.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a459a93b50c99823.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d70a7b4ef4e0e157.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ad9fa7f4de87a1a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49242025-07-18T16:31:41.974Z Running `/home/build/.rustup/toolchains/1.88.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=afdea83456a6a24a -C extra-filename=-7f9da55c1340f592 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5222b68690f578f8.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ad9fa7f4de87a1a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49252025-07-18T16:31:43.155Z Running `/home/build/.rustup/toolchains/1.88.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=e942d6a8f0b88075 -C extra-filename=-47cc725a5015732f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d478ead0c3a29b8c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-be12e1072f36f8f4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5222b68690f578f8.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a459a93b50c99823.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d70a7b4ef4e0e157.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ad9fa7f4de87a1a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49262025-07-18T16:31:52.685Z Running `/home/build/.rustup/toolchains/1.88.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=4ff39f4952dce6c0 -C extra-filename=-5ff7759006a41f8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d478ead0c3a29b8c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-be12e1072f36f8f4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5222b68690f578f8.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a459a93b50c99823.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d70a7b4ef4e0e157.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ad9fa7f4de87a1a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49272025-07-18T16:31:54.699Z Running `/home/build/.rustup/toolchains/1.88.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=0a0af03990329f2b -C extra-filename=-9685ddb1680d3189 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d478ead0c3a29b8c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-be12e1072f36f8f4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5222b68690f578f8.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a459a93b50c99823.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d70a7b4ef4e0e157.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ad9fa7f4de87a1a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49282025-07-18T16:31:57.919Z Running `/home/build/.rustup/toolchains/1.88.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=704eb11dbbb9b1ad -C extra-filename=-cd884225b6134b66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d478ead0c3a29b8c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-be12e1072f36f8f4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5222b68690f578f8.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a459a93b50c99823.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d70a7b4ef4e0e157.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ad9fa7f4de87a1a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49292025-07-18T16:32:00.205Z Running `/home/build/.rustup/toolchains/1.88.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=24d1ed7fb0b80766 -C extra-filename=-113771fa7a481246 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d478ead0c3a29b8c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-be12e1072f36f8f4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5222b68690f578f8.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a459a93b50c99823.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d70a7b4ef4e0e157.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ad9fa7f4de87a1a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49302025-07-18T16:32:06.227Z Running `/home/build/.rustup/toolchains/1.88.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=5070792feed38c72 -C extra-filename=-8b99598e856ef0e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d478ead0c3a29b8c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-be12e1072f36f8f4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5222b68690f578f8.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a459a93b50c99823.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d70a7b4ef4e0e157.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ad9fa7f4de87a1a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49312025-07-18T16:32:06.934Z Running `/home/build/.rustup/toolchains/1.88.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=5969c7cf17e4aa6c -C extra-filename=-1f24670a810f3f47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d478ead0c3a29b8c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-be12e1072f36f8f4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5222b68690f578f8.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a459a93b50c99823.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d70a7b4ef4e0e157.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ad9fa7f4de87a1a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49322025-07-18T16:32:09.549Z Running `/home/build/.rustup/toolchains/1.88.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=2ccb950549469e8e -C extra-filename=-8d9ddbf58f1f9612 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7e6bfb7da4b02c98.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7b54a0c7b41b572.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c1b9298b3b9f752e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b701908248140072.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-31885d01f38c3c9e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a17f8ed88abb4dd9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-0b09ae3656143097.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-880c094fe21f7bb6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49332025-07-18T16:32:09.744Z Running `/home/build/.rustup/toolchains/1.88.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=06574f7167e1361e -C extra-filename=-cdeadbeae7943d70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-d9398883c295516b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ffa7a0fed34c951b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-4e6d76aa5285735b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2d4d76274ed6b3bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a0f49db8dc7151e9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
49342025-07-18T16:32:09.824Z Running `/home/build/.rustup/toolchains/1.88.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=1db5b40d8436b1be -C extra-filename=-c9a8a5fa1f82da71 --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-140395dcab7447db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-26da9bc46d061a83.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49352025-07-18T16:32:12.122Z Running `/home/build/.rustup/toolchains/1.88.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=8d6d1ddde182d1a2 -C extra-filename=-5b5a7aeee8a5729f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d478ead0c3a29b8c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-be12e1072f36f8f4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5222b68690f578f8.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a459a93b50c99823.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d70a7b4ef4e0e157.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ad9fa7f4de87a1a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49362025-07-18T16:32:13.144Z Running `/home/build/.rustup/toolchains/1.88.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=deeb79d5aea1ddfc -C extra-filename=-d93a11191de38e78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-61e5e807db545561.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-93e4ee5af1b857ed.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-091ea52007f63294.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49372025-07-18T16:32:20.137Z Running `/home/build/.rustup/toolchains/1.88.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=58b944a65574a6e7 -C extra-filename=-d5c8c010306f3d4a --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-140395dcab7447db.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-4119563b8272a557.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49382025-07-18T16:32:29.236Z Running `/home/build/.rustup/toolchains/1.88.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=3d4e883bd269495d -C extra-filename=-222fde709c278f0f --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-1ec0b9c34a33fc61.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-310316c64e79f1f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49392025-07-18T16:32:30.061Z Running `/home/build/.rustup/toolchains/1.88.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=be55d651b82c025d -C extra-filename=-cf7cf8eefde916a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7b54a0c7b41b572.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c1b9298b3b9f752e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-0b09ae3656143097.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49402025-07-18T16:32:37.187Z Running `/home/build/.rustup/toolchains/1.88.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=ea38928a22ffba2a -C extra-filename=-dc14ea9b9b856115 --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-1ff1005464dc8e1e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49412025-07-18T16:32:37.426Z Running `/home/build/.rustup/toolchains/1.88.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=34ef78e3503239ed -C extra-filename=-530c3700383ed9ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49422025-07-18T16:32:39.658Z Running `/home/build/.rustup/toolchains/1.88.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=048b867734cec2b9 -C extra-filename=-3302bd12e3cb9287 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0fc90c5761eccf5b.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-e602866d50cf8420.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-3f43204bcda606e9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aee46517a2d2eb97.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0f93d99a3ba4bcc6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49432025-07-18T16:32:39.916Z Running `/home/build/.rustup/toolchains/1.88.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=7aa72ce48a86973f -C extra-filename=-a3230c8a02f80ad5 --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-47389a09adfc1f8c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d22e1bfbd5264e45.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0c36304ae81c6ddd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fc35e663ef992660.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-6ad9cd0106bcb645.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-81913501386d0893.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-de1c6173947d76f5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/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`
49442025-07-18T16:32:44.807Z Running `/home/build/.rustup/toolchains/1.88.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=74c67b1f6fa2f03f -C extra-filename=-26335cbbe8ed086a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d22e1bfbd5264e45.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b4f3a2503b776aa2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49452025-07-18T16:32:48.398Z Running `/home/build/.rustup/toolchains/1.88.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=4c7ac80fc46a1ca4 -C extra-filename=-64d6cbce127c009f --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-47389a09adfc1f8c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d22e1bfbd5264e45.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0c36304ae81c6ddd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fc35e663ef992660.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-6ad9cd0106bcb645.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-81913501386d0893.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-de1c6173947d76f5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/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`
49462025-07-18T16:32:49.297Z Running `/home/build/.rustup/toolchains/1.88.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=73a8aa7ff9e42e90 -C extra-filename=-96a8c14490ddf8fb --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-d9eb9b7b89f93bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49472025-07-18T16:32:51.491Z Running `/home/build/.rustup/toolchains/1.88.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=ca0bfb90ad8edfa2 -C extra-filename=-0579c1efdffc4a00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49482025-07-18T16:32:53.926Z Running `/home/build/.rustup/toolchains/1.88.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=d765c6c6ddcd9022 -C extra-filename=-0b7ce117a399094e --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-b5d8db7f5733e14c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ccaf5abc3bd18853.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a7b139176172cc0c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49492025-07-18T16:32:54.038Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49502025-07-18T16:32:54.064Z Running `/home/build/.rustup/toolchains/1.88.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=f1a6e98338f0a612 -C extra-filename=-503f057d31eef8a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49512025-07-18T16:32:55.670Z Running `/home/build/.rustup/toolchains/1.88.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=dc6b485463674145 -C extra-filename=-725673b42e6b5cc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9c466a4ed58223b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-e602866d50cf8420.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aee46517a2d2eb97.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0f93d99a3ba4bcc6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49522025-07-18T16:32:56.440Z Running `/home/build/.rustup/toolchains/1.88.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=2752727ee434135b -C extra-filename=-589c57951464f44b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-02123073551b7c1c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1077a381490b2b16.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2da6f52a05daee67.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-54fee71cfffae045.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-63b27a38e06bd635.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4ad3f0e9fdf550f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6abd2e8972dbcc75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-791f6c46896bc067.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ccf6bb10fd627250.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7884be8ca7df3de2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-12357f3044d4be0e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a20439c054845fb3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6a999422bb962905.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-de2d9fe847872790.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
49532025-07-18T16:32:57.865Z Running `/home/build/.rustup/toolchains/1.88.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=f4715338e7b0361b -C extra-filename=-551ea3c2b3d4b2ce --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-643b99a83b897ab3.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-453285ad844747c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-791f6c46896bc067.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-60febd85b5ddc3ea.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49542025-07-18T16:33:01.033Z Running `/home/build/.rustup/toolchains/1.88.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=df540f8db4347d91 -C extra-filename=-7ac60a8c9b7d53d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-45e6edd71e612fc5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-2051f8d4f9df9124.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ed3745ad4e522800.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4ec10f8ff6ccdff4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-f5dc1e2c0cc21b3d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a07609af0cdfe2ed.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-71cacb618e25bc78.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8ebbabf17f6411ab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49552025-07-18T16:33:05.249Z Running `/home/build/.rustup/toolchains/1.88.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=f7b2fbe36552ae59 -C extra-filename=-a7ccd193e18c049d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2da6f52a05daee67.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7e6bfb7da4b02c98.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-54fee71cfffae045.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-fd34f80252728255.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-08a15f91bf64e612.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-2324765d0ce69be7.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-caab7cf84293fa88.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fbbe2de3c49338f1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1c569a96ba79b59e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ee92f08970dc6918.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-ac3fc3f288dce79e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-de2d9fe847872790.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49562025-07-18T16:33:05.877Z Running `/home/build/.rustup/toolchains/1.88.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=ca6a8b679e1a7261 -C extra-filename=-1e84b4d9af276403 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2a842c4aa4a41563.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4ad3f0e9fdf550f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1c569a96ba79b59e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49572025-07-18T16:33:08.187Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49582025-07-18T16:33:08.212Z Running `/home/build/.rustup/toolchains/1.88.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=22f7608636d7f2ac -C extra-filename=-957234ec33428fb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-791f6c46896bc067.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49592025-07-18T16:33:08.590Z Running `/home/build/.rustup/toolchains/1.88.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=494b505c2a35ffd4 -C extra-filename=-a66ef97a727ddd19 --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-47389a09adfc1f8c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0c36304ae81c6ddd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fc35e663ef992660.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-6ad9cd0106bcb645.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-81913501386d0893.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-de1c6173947d76f5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/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`
49602025-07-18T16:33:08.915Z Running `/home/build/.rustup/toolchains/1.88.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=0d8cde9944326612 -C extra-filename=-3915581966bb6c28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ed3745ad4e522800.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-326c4f5ec002b051.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-534fcfabb4ecf5c4.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-9bd5a7ab0280147c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-217cf9c7926c24bd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49612025-07-18T16:33:15.411Z Running `/home/build/.rustup/toolchains/1.88.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=167bdfd2f4521e5e -C extra-filename=-1f0b83bec27f699c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-791f6c46896bc067.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49622025-07-18T16:33:17.007Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
49632025-07-18T16:33:17.047Z Running `/home/build/.rustup/toolchains/1.88.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=525a0d1c9ab8df83 -C extra-filename=-6bc341d5a94cb0a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49642025-07-18T16:33:17.922Z Running `/home/build/.rustup/toolchains/1.88.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=c8fb0e85896bb85b -C extra-filename=-25b614210933549c --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-09283293c0e83604.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49652025-07-18T16:33:18.978Z Running `/home/build/.rustup/toolchains/1.88.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=13807548c87bd288 -C extra-filename=-d0cd23d593a81f62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-45e6edd71e612fc5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-2051f8d4f9df9124.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ed3745ad4e522800.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4ec10f8ff6ccdff4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-f5dc1e2c0cc21b3d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a07609af0cdfe2ed.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-71cacb618e25bc78.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8ebbabf17f6411ab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49662025-07-18T16:33:19.849Z Running `/home/build/.rustup/toolchains/1.88.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=4ed94bb3dce6f276 -C extra-filename=-5c9bbcc2c27c3f78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-8294b670d1a4805e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-76e995005ff0a130.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-5c44d9a309ae9304.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-88d1ab2a1093d582.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-8048f8c248b06c48.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-93e4ee5af1b857ed.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-90b960a9eceafef2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-90f61593e285c654.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-880c094fe21f7bb6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
49672025-07-18T16:33:21.117Z Running `/home/build/.rustup/toolchains/1.88.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=652a95603efd66d9 -C extra-filename=-accfa774cf9337e3 --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-e297e2f9d3879ddf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-b45ca3e2d3713436.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49682025-07-18T16:33:23.022Z Running `/home/build/.rustup/toolchains/1.88.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=b6a945f552631d8c -C extra-filename=-912c0767f63bbc4c --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-e297e2f9d3879ddf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49692025-07-18T16:33:23.219Z Running `/home/build/.rustup/toolchains/1.88.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=9cfe5e720bf34898 -C extra-filename=-f54e57fa51d1501b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9c466a4ed58223b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aee46517a2d2eb97.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0f93d99a3ba4bcc6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49702025-07-18T16:33:25.366Z Running `/home/build/.rustup/toolchains/1.88.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=4e51f55a36a6cfd2 -C extra-filename=-2b8b1efe9ac30d64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-164a59420a9271ce.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-54077f5ad8b36155.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aee46517a2d2eb97.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49712025-07-18T16:33:27.089Z Running `/home/build/.rustup/toolchains/1.88.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=c1dd1a73dcde88d5 -C extra-filename=-8fae826fa5d3a3ed --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-e297e2f9d3879ddf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49722025-07-18T16:33:31.440Z Running `/home/build/.rustup/toolchains/1.88.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=fdf412caf0e174d2 -C extra-filename=-62e1c6072c86cf7d --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-e297e2f9d3879ddf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49732025-07-18T16:33:37.324Z Running `/home/build/.rustup/toolchains/1.88.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=9683331869e5ed91 -C extra-filename=-28c27fd9ea2284f4 --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-b2c241ad3f7cd7e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49742025-07-18T16:33:42.023Z Running `/home/build/.rustup/toolchains/1.88.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=71662a48d28442dc -C extra-filename=-0822ea1dda7198ce --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-e297e2f9d3879ddf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49752025-07-18T16:33:42.091Z Running `/home/build/.rustup/toolchains/1.88.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=5b5826b2cc7a7a15 -C extra-filename=-d01d58bb1b0ab1ad --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-140395dcab7447db.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d8ed9ec70081ab3a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49762025-07-18T16:33:43.628Z Running `/home/build/.rustup/toolchains/1.88.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=c6a38e63a083bb81 -C extra-filename=-12bfb8083a0e97e3 --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-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49772025-07-18T16:33:43.713Z Running `/home/build/.rustup/toolchains/1.88.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=bd0752e13f3a46f0 -C extra-filename=-a12a78c3c78fdc30 --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-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49782025-07-18T16:33:43.782Z Running `/home/build/.rustup/toolchains/1.88.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=aee57ccdaff7d5a7 -C extra-filename=-33ee9e4fe5ffad26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49792025-07-18T16:33:44.279Z Running `/home/build/.rustup/toolchains/1.88.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=83221cb41f70aebd -C extra-filename=-f15b915a7bb30654 --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-73d4d7ffb3d2bcf3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7e6bfb7da4b02c98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-360e6327ee94b1cc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49802025-07-18T16:33:44.770Z Running `/home/build/.rustup/toolchains/1.88.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=f836c0de2b19beac -C extra-filename=-bcab232c1b3a4683 --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-6070436c65f4a42f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49812025-07-18T16:33:46.975Z Running `/home/build/.rustup/toolchains/1.88.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=7ae217b675c3753a -C extra-filename=-581ac158783ed9f7 --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-55b2fb0813a2d2c1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
49822025-07-18T16:33:49.614Z Running `/home/build/.rustup/toolchains/1.88.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=5463fa8b32baa8c6 -C extra-filename=-ea18f903f7657bc8 --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-1ff1005464dc8e1e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
49832025-07-18T16:33:51.527Z Running `/home/build/.rustup/toolchains/1.88.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=889aedd97c3ad762 -C extra-filename=-cc14d43f64d51d48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-d9398883c295516b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ffa7a0fed34c951b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-4e6d76aa5285735b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a0f49db8dc7151e9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
49842025-07-18T16:33:52.508Z Running `/home/build/.rustup/toolchains/1.88.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=b8b4503a9393cb6c -C extra-filename=-d1da5d7edac41d5b --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-e297e2f9d3879ddf.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-f31e0546acb03d12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49852025-07-18T16:33:54.913Z Running `/home/build/.rustup/toolchains/1.88.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=e14159e36e561905 -C extra-filename=-d436715fdd9932c1 --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-3c83a57bdf9cccc4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-949498ec86ace6df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
49862025-07-18T16:33:56.774Z Running `/home/build/.rustup/toolchains/1.88.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=0da17b05884bf1e5 -C extra-filename=-e59ccda918190451 --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-e297e2f9d3879ddf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49872025-07-18T16:33:56.850Z Running `/home/build/.rustup/toolchains/1.88.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=ac8cb35683c2e846 -C extra-filename=-85320caf9190a511 --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-e297e2f9d3879ddf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49882025-07-18T16:33:58.241Z Running `/home/build/.rustup/toolchains/1.88.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=39de83ea664cf35b -C extra-filename=-e642684dd0a6d9ff --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-fc35e663ef992660.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-461ed684906c0f16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
49892025-07-18T16:33:58.323Z Running `/home/build/.rustup/toolchains/1.88.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=58d5e22052bd943d -C extra-filename=-5fc91af75733c2b5 --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-e297e2f9d3879ddf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49902025-07-18T16:33:59.371Z Running `/home/build/.rustup/toolchains/1.88.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=66339b5ec1687e97 -C extra-filename=-3f285de140065343 --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-5a05a2d73fc9769b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49912025-07-18T16:33:59.666Z Running `/home/build/.rustup/toolchains/1.88.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=f880f94ad6951ff3 -C extra-filename=-87c21d869fcc5ebf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49922025-07-18T16:33:59.750Z Running `/home/build/.rustup/toolchains/1.88.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=f0a81480045c1369 -C extra-filename=-406d79ea6a85cbbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-45e6edd71e612fc5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49932025-07-18T16:34:00.404Z Running `/home/build/.rustup/toolchains/1.88.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=72a736c1c6747f9f -C extra-filename=-86d5022ecaf88bd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-45e6edd71e612fc5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-2051f8d4f9df9124.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ed3745ad4e522800.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4ec10f8ff6ccdff4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-f5dc1e2c0cc21b3d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a07609af0cdfe2ed.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-71cacb618e25bc78.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8ebbabf17f6411ab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49942025-07-18T16:34:00.717Z Running `/home/build/.rustup/toolchains/1.88.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=eccb8e5b1c5b2f31 -C extra-filename=-d731afc9d729c274 --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-7757a5163fd5f6fb.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-6ad9cd0106bcb645.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-81913501386d0893.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49952025-07-18T16:34:01.764Z Running `/home/build/.rustup/toolchains/1.88.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=762afd1fcd16ce6f -C extra-filename=-5ef7234cfa1d2631 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-4f9ec0ace280ac93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49962025-07-18T16:34:07.563Z Running `/home/build/.rustup/toolchains/1.88.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=622ccecfd9368687 -C extra-filename=-6046ec54b0a87b4a --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-97cfabd487a97847.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9c466a4ed58223b8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-75687ff5453c73e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0f93d99a3ba4bcc6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43f9783393799993.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49972025-07-18T16:34:08.356Z Running `/home/build/.rustup/toolchains/1.88.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=a444585ad9b84449 -C extra-filename=-cde895b0e996b14b --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-97cfabd487a97847.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9c466a4ed58223b8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-75687ff5453c73e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0f93d99a3ba4bcc6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43f9783393799993.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49982025-07-18T16:34:10.996Z Running `/home/build/.rustup/toolchains/1.88.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=03875778e00f4335 -C extra-filename=-5a262e742a27f5df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-091ea52007f63294.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
49992025-07-18T16:34:11.059Z Running `/home/build/.rustup/toolchains/1.88.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=ebbc7acd74dbb2d3 -C extra-filename=-cf45a885b25344fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7b54a0c7b41b572.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-b48c9d2e5c507cc6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-93e4ee5af1b857ed.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-ff856e5bf9d0126a.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-107375265ba3dd5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50002025-07-18T16:34:11.404Z Running `/home/build/.rustup/toolchains/1.88.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=7af7703c836945c9 -C extra-filename=-26fd9fa2af7b3376 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-02123073551b7c1c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-1cdb6f13d066ec6f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-521db65e426b7271.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-360e6327ee94b1cc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5a4eae26ea11f133.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b4f3a2503b776aa2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0e8ebc29aa1b3701.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50012025-07-18T16:34:12.513Z Running `/home/build/.rustup/toolchains/1.88.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=f8c8ff7b0bc01744 -C extra-filename=-5ccbb3138dbaa75a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7b54a0c7b41b572.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-b48c9d2e5c507cc6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-ff856e5bf9d0126a.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-107375265ba3dd5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50022025-07-18T16:34:13.270Z Running `/home/build/.rustup/toolchains/1.88.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=4575557b5d1eada7 -C extra-filename=-9d3c8101afaf3bfd --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-6858bf7692ed7774.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
50032025-07-18T16:34:13.943Z Running `/home/build/.rustup/toolchains/1.88.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ea7dab02dfce75c -C extra-filename=-33b43ac954c3630d --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-86cffebc07ad4c24.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern rand09=/work/oxidecomputer/omicron/target/debug/deps/librand-c775600be1f1d72b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-81913501386d0893.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50042025-07-18T16:34:17.485Z Running `/home/build/.rustup/toolchains/1.88.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=ca234892d66fd09a -C extra-filename=-018a89d45bbc2468 --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-b5d8db7f5733e14c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50052025-07-18T16:34:18.310Z Running `/home/build/.rustup/toolchains/1.88.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=f6f4d47c4fa23199 -C extra-filename=-e7aa128c3d2851ca --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-c4ed0f2ee252a2f2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7e3a28f88888b979.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8c46e61f24edc42e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50062025-07-18T16:34:18.335Z Running `/home/build/.rustup/toolchains/1.88.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=2eac88384595369f -C extra-filename=-fa024c9b0bdff9fd --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-1ff1005464dc8e1e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50072025-07-18T16:34:19.911Z Running `/home/build/.rustup/toolchains/1.88.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=07bc14312af7cec7 -C extra-filename=-86e7a9393c34851c --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-e297e2f9d3879ddf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50082025-07-18T16:34:21.577Z Running `/home/build/.rustup/toolchains/1.88.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=85207b805d77bcea -C extra-filename=-052f961c8b5b894b --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-b5d8db7f5733e14c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50092025-07-18T16:34:21.623Z Running `/home/build/.rustup/toolchains/1.88.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=49d4bc4fdb3ec692 -C extra-filename=-bf31b16f6394084e --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-b5d8db7f5733e14c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50102025-07-18T16:34:22.102Z Running `/home/build/.rustup/toolchains/1.88.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=4a49697ef703cfbf -C extra-filename=-a2938e0aedba0f9b --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-b5d8db7f5733e14c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50112025-07-18T16:34:22.278Z Running `/home/build/.rustup/toolchains/1.88.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=dc4c471e1de854ab -C extra-filename=-611d0d36de619179 --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-63b27a38e06bd635.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-af0c7eaeaab3b29d.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-77dd77127863994f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50122025-07-18T16:34:22.891Z Running `/home/build/.rustup/toolchains/1.88.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=c3e619efc0a67f6e -C extra-filename=-a8c0431a1e17b7cd --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-e297e2f9d3879ddf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50132025-07-18T16:34:22.934Z Running `/home/build/.rustup/toolchains/1.88.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=3618fa78e858fb18 -C extra-filename=-6809d6286ba1db20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2a842c4aa4a41563.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-61e5e807db545561.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-78738aabfd5c37ab.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50142025-07-18T16:34:22.998Z Running `/home/build/.rustup/toolchains/1.88.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=eb49e64fa27e83ac -C extra-filename=-d60c73f559388037 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-360e6327ee94b1cc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50152025-07-18T16:34:23.914Z Running `/home/build/.rustup/toolchains/1.88.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=59483345493e9f22 -C extra-filename=-367ec9c8b71796d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50162025-07-18T16:34:24.019Z Running `/home/build/.rustup/toolchains/1.88.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=ba407a41eef9e0ec -C extra-filename=-28eecd27ddebaad7 --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-b5d8db7f5733e14c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50172025-07-18T16:34:24.190Z Running `/home/build/.rustup/toolchains/1.88.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=9b739f2473e69173 -C extra-filename=-041019cc17914815 --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-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50182025-07-18T16:34:25.140Z Running `/home/build/.rustup/toolchains/1.88.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=6159d324775dc0fc -C extra-filename=-3e6cbcf33f413cde --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-b5d8db7f5733e14c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50192025-07-18T16:34:25.291Z Running `/home/build/.rustup/toolchains/1.88.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=fe0ac17fd0f69365 -C extra-filename=-f3cf1a0d40fca056 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9ca21b882cc6264d.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50202025-07-18T16:34:25.683Z Running `/home/build/.rustup/toolchains/1.88.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=a2ba874fb1c5fcce -C extra-filename=-df18eed72173d4ba --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-1ff1005464dc8e1e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50212025-07-18T16:34:25.863Z Running `/home/build/.rustup/toolchains/1.88.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=5c3a42ae8c52e70a -C extra-filename=-dbc13f5d46aed0ea --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-b5d8db7f5733e14c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50222025-07-18T16:34:26.556Z Running `/home/build/.rustup/toolchains/1.88.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=67cad8da600df86b -C extra-filename=-836d853fd51724e9 --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-3c83a57bdf9cccc4.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2da6f52a05daee67.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50232025-07-18T16:34:27.386Z Running `/home/build/.rustup/toolchains/1.88.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=d14b957b96a91149 -C extra-filename=-1097acdc8347dedc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-49c78ba804ad4343.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50242025-07-18T16:34:27.887Z Running `/home/build/.rustup/toolchains/1.88.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=e595521c426b440d -C extra-filename=-e7fb68d63642b464 --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-b5d8db7f5733e14c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50252025-07-18T16:34:28.086Z Running `/home/build/.rustup/toolchains/1.88.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=f96827498f6b4f80 -C extra-filename=-8ee524b8ffc9ec53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50262025-07-18T16:34:29.709Z Running `/home/build/.rustup/toolchains/1.88.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=9e53b518a632ca82 -C extra-filename=-68ad17c746537942 --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-aaa7d5c7710a972c.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-21b6c990cb36eaef.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-cfe7101f2d191e39.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-ad228a666faa0d4f.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-e7e7ccedf1a48000.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2cc7bf1c4c3b9e85.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f5683af400e4b5bb.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-03c1ee9972a07caf.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-76e995005ff0a130.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9eddc679e4ee8c8e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-8a2accd49fa8e4d8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9c592e23026ad5a2.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1077a381490b2b16.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-ee53e4eec09e6049.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-5159d48380bbdf86.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-005fe0d02da3f46b.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f910bd14c38fc8a2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5b7f9623816d4f99.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-86cffebc07ad4c24.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-e5ed21d06bba6a37.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-9e7f654f98702e21.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f29c167e5c725149.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7e6bfb7da4b02c98.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7b1181371960a6a2.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4025b30713a46a3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-5c7a173a006c10c5.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8f384e6d644a1dbb.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-61e5e807db545561.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-842a1d8d7d894b4f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbdb771357233643.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-dc9a70e47a4ff954.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3870a1a8f1b27b92.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-2baa2e36a52c8d43.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-d9398883c295516b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c6c1183c12f21f86.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-db1759231e804faf.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bc2d54df68e62c56.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c9688b0840233070.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ea77094bf9778b00.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5222b68690f578f8.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-401945d023ab2c01.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-00756ef9aa93d6f2.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1519450c1e84e4ec.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-933ca85f3c31a65c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-fd34f80252728255.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8039d9bbf1b146e0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-f4d532b8bf8b4102.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2719b728e8f677e5.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-03c523b9d2dbbd95.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9e27755f04f1d1a4.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b90a5ca9cfd0f3d2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-91a677dd349e0155.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8352ac706591068e.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8bc9efb51d5cb13b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-59a7b239b98be0ad.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-63b27a38e06bd635.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-07b32843a1dac2c9.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5f13edeeb2694294.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-657cbe8c0b901d16.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-ad3f47c3b9446adb.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7e625aeaeaca39aa.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-347f5eeb4dc10c7b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-a1fc463803c451a3.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-6fc7cf573e792b69.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74e792d357b9e27d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cfbf832e7a9e6b92.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-5cb9703b7d905874.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-0074f913cf2d4637.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4158a7114c4f832f.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-3521094af90af096.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-c8c0f786bc18e451.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3d20efd75ba060fc.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-28dfec6183e46a8d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-c775600be1f1d72b.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c98a86e47be71590.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-7641545b05054316.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-1ec141ff0d2c5435.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c9326693b65db5c3.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-a30374f9732585e3.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e03c66de06ed6290.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f4f3f5d9ac9b5a.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-139dbf3f54acbc26.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-31885d01f38c3c9e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-59cc39e7ffa8d063.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-1a8ff30f54235280.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-aa8504c521d50e9f.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-1fe42e1dabef62af.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-17b60e66026035f8.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-545fe6340ca04629.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-893ec5c9fd9933a9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cafa718699aefeda.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2984a7760d5684f2.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-3694c492e31abeb2.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3fc98c709ac00fff.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-78738aabfd5c37ab.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5af8ef375db8323f.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-95e7bc1fa3dc3a57.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-d7c1a27b6fa1faad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-82ca1a0edb068014.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-b4039e0e2f206edd.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f9f786032867e7b5.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a0f49db8dc7151e9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-05f86dd9f6cbba1e.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/usr/ssl-3/lib/amd64`
50272025-07-18T16:34:29.735Z Running `/home/build/.rustup/toolchains/1.88.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=ab9e90f6fda67b8f -C extra-filename=-c21f66bfef18d164 --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-3c83a57bdf9cccc4.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-63b27a38e06bd635.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9ca21b882cc6264d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50282025-07-18T16:34:30.207Z Running `/home/build/.rustup/toolchains/1.88.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=724a75aa7c90cf95 -C extra-filename=-e7de225faf06b978 --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`
50292025-07-18T16:35:09.088Z Running `/home/build/.rustup/toolchains/1.88.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=6a09958bd93994cf -C extra-filename=-bbc20d06f92f8651 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6f7becf0be234034.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e6df0d374c71c188.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-f31e0546acb03d12.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-2024a8f0d518287d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-fd34f80252728255.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-5162f755279ab561.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-1c238be7d1ff9218.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-45994ed5d7c4fdfe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-70b269b0f7ab55a1.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-89b37e0dde854778.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9b7e7ca3c69aefe6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-140fb2e23b727763.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fbbe2de3c49338f1.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85e68e865335d234.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1c569a96ba79b59e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ef8dc745ce4e596.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-49c78ba804ad4343.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7884be8ca7df3de2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-053900d452bceb8b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ee92f08970dc6918.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-12357f3044d4be0e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a20439c054845fb3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-de2d9fe847872790.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
50302025-07-18T16:35:09.113Z Running `/home/build/.rustup/toolchains/1.88.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=2c3848a6884a2478 -C extra-filename=-845790b3a481d903 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-70b269b0f7ab55a1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9b7e7ca3c69aefe6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-140fb2e23b727763.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-d46314dba1987110.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-ac3fc3f288dce79e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/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/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50312025-07-18T16:35:09.162Z Running `/home/build/.rustup/toolchains/1.88.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=8ca3a92d8c8ee049 -C extra-filename=-da29d3b5688ede3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6f7becf0be234034.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e6df0d374c71c188.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-f31e0546acb03d12.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-2024a8f0d518287d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-fd34f80252728255.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-5162f755279ab561.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-1c238be7d1ff9218.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-45994ed5d7c4fdfe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-70b269b0f7ab55a1.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-89b37e0dde854778.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9b7e7ca3c69aefe6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-140fb2e23b727763.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fbbe2de3c49338f1.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85e68e865335d234.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1c569a96ba79b59e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ef8dc745ce4e596.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-49c78ba804ad4343.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7884be8ca7df3de2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-053900d452bceb8b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ee92f08970dc6918.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-12357f3044d4be0e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a20439c054845fb3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-de2d9fe847872790.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
50322025-07-18T16:35:09.163Z Running `/home/build/.rustup/toolchains/1.88.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=b4b8ed1019fda53c -C extra-filename=-2217aa00bcfbe370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6f7becf0be234034.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-819cb3997d8a5986.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c4ddc37d8796576e.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d2b4d45bd574532f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-a2bb9463d63b26b2.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-f4d532b8bf8b4102.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-63b27a38e06bd635.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-45994ed5d7c4fdfe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-6f9f57966bbb5c4e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-25ebb7649118feaf.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-70b269b0f7ab55a1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9b7e7ca3c69aefe6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-140fb2e23b727763.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
50332025-07-18T16:35:09.163Z Running `/home/build/.rustup/toolchains/1.88.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=725a9aa27a6611db -C extra-filename=-886e2a4acbaf925e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-3ca8626cd2bfd199.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-140fb2e23b727763.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0dbd613c5e038d9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
50342025-07-18T16:35:09.189Z Running `/home/build/.rustup/toolchains/1.88.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=564ee4bf8d6cd93a -C extra-filename=-c3160f6fb598c750 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-3ca8626cd2bfd199.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-446751bffa2ea2e6.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-140fb2e23b727763.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c022530278e2c9be.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0dbd613c5e038d9e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
50352025-07-18T16:35:09.232Z Running `/home/build/.rustup/toolchains/1.88.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=8ae7df807041d7dd -C extra-filename=-9facd486d185d146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-70b269b0f7ab55a1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9b7e7ca3c69aefe6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-140fb2e23b727763.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-d46314dba1987110.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-ac3fc3f288dce79e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/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/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50362025-07-18T16:35:09.274Z Running `/home/build/.rustup/toolchains/1.88.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=5bcbd83841d08af2 -C extra-filename=-bd7a6ae05b096685 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-3ca8626cd2bfd199.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-446751bffa2ea2e6.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-140fb2e23b727763.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c022530278e2c9be.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0dbd613c5e038d9e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
50372025-07-18T16:39:41.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20m 48s
50382025-07-18T16:39:53.969Z
50392025-07-18T16:39:53.996Zreal 21:00.663436540
50402025-07-18T16:39:53.996Zuser 1:46:52.960561429
50412025-07-18T16:39:53.996Zsys 20:20.730588282
50422025-07-18T16:39:53.996Ztrap 9.589323151
50432025-07-18T16:39:53.996Ztflt 1.538318064
50442025-07-18T16:39:53.996Zdflt 5:36.738340376
50452025-07-18T16:39:53.996Zkflt 0.331236117
50462025-07-18T16:39:53.996Zlock 6:15:11.684532600
50472025-07-18T16:39:53.997Zslp 10:23:19.417944733
50482025-07-18T16:39:53.997Zlat 11:34.109839164
50492025-07-18T16:39:53.997Zstop 14:03.970348554
50502025-07-18T16:39:54.974Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
50512025-07-18T16:39:59.717Z Fresh unicode-ident v1.0.18
50522025-07-18T16:39:59.717Z Fresh cfg-if v1.0.1
50532025-07-18T16:39:59.717Z Fresh autocfg v1.4.0
50542025-07-18T16:39:59.717Z Fresh memchr v2.7.4
50552025-07-18T16:39:59.717Z Fresh value-bag v1.9.0
50562025-07-18T16:39:59.790Z Fresh proc-macro2 v1.0.95
50572025-07-18T16:39:59.790Z Fresh log v0.4.27
50582025-07-18T16:39:59.790Z Fresh smallvec v1.15.0
50592025-07-18T16:39:59.790Z Fresh version_check v0.9.5
50602025-07-18T16:39:59.790Z Fresh itoa v1.0.11
50612025-07-18T16:39:59.790Z Fresh quote v1.0.40
50622025-07-18T16:39:59.790Z Fresh libc v0.2.174
50632025-07-18T16:39:59.790Z Fresh scopeguard v1.2.0
50642025-07-18T16:39:59.790Z Fresh stable_deref_trait v1.2.0
50652025-07-18T16:39:59.790Z Fresh syn v2.0.104
50662025-07-18T16:39:59.790Z Fresh getrandom v0.2.15
50672025-07-18T16:39:59.790Z Fresh lock_api v0.4.12
50682025-07-18T16:39:59.790Z Fresh critical-section v1.1.3
50692025-07-18T16:39:59.790Z Fresh ryu v1.0.18
50702025-07-18T16:39:59.790Z Fresh serde_derive v1.0.219
50712025-07-18T16:39:59.790Z Fresh zeroize_derive v1.4.2
50722025-07-18T16:39:59.790Z Fresh portable-atomic v1.11.0
50732025-07-18T16:39:59.790Z Fresh libm v0.2.8
50742025-07-18T16:39:59.790Z Fresh synstructure v0.13.1
50752025-07-18T16:39:59.790Z Fresh rand_core v0.6.4
50762025-07-18T16:39:59.790Z Fresh zerovec-derive v0.10.3
50772025-07-18T16:39:59.790Z Fresh displaydoc v0.2.5
50782025-07-18T16:39:59.790Z Fresh serde v1.0.219
50792025-07-18T16:39:59.790Z Fresh zeroize v1.8.1
50802025-07-18T16:39:59.790Z Fresh num-traits v0.2.19
50812025-07-18T16:39:59.790Z Fresh once_cell v1.21.3
50822025-07-18T16:39:59.790Z Fresh zerofrom-derive v0.1.4
50832025-07-18T16:39:59.790Z Fresh yoke-derive v0.7.4
50842025-07-18T16:39:59.790Z Fresh pin-project-lite v0.2.14
50852025-07-18T16:39:59.791Z Fresh bytes v1.10.1
50862025-07-18T16:39:59.791Z Fresh bitflags v2.9.1
50872025-07-18T16:39:59.791Z Fresh zerofrom v0.1.4
50882025-07-18T16:39:59.791Z Fresh writeable v0.5.5
50892025-07-18T16:39:59.791Z Fresh litemap v0.7.3
50902025-07-18T16:39:59.792Z Fresh percent-encoding v2.3.1
50912025-07-18T16:39:59.792Z Fresh icu_provider_macros v1.5.0
50922025-07-18T16:39:59.792Z Fresh yoke v0.7.4
50932025-07-18T16:39:59.792Z Fresh serde_json v1.0.140
50942025-07-18T16:39:59.792Z Fresh shlex v1.3.0
50952025-07-18T16:39:59.792Z Fresh byteorder v1.5.0
50962025-07-18T16:39:59.792Z Fresh icu_locid_transform_data v1.5.0
50972025-07-18T16:39:59.792Z Fresh icu_properties_data v1.5.0
50982025-07-18T16:39:59.792Z Fresh jobserver v0.1.32
50992025-07-18T16:39:59.792Z Fresh zerovec v0.10.4
51002025-07-18T16:39:59.792Z Fresh utf8_iter v1.0.4
51012025-07-18T16:39:59.792Z Fresh write16 v1.0.0
51022025-07-18T16:39:59.792Z Fresh regex-syntax v0.8.5
51032025-07-18T16:39:59.792Z Fresh utf16_iter v1.0.5
51042025-07-18T16:39:59.792Z Fresh icu_normalizer_data v1.5.0
51052025-07-18T16:39:59.792Z Fresh tinystr v0.7.6
51062025-07-18T16:39:59.792Z Fresh icu_collections v1.5.0
51072025-07-18T16:39:59.792Z Fresh parking_lot_core v0.9.10
51082025-07-18T16:39:59.792Z Fresh cc v1.2.15
51092025-07-18T16:39:59.792Z Fresh form_urlencoded v1.2.1
51102025-07-18T16:39:59.792Z Fresh equivalent v1.0.2
51112025-07-18T16:39:59.792Z Fresh allocator-api2 v0.2.21
51122025-07-18T16:39:59.792Z Fresh icu_locid v1.5.0
51132025-07-18T16:39:59.793Z Fresh semver v1.0.26
51142025-07-18T16:39:59.793Z Fresh parking_lot v0.12.3
51152025-07-18T16:39:59.793Z Fresh foldhash v0.1.5
51162025-07-18T16:39:59.793Z Fresh aho-corasick v1.1.3
51172025-07-18T16:39:59.793Z Fresh subtle v2.6.1
51182025-07-18T16:39:59.793Z Fresh signal-hook-registry v1.4.2
51192025-07-18T16:39:59.793Z Fresh icu_provider v1.5.0
51202025-07-18T16:39:59.793Z Fresh hashbrown v0.15.4
51212025-07-18T16:39:59.793Z Fresh regex-automata v0.4.8
51222025-07-18T16:39:59.793Z Fresh errno v0.3.12
51232025-07-18T16:39:59.793Z Fresh fnv v1.0.7
51242025-07-18T16:39:59.793Z Fresh mio v1.0.2
51252025-07-18T16:39:59.793Z Fresh icu_locid_transform v1.5.0
51262025-07-18T16:39:59.793Z Fresh getrandom v0.3.1
51272025-07-18T16:39:59.793Z Fresh heck v0.5.0
51282025-07-18T16:39:59.793Z Fresh futures-core v0.3.31
51292025-07-18T16:39:59.793Z Fresh thiserror-impl v1.0.69
51302025-07-18T16:39:59.793Z Fresh icu_properties v1.5.1
51312025-07-18T16:39:59.793Z Fresh typenum v1.17.0
51322025-07-18T16:39:59.793Z Fresh regex v1.11.1
51332025-07-18T16:39:59.793Z Fresh tokio-macros v2.5.0
51342025-07-18T16:39:59.793Z Fresh socket2 v0.5.10
51352025-07-18T16:39:59.793Z Fresh icu_normalizer v1.5.0
51362025-07-18T16:39:59.793Z Fresh generic-array v0.14.7
51372025-07-18T16:39:59.793Z Fresh thiserror v1.0.69
51382025-07-18T16:39:59.793Z Fresh either v1.15.0
51392025-07-18T16:39:59.793Z Fresh tokio v1.45.1
51402025-07-18T16:39:59.794Z Fresh indexmap v2.10.0
51412025-07-18T16:39:59.794Z Fresh zerocopy-derive v0.7.35
51422025-07-18T16:39:59.794Z Fresh idna_adapter v1.2.0
51432025-07-18T16:39:59.794Z Fresh rustix v0.38.37
51442025-07-18T16:39:59.794Z Fresh crypto-common v0.1.6
51452025-07-18T16:39:59.794Z Fresh zerocopy v0.7.35
51462025-07-18T16:39:59.794Z Fresh iana-time-zone v0.1.63
51472025-07-18T16:39:59.794Z Fresh uuid v1.17.0
51482025-07-18T16:39:59.794Z Fresh pkg-config v0.3.31
51492025-07-18T16:39:59.794Z Fresh idna v1.0.3
51502025-07-18T16:39:59.794Z Fresh chrono v0.4.41
51512025-07-18T16:39:59.794Z Fresh spin v0.9.8
51522025-07-18T16:39:59.794Z Fresh futures-io v0.3.31
51532025-07-18T16:39:59.794Z Fresh const-oid v0.9.6
51542025-07-18T16:39:59.794Z Fresh serde_derive_internals v0.29.1
51552025-07-18T16:39:59.794Z Fresh url v2.5.4
51562025-07-18T16:39:59.820Z Fresh slab v0.4.9
51572025-07-18T16:39:59.820Z Fresh dyn-clone v1.0.19
51582025-07-18T16:39:59.820Z Fresh schemars_derive v0.8.22
51592025-07-18T16:39:59.820Z Fresh block-buffer v0.10.4
51602025-07-18T16:39:59.820Z Fresh futures-sink v0.3.31
51612025-07-18T16:39:59.820Z Fresh lazy_static v1.5.0
51622025-07-18T16:39:59.820Z Fresh schemars v0.8.22
51632025-07-18T16:39:59.820Z Fresh digest v0.10.7
51642025-07-18T16:39:59.820Z Fresh cpufeatures v0.2.14
51652025-07-18T16:39:59.820Z Fresh pin-utils v0.1.0
51662025-07-18T16:39:59.820Z Fresh futures-channel v0.3.31
51672025-07-18T16:39:59.820Z Fresh ppv-lite86 v0.2.20
51682025-07-18T16:39:59.820Z Fresh futures-macro v0.3.31
51692025-07-18T16:39:59.820Z Fresh futures-task v0.3.31
51702025-07-18T16:39:59.820Z Fresh tracing-core v0.1.32
51712025-07-18T16:39:59.820Z Fresh tracing-attributes v0.1.27
51722025-07-18T16:39:59.820Z Fresh strsim v0.11.1
51732025-07-18T16:39:59.820Z Fresh glob v0.3.2
51742025-07-18T16:39:59.820Z Fresh http v1.3.1
51752025-07-18T16:39:59.820Z Fresh futures-util v0.3.31
51762025-07-18T16:39:59.820Z Fresh syn v1.0.109
51772025-07-18T16:39:59.820Z Fresh tracing v0.1.40
51782025-07-18T16:39:59.820Z Fresh thiserror-impl v2.0.12
51792025-07-18T16:39:59.820Z Fresh thiserror v2.0.12
51802025-07-18T16:39:59.820Z Fresh minimal-lexical v0.2.1
51812025-07-18T16:39:59.820Z Fresh adler2 v2.0.0
51822025-07-18T16:39:59.820Z Fresh libloading v0.8.5
51832025-07-18T16:39:59.820Z Fresh nom v7.1.3
51842025-07-18T16:39:59.820Z Fresh crossbeam-utils v0.8.21
51852025-07-18T16:39:59.820Z Fresh miniz_oxide v0.8.5
51862025-07-18T16:39:59.821Z Fresh vcpkg v0.2.15
51872025-07-18T16:39:59.821Z Fresh clang-sys v1.8.1
51882025-07-18T16:39:59.821Z Fresh prettyplease v0.2.35
51892025-07-18T16:39:59.821Z Fresh rand_chacha v0.3.1
51902025-07-18T16:39:59.821Z Fresh paste v1.0.15
51912025-07-18T16:39:59.822Z Fresh cexpr v0.6.0
51922025-07-18T16:39:59.822Z Fresh home v0.5.9
51932025-07-18T16:39:59.822Z Fresh rand v0.8.5
51942025-07-18T16:39:59.822Z Fresh block-padding v0.3.3
51952025-07-18T16:39:59.822Z Fresh serde_tokenstream v0.2.2
51962025-07-18T16:39:59.822Z Fresh num-conv v0.1.0
51972025-07-18T16:39:59.822Z Fresh time-core v0.1.2
51982025-07-18T16:39:59.822Z Fresh powerfmt v0.2.0
51992025-07-18T16:39:59.822Z Fresh inout v0.1.3
52002025-07-18T16:39:59.822Z Fresh num_threads v0.1.7
52012025-07-18T16:39:59.822Z Fresh itertools v0.12.1
52022025-07-18T16:39:59.822Z Fresh base64 v0.22.1
52032025-07-18T16:39:59.822Z Fresh deranged v0.3.11
52042025-07-18T16:39:59.822Z Fresh time-macros v0.2.18
52052025-07-18T16:39:59.823Z Fresh cipher v0.4.4
52062025-07-18T16:39:59.823Z Fresh which v4.4.2
52072025-07-18T16:39:59.823Z Fresh tokio-util v0.7.15
52082025-07-18T16:39:59.823Z Fresh ipnet v2.11.0
52092025-07-18T16:39:59.823Z Fresh time v0.3.36
52102025-07-18T16:39:59.823Z Fresh rustc-hash v1.1.0
52112025-07-18T16:39:59.823Z Fresh atomic-waker v1.1.2
52122025-07-18T16:39:59.823Z Fresh gimli v0.31.1
52132025-07-18T16:39:59.823Z Fresh lazycell v1.3.0
52142025-07-18T16:39:59.823Z Fresh cmake v0.1.51
52152025-07-18T16:39:59.823Z Fresh object v0.36.5
52162025-07-18T16:39:59.823Z Fresh addr2line v0.24.2
52172025-07-18T16:39:59.823Z Fresh bindgen v0.69.5
52182025-07-18T16:39:59.824Z Fresh dunce v1.0.5
52192025-07-18T16:39:59.824Z Fresh rustc-demangle v0.1.24
52202025-07-18T16:39:59.824Z Fresh fs_extra v1.3.0
52212025-07-18T16:39:59.824Z Fresh base64ct v1.6.0
52222025-07-18T16:39:59.824Z Fresh untrusted v0.9.0
52232025-07-18T16:39:59.824Z Fresh backtrace v0.3.74
52242025-07-18T16:39:59.824Z Fresh ring v0.17.14
52252025-07-18T16:39:59.824Z Fresh httparse v1.9.5
52262025-07-18T16:39:59.824Z Fresh sha2 v0.10.9
52272025-07-18T16:39:59.824Z Fresh hmac v0.12.1
52282025-07-18T16:39:59.824Z Fresh toml_datetime v0.6.11
52292025-07-18T16:39:59.824Z Fresh serde_spanned v0.6.9
52302025-07-18T16:39:59.824Z Fresh anyhow v1.0.98
52312025-07-18T16:39:59.824Z Fresh rustls-pki-types v1.10.0
52322025-07-18T16:39:59.824Z Fresh http-body v1.0.1
52332025-07-18T16:39:59.825Z Fresh pem-rfc7468 v0.7.0
52342025-07-18T16:39:59.825Z Fresh aws-lc-sys v0.26.0
52352025-07-18T16:39:59.825Z Fresh zerocopy-derive v0.8.26
52362025-07-18T16:39:59.825Z Fresh untrusted v0.7.1
52372025-07-18T16:39:59.825Z Fresh httpdate v1.0.3
52382025-07-18T16:39:59.825Z Fresh utf8parse v0.2.2
52392025-07-18T16:39:59.825Z Fresh try-lock v0.2.5
52402025-07-18T16:39:59.825Z Fresh zerocopy v0.8.26
52412025-07-18T16:39:59.825Z Fresh aws-lc-rs v1.12.4
52422025-07-18T16:39:59.825Z Fresh h2 v0.4.6
52432025-07-18T16:39:59.826Z Fresh tower-service v0.3.3
52442025-07-18T16:39:59.826Z Fresh want v0.3.1
52452025-07-18T16:39:59.826Z Fresh rustls-webpki v0.102.8
52462025-07-18T16:39:59.826Z Fresh rustversion v1.0.17
52472025-07-18T16:39:59.826Z Fresh async-trait v0.1.88
52482025-07-18T16:39:59.826Z Fresh der_derive v0.7.3
52492025-07-18T16:39:59.826Z Fresh flagset v0.4.6
52502025-07-18T16:39:59.826Z Fresh pbkdf2 v0.12.2
52512025-07-18T16:39:59.826Z Fresh hyper v1.6.0
52522025-07-18T16:39:59.826Z Fresh der v0.7.9
52532025-07-18T16:39:59.826Z Fresh aes v0.8.4
52542025-07-18T16:39:59.826Z Fresh mime v0.3.17
52552025-07-18T16:39:59.826Z Fresh anstyle v1.0.11
52562025-07-18T16:39:59.852Z Fresh salsa20 v0.10.2
52572025-07-18T16:39:59.852Z Fresh cbc v0.1.2
52582025-07-18T16:39:59.852Z Fresh spki v0.7.3
52592025-07-18T16:39:59.852Z Fresh hyper-util v0.1.14
52602025-07-18T16:39:59.852Z Fresh slog v2.7.0
52612025-07-18T16:39:59.852Z Fresh openssl-probe v0.1.5
52622025-07-18T16:39:59.852Z Fresh foreign-types-shared v0.1.1
52632025-07-18T16:39:59.852Z Fresh scrypt v0.11.0
52642025-07-18T16:39:59.852Z Fresh anstyle-parse v0.2.5
52652025-07-18T16:39:59.852Z Fresh foreign-types v0.3.2
52662025-07-18T16:39:59.852Z Fresh openssl-sys v0.9.109
52672025-07-18T16:39:59.852Z Fresh http-body-util v0.1.3
52682025-07-18T16:39:59.852Z Fresh rustc_version v0.4.1
52692025-07-18T16:39:59.852Z Fresh openssl-macros v0.1.1
52702025-07-18T16:39:59.852Z Fresh colorchoice v1.0.2
52712025-07-18T16:39:59.852Z Fresh is_terminal_polyfill v1.70.1
52722025-07-18T16:39:59.852Z Fresh anstyle-query v1.1.1
52732025-07-18T16:39:59.852Z Fresh openssl v0.10.73
52742025-07-18T16:39:59.852Z Fresh pkcs5 v0.7.1
52752025-07-18T16:39:59.852Z Fresh terminal_size v0.4.0
52762025-07-18T16:39:59.852Z Fresh serde_urlencoded v0.7.1
52772025-07-18T16:39:59.852Z Fresh anstream v0.6.18
52782025-07-18T16:39:59.852Z Fresh rustls v0.23.19
52792025-07-18T16:39:59.852Z Fresh pkcs8 v0.10.2
52802025-07-18T16:39:59.852Z Fresh encoding_rs v0.8.34
52812025-07-18T16:39:59.852Z Fresh clap_lex v0.7.4
52822025-07-18T16:39:59.852Z Fresh clap_derive v4.5.40
52832025-07-18T16:39:59.852Z Fresh clap_builder v4.5.40
52842025-07-18T16:39:59.852Z Fresh native-tls v0.2.12
52852025-07-18T16:39:59.852Z Fresh tokio-rustls v0.26.0
52862025-07-18T16:39:59.852Z Fresh sync_wrapper v1.0.1
52872025-07-18T16:39:59.852Z Fresh litrs v0.4.1
52882025-07-18T16:39:59.852Z Fresh tower-layer v0.3.3
52892025-07-18T16:39:59.853Z Fresh psl-types v2.0.11
52902025-07-18T16:39:59.853Z Fresh ucd-trie v0.1.7
52912025-07-18T16:39:59.853Z Fresh cookie v0.18.1
52922025-07-18T16:39:59.853Z Fresh document-features v0.2.10
52932025-07-18T16:39:59.853Z Fresh clap v4.5.40
52942025-07-18T16:39:59.853Z Fresh publicsuffix v2.3.0
52952025-07-18T16:39:59.854Z Fresh tokio-native-tls v0.3.1
52962025-07-18T16:39:59.854Z Fresh tower v0.5.2
52972025-07-18T16:39:59.854Z Fresh rustls-native-certs v0.8.1
52982025-07-18T16:39:59.854Z Fresh pest v2.7.14
52992025-07-18T16:39:59.854Z Fresh webpki-roots v1.0.1
53002025-07-18T16:39:59.854Z Fresh openapiv3 v2.2.0
53012025-07-18T16:39:59.854Z Fresh iri-string v0.7.8
53022025-07-18T16:39:59.854Z Fresh hyper-tls v0.6.0
53032025-07-18T16:39:59.855Z Fresh cookie_store v0.21.1
53042025-07-18T16:39:59.855Z Fresh ipnetwork v0.21.1
53052025-07-18T16:39:59.855Z Fresh scroll_derive v0.12.0
53062025-07-18T16:39:59.855Z Fresh tower-http v0.6.6
53072025-07-18T16:39:59.855Z Fresh pest_meta v2.7.14
53082025-07-18T16:39:59.855Z Fresh hyper-rustls v0.27.7
53092025-07-18T16:39:59.855Z Fresh data-encoding v2.9.0
53102025-07-18T16:39:59.855Z Fresh scroll v0.12.0
53112025-07-18T16:39:59.855Z Fresh rand_core v0.9.2
53122025-07-18T16:39:59.855Z Fresh winnow v0.5.40
53132025-07-18T16:39:59.855Z Fresh plain v0.2.3
53142025-07-18T16:39:59.855Z Fresh pest_generator v2.7.14
53152025-07-18T16:39:59.855Z Fresh reqwest v0.12.22
53162025-07-18T16:39:59.855Z Fresh tinyvec_macros v0.1.1
53172025-07-18T16:39:59.855Z Fresh goblin v0.8.2
53182025-07-18T16:39:59.855Z Fresh toml_edit v0.19.15
53192025-07-18T16:39:59.855Z Fresh signature v2.2.0
53202025-07-18T16:39:59.855Z Fresh winnow v0.7.10
53212025-07-18T16:39:59.856Z Fresh pest_derive v2.7.14
53222025-07-18T16:39:59.856Z Fresh tinyvec v1.8.0
53232025-07-18T16:39:59.856Z Fresh pretty-hex v0.4.1
53242025-07-18T16:39:59.856Z Fresh toml_write v0.1.2
53252025-07-18T16:39:59.856Z Fresh rand_chacha v0.9.0
53262025-07-18T16:39:59.856Z Fresh thread-id v4.2.2
53272025-07-18T16:39:59.856Z Fresh siphasher v0.3.11
53282025-07-18T16:39:59.856Z Fresh dtrace-parser v0.2.0
53292025-07-18T16:39:59.856Z Fresh dof v0.3.0
53302025-07-18T16:39:59.857Z Fresh toml_edit v0.22.27
53312025-07-18T16:39:59.857Z Fresh unicode-width v0.2.0
53322025-07-18T16:39:59.857Z Fresh phf_shared v0.11.2
53332025-07-18T16:39:59.857Z Fresh rand v0.9.1
53342025-07-18T16:39:59.857Z Fresh unicode-segmentation v1.12.0
53352025-07-18T16:39:59.857Z Fresh crossbeam-epoch v0.9.18
53362025-07-18T16:39:59.857Z Fresh usdt-impl v0.5.0
53372025-07-18T16:39:59.857Z Fresh sha1 v0.10.6
53382025-07-18T16:39:59.857Z Fresh num-integer v0.1.46
53392025-07-18T16:39:59.857Z Fresh crc32fast v1.4.2
53402025-07-18T16:39:59.857Z Fresh static_assertions v1.1.0
53412025-07-18T16:39:59.857Z Fresh bstr v1.10.0
53422025-07-18T16:39:59.857Z Fresh memmap v0.7.0
53432025-07-18T16:39:59.857Z Fresh base16ct v0.2.0
53442025-07-18T16:39:59.857Z Fresh usdt-attr-macro v0.5.0
53452025-07-18T16:39:59.857Z Fresh usdt-macro v0.5.0
53462025-07-18T16:39:59.857Z Fresh sec1 v0.7.3
53472025-07-18T16:39:59.858Z Fresh oxnet v0.1.2
53482025-07-18T16:39:59.858Z Fresh hubpack_derive v0.1.1
53492025-07-18T16:39:59.858Z Fresh itertools v0.13.0
53502025-07-18T16:39:59.858Z Fresh ff v0.13.0
53512025-07-18T16:39:59.858Z Fresh zlib-rs v0.5.1
53522025-07-18T16:39:59.858Z Fresh usdt v0.5.0
53532025-07-18T16:39:59.858Z Fresh hubpack v0.1.2
53542025-07-18T16:39:59.858Z Fresh libz-rs-sys v0.5.1
53552025-07-18T16:39:59.858Z Fresh group v0.13.0
53562025-07-18T16:39:59.884Z Fresh num-iter v0.1.45
53572025-07-18T16:39:59.884Z Fresh strum_macros v0.26.4
53582025-07-18T16:39:59.884Z Fresh hkdf v0.12.4
53592025-07-18T16:39:59.884Z Fresh crypto-bigint v0.5.5
53602025-07-18T16:39:59.884Z Fresh unicode-xid v0.2.6
53612025-07-18T16:39:59.884Z Fresh bitflags v1.3.2
53622025-07-18T16:39:59.884Z Fresh flate2 v1.1.2
53632025-07-18T16:39:59.884Z Fresh strum v0.26.3
53642025-07-18T16:39:59.884Z Fresh crossbeam-deque v0.8.5
53652025-07-18T16:39:59.884Z Fresh elliptic-curve v0.13.8
53662025-07-18T16:39:59.884Z Fresh bzip2-sys v0.1.13+1.0.8
53672025-07-18T16:39:59.884Z Fresh pkcs1 v0.7.5
53682025-07-18T16:39:59.884Z Fresh itertools v0.10.5
53692025-07-18T16:39:59.884Z Fresh num-bigint-dig v0.8.4
53702025-07-18T16:39:59.884Z Fresh cfg_aliases v0.2.1
53712025-07-18T16:39:59.884Z Fresh newtype-uuid v1.2.4
53722025-07-18T16:39:59.884Z Fresh rsa v0.9.6
53732025-07-18T16:39:59.884Z Fresh unicode-normalization v0.1.24
53742025-07-18T16:39:59.884Z Fresh toml v0.7.8
53752025-07-18T16:39:59.884Z Fresh rfc6979 v0.4.0
53762025-07-18T16:39:59.884Z Fresh enum-as-inner v0.6.1
53772025-07-18T16:39:59.884Z Fresh curve25519-dalek-derive v0.1.1
53782025-07-18T16:39:59.884Z Fresh daft-derive v0.1.4
53792025-07-18T16:39:59.884Z Fresh managed v0.8.0
53802025-07-18T16:39:59.884Z Fresh ahash v0.8.11
53812025-07-18T16:39:59.884Z Fresh signal-hook v0.3.17
53822025-07-18T16:39:59.884Z Fresh curve25519-dalek v4.1.3
53832025-07-18T16:39:59.884Z Fresh daft v0.1.4
53842025-07-18T16:39:59.884Z Fresh ecdsa v0.16.9
53852025-07-18T16:39:59.884Z Fresh memoffset v0.9.1
53862025-07-18T16:39:59.884Z Fresh x509-cert v0.2.5
53872025-07-18T16:39:59.884Z Fresh fixedbitset v0.4.2
53882025-07-18T16:39:59.884Z Fresh new_debug_unreachable v1.0.6
53892025-07-18T16:39:59.884Z Fresh precomputed-hash v0.1.1
53902025-07-18T16:39:59.884Z Fresh petgraph v0.6.5
53912025-07-18T16:39:59.884Z Fresh rayon-core v1.12.1
53922025-07-18T16:39:59.885Z Fresh zstd-sys v2.0.14+zstd.1.5.7
53932025-07-18T16:39:59.885Z Fresh ed25519 v2.2.3
53942025-07-18T16:39:59.885Z Fresh signal-hook-mio v0.2.4
53952025-07-18T16:39:59.885Z Fresh string_cache v0.8.9
53962025-07-18T16:39:59.885Z Fresh zstd-safe v7.2.3
53972025-07-18T16:39:59.885Z Fresh ed25519-dalek v2.1.1
53982025-07-18T16:39:59.885Z Fresh bzip2 v0.4.4
53992025-07-18T16:39:59.885Z Fresh console v0.15.10
54002025-07-18T16:39:59.885Z Fresh bumpalo v3.16.0
54012025-07-18T16:39:59.885Z Fresh rustc-hash v2.1.1
54022025-07-18T16:39:59.885Z Fresh simd-adler32 v0.3.7
54032025-07-18T16:39:59.885Z Fresh lalrpop-util v0.19.12
54042025-07-18T16:39:59.885Z Fresh lockfree-object-pool v0.1.6
54052025-07-18T16:39:59.885Z Fresh zstd v0.13.3
54062025-07-18T16:39:59.885Z Fresh zip v0.6.6
54072025-07-18T16:39:59.885Z Fresh crossterm v0.28.1
54082025-07-18T16:39:59.885Z Fresh zopfli v0.8.1
54092025-07-18T16:39:59.885Z Fresh bzip2 v0.5.2
54102025-07-18T16:39:59.885Z Fresh hash32 v0.2.1
54112025-07-18T16:39:59.885Z Fresh winnow v0.6.26
54122025-07-18T16:39:59.885Z Fresh unicode-properties v0.1.3
54132025-07-18T16:39:59.885Z Fresh predicates-core v1.0.8
54142025-07-18T16:39:59.885Z Fresh unicode-bidi v0.3.17
54152025-07-18T16:39:59.885Z Fresh zip v4.2.0
54162025-07-18T16:39:59.885Z Fresh heapless v0.7.17
54172025-07-18T16:39:59.885Z Fresh nix v0.29.0
54182025-07-18T16:39:59.885Z Fresh rayon v1.10.0
54192025-07-18T16:39:59.885Z Fresh hickory-proto v0.25.2
54202025-07-18T16:39:59.885Z Fresh stringprep v0.1.5
54212025-07-18T16:39:59.885Z Fresh similar v2.7.0
54222025-07-18T16:39:59.885Z Fresh strum_macros v0.27.1
54232025-07-18T16:39:59.885Z Fresh tokio-stream v0.1.17
54242025-07-18T16:39:59.885Z Fresh md-5 v0.10.6
54252025-07-18T16:39:59.886Z Fresh float-cmp v0.10.0
54262025-07-18T16:39:59.886Z Fresh normalize-line-endings v0.3.0
54272025-07-18T16:39:59.886Z Fresh difflib v0.4.0
54282025-07-18T16:39:59.886Z Fresh fallible-iterator v0.2.0
54292025-07-18T16:39:59.886Z Fresh strum v0.27.1
54302025-07-18T16:39:59.886Z Fresh buf-list v1.0.3
54312025-07-18T16:39:59.886Z Fresh smoltcp v0.9.1
54322025-07-18T16:39:59.886Z Fresh phf v0.11.2
54332025-07-18T16:39:59.886Z Fresh serde-big-array v0.5.1
54342025-07-18T16:39:59.886Z Fresh postgres-protocol v0.6.8
54352025-07-18T16:39:59.886Z Fresh predicates v3.1.3
54362025-07-18T16:39:59.886Z Fresh serde_repr v0.1.19
54372025-07-18T16:39:59.886Z Fresh peg-runtime v0.8.5
54382025-07-18T16:39:59.886Z Fresh number_prefix v0.4.0
54392025-07-18T16:39:59.886Z Fresh fs-err v3.1.1
54402025-07-18T16:39:59.887Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
54412025-07-18T16:39:59.887Z Fresh whoami v1.5.2
54422025-07-18T16:39:59.887Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
54432025-07-18T16:39:59.887Z Fresh postgres-types v0.2.9
54442025-07-18T16:39:59.887Z Fresh indicatif v0.17.11
54452025-07-18T16:39:59.887Z Fresh fastrand v2.1.1
54462025-07-18T16:39:59.887Z Fresh regress v0.10.3
54472025-07-18T16:39:59.887Z Fresh futures-executor v0.3.31
54482025-07-18T16:39:59.887Z Fresh ident_case v1.0.1
54492025-07-18T16:39:59.887Z Fresh tokio-postgres v0.7.13
54502025-07-18T16:39:59.887Z Fresh futures v0.3.31
54512025-07-18T16:39:59.887Z Fresh is-terminal v0.4.13
54522025-07-18T16:39:59.887Z Fresh dirs-sys-next v0.1.2
54532025-07-18T16:39:59.887Z Fresh crossbeam-channel v0.5.15
54542025-07-18T16:39:59.887Z Fresh unsafe-libyaml v0.2.11
54552025-07-18T16:39:59.887Z Fresh camino v1.1.10
54562025-07-18T16:39:59.913Z Fresh dirs-next v2.0.0
54572025-07-18T16:39:59.913Z Fresh serde_yaml v0.9.34+deprecated
54582025-07-18T16:39:59.913Z Fresh toml v0.8.23
54592025-07-18T16:39:59.913Z Fresh thread_local v1.1.8
54602025-07-18T16:39:59.913Z Fresh term v0.7.0
54612025-07-18T16:39:59.913Z Fresh rustix v1.0.7
54622025-07-18T16:39:59.913Z Fresh darling_core v0.20.10
54632025-07-18T16:39:59.913Z Fresh quick-error v1.2.3
54642025-07-18T16:39:59.913Z Fresh take_mut v0.2.2
54652025-07-18T16:39:59.913Z Fresh match_cfg v0.1.0
54662025-07-18T16:39:59.913Z Fresh tempfile v3.20.0
54672025-07-18T16:39:59.913Z Fresh darling_macro v0.20.10
54682025-07-18T16:39:59.913Z Fresh slog-term v2.9.1
54692025-07-18T16:39:59.914Z Fresh slog-async v2.8.0
54702025-07-18T16:39:59.914Z Fresh hostname v0.3.1
54712025-07-18T16:39:59.914Z Fresh structmeta-derive v0.3.0
54722025-07-18T16:39:59.914Z Fresh bit-vec v0.8.0
54732025-07-18T16:39:59.914Z Fresh darling v0.20.10
54742025-07-18T16:39:59.914Z Fresh structmeta v0.3.0
54752025-07-18T16:39:59.914Z Fresh bit-set v0.8.0
54762025-07-18T16:39:59.914Z Fresh hex v0.4.3
54772025-07-18T16:39:59.914Z Fresh wait-timeout v0.2.0
54782025-07-18T16:39:59.914Z Fresh debug-ignore v1.0.5
54792025-07-18T16:39:59.914Z Fresh progenitor-client v0.10.0
54802025-07-18T16:39:59.914Z Fresh rand_xorshift v0.4.0
54812025-07-18T16:39:59.914Z Fresh rusty-fork v0.3.0
54822025-07-18T16:39:59.914Z Fresh unarray v0.1.4
54832025-07-18T16:39:59.914Z Fresh serde_path_to_error v0.1.17
54842025-07-18T16:39:59.914Z Fresh derive-ex v0.1.8
54852025-07-18T16:39:59.914Z Fresh slog-json v2.6.1
54862025-07-18T16:39:59.914Z Fresh async-stream-impl v0.3.6
54872025-07-18T16:39:59.914Z Fresh proptest v1.7.0
54882025-07-18T16:39:59.914Z Fresh async-stream v0.3.6
54892025-07-18T16:39:59.914Z Fresh test-strategy v0.4.3
54902025-07-18T16:39:59.914Z Fresh slog-bunyan v2.5.0
54912025-07-18T16:39:59.914Z Fresh rustls-pemfile v2.2.0
54922025-07-18T16:39:59.914Z Fresh rustls v0.22.4
54932025-07-18T16:39:59.914Z Fresh multer v3.1.0
54942025-07-18T16:39:59.914Z Fresh waitgroup v0.1.2
54952025-07-18T16:39:59.914Z Fresh dropshot_endpoint v0.16.2
54962025-07-18T16:39:59.914Z Fresh hostname v0.4.0
54972025-07-18T16:39:59.914Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
54982025-07-18T16:39:59.914Z Fresh serde_with_macros v3.14.0
54992025-07-18T16:39:59.914Z Fresh tokio-rustls v0.25.0
55002025-07-18T16:39:59.914Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
55012025-07-18T16:39:59.914Z Fresh typify-impl v0.3.0
55022025-07-18T16:39:59.914Z Fresh macaddr v1.0.1
55032025-07-18T16:39:59.914Z Fresh serde_with v3.14.0
55042025-07-18T16:39:59.914Z Fresh instant v0.1.13
55052025-07-18T16:39:59.914Z Fresh derive-where v1.5.0
55062025-07-18T16:39:59.915Z Fresh dropshot v0.16.2
55072025-07-18T16:39:59.915Z Fresh typify-macro v0.3.0
55082025-07-18T16:39:59.915Z Fresh parse-display-derive v0.10.0
55092025-07-18T16:39:59.915Z Fresh progenitor-client v0.9.1
55102025-07-18T16:39:59.915Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
55112025-07-18T16:39:59.915Z Fresh ref-cast-impl v1.0.24
55122025-07-18T16:39:59.915Z Fresh backoff v0.4.0
55132025-07-18T16:39:59.915Z Fresh typify v0.3.0
55142025-07-18T16:39:59.915Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
55152025-07-18T16:39:59.915Z Fresh parse-display v0.10.0
55162025-07-18T16:39:59.915Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
55172025-07-18T16:39:59.915Z Fresh camino-tempfile v1.4.1
55182025-07-18T16:39:59.915Z Fresh progenitor-impl v0.9.1
55192025-07-18T16:39:59.915Z Fresh ref-cast v1.0.24
55202025-07-18T16:39:59.915Z Fresh unicode-width v0.1.14
55212025-07-18T16:39:59.915Z Fresh proc-macro-crate v1.3.1
55222025-07-18T16:39:59.915Z Fresh progenitor-macro v0.9.1
55232025-07-18T16:39:59.915Z Fresh iddqd v0.3.8
55242025-07-18T16:39:59.915Z Fresh num_enum_derive v0.5.11
55252025-07-18T16:39:59.915Z Fresh tabwriter v1.4.0
55262025-07-18T16:39:59.915Z Fresh progenitor v0.9.1
55272025-07-18T16:39:59.915Z Fresh proc-macro-error-attr v1.0.4
55282025-07-18T16:39:59.915Z Fresh num_enum v0.5.11
55292025-07-18T16:39:59.915Z Fresh foreign-types-macros v0.2.3
55302025-07-18T16:39:59.915Z Fresh foreign-types-shared v0.3.1
55312025-07-18T16:39:59.915Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
55322025-07-18T16:39:59.915Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
55332025-07-18T16:39:59.915Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
55342025-07-18T16:39:59.915Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
55352025-07-18T16:39:59.915Z Fresh proc-macro-error v1.0.4
55362025-07-18T16:39:59.915Z Fresh foreign-types v0.5.0
55372025-07-18T16:39:59.915Z Fresh cstr-argument v0.1.2
55382025-07-18T16:39:59.915Z Fresh pretty-hex v0.2.1
55392025-07-18T16:39:59.915Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
55402025-07-18T16:39:59.915Z Fresh colored v2.2.0
55412025-07-18T16:39:59.915Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
55422025-07-18T16:39:59.916Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
55432025-07-18T16:39:59.916Z Fresh smf v0.2.3
55442025-07-18T16:39:59.916Z Fresh itertools v0.14.0
55452025-07-18T16:39:59.916Z Fresh heck v0.4.1
55462025-07-18T16:39:59.916Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
55472025-07-18T16:39:59.916Z Fresh atomicwrites v0.4.4
55482025-07-18T16:39:59.916Z Fresh darling_core v0.21.0
55492025-07-18T16:39:59.916Z Fresh typify-impl v0.4.1
55502025-07-18T16:39:59.916Z Fresh hash32 v0.3.1
55512025-07-18T16:39:59.916Z Fresh crucible-workspace-hack v0.1.0
55522025-07-18T16:39:59.916Z Fresh darling_macro v0.21.0
55532025-07-18T16:39:59.916Z Fresh typify-macro v0.4.1
55542025-07-18T16:39:59.916Z Fresh cobs v0.2.3
55552025-07-18T16:39:59.916Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
55562025-07-18T16:39:59.943Z Fresh darling v0.21.0
55572025-07-18T16:39:59.943Z Fresh typify v0.4.1
55582025-07-18T16:39:59.943Z Fresh heapless v0.8.0
55592025-07-18T16:39:59.943Z Fresh postcard v1.0.10
55602025-07-18T16:39:59.943Z Fresh base64 v0.21.7
55612025-07-18T16:39:59.943Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
55622025-07-18T16:39:59.943Z Fresh sigpipe v0.1.3
55632025-07-18T16:39:59.943Z Fresh progenitor-impl v0.10.0
55642025-07-18T16:39:59.943Z Fresh ingot-macros v0.1.1
55652025-07-18T16:39:59.943Z Fresh smoltcp v0.11.0
55662025-07-18T16:39:59.943Z Fresh jiff v0.2.15
55672025-07-18T16:39:59.943Z Fresh zone_cfg_derive v0.3.0
55682025-07-18T16:39:59.944Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
55692025-07-18T16:39:59.946Z Fresh num-derive v0.4.2
55702025-07-18T16:39:59.946Z Fresh ingot-types v0.1.2
55712025-07-18T16:39:59.946Z Fresh progenitor-macro v0.10.0
55722025-07-18T16:39:59.946Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
55732025-07-18T16:39:59.946Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
55742025-07-18T16:39:59.946Z Fresh zone v0.3.1
55752025-07-18T16:39:59.946Z Fresh convert_case v0.4.0
55762025-07-18T16:39:59.946Z Fresh progenitor v0.10.0
55772025-07-18T16:39:59.946Z Fresh ingot v0.1.1
55782025-07-18T16:39:59.946Z Fresh derive_more v0.99.20
55792025-07-18T16:39:59.946Z Fresh same-file v1.0.6
55802025-07-18T16:39:59.946Z Fresh utf-8 v0.7.6
55812025-07-18T16:39:59.946Z Fresh half v2.4.1
55822025-07-18T16:39:59.946Z Fresh ciborium-io v0.2.2
55832025-07-18T16:39:59.946Z Fresh newline-converter v0.3.0
55842025-07-18T16:39:59.946Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
55852025-07-18T16:39:59.946Z Fresh walkdir v2.5.0
55862025-07-18T16:39:59.946Z Fresh tungstenite v0.21.0
55872025-07-18T16:39:59.946Z Fresh ciborium-ll v0.2.2
55882025-07-18T16:39:59.946Z Fresh expectorate v1.2.0
55892025-07-18T16:39:59.946Z Fresh tokio-dtrace v0.1.0
55902025-07-18T16:39:59.946Z Fresh pem v3.0.5
55912025-07-18T16:39:59.946Z Fresh num-rational v0.4.2
55922025-07-18T16:39:59.947Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
55932025-07-18T16:39:59.947Z Fresh tokio-tungstenite v0.21.0
55942025-07-18T16:39:59.947Z Fresh ciborium v0.2.2
55952025-07-18T16:39:59.947Z Fresh oxide-tokio-rt v0.1.2
55962025-07-18T16:39:59.947Z Fresh num-complex v0.4.6
55972025-07-18T16:39:59.947Z Fresh float-ord v0.3.2
55982025-07-18T16:39:59.947Z Fresh secrecy v0.10.3
55992025-07-18T16:39:59.947Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
56002025-07-18T16:39:59.947Z Fresh num v0.4.3
56012025-07-18T16:39:59.948Z Fresh bytecount v0.6.8
56022025-07-18T16:39:59.948Z Fresh fixedbitset v0.5.7
56032025-07-18T16:39:59.948Z Fresh indent_write v2.2.0
56042025-07-18T16:39:59.948Z Fresh password-hash v0.5.0
56052025-07-18T16:39:59.948Z Fresh blake2 v0.10.6
56062025-07-18T16:39:59.948Z Fresh arc-swap v1.7.1
56072025-07-18T16:39:59.948Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
56082025-07-18T16:39:59.948Z Fresh petgraph v0.8.2
56092025-07-18T16:39:59.948Z Fresh argon2 v0.5.3
56102025-07-18T16:39:59.948Z Fresh slog-scope v4.4.0
56112025-07-18T16:39:59.948Z Fresh xattr v1.3.1
56122025-07-18T16:39:59.948Z Fresh filetime v0.2.25
56132025-07-18T16:39:59.948Z Fresh slog-stdlog v4.1.1
56142025-07-18T16:39:59.948Z Fresh tar v0.4.44
56152025-07-18T16:39:59.948Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
56162025-07-18T16:39:59.948Z Fresh slog-envlogger v2.2.0
56172025-07-18T16:39:59.948Z Fresh libsw-core v0.3.1
56182025-07-18T16:39:59.948Z Fresh swrite v0.1.0
56192025-07-18T16:39:59.948Z Fresh linear-map v1.2.0
56202025-07-18T16:39:59.948Z Fresh libsw v3.5.0
56212025-07-18T16:39:59.948Z Fresh owo-colors v4.2.2
56222025-07-18T16:39:59.948Z Fresh cancel-safe-futures v0.1.5
56232025-07-18T16:39:59.948Z Fresh async-recursion v1.1.1
56242025-07-18T16:39:59.948Z Fresh keccak v0.1.5
56252025-07-18T16:39:59.948Z Fresh sha3 v0.10.8
56262025-07-18T16:39:59.948Z Fresh papergrid v0.11.0
56272025-07-18T16:39:59.948Z Fresh tabled_derive v0.7.0
56282025-07-18T16:39:59.948Z Fresh highway v1.3.0
56292025-07-18T16:39:59.948Z Fresh globset v0.4.15
56302025-07-18T16:39:59.948Z Fresh typify-impl v0.2.0
56312025-07-18T16:39:59.948Z Fresh headers-core v0.3.0
56322025-07-18T16:39:59.948Z Fresh resolv-conf v0.7.0
56332025-07-18T16:39:59.948Z Fresh tabled v0.15.0
56342025-07-18T16:39:59.948Z Fresh typify-macro v0.2.0
56352025-07-18T16:39:59.948Z Fresh headers v0.4.1
56362025-07-18T16:39:59.948Z Fresh pin-project-internal v1.1.6
56372025-07-18T16:39:59.949Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
56382025-07-18T16:39:59.949Z Fresh heck v0.3.3
56392025-07-18T16:39:59.949Z Fresh typify v0.2.0
56402025-07-18T16:39:59.949Z Fresh pin-project v1.1.6
56412025-07-18T16:39:59.949Z Fresh progenitor-client v0.8.0
56422025-07-18T16:39:59.949Z Fresh snafu-derive v0.8.5
56432025-07-18T16:39:59.949Z Fresh zone_cfg_derive v0.1.2
56442025-07-18T16:39:59.949Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
56452025-07-18T16:39:59.949Z Fresh olpc-cjson v0.1.4
56462025-07-18T16:39:59.949Z Fresh progenitor-impl v0.8.0
56472025-07-18T16:39:59.949Z Fresh lzma-sys v0.1.20
56482025-07-18T16:39:59.949Z Fresh snafu v0.8.5
56492025-07-18T16:39:59.949Z Fresh yasna v0.5.2
56502025-07-18T16:39:59.949Z Fresh serde_plain v1.0.2
56512025-07-18T16:39:59.949Z Fresh typed-path v0.9.3
56522025-07-18T16:39:59.949Z Fresh base64 v0.13.1
56532025-07-18T16:39:59.949Z Fresh zone v0.1.8
56542025-07-18T16:39:59.950Z Fresh progenitor-macro v0.8.0
56552025-07-18T16:39:59.950Z Fresh tough v0.20.0
56562025-07-18T16:39:59.975Z Fresh rcgen v0.12.1
56572025-07-18T16:39:59.975Z Fresh xz2 v0.1.7
56582025-07-18T16:39:59.975Z Fresh ron v0.7.1
56592025-07-18T16:39:59.976Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
56602025-07-18T16:39:59.976Z Fresh universal-hash v0.5.1
56612025-07-18T16:39:59.976Z Fresh unicode-linebreak v0.1.5
56622025-07-18T16:39:59.976Z Fresh progenitor v0.8.0
56632025-07-18T16:39:59.976Z Fresh opaque-debug v0.3.1
56642025-07-18T16:39:59.976Z Fresh smawk v0.3.2
56652025-07-18T16:39:59.976Z Fresh humantime v2.2.0
56662025-07-18T16:39:59.976Z Fresh subprocess v0.2.9
56672025-07-18T16:39:59.976Z Fresh semver v0.1.20
56682025-07-18T16:39:59.976Z Fresh aead v0.5.2
56692025-07-18T16:39:59.976Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
56702025-07-18T16:39:59.976Z Fresh textwrap v0.16.2
56712025-07-18T16:39:59.976Z Fresh rustc_version v0.1.7
56722025-07-18T16:39:59.976Z Fresh poly1305 v0.8.0
56732025-07-18T16:39:59.976Z Fresh chacha20 v0.9.1
56742025-07-18T16:39:59.976Z Fresh thiserror-impl-no-std v2.0.2
56752025-07-18T16:39:59.976Z Fresh linked-hash-map v0.5.6
56762025-07-18T16:39:59.976Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
56772025-07-18T16:39:59.976Z Fresh thiserror-no-std v2.0.2
56782025-07-18T16:39:59.976Z Fresh lru-cache v0.1.2
56792025-07-18T16:39:59.976Z Fresh chacha20poly1305 v0.10.1
56802025-07-18T16:39:59.976Z Fresh hickory-proto v0.24.4
56812025-07-18T16:39:59.976Z Fresh vsss-rs v3.3.4
56822025-07-18T16:39:59.976Z Fresh hickory-resolver v0.24.4
56832025-07-18T16:39:59.976Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
56842025-07-18T16:39:59.976Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
56852025-07-18T16:39:59.976Z Fresh newtype_derive v0.1.6
56862025-07-18T16:39:59.976Z Fresh qorb v0.4.0
56872025-07-18T16:39:59.976Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
56882025-07-18T16:39:59.976Z Fresh tagptr v0.2.0
56892025-07-18T16:39:59.977Z Fresh display-error-chain v0.2.2
56902025-07-18T16:39:59.977Z Fresh steno v0.4.1
56912025-07-18T16:39:59.977Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
56922025-07-18T16:39:59.977Z Fresh moka v0.12.10
56932025-07-18T16:39:59.977Z Fresh gethostname v0.5.0
56942025-07-18T16:39:59.977Z Fresh hickory-resolver v0.25.2
56952025-07-18T16:39:59.977Z Fresh slog-dtrace v0.3.0
56962025-07-18T16:39:59.977Z Fresh nibble_vec v0.1.0
56972025-07-18T16:39:59.977Z Fresh endian-type v0.1.2
56982025-07-18T16:39:59.977Z Fresh radix_trie v0.2.1
56992025-07-18T16:39:59.977Z Fresh bitfield-struct v0.6.2
57002025-07-18T16:39:59.977Z Fresh zerocopy-derive v0.6.6
57012025-07-18T16:39:59.977Z Fresh termtree v0.5.1
57022025-07-18T16:39:59.977Z Fresh termcolor v1.4.1
57032025-07-18T16:39:59.977Z Fresh tap v1.0.1
57042025-07-18T16:39:59.977Z Fresh radium v0.7.0
57052025-07-18T16:39:59.977Z Fresh zerocopy v0.6.6
57062025-07-18T16:39:59.977Z Fresh libefi-sys v0.1.0
57072025-07-18T16:39:59.977Z Fresh wyz v0.5.1
57082025-07-18T16:39:59.978Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
57092025-07-18T16:39:59.978Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
57102025-07-18T16:39:59.978Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
57112025-07-18T16:39:59.978Z Fresh funty v2.0.0
57122025-07-18T16:39:59.978Z Fresh crc-catalog v2.4.0
57132025-07-18T16:39:59.978Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
57142025-07-18T16:39:59.978Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
57152025-07-18T16:39:59.978Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
57162025-07-18T16:39:59.978Z Fresh maybe-uninit v2.0.0
57172025-07-18T16:39:59.978Z Fresh packed_struct_codegen v0.10.1
57182025-07-18T16:39:59.978Z Fresh bitvec v1.0.1
57192025-07-18T16:39:59.978Z Fresh crc v3.2.1
57202025-07-18T16:39:59.978Z Fresh nodrop v0.1.14
57212025-07-18T16:39:59.979Z Fresh smallvec v0.6.14
57222025-07-18T16:39:59.979Z Fresh hashbrown v0.12.3
57232025-07-18T16:39:59.979Z Fresh bitfield v0.14.0
57242025-07-18T16:39:59.979Z Fresh array-init v0.0.4
57252025-07-18T16:39:59.979Z Fresh packed_struct v0.10.1
57262025-07-18T16:39:59.979Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
57272025-07-18T16:39:59.979Z Fresh env_logger v0.10.2
57282025-07-18T16:39:59.979Z Fresh ron v0.8.1
57292025-07-18T16:39:59.979Z Fresh hashbrown v0.13.2
57302025-07-18T16:39:59.979Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
57312025-07-18T16:39:59.979Z Fresh serde-hex v0.1.0
57322025-07-18T16:39:59.979Z Fresh indexmap v1.9.3
57332025-07-18T16:39:59.979Z Fresh crc-any v2.5.0
57342025-07-18T16:39:59.979Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
57352025-07-18T16:39:59.979Z Fresh proc-macro-error-attr2 v2.0.0
57362025-07-18T16:39:59.979Z Fresh path-slash v0.1.5
57372025-07-18T16:39:59.979Z Fresh object v0.30.4
57382025-07-18T16:39:59.979Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
57392025-07-18T16:39:59.980Z Fresh proc-macro-error2 v2.0.1
57402025-07-18T16:39:59.980Z Fresh maplit v1.0.2
57412025-07-18T16:39:59.980Z Fresh xshell-macros v0.2.7
57422025-07-18T16:39:59.980Z Fresh papergrid v0.14.0
57432025-07-18T16:39:59.980Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
57442025-07-18T16:39:59.980Z Fresh xshell v0.2.7
57452025-07-18T16:39:59.980Z Fresh tabled_derive v0.10.0
57462025-07-18T16:39:59.980Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
57472025-07-18T16:39:59.980Z Fresh num-derive v0.3.3
57482025-07-18T16:39:59.980Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
57492025-07-18T16:39:59.980Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
57502025-07-18T16:39:59.980Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
57512025-07-18T16:39:59.980Z Fresh libscf-sys v1.1.0
57522025-07-18T16:39:59.980Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
57532025-07-18T16:39:59.980Z Fresh tabled v0.18.0
57542025-07-18T16:39:59.980Z Fresh fxhash v0.2.1
57552025-07-18T16:39:59.980Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
57562025-07-18T16:40:00.006Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
57572025-07-18T16:40:00.006Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
57582025-07-18T16:40:00.008Z Fresh vte_generate_state_changes v0.1.2
57592025-07-18T16:40:00.008Z Fresh crc8 v0.1.1
57602025-07-18T16:40:00.008Z Fresh const_format_proc_macros v0.2.34
57612025-07-18T16:40:00.008Z Fresh fd-lock v4.0.2
57622025-07-18T16:40:00.008Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
57632025-07-18T16:40:00.008Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
57642025-07-18T16:40:00.008Z Fresh vte v0.11.1
57652025-07-18T16:40:00.008Z Fresh const_format v0.2.34
57662025-07-18T16:40:00.008Z Fresh nu-ansi-term v0.50.1
57672025-07-18T16:40:00.008Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
57682025-07-18T16:40:00.008Z Fresh half v1.8.3
57692025-07-18T16:40:00.008Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
57702025-07-18T16:40:00.008Z Fresh strip-ansi-escapes v0.2.0
57712025-07-18T16:40:00.008Z Fresh serde_cbor v0.11.2
57722025-07-18T16:40:00.008Z Fresh kstat-rs v0.2.4
57732025-07-18T16:40:00.008Z Fresh diff v0.1.13
57742025-07-18T16:40:00.008Z Fresh dsl_auto_type v0.1.2
57752025-07-18T16:40:00.008Z Fresh reedline v0.40.0
57762025-07-18T16:40:00.008Z Fresh phf_generator v0.11.2
57772025-07-18T16:40:00.008Z Fresh scheduled-thread-pool v0.2.7
57782025-07-18T16:40:00.008Z Fresh diesel_table_macro_syntax v0.2.0
57792025-07-18T16:40:00.008Z Fresh parse-zoneinfo v0.3.1
57802025-07-18T16:40:00.008Z Fresh nix v0.30.1
57812025-07-18T16:40:00.008Z Fresh phf_codegen v0.11.2
57822025-07-18T16:40:00.009Z Fresh r2d2 v0.8.10
57832025-07-18T16:40:00.009Z Fresh diesel_derives v2.2.3
57842025-07-18T16:40:00.009Z Fresh cfg_aliases v0.1.1
57852025-07-18T16:40:00.009Z Fresh bcs v0.1.6
57862025-07-18T16:40:00.009Z Fresh chrono-tz-build v0.4.0
57872025-07-18T16:40:00.009Z Fresh diesel v2.2.11
57882025-07-18T16:40:00.009Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
57892025-07-18T16:40:00.009Z Fresh nanorand v0.7.0
57902025-07-18T16:40:00.009Z Fresh crunchy v0.2.2
57912025-07-18T16:40:00.009Z Fresh peg-macros v0.8.5
57922025-07-18T16:40:00.009Z Fresh parking_lot_core v0.8.6
57932025-07-18T16:40:00.009Z Fresh flume v0.11.1
57942025-07-18T16:40:00.009Z Fresh nix v0.28.0
57952025-07-18T16:40:00.009Z Fresh sqlparser_derive v0.2.2
57962025-07-18T16:40:00.009Z Fresh unicode_categories v0.1.1
57972025-07-18T16:40:00.009Z Fresh bit-vec v0.6.3
57982025-07-18T16:40:00.009Z Fresh sqlparser v0.45.0
57992025-07-18T16:40:00.009Z Fresh chrono-tz v0.10.3
58002025-07-18T16:40:00.009Z Fresh tiny-keccak v2.0.2
58012025-07-18T16:40:00.009Z Fresh rustyline v14.0.0
58022025-07-18T16:40:00.009Z Fresh sqlformat v0.3.5
58032025-07-18T16:40:00.009Z Fresh parking_lot v0.11.2
58042025-07-18T16:40:00.010Z Fresh bit-set v0.5.3
58052025-07-18T16:40:00.010Z Fresh peg v0.8.5
58062025-07-18T16:40:00.010Z Fresh ascii-canvas v3.0.0
58072025-07-18T16:40:00.010Z Fresh prefix-trie v0.7.0
58082025-07-18T16:40:00.010Z Fresh ena v0.14.3
58092025-07-18T16:40:00.010Z Fresh regex-syntax v0.6.29
58102025-07-18T16:40:00.010Z Fresh lalrpop v0.19.12
58112025-07-18T16:40:00.010Z Fresh hickory-server v0.25.2
58122025-07-18T16:40:00.010Z Fresh sled v0.34.7
58132025-07-18T16:40:00.010Z Fresh hickory-client v0.25.2
58142025-07-18T16:40:00.010Z Fresh bindgen v0.71.1
58152025-07-18T16:40:00.010Z Fresh derive_builder_core v0.20.2
58162025-07-18T16:40:00.011Z Fresh derive_builder_macro v0.20.2
58172025-07-18T16:40:00.011Z Fresh strum_macros v0.24.3
58182025-07-18T16:40:00.011Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
58192025-07-18T16:40:00.011Z Fresh indoc v1.0.9
58202025-07-18T16:40:00.011Z Fresh derive_builder v0.20.2
58212025-07-18T16:40:00.011Z Fresh polar-core v0.27.3
58222025-07-18T16:40:00.011Z Fresh libxml v0.3.3
58232025-07-18T16:40:00.011Z Fresh impl-trait-for-tuples v0.2.2
58242025-07-18T16:40:00.011Z Fresh oso-derive v0.27.3
58252025-07-18T16:40:00.011Z Fresh quick-xml v0.37.2
58262025-07-18T16:40:00.011Z Fresh assert_matches v1.5.0
58272025-07-18T16:40:00.011Z Fresh oso v0.27.3
58282025-07-18T16:40:00.011Z Fresh samael v0.0.19
58292025-07-18T16:40:00.011Z Fresh unicase v2.7.0
58302025-07-18T16:40:00.011Z Fresh signal-hook-tokio v0.3.1
58312025-07-18T16:40:00.011Z Fresh primeorder v0.13.6
58322025-07-18T16:40:00.011Z Fresh predicates-tree v1.0.12
58332025-07-18T16:40:00.011Z Fresh http-range v0.1.5
58342025-07-18T16:40:00.011Z Fresh tungstenite v0.23.0
58352025-07-18T16:40:00.011Z Fresh bb8 v0.8.5
58362025-07-18T16:40:00.011Z Fresh atty v0.2.14
58372025-07-18T16:40:00.011Z Fresh void v1.0.2
58382025-07-18T16:40:00.011Z Fresh diesel-dtrace v0.4.2
58392025-07-18T16:40:00.011Z Fresh tokio-tungstenite v0.23.1
58402025-07-18T16:40:00.011Z Fresh async-bb8-diesel v0.2.1
58412025-07-18T16:40:00.011Z Fresh mime_guess v2.0.5
58422025-07-18T16:40:00.011Z Fresh lzss v0.8.2
58432025-07-18T16:40:00.011Z Fresh p384 v0.13.0
58442025-07-18T16:40:00.011Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
58452025-07-18T16:40:00.011Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
58462025-07-18T16:40:00.011Z Fresh nix v0.27.1
58472025-07-18T16:40:00.011Z Fresh serde_bytes v0.11.17
58482025-07-18T16:40:00.011Z Fresh hyper-staticfile v0.10.1
58492025-07-18T16:40:00.011Z Fresh salty v0.3.0
58502025-07-18T16:40:00.011Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
58512025-07-18T16:40:00.011Z Fresh ignore v0.4.23
58522025-07-18T16:40:00.011Z Fresh env_filter v0.1.2
58532025-07-18T16:40:00.011Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
58542025-07-18T16:40:00.011Z Fresh secrecy v0.8.0
58552025-07-18T16:40:00.012Z Fresh env_logger v0.11.5
58562025-07-18T16:40:00.037Z Fresh globwalk v0.9.1
58572025-07-18T16:40:00.037Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
58582025-07-18T16:40:00.037Z Fresh parse-size v1.1.0
58592025-07-18T16:40:00.038Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
58602025-07-18T16:40:00.038Z Fresh camino-tempfile-ext v0.3.2
58612025-07-18T16:40:00.038Z Fresh rand_seeder v0.3.0
58622025-07-18T16:40:00.038Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
58632025-07-18T16:40:00.038Z Fresh fs-err v2.11.0
58642025-07-18T16:40:00.038Z Fresh csv-core v0.1.11
58652025-07-18T16:40:00.038Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
58662025-07-18T16:40:00.038Z Fresh yansi v1.0.1
58672025-07-18T16:40:00.038Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
58682025-07-18T16:40:00.038Z Fresh csv v1.3.1
58692025-07-18T16:40:00.038Z Fresh pretty_assertions v1.4.1
58702025-07-18T16:40:00.038Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
58712025-07-18T16:40:00.038Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
58722025-07-18T16:40:00.038Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
58732025-07-18T16:40:00.038Z Fresh concurrent-queue v2.5.0
58742025-07-18T16:40:00.038Z Fresh parking v2.2.1
58752025-07-18T16:40:00.038Z Fresh typeid v1.0.3
58762025-07-18T16:40:00.038Z Fresh castaway v0.2.3
58772025-07-18T16:40:00.038Z Fresh indoc v2.0.6
58782025-07-18T16:40:00.038Z Fresh libz-sys v1.1.20
58792025-07-18T16:40:00.038Z Fresh unicode-truncate v1.1.0
58802025-07-18T16:40:00.038Z Fresh erased-serde v0.4.6
58812025-07-18T16:40:00.038Z Fresh compact_str v0.8.0
58822025-07-18T16:40:00.038Z Fresh lru v0.12.5
58832025-07-18T16:40:00.038Z Fresh ordered-float v2.10.1
58842025-07-18T16:40:00.038Z Fresh instability v0.3.2
58852025-07-18T16:40:00.038Z Fresh cassowary v0.3.0
58862025-07-18T16:40:00.038Z Fresh is_ci v1.2.0
58872025-07-18T16:40:00.038Z Fresh serde-value v0.7.0
58882025-07-18T16:40:00.038Z Fresh serde-untagged v0.1.7
58892025-07-18T16:40:00.038Z Fresh libgit2-sys v0.17.0+1.8.1
58902025-07-18T16:40:00.038Z Fresh ratatui v0.29.0
58912025-07-18T16:40:00.038Z Fresh event-listener v5.3.1
58922025-07-18T16:40:00.038Z Fresh cargo-platform v0.1.8
58932025-07-18T16:40:00.039Z Fresh supports-color v3.0.2
58942025-07-18T16:40:00.039Z Fresh cargo_metadata v0.18.1
58952025-07-18T16:40:00.039Z Fresh event-listener-strategy v0.5.2
58962025-07-18T16:40:00.039Z Fresh git2 v0.19.0
58972025-07-18T16:40:00.039Z Fresh cargo-util-schemas v0.2.0
58982025-07-18T16:40:00.039Z Fresh cargo-platform v0.2.0
58992025-07-18T16:40:00.039Z Fresh vergen v8.3.2
59002025-07-18T16:40:00.039Z Fresh futures-lite v2.3.0
59012025-07-18T16:40:00.039Z Fresh cargo_metadata v0.20.0
59022025-07-18T16:40:00.040Z Fresh sct v0.7.1
59032025-07-18T16:40:00.040Z Fresh rustls-webpki v0.101.7
59042025-07-18T16:40:00.040Z Fresh rustls v0.21.12
59052025-07-18T16:40:00.040Z Fresh tokio-rustls v0.24.1
59062025-07-18T16:40:00.040Z Fresh async-lock v3.4.0
59072025-07-18T16:40:00.040Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
59082025-07-18T16:40:00.040Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
59092025-07-18T16:40:00.040Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
59102025-07-18T16:40:00.040Z Fresh rustls-pemfile v1.0.4
59112025-07-18T16:40:00.040Z Fresh twox-hash v2.1.0
59122025-07-18T16:40:00.040Z Fresh polling v3.7.3
59132025-07-18T16:40:00.040Z Fresh shell-words v1.1.0
59142025-07-18T16:40:00.040Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
59152025-07-18T16:40:00.040Z Fresh async-io v2.3.4
59162025-07-18T16:40:00.041Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
59172025-07-18T16:40:00.041Z Fresh fatfs v0.3.6
59182025-07-18T16:40:00.041Z Fresh async-task v4.7.1
59192025-07-18T16:40:00.041Z Fresh async-channel v2.3.1
59202025-07-18T16:40:00.041Z Fresh piper v0.2.4
59212025-07-18T16:40:00.041Z Fresh plotters-backend v0.3.7
59222025-07-18T16:40:00.041Z Fresh blocking v1.6.1
59232025-07-18T16:40:00.041Z Fresh async-executor v1.13.1
59242025-07-18T16:40:00.041Z Fresh async-signal v0.2.10
59252025-07-18T16:40:00.041Z Fresh plotters-svg v0.3.7
59262025-07-18T16:40:00.041Z Fresh rtoolbox v0.0.2
59272025-07-18T16:40:00.041Z Fresh futures-timer v3.0.3
59282025-07-18T16:40:00.041Z Fresh event-listener v2.5.3
59292025-07-18T16:40:00.041Z Fresh hex-literal v0.4.1
59302025-07-18T16:40:00.041Z Fresh cast v0.3.0
59312025-07-18T16:40:00.041Z Fresh async-global-executor v2.4.1
59322025-07-18T16:40:00.041Z Fresh async-process v2.3.0
59332025-07-18T16:40:00.041Z Fresh plotters v0.3.7
59342025-07-18T16:40:00.041Z Fresh async-channel v1.9.0
59352025-07-18T16:40:00.041Z Fresh rpassword v7.4.0
59362025-07-18T16:40:00.041Z Fresh tui-tree-widget v0.23.1
59372025-07-18T16:40:00.041Z Fresh criterion-plot v0.5.0
59382025-07-18T16:40:00.041Z Fresh async-attributes v1.1.2
59392025-07-18T16:40:00.041Z Fresh tinytemplate v1.2.1
59402025-07-18T16:40:00.041Z Fresh kv-log-macro v1.0.7
59412025-07-18T16:40:00.041Z Fresh oorandom v11.1.4
59422025-07-18T16:40:00.041Z Fresh anes v0.1.6
59432025-07-18T16:40:00.041Z Fresh async-std v1.13.0
59442025-07-18T16:40:00.041Z Fresh criterion v0.6.0
59452025-07-18T16:40:00.041Z Fresh polyval v0.6.2
59462025-07-18T16:40:00.041Z Fresh ctr v0.9.2
59472025-07-18T16:40:00.041Z Fresh petname v2.0.2
59482025-07-18T16:40:00.041Z Fresh ghash v0.5.1
59492025-07-18T16:40:00.041Z Fresh async-object-pool v0.1.5
59502025-07-18T16:40:00.041Z Fresh serde_regex v1.1.0
59512025-07-18T16:40:00.041Z Fresh assert-json-diff v2.0.2
59522025-07-18T16:40:00.042Z Fresh path-tree v0.8.1
59532025-07-18T16:40:00.042Z Fresh stringmetrics v2.2.2
59542025-07-18T16:40:00.042Z Fresh sync-ptr v0.1.4
59552025-07-18T16:40:00.042Z Fresh httpmock v0.8.0-alpha.1
59562025-07-18T16:40:00.069Z Fresh aes-gcm v0.10.3
59572025-07-18T16:40:00.069Z Fresh ssh-encoding v0.2.0
59582025-07-18T16:40:00.069Z Fresh blowfish v0.9.1
59592025-07-18T16:40:00.069Z Fresh arrayref v0.3.9
59602025-07-18T16:40:00.069Z Fresh arrayvec v0.7.6
59612025-07-18T16:40:00.069Z Fresh constant_time_eq v0.3.1
59622025-07-18T16:40:00.069Z Fresh bcrypt-pbkdf v0.10.0
59632025-07-18T16:40:00.069Z Fresh ssh-cipher v0.2.0
59642025-07-18T16:40:00.069Z Fresh target-lexicon v0.13.2
59652025-07-18T16:40:00.069Z Fresh password-hash v0.4.2
59662025-07-18T16:40:00.069Z Fresh cfg-expr v0.18.0
59672025-07-18T16:40:00.069Z Fresh pbkdf2 v0.11.0
59682025-07-18T16:40:00.069Z Fresh guppy-workspace-hack v0.1.0
59692025-07-18T16:40:00.069Z Fresh ssh-key v0.6.6
59702025-07-18T16:40:00.069Z Fresh p256 v0.13.2
59712025-07-18T16:40:00.069Z Fresh p521 v0.13.3
59722025-07-18T16:40:00.069Z Fresh russh-cryptovec v0.7.3
59732025-07-18T16:40:00.069Z Fresh md5 v0.7.0
59742025-07-18T16:40:00.069Z Fresh target-spec v3.4.2
59752025-07-18T16:40:00.069Z Fresh russh-keys v0.45.0
59762025-07-18T16:40:00.069Z Fresh petgraph v0.7.1
59772025-07-18T16:40:00.069Z Fresh pathdiff v0.2.3
59782025-07-18T16:40:00.069Z Fresh httptest v0.16.3
59792025-07-18T16:40:00.069Z Fresh num-bigint v0.4.6
59802025-07-18T16:40:00.069Z Fresh des v0.8.1
59812025-07-18T16:40:00.069Z Fresh memmap2 v0.9.5
59822025-07-18T16:40:00.069Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
59832025-07-18T16:40:00.069Z Fresh nested v0.1.1
59842025-07-18T16:40:00.069Z Fresh blake3 v1.5.4
59852025-07-18T16:40:00.069Z Fresh russh v0.45.0
59862025-07-18T16:40:00.069Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
59872025-07-18T16:40:00.069Z Fresh guppy v0.17.19
59882025-07-18T16:40:00.069Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
59892025-07-18T16:40:00.070Z Fresh topological-sort v0.2.2
59902025-07-18T16:40:00.070Z Fresh escape8259 v0.5.3
59912025-07-18T16:40:00.070Z Fresh internet-checksum v0.2.1
59922025-07-18T16:40:00.070Z Fresh omicron-zone-package v0.12.2
59932025-07-18T16:40:00.070Z Fresh libtest-mimic v0.8.1
59942025-07-18T16:40:00.070Z Fresh doc-comment v0.3.3
59952025-07-18T16:40:00.070Z Fresh fancy-regex v0.14.0
59962025-07-18T16:40:00.070Z Compiling similar-asserts v1.7.0
59972025-07-18T16:40:00.070Z Fresh proc-macro-crate v3.2.0
59982025-07-18T16:40:00.070Z Fresh relative-path v1.9.3
59992025-07-18T16:40:00.070Z Fresh datatest-stable v0.3.2
60002025-07-18T16:40:00.070Z Fresh rstest_macros v0.25.0
60012025-07-18T16:40:00.070Z Running `/home/build/.rustup/toolchains/1.88.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=8a2ef9b665ff2d25 -C extra-filename=-8780c77a767d4046 --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-9c592e23026ad5a2.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-1a8ff30f54235280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
60022025-07-18T16:40:00.070Z Fresh target-triple v0.1.3
60032025-07-18T16:40:00.070Z Fresh assert_cmd v2.0.17
60042025-07-18T16:40:00.070Z Fresh support-bundle-viewer v0.1.2
60052025-07-18T16:40:00.070Z Fresh multimap v0.10.1
60062025-07-18T16:40:00.070Z Fresh uzers v0.12.1
60072025-07-18T16:40:00.070Z Fresh trybuild v1.0.105
60082025-07-18T16:40:00.070Z Fresh rstest v0.25.0
60092025-07-18T16:40:00.070Z Fresh blake2b_simd v1.0.2
60102025-07-18T16:40:00.070Z Fresh partial-io v0.5.4
60112025-07-18T16:40:00.070Z Fresh rand_distr v0.4.3
60122025-07-18T16:40:00.070Z Fresh approx v0.5.1
60132025-07-18T16:40:00.070Z Fresh rust-argon2 v2.1.0
60142025-07-18T16:40:00.070Z Fresh cargo_toml v0.21.0
60152025-07-18T16:40:00.070Z Fresh termios v0.3.3
60162025-07-18T16:40:00.070Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
60172025-07-18T16:40:00.070Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
60182025-07-18T16:40:00.070Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
60192025-07-18T16:40:00.070Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
60202025-07-18T16:40:00.071Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
60212025-07-18T16:40:00.071Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
60222025-07-18T16:40:00.071Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
60232025-07-18T16:40:00.071Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
60242025-07-18T16:40:00.071Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
60252025-07-18T16:40:00.071Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
60262025-07-18T16:40:00.071Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
60272025-07-18T16:40:00.071Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
60282025-07-18T16:40:00.071Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
60292025-07-18T16:40:00.071Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
60302025-07-18T16:40:00.071Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
60312025-07-18T16:40:00.071Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
60322025-07-18T16:40:00.071Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
60332025-07-18T16:40:00.071Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
60342025-07-18T16:40:00.071Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
60352025-07-18T16:40:00.071Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
60362025-07-18T16:40:00.071Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
60372025-07-18T16:40:00.071Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
60382025-07-18T16:40:00.071Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
60392025-07-18T16:40:00.072Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
60402025-07-18T16:40:00.072Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
60412025-07-18T16:40:00.072Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
60422025-07-18T16:40:00.072Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
60432025-07-18T16:40:00.072Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
60442025-07-18T16:40:00.072Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
60452025-07-18T16:40:00.072Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
60462025-07-18T16:40:00.072Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
60472025-07-18T16:40:00.072Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
60482025-07-18T16:40:00.072Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
60492025-07-18T16:40:00.072Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
60502025-07-18T16:40:00.072Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
60512025-07-18T16:40:00.072Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
60522025-07-18T16:40:00.072Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
60532025-07-18T16:40:00.072Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
60542025-07-18T16:40:00.072Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
60552025-07-18T16:40:00.072Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
60562025-07-18T16:40:00.103Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
60572025-07-18T16:40:00.103Z Running `/home/build/.rustup/toolchains/1.88.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=13c67747c57fe824 -C extra-filename=-d76f7b00fefac952 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-819cb3997d8a5986.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c4ddc37d8796576e.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d2b4d45bd574532f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-779a96c0a285a878.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e6df0d374c71c188.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f5968120c1643fc4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4ec10f8ff6ccdff4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-401945d023ab2c01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b69aaca6809ee664.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-612ea3f727a39337.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-463b351fd2332d42.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-521db65e426b7271.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3dfa2c4d507203d6.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-5b5d519635764858.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-45994ed5d7c4fdfe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e8430367e7407a4b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c4941842b8657916.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8cf53888304425f8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-087bcb250238d314.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-6f9f57966bbb5c4e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-25ebb7649118feaf.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-864f19fa425877bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-70b269b0f7ab55a1.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3190d5d54444620e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-89b37e0dde854778.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-3ca8626cd2bfd199.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-ad3f47c3b9446adb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6abd2e8972dbcc75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-140fb2e23b727763.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-791f6c46896bc067.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85e68e865335d234.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ccf6bb10fd627250.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-091ea52007f63294.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9ca21b882cc6264d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-360e6327ee94b1cc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-439a4722ef59a9f5.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4eb179e974db8bfa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-71cacb618e25bc78.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8ebbabf17f6411ab.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-7c9491b89069efec.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2063e0a5150b553c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0e8ebc29aa1b3701.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7884be8ca7df3de2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6a999422bb962905.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-426936e9f2dcd89c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/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`
60582025-07-18T16:40:00.105Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
60592025-07-18T16:40:00.105Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
60602025-07-18T16:40:00.105Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
60612025-07-18T16:40:00.105Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
60622025-07-18T16:40:00.105Z Running `/home/build/.rustup/toolchains/1.88.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=908174095d1a415f -C extra-filename=-7ebe4a716866412c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-819cb3997d8a5986.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c4ddc37d8796576e.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d2b4d45bd574532f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-779a96c0a285a878.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e6df0d374c71c188.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f5968120c1643fc4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4ec10f8ff6ccdff4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-401945d023ab2c01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b69aaca6809ee664.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-612ea3f727a39337.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-463b351fd2332d42.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-521db65e426b7271.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3dfa2c4d507203d6.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-5b5d519635764858.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-45994ed5d7c4fdfe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e8430367e7407a4b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c4941842b8657916.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8cf53888304425f8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-087bcb250238d314.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-6f9f57966bbb5c4e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-25ebb7649118feaf.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-864f19fa425877bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-70b269b0f7ab55a1.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3190d5d54444620e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-89b37e0dde854778.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-3ca8626cd2bfd199.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-ad3f47c3b9446adb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6abd2e8972dbcc75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-140fb2e23b727763.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-791f6c46896bc067.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85e68e865335d234.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ccf6bb10fd627250.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-091ea52007f63294.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9ca21b882cc6264d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-360e6327ee94b1cc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-439a4722ef59a9f5.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4eb179e974db8bfa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-71cacb618e25bc78.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8ebbabf17f6411ab.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-7c9491b89069efec.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2063e0a5150b553c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0e8ebc29aa1b3701.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7884be8ca7df3de2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6a999422bb962905.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-426936e9f2dcd89c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/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`
60632025-07-18T16:40:00.107Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
60642025-07-18T16:40:00.107Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
60652025-07-18T16:40:00.107Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
60662025-07-18T16:40:00.107Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
60672025-07-18T16:40:00.107Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
60682025-07-18T16:40:00.107Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
60692025-07-18T16:40:00.107Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
60702025-07-18T16:40:00.107Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
60712025-07-18T16:40:00.107Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
60722025-07-18T16:40:00.107Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
60732025-07-18T16:40:00.107Z Fresh sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
60742025-07-18T16:40:00.107Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
60752025-07-18T16:40:00.107Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
60762025-07-18T16:40:00.107Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
60772025-07-18T16:40:00.108Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
60782025-07-18T16:40:00.108Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
60792025-07-18T16:40:00.108Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
60802025-07-18T16:40:00.108Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
60812025-07-18T16:40:00.108Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
60822025-07-18T16:40:00.108Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
60832025-07-18T16:40:00.108Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
60842025-07-18T16:40:00.108Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
60852025-07-18T16:40:00.108Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
60862025-07-18T16:40:00.108Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
60872025-07-18T16:40:00.109Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
60882025-07-18T16:40:00.109Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
60892025-07-18T16:40:00.109Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
60902025-07-18T16:40:00.109Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
60912025-07-18T16:40:00.109Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
60922025-07-18T16:40:00.109Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
60932025-07-18T16:40:00.109Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
60942025-07-18T16:40:00.109Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
60952025-07-18T16:40:00.109Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
60962025-07-18T16:40:00.109Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
60972025-07-18T16:40:00.109Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
60982025-07-18T16:40:00.109Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
60992025-07-18T16:40:00.109Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
61002025-07-18T16:40:00.109Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
61012025-07-18T16:40:00.109Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
61022025-07-18T16:40:00.109Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
61032025-07-18T16:40:00.109Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
61042025-07-18T16:40:00.109Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
61052025-07-18T16:40:00.109Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
61062025-07-18T16:40:00.110Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
61072025-07-18T16:40:00.110Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
61082025-07-18T16:40:00.110Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
61092025-07-18T16:40:00.110Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
61102025-07-18T16:40:00.110Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
61112025-07-18T16:40:00.110Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
61122025-07-18T16:40:00.110Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
61132025-07-18T16:40:00.110Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
61142025-07-18T16:40:00.110Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
61152025-07-18T16:40:00.110Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
61162025-07-18T16:40:00.110Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
61172025-07-18T16:40:00.110Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
61182025-07-18T16:40:00.110Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
61192025-07-18T16:40:00.110Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
61202025-07-18T16:40:00.110Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
61212025-07-18T16:40:00.110Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
61222025-07-18T16:40:00.110Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
61232025-07-18T16:40:00.110Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
61242025-07-18T16:40:00.110Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
61252025-07-18T16:40:00.110Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
61262025-07-18T16:40:00.110Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
61272025-07-18T16:40:00.110Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
61282025-07-18T16:40:00.110Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
61292025-07-18T16:40:00.110Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
61302025-07-18T16:40:00.110Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
61312025-07-18T16:40:00.110Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
61322025-07-18T16:40:00.110Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
61332025-07-18T16:40:00.110Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
61342025-07-18T16:40:00.110Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
61352025-07-18T16:40:00.110Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
61362025-07-18T16:40:00.110Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
61372025-07-18T16:40:00.110Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
61382025-07-18T16:40:00.110Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
61392025-07-18T16:40:00.110Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
61402025-07-18T16:40:00.111Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
61412025-07-18T16:40:00.111Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
61422025-07-18T16:40:00.111Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
61432025-07-18T16:40:00.111Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
61442025-07-18T16:40:00.111Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
61452025-07-18T16:40:00.111Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
61462025-07-18T16:40:00.111Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
61472025-07-18T16:40:00.111Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
61482025-07-18T16:40:00.111Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
61492025-07-18T16:40:00.111Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
61502025-07-18T16:40:00.111Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
61512025-07-18T16:40:00.111Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
61522025-07-18T16:40:00.111Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
61532025-07-18T16:40:00.112Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
61542025-07-18T16:40:00.112Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
61552025-07-18T16:40:00.112Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
61562025-07-18T16:40:00.138Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
61572025-07-18T16:40:00.138Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
61582025-07-18T16:40:00.138Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
61592025-07-18T16:40:00.138Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
61602025-07-18T16:40:00.139Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
61612025-07-18T16:40:00.139Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
61622025-07-18T16:40:00.139Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
61632025-07-18T16:40:00.139Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
61642025-07-18T16:40:00.139Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
61652025-07-18T16:40:00.139Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
61662025-07-18T16:40:00.139Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
61672025-07-18T16:40:00.139Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
61682025-07-18T16:40:00.139Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
61692025-07-18T16:40:00.139Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
61702025-07-18T16:40:00.139Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
61712025-07-18T16:40:01.683Z Running `/home/build/.rustup/toolchains/1.88.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=b972cc63c1e374b3 -C extra-filename=-b3db575688710adc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6f7becf0be234034.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-819cb3997d8a5986.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c4ddc37d8796576e.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d2b4d45bd574532f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-c57b2dabfdf90577.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-779a96c0a285a878.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e6df0d374c71c188.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f5968120c1643fc4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4ec10f8ff6ccdff4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-401945d023ab2c01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0a58aff7cd7f4239.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-a2bb9463d63b26b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-00756ef9aa93d6f2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b69aaca6809ee664.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-612ea3f727a39337.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-463b351fd2332d42.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-521db65e426b7271.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3dfa2c4d507203d6.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-5b5d519635764858.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-45994ed5d7c4fdfe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e8430367e7407a4b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c4941842b8657916.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8cf53888304425f8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-087bcb250238d314.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-6f9f57966bbb5c4e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-25ebb7649118feaf.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-864f19fa425877bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-70b269b0f7ab55a1.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3190d5d54444620e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-89b37e0dde854778.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-3ca8626cd2bfd199.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9b7e7ca3c69aefe6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-ad3f47c3b9446adb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6abd2e8972dbcc75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-140fb2e23b727763.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-791f6c46896bc067.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c022530278e2c9be.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85e68e865335d234.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-90f409c8a427a466.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ccf6bb10fd627250.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-091ea52007f63294.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9ca21b882cc6264d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a07609af0cdfe2ed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1c569a96ba79b59e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-4f9ec0ace280ac93.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-360e6327ee94b1cc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-439a4722ef59a9f5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4eb179e974db8bfa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-71cacb618e25bc78.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8ebbabf17f6411ab.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-7c9491b89069efec.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2063e0a5150b553c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0e8ebc29aa1b3701.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-8780c77a767d4046.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2d4d76274ed6b3bf.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7884be8ca7df3de2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-9da1e4644011109b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6a999422bb962905.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-48c3550ccaba580e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-426936e9f2dcd89c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
61722025-07-18T16:40:01.685Z Running `/home/build/.rustup/toolchains/1.88.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=b17ccebe620c9dd8 -C extra-filename=-72be8c89635d00e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6f7becf0be234034.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-819cb3997d8a5986.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c4ddc37d8796576e.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d2b4d45bd574532f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-c57b2dabfdf90577.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-779a96c0a285a878.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e6df0d374c71c188.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f5968120c1643fc4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4ec10f8ff6ccdff4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-401945d023ab2c01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0a58aff7cd7f4239.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-a2bb9463d63b26b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-00756ef9aa93d6f2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b69aaca6809ee664.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-612ea3f727a39337.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-463b351fd2332d42.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-521db65e426b7271.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3dfa2c4d507203d6.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-5b5d519635764858.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-45994ed5d7c4fdfe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e8430367e7407a4b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c4941842b8657916.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8cf53888304425f8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-087bcb250238d314.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-6f9f57966bbb5c4e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-25ebb7649118feaf.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-864f19fa425877bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-70b269b0f7ab55a1.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3190d5d54444620e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-89b37e0dde854778.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-3ca8626cd2bfd199.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9b7e7ca3c69aefe6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-ad3f47c3b9446adb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6abd2e8972dbcc75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-140fb2e23b727763.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-791f6c46896bc067.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c022530278e2c9be.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85e68e865335d234.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-90f409c8a427a466.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ccf6bb10fd627250.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-091ea52007f63294.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9ca21b882cc6264d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a07609af0cdfe2ed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1c569a96ba79b59e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-4f9ec0ace280ac93.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-360e6327ee94b1cc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-439a4722ef59a9f5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4eb179e974db8bfa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-71cacb618e25bc78.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8ebbabf17f6411ab.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-7c9491b89069efec.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2063e0a5150b553c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0e8ebc29aa1b3701.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-8780c77a767d4046.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2d4d76274ed6b3bf.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7884be8ca7df3de2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-9da1e4644011109b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6a999422bb962905.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-48c3550ccaba580e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-426936e9f2dcd89c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
61732025-07-18T16:40:01.711Z Running `/home/build/.rustup/toolchains/1.88.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=32f54ba31a9ac751 -C extra-filename=-0ad413838bf9988b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6f7becf0be234034.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-819cb3997d8a5986.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c4ddc37d8796576e.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d2b4d45bd574532f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-c57b2dabfdf90577.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-779a96c0a285a878.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e6df0d374c71c188.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f5968120c1643fc4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4ec10f8ff6ccdff4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-401945d023ab2c01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0a58aff7cd7f4239.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-a2bb9463d63b26b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-00756ef9aa93d6f2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b69aaca6809ee664.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-612ea3f727a39337.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-463b351fd2332d42.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-521db65e426b7271.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3dfa2c4d507203d6.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-5b5d519635764858.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-45994ed5d7c4fdfe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e8430367e7407a4b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c4941842b8657916.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8cf53888304425f8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-087bcb250238d314.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-6f9f57966bbb5c4e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-25ebb7649118feaf.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-864f19fa425877bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-70b269b0f7ab55a1.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3190d5d54444620e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-89b37e0dde854778.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-3ca8626cd2bfd199.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9b7e7ca3c69aefe6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-ad3f47c3b9446adb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6abd2e8972dbcc75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-791f6c46896bc067.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c022530278e2c9be.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85e68e865335d234.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-90f409c8a427a466.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ccf6bb10fd627250.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-091ea52007f63294.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9ca21b882cc6264d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a07609af0cdfe2ed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1c569a96ba79b59e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-4f9ec0ace280ac93.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-360e6327ee94b1cc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-439a4722ef59a9f5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4eb179e974db8bfa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-71cacb618e25bc78.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8ebbabf17f6411ab.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-7c9491b89069efec.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2063e0a5150b553c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0e8ebc29aa1b3701.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-8780c77a767d4046.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2d4d76274ed6b3bf.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7884be8ca7df3de2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-9da1e4644011109b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6a999422bb962905.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-48c3550ccaba580e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-426936e9f2dcd89c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
61742025-07-18T16:40:01.712Z Running `/home/build/.rustup/toolchains/1.88.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=1d90931762f5b2ad -C extra-filename=-36c65cd2aa016c5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6f7becf0be234034.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-819cb3997d8a5986.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c4ddc37d8796576e.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d2b4d45bd574532f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-c57b2dabfdf90577.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-779a96c0a285a878.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e6df0d374c71c188.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f5968120c1643fc4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4ec10f8ff6ccdff4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-401945d023ab2c01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0a58aff7cd7f4239.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-a2bb9463d63b26b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-00756ef9aa93d6f2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b69aaca6809ee664.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-612ea3f727a39337.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-463b351fd2332d42.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-521db65e426b7271.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3dfa2c4d507203d6.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-5b5d519635764858.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-45994ed5d7c4fdfe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e8430367e7407a4b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c4941842b8657916.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8cf53888304425f8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-087bcb250238d314.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-6f9f57966bbb5c4e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-25ebb7649118feaf.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-864f19fa425877bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-70b269b0f7ab55a1.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3190d5d54444620e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-89b37e0dde854778.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-3ca8626cd2bfd199.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9b7e7ca3c69aefe6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-ad3f47c3b9446adb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6abd2e8972dbcc75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-140fb2e23b727763.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-791f6c46896bc067.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c022530278e2c9be.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85e68e865335d234.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-90f409c8a427a466.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ccf6bb10fd627250.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-091ea52007f63294.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9ca21b882cc6264d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a07609af0cdfe2ed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1c569a96ba79b59e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-4f9ec0ace280ac93.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-360e6327ee94b1cc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-439a4722ef59a9f5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4eb179e974db8bfa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-71cacb618e25bc78.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8ebbabf17f6411ab.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-7c9491b89069efec.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2063e0a5150b553c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0e8ebc29aa1b3701.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-8780c77a767d4046.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2d4d76274ed6b3bf.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7884be8ca7df3de2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-9da1e4644011109b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6a999422bb962905.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-48c3550ccaba580e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-426936e9f2dcd89c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/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`
61752025-07-18T16:47:23.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 27s
61762025-07-18T16:47:23.577Z
61772025-07-18T16:47:23.577Zreal 7:28.482962911
61782025-07-18T16:47:23.577Zuser 15:23.222865148
61792025-07-18T16:47:23.577Zsys 1:19.300164708
61802025-07-18T16:47:23.577Ztrap 0.317113385
61812025-07-18T16:47:23.577Ztflt 1.000115802
61822025-07-18T16:47:23.577Zdflt 10.918720726
61832025-07-18T16:47:23.577Zkflt 0.079176951
61842025-07-18T16:47:23.577Zlock 43:32.131177497
61852025-07-18T16:47:23.577Zslp 51:28.447438570
61862025-07-18T16:47:23.577Zlat 4.378006493
61872025-07-18T16:47:23.577Zstop 9.589049729
61882025-07-18T16:47:23.602Z+ banner test
61892025-07-18T16:47:23.602Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
61902025-07-18T16:47:23.943Z
61912025-07-18T16:47:23.943Z ##### ###### #### #####
61922025-07-18T16:47:23.943Z # # # #
61932025-07-18T16:47:23.943Z # ##### #### #
61942025-07-18T16:47:23.943Z # # # #
61952025-07-18T16:47:23.943Z # # # # #
61962025-07-18T16:47:23.943Z # ###### #### #
61972025-07-18T16:47:23.943Z
61982025-07-18T16:47:26.413Zinfo: experimental features enabled: setup-scripts
61992025-07-18T16:47:29.076Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
62002025-07-18T16:47:29.147Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
62012025-07-18T16:47:29.187Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
62022025-07-18T16:47:29.227Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
62032025-07-18T16:47:45.788Z Finished `test` profile [unoptimized + debuginfo] target(s) in 19.35s
62042025-07-18T16:47:49.544Z────────────
62052025-07-18T16:47:49.544Z Nextest run ID 3875bad4-2cb7-47e9-b747-c7ba9d19b020 with nextest profile: ci
62062025-07-18T16:47:49.544Z Starting 2173 tests across 211 binaries (3 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
62072025-07-18T16:47:49.576Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
62082025-07-18T16:47:51.193Z Compiling newtype-uuid v1.2.4
62092025-07-18T16:47:51.897Z Compiling daft v0.1.4
62102025-07-18T16:47:52.528Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
62112025-07-18T16:47:53.034Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
62122025-07-18T16:47:53.099Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
62132025-07-18T16:47:53.884Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
62142025-07-18T16:48:04.223Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
62152025-07-18T16:48:06.819Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
62162025-07-18T16:48:08.956Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
62172025-07-18T16:48:16.656Z Finished `test` profile [unoptimized + debuginfo] target(s) in 26.99s
62182025-07-18T16:48:16.777Z Running `target/debug/crdb-seed`
62192025-07-18T16:48:16.869ZJul 18 16:48:16.907 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpIoYEAk
62202025-07-18T16:48:16.869ZJul 18 16:48:16.907 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpYFEe0w,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpIoYEAk/listen-url
62212025-07-18T16:48:16.869ZJul 18 16:48:16.907 INFO cockroach environment: BUILDOMAT_JOB_ID=01K0F4T8PT5CV8VB92NVZJ8ESG BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.88.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=bundle-comment GITHUB_REF=refs/heads/bundle-comment GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=bcdd59cf4a962ca63bc2e2edb8553f4e43cb5646 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-46055f49cfb5316a/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out:/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envZrTAiC NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46055f49cfb5316a/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out:/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RUN_ID=3875bad4-2cb7-47e9-b747-c7ba9d19b020 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.88.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
62222025-07-18T16:48:18.146ZJul 18 16:48:18.206 INFO cockroach pid: 12489
62232025-07-18T16:48:18.146ZJul 18 16:48:18.207 INFO cockroach listen URL: postgresql://root@[::1]:43666/omicron?sslmode=disable
62242025-07-18T16:48:18.173ZJul 18 16:48:18.218 INFO cockroach: populating
62252025-07-18T16:48:20.749ZJul 18 16:48:20.810 INFO cockroach: populated
62262025-07-18T16:48:22.538ZJul 18 16:48:22.598 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/ac203e2db4f5a72c2cdbb3c50f355c6a0f9af8a4c9e11e36af083fd36c5fcfcf.tar`
62272025-07-18T16:48:22.563Z SETUP PASS [ 33.001s] crdb-seed: cargo run -p crdb-seed --profile test
62282025-07-18T16:48:22.563Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
62292025-07-18T16:48:23.908Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
62302025-07-18T16:48:23.934Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
62312025-07-18T16:48:23.935Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
62322025-07-18T16:48:23.935Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
62332025-07-18T16:48:23.935Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
62342025-07-18T16:48:26.547Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
62352025-07-18T16:48:26.697Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
62362025-07-18T16:48:30.655Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
62372025-07-18T16:48:32.864Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
62382025-07-18T16:48:43.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.12s
62392025-07-18T16:48:43.894Z Running `target/debug/clickhouse-cluster-dev`
62402025-07-18T16:48:44.009ZJul 18 16:48:44.032 INFO Setting up a ClickHouse cluster
62412025-07-18T16:48:44.035ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
62422025-07-18T16:48:44.035ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
62432025-07-18T16:48:44.035ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
62442025-07-18T16:48:44.035ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
62452025-07-18T16:48:44.035ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
62462025-07-18T16:48:46.372ZJul 18 16:48:46.432 INFO ClickHouse server ready
62472025-07-18T16:48:46.398ZJul 18 16:48:46.433 INFO ClickHouse server ready
62482025-07-18T16:48:46.670ZJul 18 16:48:46.732 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
62492025-07-18T16:48:46.724Z SETUP PASS [ 24.134s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
62502025-07-18T16:49:08.956Z PASS [ 22.270s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
62512025-07-18T16:49:09.989Z PASS [ 23.304s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
62522025-07-18T16:49:16.088Z PASS [ 29.404s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
62532025-07-18T16:49:17.294Z PASS [ 30.610s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
62542025-07-18T16:49:22.724Z PASS [ 36.038s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
62552025-07-18T16:49:26.693Z PASS [ 40.008s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
62562025-07-18T16:49:45.131Z PASS [ 36.174s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
62572025-07-18T16:49:46.687Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
62582025-07-18T16:49:46.713Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
62592025-07-18T16:49:46.794Z PASS [ 36.806s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
62602025-07-18T16:49:53.728Z PASS [ 36.434s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
62612025-07-18T16:50:02.345Z PASS [ 35.653s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
62622025-07-18T16:50:06.639Z PASS [ 43.916s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
62632025-07-18T16:50:16.089Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
62642025-07-18T16:50:33.966Z PASS [ 48.837s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
62652025-07-18T16:50:36.330Z PASS [ 49.537s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
62662025-07-18T16:50:46.205Z PASS [ 39.568s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
62672025-07-18T16:50:46.686Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
62682025-07-18T16:50:46.710Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
62692025-07-18T16:50:53.728Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
62702025-07-18T16:50:59.214Z PASS [ 102.847s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
62712025-07-18T16:50:59.247Z PASS [ 0.039s] api_identity test::test_identity
62722025-07-18T16:50:59.247Z PASS [ 0.025s] api_identity test::test_identity_no_field
62732025-07-18T16:50:59.247Z PASS [ 0.051s] authz-macros tests::test_authz_snapshots
62742025-07-18T16:50:59.247Z PASS [ 0.053s] bootstore schemes::tests::hello_roundtrip
62752025-07-18T16:51:00.254Z PASS [ 1.153s] bootstore schemes::v0::peer::tests::basic_3_nodes
62762025-07-18T16:51:00.327Z PASS [ 0.072s] bootstore schemes::v0::peer::tests::network_config
62772025-07-18T16:51:00.359Z PASS [ 0.030s] bootstore schemes::v0::share_pkg::tests::create_packages
62782025-07-18T16:51:00.390Z PASS [ 0.030s] bootstore trust_quorum::rack_secret::tests::create_and_verify
62792025-07-18T16:51:00.424Z PASS [ 0.036s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
62802025-07-18T16:51:01.261Z PASS [ 27.295s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
62812025-07-18T16:51:02.345Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
62822025-07-18T16:51:03.748Z PASS [ 27.419s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
62832025-07-18T16:51:04.013Z PASS [ 0.265s] cert-dev::test-cert-dev test_cert_create
62842025-07-18T16:51:04.819Z PASS [ 0.806s] clickana chart::tests::gather_chart_data_failure
62852025-07-18T16:51:04.854Z PASS [ 0.033s] clickana chart::tests::gather_chart_data_for_disk_usage_success
62862025-07-18T16:51:04.882Z PASS [ 0.028s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
62872025-07-18T16:51:04.940Z PASS [ 0.057s] clickana chart::tests::gather_chart_data_for_query_count_success
62882025-07-18T16:51:04.967Z PASS [ 0.027s] clickana chart::tests::gather_chart_data_for_running_queries_success
62892025-07-18T16:51:05.039Z PASS [ 0.071s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
62902025-07-18T16:51:05.112Z PASS [ 0.072s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
62912025-07-18T16:51:05.150Z PASS [ 0.038s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
62922025-07-18T16:51:05.192Z PASS [ 0.042s] clickhouse-admin-types tests::test_empty_output_parse_fail
62932025-07-18T16:51:05.222Z PASS [ 0.030s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
62942025-07-18T16:51:05.255Z PASS [ 0.033s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
62952025-07-18T16:51:05.292Z PASS [ 0.037s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
62962025-07-18T16:51:05.330Z PASS [ 0.038s] clickhouse-admin-types tests::test_full_lgif_parse_success
62972025-07-18T16:51:05.363Z PASS [ 0.033s] clickhouse-admin-types tests::test_full_raft_config_parse_success
62982025-07-18T16:51:05.418Z PASS [ 0.056s] clickhouse-admin-types tests::test_generate_keeper_config
62992025-07-18T16:51:05.449Z PASS [ 0.030s] clickhouse-admin-types tests::test_generate_replica_config
63002025-07-18T16:51:05.480Z PASS [ 0.032s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
63012025-07-18T16:51:05.510Z PASS [ 0.030s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
63022025-07-18T16:51:05.540Z PASS [ 0.029s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
63032025-07-18T16:51:05.572Z PASS [ 0.031s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
63042025-07-18T16:51:05.608Z PASS [ 0.037s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
63052025-07-18T16:51:05.637Z PASS [ 0.028s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
63062025-07-18T16:51:05.665Z PASS [ 0.029s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
63072025-07-18T16:51:05.696Z PASS [ 0.028s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
63082025-07-18T16:51:05.725Z PASS [ 0.031s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
63092025-07-18T16:51:05.765Z PASS [ 0.040s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
63102025-07-18T16:51:05.793Z PASS [ 0.028s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
63112025-07-18T16:51:05.823Z PASS [ 0.030s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
63122025-07-18T16:51:05.856Z PASS [ 0.033s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
63132025-07-18T16:51:05.889Z PASS [ 0.034s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
63142025-07-18T16:51:05.942Z PASS [ 0.053s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
63152025-07-18T16:51:05.998Z PASS [ 0.055s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
63162025-07-18T16:51:06.044Z PASS [ 0.046s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
63172025-07-18T16:51:06.081Z PASS [ 0.037s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
63182025-07-18T16:51:06.116Z PASS [ 0.035s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
63192025-07-18T16:51:06.145Z PASS [ 0.029s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
63202025-07-18T16:51:06.176Z PASS [ 0.028s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
63212025-07-18T16:51:06.201Z PASS [ 0.028s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
63222025-07-18T16:51:06.235Z PASS [ 0.034s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
63232025-07-18T16:51:06.393Z PASS [ 0.158s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
63242025-07-18T16:51:06.484Z PASS [ 0.090s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
63252025-07-18T16:51:06.508Z PASS [ 0.020s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
63262025-07-18T16:51:06.534Z PASS [ 0.021s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
63272025-07-18T16:51:06.559Z PASS [ 0.020s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
63282025-07-18T16:51:06.583Z PASS [ 0.022s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
63292025-07-18T16:51:06.608Z PASS [ 0.020s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
63302025-07-18T16:51:06.877Z PASS [ 0.290s] db-dev::test-db-dev test_db_dev_populate_no_args
63312025-07-18T16:51:06.947Z PASS [ 0.067s] db-dev::test-db-dev test_db_dev_wipe_no_args
63322025-07-18T16:51:07.003Z PASS [ 6.576s] bootstore::v0-fsm-proptest-learner run
63332025-07-18T16:51:12.848Z PASS [ 11.587s] bootstore::v0-fsm-proptest-rack-coordinator run
63342025-07-18T16:51:13.015Z PASS [ 0.146s] db-macros lookup::test::test_lookup_snapshots
63352025-07-18T16:51:13.041Z PASS [ 0.025s] db-macros tests::test_derive_metadata_identity_fails_for_enums
63362025-07-18T16:51:13.066Z PASS [ 0.028s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
63372025-07-18T16:51:13.126Z PASS [ 0.079s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
63382025-07-18T16:51:13.155Z PASS [ 0.028s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
63392025-07-18T16:51:13.184Z PASS [ 0.030s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
63402025-07-18T16:51:13.220Z PASS [ 0.035s] db-macros tests::test_derive_snapshots
63412025-07-18T16:51:13.247Z PASS [ 0.027s] db-macros tests::test_derive_with_unknown_field
63422025-07-18T16:51:13.915Z PASS [ 0.668s] dns-server storage::test::test_update_basic
63432025-07-18T16:51:14.301Z PASS [ 0.385s] dns-server storage::test::test_update_in_progress
63442025-07-18T16:51:14.560Z PASS [ 0.257s] dns-server storage::test::test_update_interrupted
63452025-07-18T16:51:14.756Z PASS [ 0.198s] dns-server storage::test::test_zone_gets_soa_record
63462025-07-18T16:51:16.668Z PASS [ 1.910s] dns-server::basic_test a_crud
63472025-07-18T16:51:17.318Z PASS [ 0.651s] dns-server::basic_test aaaa_crud
63482025-07-18T16:51:17.912Z PASS [ 0.595s] dns-server::basic_test answers_match_question
63492025-07-18T16:51:18.865Z PASS [ 0.952s] dns-server::basic_test empty_record
63502025-07-18T16:51:19.104Z PASS [ 12.160s] db-dev::test-db-dev test_db_killed
63512025-07-18T16:51:19.555Z PASS [ 0.691s] dns-server::basic_test multi_record_crud
63522025-07-18T16:51:19.691Z PASS [ 0.543s] dns-server::basic_test name_contains_zone
63532025-07-18T16:51:19.950Z PASS [ 0.395s] dns-server::basic_test nxdomain
63542025-07-18T16:51:20.178Z PASS [ 0.531s] dns-server::basic_test servfail
63552025-07-18T16:51:20.727Z PASS [ 0.548s] dns-server::basic_test srv_crud
63562025-07-18T16:51:20.804Z PASS [ 0.853s] dns-server::basic_test soa
63572025-07-18T16:51:21.846Z PASS [ 1.038s] dns-server::cross_version_test cross_version_works
63582025-07-18T16:51:21.889Z PASS [ 0.048s] ereport-types tests::test_arb_json_deserializes
63592025-07-18T16:51:21.916Z PASS [ 0.026s] ereport-types tests::test_ena_from_str
63602025-07-18T16:51:21.942Z PASS [ 0.023s] ereport-types tests::test_ena_from_str_roundtrip
63612025-07-18T16:51:22.001Z PASS [ 0.062s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
63622025-07-18T16:51:22.033Z PASS [ 0.022s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
63632025-07-18T16:51:22.073Z PASS [ 0.027s] gfss gf256::tests::test_all_multiplication
63642025-07-18T16:51:22.073Z PASS [ 0.018s] gfss gf256::tests::test_all_multiplicative_inverses
63652025-07-18T16:51:22.102Z PASS [ 0.019s] gfss gf256::tests::test_docs_example
63662025-07-18T16:51:26.088Z PASS [ 5.360s] dns-server::commands_test test_dnsadm
63672025-07-18T16:51:27.692Z PASS [ 1.606s] gfss shamir::tests::split_and_combine
63682025-07-18T16:51:27.735Z PASS [ 0.020s] gfss shamir::tests::test_share_reconstruction
63692025-07-18T16:51:27.761Z PASS [ 0.030s] id-map tests::deserialize_rejects_duplicates
63702025-07-18T16:51:27.786Z PASS [ 0.020s] id-map tests::deserialize_rejects_mismatched_keys
63712025-07-18T16:51:28.190Z PASS [ 0.397s] id-map tests::get_mut_panics_if_id_changes
63722025-07-18T16:51:28.261Z PASS [ 0.099s] id-map tests::iter_mut_panics_if_id_changes
63732025-07-18T16:51:28.286Z PASS [ 0.022s] id-map tests::methods_allow_borrowed_ids
63742025-07-18T16:51:28.383Z PASS [ 0.101s] id-map tests::mut_into_iter_panics_if_id_changes
63752025-07-18T16:51:28.447Z PASS [ 0.064s] id-map tests::occupied_entry_panics_if_id_changed_via_get_mut
63762025-07-18T16:51:28.513Z PASS [ 0.065s] id-map tests::occupied_entry_panics_if_id_changed_via_into_mut
63772025-07-18T16:51:28.576Z PASS [ 0.063s] id-map tests::occupied_entry_panics_if_id_changes_on_insert
63782025-07-18T16:51:28.654Z PASS [ 0.078s] id-map tests::retain_panics_if_id_changes
63792025-07-18T16:51:28.735Z PASS [ 0.080s] id-map tests::serialization_is_transparent
63802025-07-18T16:51:28.838Z PASS [ 0.103s] id-map tests::serialization_roundtrip
63812025-07-18T16:51:28.919Z PASS [ 0.081s] id-map tests::vacant_entry_panics_if_id_changed_after_insert
63822025-07-18T16:51:29.026Z PASS [ 0.107s] id-map tests::vacant_entry_panics_if_id_changes_on_insert
63832025-07-18T16:51:29.114Z PASS [ 0.087s] illumos-utils destructor::test::test_delayed_delete
63842025-07-18T16:51:29.844Z PASS [ 0.726s] illumos-utils destructor::test::test_delayed_delete_with_error
63852025-07-18T16:51:29.872Z PASS [ 0.032s] illumos-utils destructor::test::test_destructor_bad_close
63862025-07-18T16:51:29.909Z PASS [ 0.032s] illumos-utils link::test::test_allocate
63872025-07-18T16:51:29.961Z PASS [ 0.057s] illumos-utils link::test::test_allocate_within_scopes
63882025-07-18T16:51:30.065Z PASS [ 0.103s] illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
63892025-07-18T16:51:30.105Z PASS [ 0.041s] illumos-utils running_zone::tests::test_is_oxide_smf_service
63902025-07-18T16:51:30.217Z PASS [ 0.112s] illumos-utils zfs::test::directory_mutability
63912025-07-18T16:51:30.292Z PASS [ 0.074s] illumos-utils zfs::test::get_values_of_rpool
63922025-07-18T16:51:30.323Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_bad_avail
63932025-07-18T16:51:30.358Z PASS [ 0.035s] illumos-utils zfs::test::parse_dataset_bad_quota
63942025-07-18T16:51:30.389Z PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_bad_reservation
63952025-07-18T16:51:30.419Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_bad_usage
63962025-07-18T16:51:30.450Z PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_bad_uuid
63972025-07-18T16:51:30.485Z PASS [ 0.035s] illumos-utils zfs::test::parse_dataset_missing_fields
63982025-07-18T16:51:30.515Z PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_props
63992025-07-18T16:51:30.544Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_props_with_optionals
64002025-07-18T16:51:30.573Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_too_many_columns
64012025-07-18T16:51:30.602Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
64022025-07-18T16:51:30.631Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
64032025-07-18T16:51:30.664Z PASS [ 0.032s] illumos-utils zfs::test::parse_quota_ignored_if_default
64042025-07-18T16:51:30.694Z PASS [ 0.030s] illumos-utils zfs::test::parse_reservation_ignored_if_default
64052025-07-18T16:51:30.723Z PASS [ 0.029s] illumos-utils zfs::test::parse_sorts_and_dedups
64062025-07-18T16:51:30.764Z PASS [ 0.041s] illumos-utils zone::tests::delete_nonexistent_address
64072025-07-18T16:51:30.793Z PASS [ 0.029s] illumos-utils zone::tests::test_parse_ip_network
64082025-07-18T16:51:30.827Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool
64092025-07-18T16:51:30.853Z PASS [ 0.027s] illumos-utils zpool::test::test_parse_zpool_missing_column
64102025-07-18T16:51:34.336Z PASS [ 12.249s] gfss polynomial::tests::test_polynomial_eval
64112025-07-18T16:51:37.310Z PASS [ 6.461s] installinator mock_peers::tests::proptest_fetch_artifact
64122025-07-18T16:51:37.510Z PASS [ 0.199s] installinator-common block_size_writer::tests::proptest_block_writer
64132025-07-18T16:51:37.569Z PASS [ 3.233s] installinator write::tests::proptest_write_artifact
64142025-07-18T16:51:38.341Z PASS [ 0.772s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
64152025-07-18T16:51:38.367Z PASS [ 0.851s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
64162025-07-18T16:51:38.717Z PASS [ 0.374s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
64172025-07-18T16:51:38.969Z PASS [ 0.608s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
64182025-07-18T16:51:39.280Z PASS [ 0.565s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
64192025-07-18T16:51:39.520Z PASS [ 0.551s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
64202025-07-18T16:51:39.564Z PASS [ 0.042s] internal-dns-types config::test::display_hosts
64212025-07-18T16:51:39.594Z PASS [ 0.028s] internal-dns-types config::test::display_srv_service
64222025-07-18T16:51:39.644Z PASS [ 0.049s] internal-dns-types config::test::test_builder_errors
64232025-07-18T16:51:39.693Z PASS [ 0.053s] internal-dns-types config::test::test_builder_output
64242025-07-18T16:51:39.718Z PASS [ 0.413s] internal-dns-resolver resolver::test::update_record
64252025-07-18T16:51:39.743Z PASS [ 0.037s] internal-dns-types diff::test::diff_equivalent
64262025-07-18T16:51:39.743Z PASS [ 0.040s] internal-dns-types diff::test::diff_different
64272025-07-18T16:51:39.780Z PASS [ 0.048s] ipcc tests::deserialize_fixed_value
64282025-07-18T16:51:39.805Z PASS [ 0.060s] internal-dns-types diff::test::diff_invalid
64292025-07-18T16:51:39.831Z PASS [ 0.028s] ipcc tests::serialized_size
64302025-07-18T16:51:39.831Z PASS [ 0.039s] ipcc tests::installinator_image_id_round_trip
64312025-07-18T16:51:39.882Z PASS [ 0.062s] key-manager tests::different_ikm_produces_different_keys
64322025-07-18T16:51:39.882Z PASS [ 0.062s] key-manager tests::different_disks_produce_different_keys
64332025-07-18T16:51:39.918Z PASS [ 0.034s] key-manager tests::disk_encryption_key_epoch_0
64342025-07-18T16:51:39.948Z PASS [ 0.046s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
64352025-07-18T16:51:40.051Z PASS [ 0.122s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
64362025-07-18T16:51:40.076Z PASS [ 0.136s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
64372025-07-18T16:51:40.105Z PASS [ 0.038s] nexus-auth authn::external::session_cookie::test::test_get_token
64382025-07-18T16:51:40.142Z PASS [ 0.055s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
64392025-07-18T16:51:40.142Z PASS [ 0.042s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
64402025-07-18T16:51:40.172Z PASS [ 0.052s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
64412025-07-18T16:51:40.209Z PASS [ 0.067s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
64422025-07-18T16:51:40.237Z PASS [ 0.058s] nexus-auth authn::external::session_cookie::test::test_other_cookie
64432025-07-18T16:51:40.263Z PASS [ 0.041s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
64442025-07-18T16:51:40.263Z PASS [ 0.045s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
64452025-07-18T16:51:40.288Z PASS [ 0.042s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
64462025-07-18T16:51:40.313Z PASS [ 0.044s] nexus-auth authn::external::spoof::test::test_make_header_value
64472025-07-18T16:51:40.338Z PASS [ 0.040s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
64482025-07-18T16:51:40.365Z PASS [ 0.046s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
64492025-07-18T16:51:40.365Z PASS [ 0.041s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
64502025-07-18T16:51:40.400Z PASS [ 0.044s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
64512025-07-18T16:51:40.432Z PASS [ 0.051s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
64522025-07-18T16:51:40.456Z PASS [ 0.049s] nexus-auth authn::external::test::test_authn_sequence
64532025-07-18T16:51:40.482Z PASS [ 0.047s] nexus-auth authn::external::token::test::test_make_header_value
64542025-07-18T16:51:40.508Z PASS [ 0.041s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
64552025-07-18T16:51:40.508Z PASS [ 0.042s] nexus-auth authn::external::token::test::test_token_header_missing
64562025-07-18T16:51:40.536Z PASS [ 0.039s] nexus-auth authn::external::token::test::test_token_header_valid
64572025-07-18T16:51:40.563Z PASS [ 0.050s] nexus-auth authn::test::test_internal_users
64582025-07-18T16:51:40.621Z PASS [ 0.066s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
64592025-07-18T16:51:40.696Z PASS [ 0.169s] nexus-auth authz::context::test::test_unregistered_resource
64602025-07-18T16:51:40.720Z PASS [ 0.090s] nexus-auth context::test::test_background_context
64612025-07-18T16:51:40.785Z PASS [ 0.080s] nexus-auth context::test::test_child_context
64622025-07-18T16:51:40.821Z PASS [ 0.085s] nexus-auth context::test::test_test_context
64632025-07-18T16:51:40.849Z PASS [ 0.041s] nexus-config nexus_config::test::test_config_bad_toml
64642025-07-18T16:51:40.875Z PASS [ 0.034s] nexus-config nexus_config::test::test_config_empty
64652025-07-18T16:51:40.899Z PASS [ 0.100s] nexus-config nexus_config::test::test_bad_authn_schemes
64662025-07-18T16:51:40.924Z PASS [ 0.033s] nexus-config nexus_config::test::test_config_nonexistent
64672025-07-18T16:51:40.948Z PASS [ 0.060s] nexus-config nexus_config::test::test_deployment_config_schema
64682025-07-18T16:51:40.948Z PASS [ 0.037s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
64692025-07-18T16:51:41.002Z PASS [ 0.060s] nexus-config nexus_config::test::test_valid
64702025-07-18T16:51:41.026Z PASS [ 0.071s] nexus-config nexus_config::test::test_repo_configs_are_valid
64712025-07-18T16:51:41.056Z PASS [ 0.033s] nexus-config postgres_config::test::test_bad_url
64722025-07-18T16:51:41.056Z PASS [ 0.035s] nexus-config postgres_config::test::test_example_url
64732025-07-18T16:51:41.097Z PASS [ 0.055s] nexus-db-fixed-data test::test_allowlist_id_is_valid
64742025-07-18T16:51:41.127Z PASS [ 0.064s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
64752025-07-18T16:51:41.169Z PASS [ 0.048s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
64762025-07-18T16:51:41.169Z PASS [ 0.061s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
64772025-07-18T16:51:41.203Z PASS [ 0.045s] nexus-db-model alert_class::tests::test_from_str_roundtrips
64782025-07-18T16:51:41.237Z PASS [ 0.033s] nexus-db-model alert_class::tests::test_is_test
64792025-07-18T16:51:41.286Z PASS [ 0.048s] nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
64802025-07-18T16:51:41.353Z PASS [ 0.069s] nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
64812025-07-18T16:51:41.453Z PASS [ 0.098s] nexus-db-model alert_subscription::test::test_valid_subscription_parsing
64822025-07-18T16:51:41.505Z PASS [ 0.034s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
64832025-07-18T16:51:41.538Z PASS [ 0.053s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
64842025-07-18T16:51:41.593Z PASS [ 0.054s] nexus-db-model device_auth::test::test_generate_user_code
64852025-07-18T16:51:41.625Z PASS [ 0.032s] nexus-db-model instance_state::tests::test_from_str_roundtrips
64862025-07-18T16:51:41.666Z PASS [ 0.040s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
64872025-07-18T16:51:41.702Z PASS [ 0.037s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
64882025-07-18T16:51:41.764Z PASS [ 0.061s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
64892025-07-18T16:51:41.800Z PASS [ 0.036s] nexus-db-model schema_versions::test::test_known_versions
64902025-07-18T16:51:41.851Z PASS [ 0.051s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
64912025-07-18T16:51:41.917Z PASS [ 0.061s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
64922025-07-18T16:51:41.954Z PASS [ 0.041s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
64932025-07-18T16:51:41.993Z PASS [ 0.039s] nexus-db-model schema_versions::test::test_verify
64942025-07-18T16:51:42.031Z PASS [ 0.037s] nexus-db-model semver_version::test::test_to_from_sortable_string
64952025-07-18T16:51:42.072Z PASS [ 0.039s] nexus-db-model tests::test_ip_subnet_check_requestable_address
64962025-07-18T16:51:42.118Z PASS [ 0.048s] nexus-db-model tests::test_ipv6_net_random_subnet
64972025-07-18T16:51:42.163Z PASS [ 0.046s] nexus-db-model tests::test_roles_database_strings
64982025-07-18T16:51:42.213Z PASS [ 0.048s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
64992025-07-18T16:51:42.251Z PASS [ 0.040s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
65002025-07-18T16:51:42.287Z PASS [ 0.034s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
65012025-07-18T16:51:42.450Z PASS [ 35.451s] db-dev::test-db-dev test_db_run
65022025-07-18T16:51:46.203Z PASS [ 3.730s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
65032025-07-18T16:51:46.580Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
65042025-07-18T16:51:46.926Z PASS [ 4.120s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
65052025-07-18T16:51:46.958Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65062025-07-18T16:51:46.959Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65072025-07-18T16:51:47.069Z PASS [ 5.865s] nexus-db-lookup::integration lookup::test_lookup
65082025-07-18T16:51:49.665Z PASS [ 3.483s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
65092025-07-18T16:51:49.788Z PASS [ 3.379s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
65102025-07-18T16:51:50.671Z PASS [ 3.658s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
65112025-07-18T16:51:53.173Z PASS [ 3.511s] nexus-db-queries db::collection_attach::test::test_attach_once
65122025-07-18T16:51:53.425Z PASS [ 3.636s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
65132025-07-18T16:51:53.726Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65142025-07-18T16:51:54.389Z PASS [ 3.718s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
65152025-07-18T16:51:54.444Z PASS [ 0.056s] nexus-db-queries db::collection_attach::test::test_verify_query
65162025-07-18T16:51:56.645Z PASS [ 3.442s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
65172025-07-18T16:51:57.396Z PASS [ 3.973s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
65182025-07-18T16:51:57.900Z PASS [ 3.453s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
65192025-07-18T16:52:00.186Z PASS [ 3.551s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
65202025-07-18T16:52:00.828Z PASS [ 3.434s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
65212025-07-18T16:52:01.440Z PASS [ 3.540s] nexus-db-queries db::collection_detach::test::test_detach_once
65222025-07-18T16:52:02.187Z PASS [ 0.056s] nexus-db-queries db::collection_detach::test::test_verify_query
65232025-07-18T16:52:02.401Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
65242025-07-18T16:52:03.827Z PASS [ 3.657s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
65252025-07-18T16:52:04.240Z PASS [ 3.412s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
65262025-07-18T16:52:04.977Z PASS [ 3.483s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
65272025-07-18T16:52:09.431Z PASS [ 3.700s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
65282025-07-18T16:52:09.431Z PASS [ 3.626s] nexus-db-queries db::collection_detach_many::test::test_detach_many
65292025-07-18T16:52:09.431Z PASS [ 3.641s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
65302025-07-18T16:52:10.905Z PASS [ 3.382s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
65312025-07-18T16:52:11.412Z PASS [ 3.547s] nexus-db-queries db::collection_detach_many::test::test_detach_once
65322025-07-18T16:52:11.528Z PASS [ 0.053s] nexus-db-queries db::collection_detach_many::test::test_verify_query
65332025-07-18T16:52:11.910Z PASS [ 3.292s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
65342025-07-18T16:52:14.155Z PASS [ 3.248s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
65352025-07-18T16:52:14.220Z PASS [ 0.068s] nexus-db-queries db::collection_insert::test::test_verify_query
65362025-07-18T16:52:14.281Z PASS [ 0.060s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
65372025-07-18T16:52:14.316Z PASS [ 2.839s] nexus-db-queries db::collection_insert::test::test_collection_not_present
65382025-07-18T16:52:14.363Z PASS [ 0.083s] nexus-db-queries db::column_walker::test::test_walk_columns
65392025-07-18T16:52:14.389Z PASS [ 0.078s] nexus-db-queries db::column_walker::test::test_walk_table
65402025-07-18T16:52:14.722Z PASS [ 2.812s] nexus-db-queries db::collection_insert::test::test_collection_present
65412025-07-18T16:52:21.676Z PASS [ 7.313s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
65422025-07-18T16:52:21.752Z PASS [ 7.371s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
65432025-07-18T16:52:27.607Z PASS [ 12.885s] nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
65442025-07-18T16:52:29.557Z PASS [ 7.805s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
65452025-07-18T16:52:29.729Z PASS [ 147.389s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
65462025-07-18T16:52:29.790Z PASS [ 8.054s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
65472025-07-18T16:52:36.894Z PASS [ 7.164s] nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
65482025-07-18T16:52:37.094Z PASS [ 9.487s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
65492025-07-18T16:52:37.264Z PASS [ 7.701s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
65502025-07-18T16:52:38.122Z PASS [ 8.393s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
65512025-07-18T16:52:43.951Z PASS [ 7.058s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
65522025-07-18T16:52:44.206Z PASS [ 7.112s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
65532025-07-18T16:52:44.623Z PASS [ 7.312s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
65542025-07-18T16:52:45.678Z PASS [ 7.556s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
65552025-07-18T16:52:46.204Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
65562025-07-18T16:52:46.684Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65572025-07-18T16:52:46.709Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65582025-07-18T16:52:51.901Z PASS [ 7.695s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
65592025-07-18T16:52:52.007Z PASS [ 7.437s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
65602025-07-18T16:52:53.725Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65612025-07-18T16:52:54.152Z PASS [ 8.474s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
65622025-07-18T16:52:56.311Z PASS [ 12.358s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
65632025-07-18T16:52:59.015Z PASS [ 7.114s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
65642025-07-18T16:53:00.647Z PASS [ 8.639s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
65652025-07-18T16:53:01.327Z PASS [ 7.172s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
65662025-07-18T16:53:02.699Z PASS [ 6.391s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
65672025-07-18T16:53:07.651Z PASS [ 6.756s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
65682025-07-18T16:53:07.707Z PASS [ 3.334s] nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
65692025-07-18T16:53:10.594Z PASS [ 9.948s] nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
65702025-07-18T16:53:11.749Z PASS [ 10.424s] nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
65712025-07-18T16:53:12.697Z PASS [ 6.927s] nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
65722025-07-18T16:53:12.849Z PASS [ 6.815s] nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
65732025-07-18T16:53:17.672Z PASS [ 7.078s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
65742025-07-18T16:53:18.111Z PASS [ 6.363s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
65752025-07-18T16:53:19.142Z PASS [ 6.294s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
65762025-07-18T16:53:19.392Z PASS [ 6.695s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
65772025-07-18T16:53:22.387Z PASS [ 2.995s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
65782025-07-18T16:53:23.911Z PASS [ 4.641s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
65792025-07-18T16:53:24.183Z PASS [ 6.512s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
65802025-07-18T16:53:25.189Z PASS [ 7.078s] nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
65812025-07-18T16:53:25.861Z PASS [ 3.473s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
65822025-07-18T16:53:31.387Z PASS [ 7.603s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
65832025-07-18T16:53:31.912Z PASS [ 7.728s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
65842025-07-18T16:53:32.374Z PASS [ 7.185s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
65852025-07-18T16:53:34.075Z PASS [ 8.214s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
65862025-07-18T16:53:38.503Z PASS [ 7.118s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
65872025-07-18T16:53:39.507Z PASS [ 7.133s] nexus-db-queries db::datastore::deployment::tests::test_set_target
65882025-07-18T16:53:39.587Z PASS [ 0.080s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
65892025-07-18T16:53:41.477Z PASS [ 9.560s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
65902025-07-18T16:53:42.639Z PASS [ 8.564s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
65912025-07-18T16:53:45.837Z PASS [ 7.334s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
65922025-07-18T16:53:46.206Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
65932025-07-18T16:53:46.242Z PASS [ 6.653s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
65942025-07-18T16:53:46.684Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65952025-07-18T16:53:46.709Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65962025-07-18T16:53:49.298Z PASS [ 7.823s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
65972025-07-18T16:53:51.931Z PASS [ 9.292s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
65982025-07-18T16:53:52.883Z PASS [ 7.046s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
65992025-07-18T16:53:53.724Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66002025-07-18T16:53:54.093Z PASS [ 7.853s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
66012025-07-18T16:53:54.710Z PASS [ 2.780s] nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
66022025-07-18T16:53:55.617Z PASS [ 2.734s] nexus-db-queries db::datastore::ereport::tests::explain_host_restart_list_by_serial
66032025-07-18T16:53:56.500Z PASS [ 7.206s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
66042025-07-18T16:53:57.651Z PASS [ 2.941s] nexus-db-queries db::datastore::ereport::tests::explain_sp_restart_list_by_serial
66052025-07-18T16:53:57.942Z PASS [ 3.849s] nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
66062025-07-18T16:54:04.337Z PASS [ 8.719s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
66072025-07-18T16:54:05.080Z PASS [ 7.429s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
66082025-07-18T16:54:05.295Z PASS [ 7.353s] nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
66092025-07-18T16:54:07.240Z PASS [ 10.739s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
66102025-07-18T16:54:12.744Z PASS [ 7.213s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
66112025-07-18T16:54:12.744Z PASS [ 6.474s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
66122025-07-18T16:54:12.744Z PASS [ 6.982s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
66132025-07-18T16:54:14.244Z PASS [ 7.005s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
66142025-07-18T16:54:18.301Z PASS [ 6.532s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
66152025-07-18T16:54:18.499Z PASS [ 6.948s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
66162025-07-18T16:54:19.041Z PASS [ 6.977s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
66172025-07-18T16:54:21.346Z PASS [ 7.101s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
66182025-07-18T16:54:26.386Z PASS [ 8.085s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
66192025-07-18T16:54:27.663Z PASS [ 7.841s] nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
66202025-07-18T16:54:28.723Z PASS [ 7.378s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
66212025-07-18T16:54:31.496Z PASS [ 12.970s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
66222025-07-18T16:54:33.569Z PASS [ 7.183s] nexus-db-queries db::datastore::inventory::test::test_zone_image_source
66232025-07-18T16:54:33.694Z PASS [ 6.813s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
66242025-07-18T16:54:34.794Z PASS [ 6.066s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
66252025-07-18T16:54:38.838Z PASS [ 7.371s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
66262025-07-18T16:54:40.304Z PASS [ 6.610s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
66272025-07-18T16:54:41.883Z PASS [ 7.093s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
66282025-07-18T16:54:43.275Z PASS [ 9.706s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
66292025-07-18T16:54:45.099Z PASS [ 6.261s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
66302025-07-18T16:54:46.201Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
66312025-07-18T16:54:46.682Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66322025-07-18T16:54:46.708Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66332025-07-18T16:54:47.075Z PASS [ 6.763s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
66342025-07-18T16:54:49.011Z PASS [ 7.118s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
66352025-07-18T16:54:49.112Z PASS [ 5.829s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
66362025-07-18T16:54:53.260Z PASS [ 8.161s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
66372025-07-18T16:54:53.725Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66382025-07-18T16:54:56.226Z PASS [ 7.226s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
66392025-07-18T16:55:01.417Z PASS [ 7.041s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
66402025-07-18T16:55:03.037Z PASS [ 6.811s] nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
66412025-07-18T16:55:06.779Z PASS [ 6.477s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
66422025-07-18T16:55:09.564Z PASS [ 6.527s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
66432025-07-18T16:55:10.208Z PASS [ 23.140s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
66442025-07-18T16:55:13.700Z PASS [ 6.922s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
66452025-07-18T16:55:16.347Z PASS [ 6.783s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
66462025-07-18T16:55:17.489Z PASS [ 7.282s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
66472025-07-18T16:55:20.579Z PASS [ 6.879s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
66482025-07-18T16:55:25.118Z PASS [ 7.264s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
66492025-07-18T16:55:27.176Z PASS [ 38.073s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
66502025-07-18T16:55:27.980Z PASS [ 10.491s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
66512025-07-18T16:55:28.005Z PASS [ 7.418s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
66522025-07-18T16:55:30.739Z PASS [ 7.130s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
66532025-07-18T16:55:34.495Z PASS [ 7.315s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
66542025-07-18T16:55:35.907Z PASS [ 7.911s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
66552025-07-18T16:55:35.974Z PASS [ 0.065s] nexus-db-queries db::datastore::region::test::test_extent_count
66562025-07-18T16:55:36.082Z PASS [ 8.094s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
66572025-07-18T16:55:37.475Z PASS [ 6.736s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
66582025-07-18T16:55:41.814Z PASS [ 7.324s] nexus-db-queries db::datastore::reconfigurator_chicken_switches::tests::test_reconfigurator_chicken_switches_basic
66592025-07-18T16:55:42.700Z PASS [ 6.727s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
66602025-07-18T16:55:42.823Z PASS [ 6.748s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
66612025-07-18T16:55:44.506Z PASS [ 7.010s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
66622025-07-18T16:55:46.201Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
66632025-07-18T16:55:46.680Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66642025-07-18T16:55:46.705Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66652025-07-18T16:55:50.198Z PASS [ 6.761s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
66662025-07-18T16:55:50.233Z PASS [ 6.800s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
66672025-07-18T16:55:50.233Z PASS [ 6.750s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
66682025-07-18T16:55:51.498Z PASS [ 6.982s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
66692025-07-18T16:55:53.722Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66702025-07-18T16:55:55.841Z PASS [ 7.266s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
66712025-07-18T16:55:56.470Z PASS [ 6.963s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
66722025-07-18T16:55:57.045Z PASS [ 7.472s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
66732025-07-18T16:55:58.632Z PASS [ 7.164s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
66742025-07-18T16:56:02.293Z PASS [ 6.453s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
66752025-07-18T16:56:02.794Z PASS [ 6.331s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
66762025-07-18T16:56:03.532Z PASS [ 6.487s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
66772025-07-18T16:56:04.650Z PASS [ 6.019s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
66782025-07-18T16:56:08.452Z PASS [ 5.659s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
66792025-07-18T16:56:08.664Z PASS [ 6.371s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
66802025-07-18T16:56:09.233Z PASS [ 5.701s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
66812025-07-18T16:56:11.213Z PASS [ 6.563s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
66822025-07-18T16:56:15.048Z PASS [ 6.596s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
66832025-07-18T16:56:15.312Z PASS [ 6.647s] nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
66842025-07-18T16:56:16.227Z PASS [ 6.994s] nexus-db-queries db::datastore::sled::test::affinity_multi_group
66852025-07-18T16:56:18.066Z PASS [ 6.853s] nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
66862025-07-18T16:56:21.832Z PASS [ 6.784s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail
66872025-07-18T16:56:22.275Z PASS [ 6.963s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
66882025-07-18T16:56:23.242Z PASS [ 7.015s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
66892025-07-18T16:56:25.411Z PASS [ 7.345s] nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
66902025-07-18T16:56:28.664Z PASS [ 6.789s] nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
66912025-07-18T16:56:28.935Z PASS [ 6.661s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
66922025-07-18T16:56:30.240Z PASS [ 6.997s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
66932025-07-18T16:56:32.045Z PASS [ 6.634s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
66942025-07-18T16:56:35.216Z PASS [ 6.595s] nexus-db-queries db::datastore::sled::test::sled_list_batch
66952025-07-18T16:56:35.268Z PASS [ 6.333s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
66962025-07-18T16:56:36.758Z PASS [ 6.519s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
66972025-07-18T16:56:38.111Z PASS [ 6.067s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
66982025-07-18T16:56:42.105Z PASS [ 6.837s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
66992025-07-18T16:56:42.464Z PASS [ 7.249s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
67002025-07-18T16:56:44.610Z PASS [ 6.500s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
67012025-07-18T16:56:46.201Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
67022025-07-18T16:56:46.679Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67032025-07-18T16:56:46.704Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67042025-07-18T16:56:48.537Z PASS [ 6.432s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
67052025-07-18T16:56:49.127Z PASS [ 6.663s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
67062025-07-18T16:56:49.858Z PASS [ 13.100s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
67072025-07-18T16:56:53.720Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67082025-07-18T16:56:54.219Z PASS [ 9.609s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
67092025-07-18T16:56:58.535Z PASS [ 9.998s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
67102025-07-18T16:56:59.309Z PASS [ 10.182s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
67112025-07-18T16:56:59.546Z PASS [ 9.688s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
67122025-07-18T16:57:01.225Z PASS [ 7.006s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
67132025-07-18T16:57:04.612Z PASS [ 6.077s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
67142025-07-18T16:57:05.100Z PASS [ 5.767s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
67152025-07-18T16:57:05.325Z PASS [ 5.778s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
67162025-07-18T16:57:06.742Z PASS [ 5.515s] nexus-db-queries db::datastore::target_release::test::target_release_datastore
67172025-07-18T16:57:11.195Z PASS [ 6.583s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
67182025-07-18T16:57:11.414Z PASS [ 6.338s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
67192025-07-18T16:57:11.921Z PASS [ 6.597s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
67202025-07-18T16:57:13.394Z PASS [ 6.654s] nexus-db-queries db::datastore::test::test_project_creation
67212025-07-18T16:57:17.595Z PASS [ 6.400s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
67222025-07-18T16:57:18.576Z PASS [ 7.162s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
67232025-07-18T16:57:20.280Z PASS [ 6.886s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
67242025-07-18T16:57:25.313Z PASS [ 7.719s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
67252025-07-18T16:57:25.944Z PASS [ 7.368s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
67262025-07-18T16:57:30.041Z PASS [ 18.120s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
67272025-07-18T16:57:37.266Z PASS [ 16.986s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
67282025-07-18T16:57:42.636Z PASS [ 17.323s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
67292025-07-18T16:57:43.979Z PASS [ 6.713s] nexus-db-queries db::datastore::test::test_session_methods
67302025-07-18T16:57:46.199Z SLOW [>420.000s] oximeter-db client::tests::test_replicated
67312025-07-18T16:57:46.679Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67322025-07-18T16:57:46.713Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67332025-07-18T16:57:48.443Z PASS [ 22.490s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
67342025-07-18T16:57:50.032Z PASS [ 7.396s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
67352025-07-18T16:57:50.576Z PASS [ 20.536s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
67362025-07-18T16:57:51.147Z PASS [ 7.168s] nexus-db-queries db::datastore::test::test_ssh_keys
67372025-07-18T16:57:53.719Z SLOW [>480.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67382025-07-18T16:57:55.784Z PASS [ 7.351s] nexus-db-queries db::datastore::test::test_table_scan
67392025-07-18T16:57:57.952Z PASS [ 7.921s] nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
67402025-07-18T16:57:58.517Z PASS [ 7.941s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
67412025-07-18T16:58:02.860Z PASS [ 7.076s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
67422025-07-18T16:58:04.974Z PASS [ 7.021s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
67432025-07-18T16:58:10.238Z PASS [ 7.377s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
67442025-07-18T16:58:12.560Z PASS [ 7.587s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
67452025-07-18T16:58:19.212Z PASS [ 6.651s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
67462025-07-18T16:58:29.632Z PASS [ 463.443s] oximeter-db client::tests::test_replicated
67472025-07-18T16:58:29.711Z PASS [ 0.076s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
67482025-07-18T16:58:29.752Z PASS [ 0.041s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
67492025-07-18T16:58:29.842Z PASS [ 0.089s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
67502025-07-18T16:58:29.885Z PASS [ 0.044s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
67512025-07-18T16:58:29.922Z PASS [ 0.036s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
67522025-07-18T16:58:31.467Z PASS [ 1.525s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
67532025-07-18T16:58:31.889Z PASS [ 0.442s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
67542025-07-18T16:58:32.162Z PASS [ 0.273s] omicron-clickhouse-admin::integration_test test_lgif_parsing
67552025-07-18T16:58:32.403Z PASS [ 0.241s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
67562025-07-18T16:58:32.675Z PASS [ 0.272s] omicron-clickhouse-admin::integration_test test_teardown
67572025-07-18T16:58:32.788Z PASS [ 0.113s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
67582025-07-18T16:58:46.677Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67592025-07-18T16:58:46.705Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67602025-07-18T16:58:51.147Z SLOW [> 60.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
67612025-07-18T16:58:53.718Z SLOW [>540.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67622025-07-18T16:58:58.517Z SLOW [> 60.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
67632025-07-18T16:59:10.238Z SLOW [> 60.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
67642025-07-18T16:59:19.211Z SLOW [> 60.000s] nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
67652025-07-18T16:59:32.788Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
67662025-07-18T16:59:44.830Z PASS [ 72.045s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
67672025-07-18T16:59:46.676Z SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67682025-07-18T16:59:46.701Z SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67692025-07-18T16:59:48.657Z PASS [ 3.827s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
67702025-07-18T16:59:51.146Z SLOW [>120.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
67712025-07-18T16:59:53.717Z SLOW [>600.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67722025-07-18T16:59:58.515Z SLOW [>120.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
67732025-07-18T17:00:02.753Z PASS [ 14.096s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
67742025-07-18T17:00:10.238Z SLOW [>120.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
67752025-07-18T17:00:19.210Z SLOW [>120.000s] nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
67762025-07-18T17:00:20.127Z PASS [ 17.374s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
67772025-07-18T17:00:25.778Z PASS [ 5.651s] nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
67782025-07-18T17:00:31.495Z PASS [ 5.717s] nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
67792025-07-18T17:00:37.228Z PASS [ 5.733s] nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
67802025-07-18T17:00:43.104Z PASS [ 5.875s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
67812025-07-18T17:00:46.675Z SLOW [>720.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67822025-07-18T17:00:46.700Z SLOW [>720.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67832025-07-18T17:00:49.131Z PASS [ 6.026s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
67842025-07-18T17:00:51.145Z SLOW [>180.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
67852025-07-18T17:00:53.716Z SLOW [>660.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67862025-07-18T17:00:54.385Z PASS [ 5.256s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
67872025-07-18T17:00:58.516Z SLOW [>180.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
67882025-07-18T17:01:00.413Z PASS [ 6.028s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
67892025-07-18T17:01:06.148Z PASS [ 5.735s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
67902025-07-18T17:01:10.237Z SLOW [>180.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
67912025-07-18T17:01:11.459Z PASS [ 5.309s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
67922025-07-18T17:01:16.872Z PASS [ 5.289s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
67932025-07-18T17:01:19.208Z SLOW [>180.000s] nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
67942025-07-18T17:01:30.392Z PASS [ 13.646s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
67952025-07-18T17:01:30.441Z PASS [ 0.050s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
67962025-07-18T17:01:30.501Z PASS [ 0.060s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
67972025-07-18T17:01:44.111Z PASS [ 13.610s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
67982025-07-18T17:01:46.610Z PASS [ 235.472s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
67992025-07-18T17:01:46.673Z SLOW [>780.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68002025-07-18T17:01:46.725Z SLOW [>780.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68012025-07-18T17:01:51.974Z PASS [ 5.364s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
68022025-07-18T17:01:53.715Z SLOW [>720.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68032025-07-18T17:01:57.481Z PASS [ 5.507s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
68042025-07-18T17:01:58.513Z SLOW [>240.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
68052025-07-18T17:01:58.921Z PASS [ 14.811s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
68062025-07-18T17:02:02.676Z PASS [ 5.196s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
68072025-07-18T17:02:04.769Z PASS [ 5.845s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
68082025-07-18T17:02:08.869Z PASS [ 6.191s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
68092025-07-18T17:02:10.235Z SLOW [>240.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
68102025-07-18T17:02:13.627Z PASS [ 8.858s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
68112025-07-18T17:02:16.368Z PASS [ 7.494s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
68122025-07-18T17:02:16.738Z PASS [ 0.375s] nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
68132025-07-18T17:02:19.208Z SLOW [>240.000s] nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
68142025-07-18T17:02:20.116Z PASS [ 3.379s] nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
68152025-07-18T17:02:22.439Z PASS [ 8.813s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
68162025-07-18T17:02:24.994Z PASS [ 2.554s] nexus-db-queries db::explain::test::test_explain_async
68172025-07-18T17:02:26.091Z PASS [ 5.974s] nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
68182025-07-18T17:02:27.587Z PASS [ 2.593s] nexus-db-queries db::explain::test::test_explain_full_table_scan
68192025-07-18T17:02:29.811Z PASS [ 3.721s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
68202025-07-18T17:02:31.210Z PASS [ 3.625s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
68212025-07-18T17:02:33.896Z PASS [ 4.084s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
68222025-07-18T17:02:34.712Z PASS [ 3.501s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
68232025-07-18T17:02:38.031Z PASS [ 4.135s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
68242025-07-18T17:02:38.856Z PASS [ 4.141s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
68252025-07-18T17:02:38.922Z PASS [ 0.068s] nexus-db-queries db::pagination::test::test_paginator
68262025-07-18T17:02:41.461Z PASS [ 2.535s] nexus-db-queries db::pool::test::test_pool_can_be_terminated
68272025-07-18T17:02:41.674Z PASS [ 3.643s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
68282025-07-18T17:02:43.818Z PASS [ 2.358s] nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
68292025-07-18T17:02:46.673Z SLOW [>840.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68302025-07-18T17:02:46.698Z SLOW [>840.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68312025-07-18T17:02:48.622Z PASS [ 6.948s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
68322025-07-18T17:02:50.268Z PASS [ 6.452s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
68332025-07-18T17:02:53.714Z SLOW [>780.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68342025-07-18T17:02:54.904Z PASS [ 6.259s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
68352025-07-18T17:02:56.144Z PASS [ 5.876s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
68362025-07-18T17:03:03.568Z SLOW [>300.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
68372025-07-18T17:03:03.571Z PASS [ 6.175s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
68382025-07-18T17:03:03.663Z PASS [ 6.335s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
68392025-07-18T17:03:07.664Z PASS [ 6.609s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
68402025-07-18T17:03:08.922Z PASS [ 6.421s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
68412025-07-18T17:03:10.234Z SLOW [>300.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
68422025-07-18T17:03:13.731Z PASS [ 6.067s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
68432025-07-18T17:03:15.172Z PASS [ 6.273s] nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
68442025-07-18T17:03:19.205Z SLOW [>300.000s] nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
68452025-07-18T17:03:20.905Z PASS [ 5.733s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
68462025-07-18T17:03:20.930Z PASS [ 7.193s] nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_address
68472025-07-18T17:03:20.981Z PASS [ 0.057s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
68482025-07-18T17:03:27.393Z PASS [ 6.412s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
68492025-07-18T17:03:28.593Z PASS [ 7.688s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
68502025-07-18T17:03:33.493Z PASS [ 6.100s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
68512025-07-18T17:03:33.924Z PASS [ 5.331s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
68522025-07-18T17:03:39.388Z PASS [ 5.895s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
68532025-07-18T17:03:39.860Z PASS [ 5.935s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
68542025-07-18T17:03:45.512Z PASS [ 6.125s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
68552025-07-18T17:03:45.598Z PASS [ 5.738s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
68562025-07-18T17:03:46.672Z SLOW [>900.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68572025-07-18T17:03:46.696Z SLOW [>900.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68582025-07-18T17:03:51.158Z PASS [ 5.645s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
68592025-07-18T17:03:51.453Z PASS [ 5.841s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
68602025-07-18T17:03:53.713Z SLOW [>840.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68612025-07-18T17:03:57.551Z PASS [ 6.393s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
68622025-07-18T17:03:57.867Z PASS [ 6.428s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
68632025-07-18T17:03:58.511Z SLOW [>360.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
68642025-07-18T17:04:03.604Z PASS [ 6.053s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
68652025-07-18T17:04:04.412Z PASS [ 6.546s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
68662025-07-18T17:04:04.465Z PASS [ 0.052s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
68672025-07-18T17:04:09.831Z PASS [ 6.227s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
68682025-07-18T17:04:10.233Z SLOW [>360.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
68692025-07-18T17:04:10.959Z PASS [ 6.494s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
68702025-07-18T17:04:12.966Z PASS [ 3.136s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
68712025-07-18T17:04:14.121Z PASS [ 3.161s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
68722025-07-18T17:04:16.042Z PASS [ 3.071s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
68732025-07-18T17:04:16.104Z PASS [ 0.059s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
68742025-07-18T17:04:17.112Z PASS [ 2.991s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
68752025-07-18T17:04:17.612Z PASS [ 0.497s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
68762025-07-18T17:04:17.990Z PASS [ 0.381s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
68772025-07-18T17:04:19.064Z PASS [ 2.961s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
68782025-07-18T17:04:19.206Z SLOW [>360.000s] nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
68792025-07-18T17:04:20.655Z PASS [ 2.652s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
68802025-07-18T17:04:20.694Z PASS [ 0.049s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
68812025-07-18T17:04:20.753Z PASS [ 0.049s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
68822025-07-18T17:04:22.102Z PASS [ 3.041s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
68832025-07-18T17:04:22.811Z PASS [ 2.071s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
68842025-07-18T17:04:23.375Z PASS [ 0.564s] nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
68852025-07-18T17:04:25.450Z PASS [ 3.351s] nexus-db-queries db::queries::region_allocation::test::explainable
68862025-07-18T17:04:25.809Z PASS [ 2.434s] nexus-db-queries db::queries::regions_hard_delete::test::explainable
68872025-07-18T17:04:25.883Z PASS [ 0.432s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
68882025-07-18T17:04:26.321Z PASS [ 0.511s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
68892025-07-18T17:04:27.033Z PASS [ 376.806s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
68902025-07-18T17:04:27.513Z PASS [ 0.481s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
68912025-07-18T17:04:27.885Z PASS [ 0.369s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
68922025-07-18T17:04:28.496Z PASS [ 0.589s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
68932025-07-18T17:04:28.570Z PASS [ 2.687s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
68942025-07-18T17:04:28.915Z PASS [ 2.595s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
68952025-07-18T17:04:28.953Z PASS [ 0.483s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
68962025-07-18T17:04:31.198Z PASS [ 2.628s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
68972025-07-18T17:04:31.554Z PASS [ 2.601s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
68982025-07-18T17:04:31.653Z PASS [ 2.738s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
68992025-07-18T17:04:31.679Z PASS [ 0.108s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
69002025-07-18T17:04:31.714Z PASS [ 0.060s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
69012025-07-18T17:04:31.739Z PASS [ 0.057s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
69022025-07-18T17:04:31.767Z PASS [ 0.054s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
69032025-07-18T17:04:31.791Z PASS [ 0.063s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
69042025-07-18T17:04:32.619Z PASS [ 373.421s] nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
69052025-07-18T17:04:33.669Z PASS [ 2.470s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
69062025-07-18T17:04:34.126Z PASS [ 2.358s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
69072025-07-18T17:04:34.351Z PASS [ 2.569s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
69082025-07-18T17:04:35.138Z PASS [ 2.519s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
69092025-07-18T17:04:40.226Z PASS [ 5.874s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
69102025-07-18T17:04:40.266Z PASS [ 0.040s] nexus-defaults tests::test_random_vpc_ipv6_prefix
69112025-07-18T17:04:40.641Z PASS [ 0.375s] nexus-inventory builder::test::test_basic
69122025-07-18T17:04:40.678Z PASS [ 0.036s] nexus-inventory builder::test::test_empty
69132025-07-18T17:04:40.733Z PASS [ 0.054s] nexus-inventory builder::test::test_problems
69142025-07-18T17:04:40.758Z PASS [ 5.620s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
69152025-07-18T17:04:43.286Z PASS [ 2.553s] nexus-inventory collector::test::test_basic
69162025-07-18T17:04:43.785Z PASS [ 3.027s] nexus-inventory collector::test::test_multi_mgs
69172025-07-18T17:04:44.384Z PASS [ 1.098s] nexus-inventory collector::test::test_multi_mgs_failure
69182025-07-18T17:04:45.475Z PASS [ 1.688s] nexus-inventory collector::test::test_sled_agent_failure
69192025-07-18T17:04:46.674Z SLOW [>960.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69202025-07-18T17:04:46.674Z SLOW [>960.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69212025-07-18T17:04:46.822Z PASS [ 13.152s] nexus-db-queries policy_test::test_conferred_roles
69222025-07-18T17:04:48.928Z PASS [ 962.276s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69232025-07-18T17:04:51.930Z PASS [ 7.547s] nexus-metrics-producer-gc tests::test_prune_expired_producers
69242025-07-18T17:04:52.270Z PASS [ 5.449s] nexus-mgs-updates driver_update::test::test_rot_basic_failures
69252025-07-18T17:04:52.294Z PASS [ 6.811s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
69262025-07-18T17:04:52.331Z PASS [ 3.402s] nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
69272025-07-18T17:04:52.355Z PASS [ 965.691s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69282025-07-18T17:04:53.711Z SLOW [>900.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69292025-07-18T17:04:54.314Z PASS [ 2.030s] nexus-mgs-updates driver_update::test::test_sp_basic_failures
69302025-07-18T17:04:58.510Z SLOW [>420.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
69312025-07-18T17:04:59.521Z PASS [ 5.205s] nexus-mgs-updates driver_update::test::test_sp_update_watched
69322025-07-18T17:04:59.771Z PASS [ 0.250s] nexus-mgs-updates test_util::step_through::test::test_basic
69332025-07-18T17:04:59.979Z PASS [ 8.048s] nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
69342025-07-18T17:05:00.274Z PASS [ 8.004s] nexus-mgs-updates driver_update::test::test_rot_update_basic
69352025-07-18T17:05:00.676Z PASS [ 0.906s] nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
69362025-07-18T17:05:01.151Z PASS [ 0.475s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_switches_mgs_instances_on_failure
69372025-07-18T17:05:01.525Z PASS [ 0.374s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_updates_sled
69382025-07-18T17:05:02.176Z PASS [ 9.846s] nexus-mgs-updates driver_update::test::test_sp_update_basic
69392025-07-18T17:05:03.685Z PASS [ 3.706s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_delivers_progress
69402025-07-18T17:05:03.736Z PASS [ 3.462s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_remembers_successful_mgs_instance
69412025-07-18T17:05:04.029Z PASS [ 0.344s] nexus-mgs-updates::rot_updater test_rot_updater_switches_mgs_instances_on_failure
69422025-07-18T17:05:04.523Z PASS [ 910.829s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69432025-07-18T17:05:05.277Z PASS [ 3.751s] nexus-mgs-updates::rot_updater test_rot_updater_delivers_progress
69442025-07-18T17:05:05.610Z PASS [ 3.434s] nexus-mgs-updates::rot_updater test_rot_updater_remembers_successful_mgs_instance
69452025-07-18T17:05:07.005Z PASS [ 1.391s] nexus-mgs-updates::sp_updater test_sp_updater_switches_mgs_instances_on_failure
69462025-07-18T17:05:07.110Z PASS [ 3.374s] nexus-mgs-updates::rot_updater test_rot_updater_updates_sled
69472025-07-18T17:05:07.415Z PASS [ 3.382s] nexus-mgs-updates::rot_updater test_rot_updater_updates_switch
69482025-07-18T17:05:07.439Z PASS [ 15.078s] nexus-mgs-updates driver_update::test::test_sp_update_takeover
69492025-07-18T17:05:07.670Z PASS [ 0.249s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
69502025-07-18T17:05:07.694Z PASS [ 0.260s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
69512025-07-18T17:05:07.723Z PASS [ 0.052s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
69522025-07-18T17:05:07.747Z PASS [ 0.053s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
69532025-07-18T17:05:07.777Z PASS [ 0.053s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
69542025-07-18T17:05:07.802Z PASS [ 0.062s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
69552025-07-18T17:05:07.832Z PASS [ 0.054s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
69562025-07-18T17:05:07.856Z PASS [ 0.060s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
69572025-07-18T17:05:07.901Z PASS [ 0.069s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
69582025-07-18T17:05:07.934Z PASS [ 0.089s] nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
69592025-07-18T17:05:07.959Z PASS [ 0.053s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
69602025-07-18T17:05:07.983Z PASS [ 0.047s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
69612025-07-18T17:05:08.008Z PASS [ 0.055s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
69622025-07-18T17:05:08.033Z PASS [ 0.046s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
69632025-07-18T17:05:08.057Z PASS [ 0.049s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
69642025-07-18T17:05:08.210Z PASS [ 0.153s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
69652025-07-18T17:05:09.290Z PASS [ 4.767s] nexus-mgs-updates::sp_updater test_sp_updater_delivers_progress
69662025-07-18T17:05:09.437Z PASS [ 0.147s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
69672025-07-18T17:05:09.601Z PASS [ 0.164s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
69682025-07-18T17:05:09.660Z PASS [ 0.058s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
69692025-07-18T17:05:09.729Z PASS [ 0.069s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
69702025-07-18T17:05:09.765Z PASS [ 4.488s] nexus-mgs-updates::sp_updater test_sp_updater_remembers_successful_mgs_instance
69712025-07-18T17:05:11.453Z PASS [ 4.452s] nexus-mgs-updates::sp_updater test_sp_updater_updates_sled
69722025-07-18T17:05:11.512Z PASS [ 4.402s] nexus-mgs-updates::sp_updater test_sp_updater_updates_switch
69732025-07-18T17:05:34.126Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
69742025-07-18T17:05:37.609Z PASS [ 26.157s] nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
69752025-07-18T17:05:38.616Z PASS [ 28.852s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
69762025-07-18T17:05:38.929Z PASS [ 0.313s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
69772025-07-18T17:05:39.001Z PASS [ 0.071s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
69782025-07-18T17:05:39.046Z PASS [ 0.045s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
69792025-07-18T17:05:39.208Z PASS [ 27.697s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
69802025-07-18T17:05:39.262Z PASS [ 0.216s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
69812025-07-18T17:05:39.286Z PASS [ 0.073s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
69822025-07-18T17:05:39.319Z PASS [ 0.057s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
69832025-07-18T17:05:39.348Z PASS [ 0.067s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
69842025-07-18T17:05:39.377Z PASS [ 0.058s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
69852025-07-18T17:05:39.411Z PASS [ 0.063s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
69862025-07-18T17:05:39.435Z PASS [ 0.045s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
69872025-07-18T17:05:39.460Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
69882025-07-18T17:05:39.484Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
69892025-07-18T17:05:39.508Z PASS [ 0.042s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
69902025-07-18T17:05:39.508Z PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
69912025-07-18T17:05:39.532Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
69922025-07-18T17:05:39.556Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
69932025-07-18T17:05:39.580Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
69942025-07-18T17:05:39.616Z PASS [ 0.072s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
69952025-07-18T17:05:39.680Z PASS [ 0.064s] nexus-reconfigurator-planning blueprint_editor::allocators::internal_dns::test::test_dns_subnet_allocator
69962025-07-18T17:05:40.379Z PASS [ 0.699s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
69972025-07-18T17:05:41.156Z PASS [ 0.777s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
69982025-07-18T17:05:41.509Z PASS [ 0.353s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
69992025-07-18T17:05:41.620Z PASS [ 0.110s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
70002025-07-18T17:05:41.699Z PASS [ 0.049s] nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
70012025-07-18T17:05:41.737Z PASS [ 0.064s] nexus-reconfigurator-planning example::tests::builder_zone_counts
70022025-07-18T17:05:41.779Z PASS [ 0.045s] nexus-reconfigurator-planning example::tests::instances_on_examples
70032025-07-18T17:05:41.831Z PASS [ 0.051s] nexus-reconfigurator-planning mgs_updates::test::test_basic
70042025-07-18T17:05:41.874Z PASS [ 0.044s] nexus-reconfigurator-planning mgs_updates::test::test_sp_move
70052025-07-18T17:05:42.007Z PASS [ 0.133s] nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
70062025-07-18T17:05:42.076Z PASS [ 0.067s] nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous
70072025-07-18T17:05:42.214Z PASS [ 0.139s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
70082025-07-18T17:05:42.314Z PASS [ 0.099s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
70092025-07-18T17:05:42.371Z PASS [ 0.056s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
70102025-07-18T17:05:42.468Z PASS [ 0.097s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
70112025-07-18T17:05:42.529Z PASS [ 0.061s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
70122025-07-18T17:05:42.597Z PASS [ 0.068s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
70132025-07-18T17:05:42.652Z PASS [ 0.055s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
70142025-07-18T17:05:42.716Z PASS [ 0.064s] nexus-reconfigurator-planning planner::test::test_disk_add_expunge_decommission
70152025-07-18T17:05:42.771Z PASS [ 0.054s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
70162025-07-18T17:05:42.829Z PASS [ 0.058s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
70172025-07-18T17:05:42.883Z PASS [ 0.054s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
70182025-07-18T17:05:43.085Z PASS [ 0.202s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
70192025-07-18T17:05:43.160Z PASS [ 0.074s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
70202025-07-18T17:05:43.262Z PASS [ 0.102s] nexus-reconfigurator-planning planner::test::test_internal_dns_zone_replaced_after_marked_for_cleanup
70212025-07-18T17:05:43.372Z PASS [ 0.110s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
70222025-07-18T17:05:43.451Z PASS [ 0.078s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
70232025-07-18T17:05:43.525Z PASS [ 0.074s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
70242025-07-18T17:05:43.599Z PASS [ 0.074s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
70252025-07-18T17:05:43.663Z PASS [ 0.063s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
70262025-07-18T17:05:43.729Z PASS [ 0.066s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
70272025-07-18T17:05:43.792Z PASS [ 0.063s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
70282025-07-18T17:05:44.422Z PASS [ 0.629s] nexus-reconfigurator-planning planner::test::test_update_all_zones
70292025-07-18T17:05:44.540Z PASS [ 0.119s] nexus-reconfigurator-planning planner::test::test_update_cockroach
70302025-07-18T17:05:44.826Z PASS [ 0.286s] nexus-reconfigurator-planning planner::test::test_update_crucible_pantry
70312025-07-18T17:05:44.909Z PASS [ 0.082s] nexus-reconfigurator-planning planner::test::test_zones_marked_ready_for_cleanup_based_on_inventory
70322025-07-18T17:05:47.442Z PASS [ 7.874s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
70332025-07-18T17:05:58.508Z SLOW [>480.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
70342025-07-18T17:06:03.080Z PASS [ 25.471s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
70352025-07-18T17:06:03.151Z PASS [ 0.071s] nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
70362025-07-18T17:06:03.266Z PASS [ 0.115s] nexus-saga-recovery recovery::test::test_execution_basic
70372025-07-18T17:06:03.307Z PASS [ 0.041s] nexus-saga-recovery recovery::test::test_plan_basic
70382025-07-18T17:06:03.346Z PASS [ 0.039s] nexus-saga-recovery recovery::test::test_read_all_from_channel
70392025-07-18T17:06:03.395Z PASS [ 0.049s] nexus-saga-recovery test::test_basic
70402025-07-18T17:06:03.432Z PASS [ 0.034s] nexus-sled-agent-shared inventory::tests::test_artifact_id_to_install_dataset_file
70412025-07-18T17:06:03.469Z PASS [ 0.039s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
70422025-07-18T17:06:03.499Z PASS [ 0.030s] nexus-sled-agent-shared inventory::tests::test_zone_prefix_matches_artifact_in_install_dataset
70432025-07-18T17:06:03.554Z PASS [ 0.055s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
70442025-07-18T17:06:03.596Z PASS [ 0.042s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
70452025-07-18T17:06:03.637Z PASS [ 0.041s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
70462025-07-18T17:06:03.683Z PASS [ 0.045s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
70472025-07-18T17:06:03.722Z PASS [ 0.039s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
70482025-07-18T17:06:03.754Z PASS [ 0.032s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
70492025-07-18T17:06:03.791Z PASS [ 0.036s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
70502025-07-18T17:06:03.855Z PASS [ 0.064s] nexus-types deployment::test::test_serialize_pending_mgs_updates
70512025-07-18T17:06:03.899Z PASS [ 0.043s] nexus-types external_api::shared::test::test_policy_parsing
70522025-07-18T17:06:04.011Z PASS [ 0.112s] nexus-types external_api::shared::test::test_webhook_subscription_validation
70532025-07-18T17:06:04.061Z PASS [ 0.049s] nexus-types external_api::views::test::test_expected_one_of
70542025-07-18T17:06:04.133Z PASS [ 0.072s] nexus-types internal_api::views::test::test_can_serialize_mgs_updates
70552025-07-18T17:06:04.312Z PASS [ 0.179s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
70562025-07-18T17:06:04.366Z PASS [ 0.053s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
70572025-07-18T17:06:04.429Z PASS [ 0.064s] omicron-certificates tests::test_cert_extended_key_usage
70582025-07-18T17:06:04.488Z PASS [ 0.058s] omicron-certificates tests::test_common_name_is_validated
70592025-07-18T17:06:04.547Z PASS [ 0.060s] omicron-certificates tests::test_subject_alternate_names_are_validated
70602025-07-18T17:06:04.846Z PASS [ 0.298s] omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
70612025-07-18T17:06:08.028Z SLOW [> 60.000s] nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
70622025-07-18T17:06:08.210Z SLOW [> 60.000s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
70632025-07-18T17:06:09.728Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
70642025-07-18T17:06:11.325Z PASS [ 6.479s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
70652025-07-18T17:06:12.607Z PASS [ 64.582s] nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
70662025-07-18T17:06:16.071Z PASS [ 3.462s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
70672025-07-18T17:06:19.870Z PASS [ 3.800s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
70682025-07-18T17:06:24.419Z PASS [ 39.511s] nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
70692025-07-18T17:06:27.869Z PASS [ 113.747s] nexus-db-queries policy_test::test_iam_roles_behavior
70702025-07-18T17:06:27.932Z PASS [ 0.061s] omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
70712025-07-18T17:06:27.979Z PASS [ 3.560s] omicron-cockroach-admin context::tests::test_node_id
70722025-07-18T17:06:28.210Z PASS [ 0.278s] omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
70732025-07-18T17:06:28.249Z PASS [ 0.039s] omicron-cockroach-metrics tests::test_histogram_bucket_sorting
70742025-07-18T17:06:28.282Z PASS [ 0.033s] omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
70752025-07-18T17:06:28.317Z PASS [ 0.035s] omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
70762025-07-18T17:06:28.352Z PASS [ 0.034s] omicron-cockroach-metrics tests::test_prometheus_metrics_empty
70772025-07-18T17:06:28.386Z PASS [ 0.034s] omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
70782025-07-18T17:06:28.421Z PASS [ 0.035s] omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
70792025-07-18T17:06:28.457Z PASS [ 0.036s] omicron-cockroach-metrics tests::test_typed_cockroach_metrics
70802025-07-18T17:06:28.518Z PASS [ 0.060s] omicron-common address::test::test_dns_subnets
70812025-07-18T17:06:28.559Z PASS [ 0.041s] omicron-common address::test::test_ip_range_checks_non_decreasing
70822025-07-18T17:06:28.592Z PASS [ 0.612s] omicron-cockroach-metrics tests::test_cluster_client_caching
70832025-07-18T17:06:28.616Z PASS [ 0.043s] omicron-common address::test::test_ip_range_enum_deserialization
70842025-07-18T17:06:28.640Z PASS [ 0.034s] omicron-common address::test::test_ip_range_iter
70852025-07-18T17:06:28.640Z PASS [ 0.036s] omicron-common address::test::test_ip_range_length
70862025-07-18T17:06:28.665Z PASS [ 0.033s] omicron-common address::test::test_ip_range_try_from
70872025-07-18T17:06:28.689Z PASS [ 0.036s] omicron-common address::test::test_ipv6_subnet_deserialize
70882025-07-18T17:06:28.713Z PASS [ 0.035s] omicron-common address::test::test_sled_address
70892025-07-18T17:06:28.713Z PASS [ 0.035s] omicron-common api::external::error::test::test_bail_unless
70902025-07-18T17:06:28.738Z PASS [ 17.393s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
70912025-07-18T17:06:28.738Z PASS [ 0.042s] omicron-common api::external::error::test::test_context
70922025-07-18T17:06:28.762Z PASS [ 0.047s] omicron-common api::external::http_pagination::test::test_pagination_examples
70932025-07-18T17:06:28.787Z PASS [ 0.049s] omicron-common api::external::http_pagination::test::test_scan_by_id
70942025-07-18T17:06:28.787Z PASS [ 0.069s] omicron-common api::external::http_pagination::test::test_pagination_schemas
70952025-07-18T17:06:28.812Z PASS [ 0.038s] omicron-common api::external::http_pagination::test::test_scan_by_name
70962025-07-18T17:06:28.837Z PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
70972025-07-18T17:06:28.837Z PASS [ 0.045s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
70982025-07-18T17:06:28.837Z PASS [ 0.041s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
70992025-07-18T17:06:28.861Z PASS [ 0.041s] omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
71002025-07-18T17:06:28.885Z PASS [ 0.034s] omicron-common api::external::test::test_bytecount
71012025-07-18T17:06:28.885Z PASS [ 0.035s] omicron-common api::external::test::test_bytecount_display
71022025-07-18T17:06:28.911Z PASS [ 0.038s] omicron-common api::external::test::test_firewall_deserialization
71032025-07-18T17:06:28.911Z PASS [ 0.047s] omicron-common api::external::test::test_digest
71042025-07-18T17:06:28.944Z PASS [ 0.038s] omicron-common api::external::test::test_firewall_rule_proto_filter_parse
71052025-07-18T17:06:28.980Z PASS [ 0.109s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
71062025-07-18T17:06:29.019Z PASS [ 0.075s] omicron-common api::external::test::test_generation_display_parse
71072025-07-18T17:06:29.043Z PASS [ 0.046s] omicron-common api::external::test::test_generation_from_int
71082025-07-18T17:06:29.043Z PASS [ 0.127s] omicron-common api::external::test::test_firewall_rule_target_parse
71092025-07-18T17:06:29.067Z PASS [ 0.040s] omicron-common api::external::test::test_generation_serde
71102025-07-18T17:06:29.092Z PASS [ 0.042s] omicron-common api::external::test::test_hostname_from_str
71112025-07-18T17:06:29.116Z PASS [ 0.035s] omicron-common api::external::test::test_ip_port_range_from_str
71122025-07-18T17:06:29.116Z PASS [ 0.033s] omicron-common api::external::test::test_ip_port_range_into_str
71132025-07-18T17:06:29.142Z PASS [ 0.032s] omicron-common api::external::test::test_ipv6_net_operations
71142025-07-18T17:06:29.167Z PASS [ 0.040s] omicron-common api::external::test::test_mac_system_iterator
71152025-07-18T17:06:29.167Z PASS [ 0.030s] omicron-common api::external::test::test_mac_to_int_conversions
71162025-07-18T17:06:29.191Z PASS [ 0.035s] omicron-common api::external::test::test_macaddr
71172025-07-18T17:06:29.217Z PASS [ 0.036s] omicron-common api::external::test::test_name_parse
71182025-07-18T17:06:29.243Z PASS [ 0.034s] omicron-common api::external::test::test_name_parse_from_param
71192025-07-18T17:06:29.268Z PASS [ 0.043s] omicron-common api::external::test::test_resource_name_parse
71202025-07-18T17:06:29.294Z PASS [ 0.048s] omicron-common api::external::test::test_route_destination_parse
71212025-07-18T17:06:29.318Z PASS [ 0.032s] omicron-common api::external::test::test_semver_serialize
71222025-07-18T17:06:29.318Z PASS [ 0.063s] omicron-common api::external::test::test_route_target_parse
71232025-07-18T17:06:29.343Z PASS [ 0.029s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
71242025-07-18T17:06:29.343Z PASS [ 0.038s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
71252025-07-18T17:06:29.368Z PASS [ 0.031s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
71262025-07-18T17:06:29.395Z PASS [ 0.047s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
71272025-07-18T17:06:29.420Z PASS [ 0.043s] omicron-common disk::tests::parse_dataset_name
71282025-07-18T17:06:29.446Z PASS [ 0.060s] omicron-common ledger::test::test_commit_handles_write_failures
71292025-07-18T17:06:29.471Z PASS [ 0.041s] omicron-common ledger::test::test_create_default_ledger
71302025-07-18T17:06:29.495Z PASS [ 0.042s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
71312025-07-18T17:06:29.519Z PASS [ 0.049s] omicron-common ledger::test::test_create_ledger_reads_from_storage
71322025-07-18T17:06:29.545Z PASS [ 0.040s] omicron-common zpool_name::test::test_parse_external_zpool_name
71332025-07-18T17:06:29.545Z PASS [ 0.042s] omicron-common zpool_name::test::test_parse_bad_zpool_names
71342025-07-18T17:06:29.570Z PASS [ 0.034s] omicron-common zpool_name::test::test_parse_internal_zpool_name
71352025-07-18T17:06:29.595Z PASS [ 0.047s] omicron-common zpool_name::test::test_parse_zpool_name_json
71362025-07-18T17:06:29.619Z PASS [ 0.033s] omicron-common zpool_name::test::test_zpool_name_regex
71372025-07-18T17:06:29.971Z PASS [ 0.952s] omicron-common api::external::test::test_generation_overflow
71382025-07-18T17:06:31.717Z PASS [ 2.132s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
71392025-07-18T17:06:31.741Z PASS [ 2.122s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
71402025-07-18T17:06:31.797Z PASS [ 0.079s] omicron-gateway management_switch::location_map::tests::test_config_validation
71412025-07-18T17:06:31.845Z PASS [ 0.073s] omicron-gateway management_switch::location_map::tests::test_resolve_location
71422025-07-18T17:06:31.922Z PASS [ 0.123s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
71432025-07-18T17:06:32.408Z PASS [ 0.610s] omicron-gateway::test_all integration_tests::component_list::component_list
71442025-07-18T17:06:32.434Z PASS [ 0.511s] omicron-gateway::test_all integration_tests::ereports::ereports_basic
71452025-07-18T17:06:32.654Z PASS [ 0.248s] omicron-gateway::test_all integration_tests::ereports::ereports_commit
71462025-07-18T17:06:32.758Z PASS [ 0.324s] omicron-gateway::test_all integration_tests::ereports::ereports_limit
71472025-07-18T17:06:32.980Z PASS [ 45.540s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
71482025-07-18T17:06:33.015Z PASS [ 0.256s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
71492025-07-18T17:06:33.095Z PASS [ 0.441s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
71502025-07-18T17:06:33.352Z PASS [ 0.373s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
71512025-07-18T17:06:33.377Z PASS [ 0.341s] omicron-gateway::test_all integration_tests::task_dump::task_dump
71522025-07-18T17:06:33.428Z PASS [ 0.076s] omicron-nexus app::alert::tests::test_alert_class_list
71532025-07-18T17:06:33.742Z PASS [ 13.872s] omicron-cockroach-admin cockroach_cli::tests::test_schema_init
71542025-07-18T17:06:55.815Z PASS [ 22.387s] omicron-nexus app::background::driver::test::test_driver_basic
71552025-07-18T17:06:56.763Z PASS [ 23.022s] omicron-nexus app::background::init::test::test_dns_propagation_basic
71562025-07-18T17:06:57.022Z PASS [ 27.052s] omicron-dev::test-omicron-dev test_run_all
71572025-07-18T17:06:57.621Z PASS [ 24.266s] omicron-nexus app::background::driver::test::test_activation_in_progress
71582025-07-18T17:06:58.507Z SLOW [>540.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
71592025-07-18T17:07:00.848Z PASS [ 112.380s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
71602025-07-18T17:07:01.051Z PASS [ 27.957s] omicron-ls-apis::test_dependencies test_api_dependencies
71612025-07-18T17:07:09.728Z SLOW [>120.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
71622025-07-18T17:07:19.824Z PASS [ 22.203s] omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
71632025-07-18T17:07:23.251Z PASS [ 133.526s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
71642025-07-18T17:07:24.061Z PASS [ 23.011s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
71652025-07-18T17:07:26.883Z PASS [ 31.068s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
71662025-07-18T17:07:27.179Z PASS [ 26.593s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
71672025-07-18T17:07:29.016Z PASS [ 32.254s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
71682025-07-18T17:07:29.090Z PASS [ 0.073s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
71692025-07-18T17:07:29.385Z PASS [ 32.363s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
71702025-07-18T17:07:30.117Z PASS [ 6.055s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
71712025-07-18T17:07:33.716Z PASS [ 6.834s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
71722025-07-18T17:07:33.792Z PASS [ 6.613s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
71732025-07-18T17:07:44.744Z PASS [ 21.495s] omicron-nexus app::background::tasks::chicken_switches::test::test_basic
71742025-07-18T17:07:47.710Z PASS [ 27.887s] omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
71752025-07-18T17:07:50.663Z PASS [ 21.279s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
71762025-07-18T17:07:50.723Z PASS [ 21.634s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
71772025-07-18T17:07:52.974Z PASS [ 22.858s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
71782025-07-18T17:07:55.099Z PASS [ 21.384s] omicron-nexus app::background::tasks::dns_config::test::test_basic
71792025-07-18T17:07:55.529Z PASS [ 21.738s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
71802025-07-18T17:07:58.507Z SLOW [>600.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
71812025-07-18T17:08:06.394Z PASS [ 21.650s] omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
71822025-07-18T17:08:10.157Z PASS [ 22.448s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
71832025-07-18T17:08:21.118Z PASS [ 30.395s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
71842025-07-18T17:08:26.489Z PASS [ 31.390s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
71852025-07-18T17:08:30.698Z PASS [ 20.541s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
71862025-07-18T17:08:31.313Z PASS [ 24.920s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
71872025-07-18T17:08:39.166Z PASS [ 43.638s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
71882025-07-18T17:08:41.680Z PASS [ 51.018s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
71892025-07-18T17:08:46.103Z PASS [ 19.615s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
71902025-07-18T17:08:49.555Z PASS [ 28.437s] omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
71912025-07-18T17:08:51.154Z PASS [ 20.455s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
71922025-07-18T17:08:52.379Z PASS [ 21.066s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
71932025-07-18T17:08:52.975Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
71942025-07-18T17:08:58.506Z SLOW [>660.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
71952025-07-18T17:09:00.928Z PASS [ 21.761s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
71962025-07-18T17:09:03.572Z PASS [ 21.892s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
71972025-07-18T17:09:08.225Z PASS [ 22.123s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
71982025-07-18T17:09:10.837Z PASS [ 21.283s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
71992025-07-18T17:09:13.178Z PASS [ 22.026s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
72002025-07-18T17:09:14.321Z PASS [ 3.484s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
72012025-07-18T17:09:17.669Z PASS [ 3.349s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
72022025-07-18T17:09:19.002Z PASS [ 26.623s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
72032025-07-18T17:09:26.003Z PASS [ 22.432s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
72042025-07-18T17:09:28.668Z PASS [ 20.443s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
72052025-07-18T17:09:29.055Z PASS [ 28.129s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
72062025-07-18T17:09:36.049Z PASS [ 22.872s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
72072025-07-18T17:09:38.704Z PASS [ 21.035s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
72082025-07-18T17:09:40.249Z PASS [ 21.248s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
72092025-07-18T17:09:47.608Z PASS [ 21.606s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
72102025-07-18T17:09:49.917Z PASS [ 21.249s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
72112025-07-18T17:09:50.665Z PASS [ 21.611s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
72122025-07-18T17:09:50.732Z PASS [ 0.067s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
72132025-07-18T17:09:51.256Z PASS [ 0.523s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
72142025-07-18T17:09:51.713Z PASS [ 0.457s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
72152025-07-18T17:09:51.801Z PASS [ 118.831s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
72162025-07-18T17:09:52.189Z PASS [ 0.474s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
72172025-07-18T17:09:53.096Z PASS [ 0.909s] omicron-nexus app::external_endpoints::test::test_authority
72182025-07-18T17:09:53.208Z PASS [ 0.112s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
72192025-07-18T17:09:53.642Z PASS [ 1.841s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
72202025-07-18T17:09:53.753Z PASS [ 0.110s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
72212025-07-18T17:09:53.821Z PASS [ 0.068s] omicron-nexus app::external_endpoints::test::test_no_endpoint
72222025-07-18T17:09:53.883Z PASS [ 0.062s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
72232025-07-18T17:09:53.947Z PASS [ 0.063s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
72242025-07-18T17:09:54.009Z PASS [ 0.062s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
72252025-07-18T17:09:54.080Z PASS [ 0.071s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
72262025-07-18T17:09:54.156Z PASS [ 0.075s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
72272025-07-18T17:09:54.216Z PASS [ 0.061s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
72282025-07-18T17:09:55.172Z PASS [ 1.964s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
72292025-07-18T17:09:55.341Z PASS [ 19.292s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
72302025-07-18T17:09:58.505Z SLOW [>720.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
72312025-07-18T17:10:01.612Z PASS [ 22.908s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
72322025-07-18T17:10:02.601Z PASS [ 22.352s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
72332025-07-18T17:10:08.207Z PASS [ 20.600s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
72342025-07-18T17:10:12.436Z PASS [ 22.520s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
72352025-07-18T17:10:24.367Z PASS [ 29.196s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
72362025-07-18T17:10:24.746Z PASS [ 30.531s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
72372025-07-18T17:10:24.771Z PASS [ 29.419s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
72382025-07-18T17:10:26.657Z PASS [ 24.058s] omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
72392025-07-18T17:10:32.532Z PASS [ 30.922s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
72402025-07-18T17:10:36.079Z PASS [ 23.644s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
72412025-07-18T17:10:41.892Z PASS [ 33.685s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
72422025-07-18T17:10:56.133Z PASS [ 777.643s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
72432025-07-18T17:10:59.262Z PASS [ 34.518s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
72442025-07-18T17:11:03.714Z PASS [ 38.956s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
72452025-07-18T17:11:04.308Z PASS [ 37.651s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
72462025-07-18T17:11:04.730Z PASS [ 40.364s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
72472025-07-18T17:11:09.733Z PASS [ 37.202s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
72482025-07-18T17:11:10.635Z PASS [ 34.557s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
72492025-07-18T17:11:28.061Z PASS [ 46.171s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
72502025-07-18T17:11:34.873Z PASS [ 35.611s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
72512025-07-18T17:11:36.623Z PASS [ 32.910s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
72522025-07-18T17:11:36.768Z PASS [ 40.637s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
72532025-07-18T17:11:37.077Z PASS [ 32.771s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
72542025-07-18T17:11:37.528Z PASS [ 32.798s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
72552025-07-18T17:11:47.140Z PASS [ 36.507s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
72562025-07-18T17:12:01.989Z PASS [ 33.930s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
72572025-07-18T17:12:09.734Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
72582025-07-18T17:12:13.111Z PASS [ 38.238s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
72592025-07-18T17:12:13.949Z PASS [ 37.182s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
72602025-07-18T17:12:17.459Z PASS [ 40.383s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
72612025-07-18T17:12:30.561Z PASS [ 43.422s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
72622025-07-18T17:12:36.623Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
72632025-07-18T17:12:37.527Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
72642025-07-18T17:12:46.110Z PASS [ 44.122s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
72652025-07-18T17:12:59.287Z PASS [ 45.339s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
72662025-07-18T17:13:03.583Z PASS [ 46.125s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
72672025-07-18T17:13:09.733Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
72682025-07-18T17:13:13.110Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
72692025-07-18T17:13:25.755Z PASS [ 39.646s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
72702025-07-18T17:13:30.561Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
72712025-07-18T17:13:36.622Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
72722025-07-18T17:13:37.526Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
72732025-07-18T17:13:43.038Z PASS [ 43.753s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
72742025-07-18T17:14:03.583Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
72752025-07-18T17:14:04.891Z PASS [ 175.164s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
72762025-07-18T17:14:07.089Z PASS [ 41.335s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
72772025-07-18T17:14:13.110Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
72782025-07-18T17:14:27.261Z PASS [ 44.224s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
72792025-07-18T17:14:30.560Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
72802025-07-18T17:14:36.621Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
72812025-07-18T17:14:37.525Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
72822025-07-18T17:14:40.724Z PASS [ 130.166s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
72832025-07-18T17:14:46.052Z PASS [ 38.963s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
72842025-07-18T17:15:02.984Z PASS [ 205.464s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
72852025-07-18T17:15:03.581Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
72862025-07-18T17:15:04.886Z PASS [ 37.625s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
72872025-07-18T17:15:04.912Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
72882025-07-18T17:15:13.119Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
72892025-07-18T17:15:24.789Z PASS [ 228.173s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
72902025-07-18T17:15:26.368Z PASS [ 40.317s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
72912025-07-18T17:15:41.722Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
72922025-07-18T17:15:41.819Z PASS [ 36.392s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
72932025-07-18T17:15:58.560Z PASS [ 113.672s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
72942025-07-18T17:16:00.815Z PASS [ 36.025s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
72952025-07-18T17:16:02.984Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
72962025-07-18T17:16:03.580Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
72972025-07-18T17:16:12.080Z PASS [ 30.805s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
72982025-07-18T17:16:13.109Z SLOW [>240.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
72992025-07-18T17:16:16.332Z PASS [ 49.967s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
73002025-07-18T17:16:19.268Z PASS [ 20.709s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
73012025-07-18T17:16:20.724Z PASS [ 19.912s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
73022025-07-18T17:16:35.579Z PASS [ 19.246s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
73032025-07-18T17:16:39.155Z PASS [ 215.577s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
73042025-07-18T17:16:39.591Z PASS [ 27.490s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
73052025-07-18T17:16:40.468Z PASS [ 19.744s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
73062025-07-18T17:16:40.724Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
73072025-07-18T17:16:47.824Z PASS [ 28.557s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
73082025-07-18T17:16:59.202Z PASS [ 286.102s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
73092025-07-18T17:17:02.984Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
73102025-07-18T17:17:07.921Z PASS [ 32.343s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
73112025-07-18T17:17:07.982Z PASS [ 0.060s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
73122025-07-18T17:17:11.614Z PASS [ 32.464s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
73132025-07-18T17:17:13.005Z PASS [ 33.437s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
73142025-07-18T17:17:14.650Z PASS [ 34.184s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
73152025-07-18T17:17:20.302Z PASS [ 20.554s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
73162025-07-18T17:17:20.332Z PASS [ 32.309s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
73172025-07-18T17:17:31.221Z PASS [ 170.505s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
73182025-07-18T17:17:35.211Z PASS [ 20.561s] omicron-nexus app::sagas::test_saga::test_saga_stuck
73192025-07-18T17:17:36.766Z PASS [ 28.785s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
73202025-07-18T17:17:42.945Z PASS [ 22.813s] omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
73212025-07-18T17:17:43.590Z PASS [ 23.835s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
73222025-07-18T17:17:53.746Z PASS [ 42.131s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
73232025-07-18T17:17:54.139Z PASS [ 22.919s] omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
73242025-07-18T17:17:54.201Z PASS [ 0.062s] omicron-nexus external_api::console_api::test::test_accept_gz
73252025-07-18T17:17:54.258Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
73262025-07-18T17:17:54.310Z PASS [ 0.052s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
73272025-07-18T17:17:54.365Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
73282025-07-18T17:17:54.417Z PASS [ 0.052s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
73292025-07-18T17:17:54.488Z PASS [ 0.071s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
73302025-07-18T17:17:54.558Z PASS [ 0.070s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
73312025-07-18T17:17:54.613Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_relative_uri
73322025-07-18T17:17:55.155Z PASS [ 42.151s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
73332025-07-18T17:17:56.020Z PASS [ 173.042s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
73342025-07-18T17:17:56.838Z PASS [ 21.628s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
73352025-07-18T17:17:58.212Z PASS [ 4.467s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
73362025-07-18T17:17:58.236Z PASS [ 21.447s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
73372025-07-18T17:18:05.920Z PASS [ 22.976s] omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
73382025-07-18T17:18:07.285Z PASS [ 23.696s] omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
73392025-07-18T17:18:17.514Z PASS [ 22.360s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
73402025-07-18T17:18:18.266Z PASS [ 22.247s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
73412025-07-18T17:18:30.284Z PASS [ 33.447s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
73422025-07-18T17:18:32.225Z PASS [ 34.016s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
73432025-07-18T17:18:35.817Z PASS [ 29.897s] omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
73442025-07-18T17:18:38.275Z PASS [ 2.459s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
73452025-07-18T17:18:39.710Z PASS [ 45.094s] omicron-nexus populate::test::test_populators
73462025-07-18T17:18:40.404Z PASS [ 0.696s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
73472025-07-18T17:18:40.927Z PASS [ 2.647s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
73482025-07-18T17:18:41.081Z PASS [ 33.796s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
73492025-07-18T17:18:51.559Z PASS [ 34.046s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
73502025-07-18T17:18:58.205Z PASS [ 25.980s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
73512025-07-18T17:18:58.230Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
73522025-07-18T17:18:58.454Z PASS [ 60.244s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
73532025-07-18T17:19:00.561Z PASS [ 30.278s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
73542025-07-18T17:19:01.707Z PASS [ 20.784s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
73552025-07-18T17:19:02.485Z PASS [ 21.406s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
73562025-07-18T17:19:03.220Z PASS [ 22.818s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
73572025-07-18T17:19:14.159Z PASS [ 22.601s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
73582025-07-18T17:19:18.136Z PASS [ 59.871s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
73592025-07-18T17:19:19.201Z PASS [ 20.747s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
73602025-07-18T17:19:20.547Z PASS [ 22.343s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
73612025-07-18T17:19:20.948Z PASS [ 20.387s] omicron-nexus::test_all integration_tests::basic::test_ping
73622025-07-18T17:19:24.345Z PASS [ 21.124s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
73632025-07-18T17:19:33.729Z PASS [ 32.023s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
73642025-07-18T17:19:35.386Z PASS [ 21.228s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
73652025-07-18T17:19:38.700Z PASS [ 20.564s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
73662025-07-18T17:19:40.876Z PASS [ 21.676s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
73672025-07-18T17:19:42.997Z PASS [ 22.188s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
73682025-07-18T17:19:44.340Z PASS [ 1.605s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
73692025-07-18T17:19:45.315Z PASS [ 42.831s] omicron-nexus::test_all integration_tests::basic::test_projects_list
73702025-07-18T17:19:45.587Z PASS [ 0.272s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
73712025-07-18T17:19:46.005Z PASS [ 1.665s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
73722025-07-18T17:19:46.604Z PASS [ 22.261s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
73732025-07-18T17:19:47.126Z PASS [ 26.179s] omicron-nexus::test_all integration_tests::certificates::test_crud
73742025-07-18T17:19:58.579Z PASS [ 23.194s] omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
73752025-07-18T17:20:00.102Z PASS [ 21.401s] omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
73762025-07-18T17:20:04.383Z PASS [ 23.507s] omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
73772025-07-18T17:20:06.379Z PASS [ 20.793s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
73782025-07-18T17:20:06.430Z PASS [ 32.702s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
73792025-07-18T17:20:07.463Z PASS [ 21.458s] omicron-nexus::test_all integration_tests::console_api::test_assets
73802025-07-18T17:20:08.910Z PASS [ 22.307s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
73812025-07-18T17:20:14.703Z PASS [ 27.579s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
73822025-07-18T17:20:21.527Z PASS [ 21.428s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
73832025-07-18T17:20:25.846Z PASS [ 27.267s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
73842025-07-18T17:20:27.623Z PASS [ 21.245s] omicron-nexus::test_all integration_tests::console_api::test_session_me
73852025-07-18T17:20:28.175Z PASS [ 21.746s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
73862025-07-18T17:20:30.617Z PASS [ 21.574s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
73872025-07-18T17:20:31.161Z PASS [ 26.780s] omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
73882025-07-18T17:20:34.199Z PASS [ 26.737s] omicron-nexus::test_all integration_tests::console_api::test_sessions
73892025-07-18T17:21:02.910Z PASS [ 48.208s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
73902025-07-18T17:21:03.635Z PASS [ 42.109s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
73912025-07-18T17:21:09.871Z PASS [ 43.992s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
73922025-07-18T17:21:15.016Z PASS [ 47.395s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
73932025-07-18T17:21:24.981Z PASS [ 50.785s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
73942025-07-18T17:21:27.309Z PASS [ 59.135s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
73952025-07-18T17:21:27.726Z PASS [ 57.244s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
73962025-07-18T17:21:31.161Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
73972025-07-18T17:21:34.392Z PASS [ 63.224s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
73982025-07-18T17:21:54.776Z PASS [ 29.795s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
73992025-07-18T17:22:02.228Z PASS [ 59.319s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
74002025-07-18T17:22:03.635Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
74012025-07-18T17:22:03.660Z PASS [ 60.010s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
74022025-07-18T17:22:07.083Z PASS [ 57.249s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
74032025-07-18T17:22:15.018Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
74042025-07-18T17:22:27.308Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
74052025-07-18T17:22:27.727Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
74062025-07-18T17:22:31.079Z PASS [ 56.698s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
74072025-07-18T17:22:53.209Z PASS [ 97.815s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
74082025-07-18T17:22:53.983Z PASS [ 22.901s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
74092025-07-18T17:22:54.775Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
74102025-07-18T17:23:02.227Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
74112025-07-18T17:23:02.638Z PASS [ 60.412s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
74122025-07-18T17:23:03.642Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
74132025-07-18T17:23:06.117Z PASS [ 71.342s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
74142025-07-18T17:23:07.083Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
74152025-07-18T17:23:19.138Z PASS [ 111.833s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
74162025-07-18T17:23:20.109Z PASS [ 26.130s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
74172025-07-18T17:23:25.751Z PASS [ 118.030s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
74182025-07-18T17:23:33.499Z PASS [ 30.862s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
74192025-07-18T17:23:35.709Z PASS [ 29.594s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
74202025-07-18T17:23:35.977Z PASS [ 43.150s] omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
74212025-07-18T17:23:36.651Z PASS [ 17.513s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
74222025-07-18T17:23:55.525Z PASS [ 29.774s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
74232025-07-18T17:24:03.643Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
74242025-07-18T17:24:03.820Z PASS [ 27.843s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
74252025-07-18T17:24:04.157Z PASS [ 120.518s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
74262025-07-18T17:24:04.326Z PASS [ 28.618s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
74272025-07-18T17:24:04.930Z PASS [ 28.281s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
74282025-07-18T17:24:07.082Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
74292025-07-18T17:24:16.791Z PASS [ 43.294s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
74302025-07-18T17:24:20.110Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
74312025-07-18T17:24:23.380Z PASS [ 27.855s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
74322025-07-18T17:24:30.751Z PASS [ 26.932s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
74332025-07-18T17:24:43.274Z PASS [ 26.484s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
74342025-07-18T17:24:45.339Z PASS [ 41.184s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
74352025-07-18T17:24:46.337Z PASS [ 86.230s] omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
74362025-07-18T17:24:48.070Z PASS [ 24.691s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
74372025-07-18T17:24:50.019Z PASS [ 19.269s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
74382025-07-18T17:24:50.855Z PASS [ 46.530s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
74392025-07-18T17:25:00.891Z PASS [ 173.814s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
74402025-07-18T17:25:03.071Z PASS [ 58.142s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
74412025-07-18T17:25:04.634Z PASS [ 21.360s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
74422025-07-18T17:25:07.860Z PASS [ 21.525s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
74432025-07-18T17:25:11.335Z PASS [ 25.991s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
74442025-07-18T17:25:18.017Z PASS [ 29.942s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
74452025-07-18T17:25:18.843Z PASS [ 27.988s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
74462025-07-18T17:25:30.665Z PASS [ 29.775s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
74472025-07-18T17:25:32.698Z PASS [ 29.628s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
74482025-07-18T17:25:36.892Z PASS [ 46.587s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
74492025-07-18T17:25:38.545Z PASS [ 33.911s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
74502025-07-18T17:25:40.373Z PASS [ 32.454s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
74512025-07-18T17:25:41.039Z PASS [ 29.710s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
74522025-07-18T17:25:45.829Z PASS [ 27.819s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
74532025-07-18T17:25:50.142Z PASS [ 31.300s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
74542025-07-18T17:25:59.199Z PASS [ 28.535s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
74552025-07-18T17:26:01.373Z PASS [ 28.676s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
74562025-07-18T17:26:01.953Z PASS [ 23.410s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
74572025-07-18T17:26:02.147Z PASS [ 25.542s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
74582025-07-18T17:26:07.860Z PASS [ 26.821s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
74592025-07-18T17:26:08.735Z PASS [ 28.423s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
74602025-07-18T17:26:21.535Z PASS [ 35.706s] omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
74612025-07-18T17:26:24.383Z PASS [ 34.243s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
74622025-07-18T17:26:25.425Z PASS [ 23.278s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
74632025-07-18T17:26:34.607Z PASS [ 25.872s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
74642025-07-18T17:26:39.741Z PASS [ 40.543s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
74652025-07-18T17:26:42.592Z PASS [ 34.733s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
74662025-07-18T17:26:47.897Z PASS [ 22.474s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
74672025-07-18T17:26:48.140Z PASS [ 23.757s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
74682025-07-18T17:26:54.158Z PASS [ 52.786s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
74692025-07-18T17:26:57.519Z PASS [ 35.985s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
74702025-07-18T17:26:58.239Z PASS [ 23.633s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
74712025-07-18T17:26:58.553Z PASS [ 56.602s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
74722025-07-18T17:27:05.494Z PASS [ 25.753s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
74732025-07-18T17:27:06.971Z PASS [ 24.379s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
74742025-07-18T17:27:11.526Z PASS [ 23.629s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
74752025-07-18T17:27:17.575Z PASS [ 29.436s] omicron-nexus::test_all integration_tests::images::test_image_create
74762025-07-18T17:27:24.118Z PASS [ 29.961s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
74772025-07-18T17:27:26.467Z PASS [ 27.914s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
74782025-07-18T17:27:28.106Z PASS [ 29.868s] omicron-nexus::test_all integration_tests::images::test_image_promotion
74792025-07-18T17:27:29.990Z PASS [ 32.473s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
74802025-07-18T17:27:30.657Z PASS [ 6.538s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
74812025-07-18T17:27:30.793Z PASS [ 13.218s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
74822025-07-18T17:27:32.402Z PASS [ 5.935s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
74832025-07-18T17:27:32.446Z PASS [ 26.953s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
74842025-07-18T17:27:35.335Z PASS [ 7.229s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
74852025-07-18T17:27:35.466Z PASS [ 28.496s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
74862025-07-18T17:27:35.992Z PASS [ 24.467s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
74872025-07-18T17:28:01.613Z PASS [ 29.212s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
74882025-07-18T17:28:04.578Z PASS [ 33.785s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
74892025-07-18T17:28:05.270Z PASS [ 32.825s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
74902025-07-18T17:28:05.619Z PASS [ 35.630s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
74912025-07-18T17:28:07.157Z PASS [ 31.823s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
74922025-07-18T17:28:08.206Z PASS [ 32.215s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
74932025-07-18T17:28:18.556Z PASS [ 47.900s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
74942025-07-18T17:28:23.400Z PASS [ 21.787s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
74952025-07-18T17:28:26.505Z PASS [ 21.928s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
74962025-07-18T17:28:27.505Z PASS [ 52.040s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
74972025-07-18T17:28:29.173Z PASS [ 22.016s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
74982025-07-18T17:28:38.578Z PASS [ 33.309s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
74992025-07-18T17:28:47.647Z PASS [ 20.143s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
75002025-07-18T17:28:51.746Z PASS [ 46.129s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
75012025-07-18T17:28:53.357Z PASS [ 45.153s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
75022025-07-18T17:28:54.825Z PASS [ 28.322s] omicron-nexus::test_all integration_tests::instances::test_instance_access
75032025-07-18T17:29:01.736Z PASS [ 32.564s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
75042025-07-18T17:29:10.602Z PASS [ 47.205s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
75052025-07-18T17:29:14.510Z PASS [ 35.640s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
75062025-07-18T17:29:18.557Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
75072025-07-18T17:29:25.461Z PASS [ 32.105s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
75082025-07-18T17:29:26.195Z PASS [ 38.549s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
75092025-07-18T17:29:29.867Z PASS [ 35.042s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
75102025-07-18T17:29:31.918Z PASS [ 40.173s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
75112025-07-18T17:29:32.799Z PASS [ 31.062s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
75122025-07-18T17:29:35.114Z PASS [ 24.513s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
75132025-07-18T17:29:46.359Z PASS [ 87.806s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
75142025-07-18T17:29:46.487Z PASS [ 32.271s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
75152025-07-18T17:29:57.725Z PASS [ 27.850s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
75162025-07-18T17:29:58.031Z PASS [ 26.114s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
75172025-07-18T17:30:02.234Z PASS [ 29.438s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
75182025-07-18T17:30:05.096Z PASS [ 39.636s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
75192025-07-18T17:30:05.774Z PASS [ 30.661s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
75202025-07-18T17:30:17.475Z PASS [ 31.117s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
75212025-07-18T17:30:19.345Z PASS [ 32.859s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
75222025-07-18T17:30:21.849Z PASS [ 55.656s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
75232025-07-18T17:30:26.365Z PASS [ 28.649s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
75242025-07-18T17:30:26.822Z PASS [ 28.792s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
75252025-07-18T17:30:45.976Z PASS [ 40.203s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
75262025-07-18T17:30:53.735Z PASS [ 34.392s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
75272025-07-18T17:30:55.249Z PASS [ 37.775s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
75282025-07-18T17:30:55.580Z PASS [ 33.732s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
75292025-07-18T17:30:57.940Z PASS [ 52.845s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
75302025-07-18T17:31:02.234Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
75312025-07-18T17:31:06.820Z PASS [ 40.457s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
75322025-07-18T17:31:07.611Z PASS [ 40.791s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
75332025-07-18T17:31:09.934Z PASS [ 23.959s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
75342025-07-18T17:31:16.503Z PASS [ 74.271s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
75352025-07-18T17:31:17.831Z PASS [ 22.583s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
75362025-07-18T17:31:20.466Z PASS [ 22.526s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
75372025-07-18T17:31:30.890Z PASS [ 20.956s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
75382025-07-18T17:31:31.341Z PASS [ 35.762s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
75392025-07-18T17:31:35.394Z PASS [ 41.660s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
75402025-07-18T17:31:35.548Z PASS [ 27.938s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
75412025-07-18T17:31:35.637Z PASS [ 28.818s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
75422025-07-18T17:31:45.991Z PASS [ 29.489s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
75432025-07-18T17:31:46.829Z PASS [ 28.999s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
75442025-07-18T17:31:55.465Z PASS [ 20.072s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
75452025-07-18T17:31:57.288Z PASS [ 21.741s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
75462025-07-18T17:31:57.480Z PASS [ 21.844s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
75472025-07-18T17:31:59.689Z PASS [ 28.800s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
75482025-07-18T17:32:03.826Z PASS [ 32.486s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
75492025-07-18T17:32:06.703Z PASS [ 46.239s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
75502025-07-18T17:32:08.016Z PASS [ 22.026s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
75512025-07-18T17:32:14.395Z PASS [ 18.931s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
75522025-07-18T17:32:24.339Z PASS [ 37.511s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
75532025-07-18T17:32:29.819Z PASS [ 21.803s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
75542025-07-18T17:32:31.017Z PASS [ 33.537s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
75552025-07-18T17:32:31.780Z PASS [ 32.092s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
75562025-07-18T17:32:34.192Z PASS [ 36.905s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
75572025-07-18T17:32:39.557Z PASS [ 25.159s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
75582025-07-18T17:32:40.078Z PASS [ 33.375s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
75592025-07-18T17:32:43.455Z PASS [ 39.628s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
75602025-07-18T17:32:45.750Z PASS [ 21.412s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
75612025-07-18T17:32:50.340Z PASS [ 20.523s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
75622025-07-18T17:32:51.637Z PASS [ 19.857s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
75632025-07-18T17:32:51.949Z PASS [ 20.934s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
75642025-07-18T17:32:55.694Z PASS [ 21.503s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
75652025-07-18T17:33:01.565Z PASS [ 22.012s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
75662025-07-18T17:33:01.604Z PASS [ 21.528s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
75672025-07-18T17:33:07.116Z PASS [ 21.367s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
75682025-07-18T17:33:07.294Z PASS [ 23.842s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
75692025-07-18T17:33:11.696Z PASS [ 19.747s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
75702025-07-18T17:33:14.226Z PASS [ 22.590s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
75712025-07-18T17:33:16.609Z PASS [ 26.270s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
75722025-07-18T17:33:28.356Z PASS [ 32.664s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
75732025-07-18T17:33:32.682Z PASS [ 20.986s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
75742025-07-18T17:33:32.958Z PASS [ 18.733s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
75752025-07-18T17:33:33.969Z PASS [ 26.853s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
75762025-07-18T17:33:41.747Z PASS [ 25.137s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
75772025-07-18T17:33:44.501Z PASS [ 42.938s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
75782025-07-18T17:33:59.409Z PASS [ 26.452s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
75792025-07-18T17:34:00.357Z PASS [ 26.389s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
75802025-07-18T17:34:01.087Z PASS [ 53.795s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
75812025-07-18T17:34:01.605Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
75822025-07-18T17:34:05.859Z PASS [ 37.504s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
75832025-07-18T17:34:06.267Z PASS [ 64.665s] omicron-nexus::test_all integration_tests::metrics::test_metrics
75842025-07-18T17:34:08.160Z PASS [ 26.414s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
75852025-07-18T17:34:19.587Z PASS [ 46.906s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
75862025-07-18T17:34:26.853Z PASS [ 26.497s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
75872025-07-18T17:34:29.361Z PASS [ 44.861s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
75882025-07-18T17:34:39.387Z PASS [ 33.529s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
75892025-07-18T17:34:42.192Z PASS [ 35.925s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
75902025-07-18T17:34:44.645Z PASS [ 36.487s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
75912025-07-18T17:34:45.126Z PASS [ 25.541s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
75922025-07-18T17:34:45.200Z PASS [ 45.793s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
75932025-07-18T17:34:45.296Z PASS [ 44.210s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
75942025-07-18T17:35:05.612Z PASS [ 23.421s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
75952025-07-18T17:35:06.153Z PASS [ 21.508s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
75962025-07-18T17:35:06.302Z PASS [ 21.176s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
75972025-07-18T17:35:06.580Z PASS [ 21.380s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
75982025-07-18T17:35:10.873Z PASS [ 25.578s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
75992025-07-18T17:35:12.454Z PASS [ 45.602s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
76002025-07-18T17:35:17.754Z PASS [ 48.395s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
76012025-07-18T17:35:28.775Z PASS [ 22.623s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
76022025-07-18T17:35:31.441Z PASS [ 25.830s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
76032025-07-18T17:35:32.890Z PASS [ 26.588s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
76042025-07-18T17:35:34.474Z PASS [ 22.021s] omicron-nexus::test_all integration_tests::projects::test_projects
76052025-07-18T17:35:35.316Z PASS [ 24.444s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
76062025-07-18T17:35:36.668Z PASS [ 30.088s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
76072025-07-18T17:35:39.387Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
76082025-07-18T17:35:39.769Z PASS [ 22.016s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
76092025-07-18T17:35:50.569Z PASS [ 19.128s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
76102025-07-18T17:35:53.214Z PASS [ 20.325s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
76112025-07-18T17:35:57.226Z PASS [ 20.560s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
76122025-07-18T17:35:57.510Z PASS [ 22.194s] omicron-nexus::test_all integration_tests::rack::test_sled_add
76132025-07-18T17:35:58.297Z PASS [ 23.822s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
76142025-07-18T17:35:59.938Z PASS [ 20.169s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
76152025-07-18T17:36:12.824Z PASS [ 19.610s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
76162025-07-18T17:36:13.261Z PASS [ 22.693s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
76172025-07-18T17:36:16.059Z PASS [ 18.833s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
76182025-07-18T17:36:16.196Z PASS [ 0.137s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
76192025-07-18T17:36:16.327Z PASS [ 0.131s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
76202025-07-18T17:36:16.438Z PASS [ 0.110s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
76212025-07-18T17:36:16.553Z PASS [ 0.115s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
76222025-07-18T17:36:16.670Z PASS [ 0.117s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
76232025-07-18T17:36:20.006Z PASS [ 22.497s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
76242025-07-18T17:36:20.117Z PASS [ 21.822s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
76252025-07-18T17:36:21.131Z PASS [ 101.396s] omicron-nexus::test_all integration_tests::password_login::test_local_users
76262025-07-18T17:36:24.584Z PASS [ 55.811s] omicron-nexus::test_all integration_tests::quotas::test_quotas
76272025-07-18T17:36:30.732Z PASS [ 30.795s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
76282025-07-18T17:36:34.826Z PASS [ 22.002s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
76292025-07-18T17:36:34.946Z PASS [ 0.120s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
76302025-07-18T17:36:36.095Z PASS [ 22.835s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
76312025-07-18T17:36:36.532Z PASS [ 19.862s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
76322025-07-18T17:36:36.636Z PASS [ 0.104s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
76332025-07-18T17:36:36.732Z PASS [ 0.096s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
76342025-07-18T17:36:39.196Z PASS [ 19.080s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
76352025-07-18T17:36:39.757Z PASS [ 18.978s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
76362025-07-18T17:36:40.222Z PASS [ 20.216s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
76372025-07-18T17:36:44.371Z PASS [ 19.787s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
76382025-07-18T17:36:50.159Z PASS [ 19.428s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
76392025-07-18T17:36:54.413Z PASS [ 19.468s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
76402025-07-18T17:36:54.589Z PASS [ 17.857s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
76412025-07-18T17:36:54.641Z PASS [ 18.546s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
76422025-07-18T17:36:55.732Z PASS [ 15.976s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
76432025-07-18T17:36:56.112Z PASS [ 16.916s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
76442025-07-18T17:36:56.536Z PASS [ 16.315s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
76452025-07-18T17:36:57.404Z PASS [ 2.815s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
76462025-07-18T17:36:59.227Z PASS [ 2.691s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
76472025-07-18T17:36:59.708Z PASS [ 2.303s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
76482025-07-18T17:37:01.499Z PASS [ 2.272s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
76492025-07-18T17:37:01.960Z PASS [ 2.252s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
76502025-07-18T17:37:03.855Z PASS [ 2.356s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
76512025-07-18T17:37:05.398Z PASS [ 1.543s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
76522025-07-18T17:38:01.960Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
76532025-07-18T17:38:05.397Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
76542025-07-18T17:38:07.161Z PASS [ 60.732s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
76552025-07-18T17:38:26.067Z PASS [ 84.110s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
76562025-07-18T17:38:45.823Z PASS [ 39.696s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
76572025-07-18T17:39:20.008Z PASS [ 53.935s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
76582025-07-18T17:39:32.945Z PASS [ 12.945s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
76592025-07-18T17:39:33.742Z PASS [ 13.742s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
76602025-07-18T17:39:33.949Z PASS [ 13.950s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
76612025-07-18T17:39:34.244Z PASS [ 14.245s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
76622025-07-18T17:39:45.823Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
76632025-07-18T17:39:46.378Z PASS [ 13.410s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
76642025-07-18T17:39:48.222Z PASS [ 13.978s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
76652025-07-18T17:39:48.249Z PASS [ 14.490s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
76662025-07-18T17:39:48.445Z PASS [ 14.495s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
76672025-07-18T17:39:56.037Z PASS [ 70.216s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
76682025-07-18T17:40:05.234Z PASS [ 17.003s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
76692025-07-18T17:40:05.898Z PASS [ 17.676s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
76702025-07-18T17:40:06.014Z PASS [ 19.661s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
76712025-07-18T17:40:06.479Z PASS [ 18.036s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
76722025-07-18T17:40:16.721Z PASS [ 20.685s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
76732025-07-18T17:40:16.877Z PASS [ 20.841s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
76742025-07-18T17:40:17.798Z PASS [ 21.763s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
76752025-07-18T17:40:25.366Z PASS [ 19.469s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
76762025-07-18T17:40:25.642Z PASS [ 29.606s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
76772025-07-18T17:40:26.375Z PASS [ 20.362s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
76782025-07-18T17:40:26.913Z PASS [ 20.434s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
76792025-07-18T17:40:27.734Z PASS [ 22.501s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
76802025-07-18T17:40:37.400Z PASS [ 20.680s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
76812025-07-18T17:40:37.864Z PASS [ 20.988s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
76822025-07-18T17:40:42.741Z PASS [ 24.943s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
76832025-07-18T17:40:47.286Z PASS [ 21.645s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
76842025-07-18T17:40:49.051Z PASS [ 22.139s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
76852025-07-18T17:40:52.475Z PASS [ 26.101s] omicron-nexus::test_all integration_tests::silos::test_silos
76862025-07-18T17:40:53.461Z PASS [ 28.096s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
76872025-07-18T17:40:58.254Z PASS [ 20.855s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
76882025-07-18T17:41:00.620Z PASS [ 32.887s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
76892025-07-18T17:41:03.375Z PASS [ 25.512s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
76902025-07-18T17:41:04.378Z PASS [ 21.637s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
76912025-07-18T17:41:13.178Z PASS [ 19.717s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
76922025-07-18T17:41:20.164Z PASS [ 21.910s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
76932025-07-18T17:41:20.996Z PASS [ 33.710s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
76942025-07-18T17:41:23.065Z PASS [ 22.445s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
76952025-07-18T17:41:24.192Z PASS [ 31.717s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
76962025-07-18T17:41:24.800Z PASS [ 21.425s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
76972025-07-18T17:41:25.360Z PASS [ 36.310s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
76982025-07-18T17:41:41.878Z PASS [ 28.701s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
76992025-07-18T17:41:43.561Z PASS [ 39.185s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
77002025-07-18T17:41:45.422Z PASS [ 21.230s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
77012025-07-18T17:41:51.487Z PASS [ 26.127s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
77022025-07-18T17:41:53.506Z PASS [ 30.442s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
77032025-07-18T17:41:54.252Z PASS [ 33.006s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
77042025-07-18T17:41:55.743Z PASS [ 35.580s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
77052025-07-18T17:42:04.509Z PASS [ 39.710s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
77062025-07-18T17:42:06.464Z PASS [ 21.043s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
77072025-07-18T17:42:06.974Z PASS [ 25.096s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
77082025-07-18T17:42:08.915Z PASS [ 25.353s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
77092025-07-18T17:42:09.218Z PASS [ 2.754s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
77102025-07-18T17:42:16.613Z PASS [ 20.871s] omicron-nexus::test_all integration_tests::target_release::get_set_target_release
77112025-07-18T17:42:17.437Z PASS [ 23.437s] omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
77122025-07-18T17:42:17.777Z PASS [ 24.272s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
77132025-07-18T17:42:17.805Z PASS [ 26.319s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
77142025-07-18T17:42:27.448Z PASS [ 18.535s] omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
77152025-07-18T17:42:31.613Z PASS [ 22.396s] omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
77162025-07-18T17:42:34.230Z PASS [ 27.257s] omicron-nexus::test_all integration_tests::updates::test_repo_upload
77172025-07-18T17:42:37.036Z PASS [ 20.423s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
77182025-07-18T17:42:49.889Z PASS [ 32.085s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
77192025-07-18T17:42:50.669Z PASS [ 33.232s] omicron-nexus::test_all integration_tests::utilization::test_utilization_list
77202025-07-18T17:42:53.956Z PASS [ 36.181s] omicron-nexus::test_all integration_tests::utilization::test_utilization_view
77212025-07-18T17:42:59.230Z PASS [ 27.617s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
77222025-07-18T17:43:01.113Z PASS [ 33.666s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
77232025-07-18T17:43:04.509Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
77242025-07-18T17:43:06.701Z PASS [ 32.472s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
77252025-07-18T17:43:12.903Z PASS [ 35.868s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
77262025-07-18T17:43:24.672Z PASS [ 34.781s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
77272025-07-18T17:43:26.582Z PASS [ 35.914s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
77282025-07-18T17:43:29.157Z PASS [ 34.751s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
77292025-07-18T17:43:33.743Z PASS [ 34.515s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
77302025-07-18T17:43:35.948Z PASS [ 34.836s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
77312025-07-18T17:43:36.368Z PASS [ 29.648s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
77322025-07-18T17:43:52.096Z PASS [ 25.516s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
77332025-07-18T17:43:58.589Z PASS [ 24.846s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
77342025-07-18T17:44:04.094Z PASS [ 35.389s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
77352025-07-18T17:44:04.507Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
77362025-07-18T17:44:08.014Z PASS [ 32.065s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
77372025-07-18T17:44:12.902Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
77382025-07-18T17:44:17.239Z PASS [ 40.892s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
77392025-07-18T17:44:19.251Z PASS [ 66.349s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
77402025-07-18T17:44:24.601Z PASS [ 59.932s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
77412025-07-18T17:44:32.794Z PASS [ 148.291s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
77422025-07-18T17:44:34.074Z PASS [ 41.978s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
77432025-07-18T17:44:48.019Z PASS [ 49.432s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
77442025-07-18T17:44:49.743Z PASS [ 30.494s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
77452025-07-18T17:44:51.068Z PASS [ 46.975s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
77462025-07-18T17:44:52.872Z PASS [ 44.861s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
77472025-07-18T17:44:53.328Z PASS [ 28.730s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
77482025-07-18T17:45:04.049Z PASS [ 46.811s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
77492025-07-18T17:45:08.113Z PASS [ 35.320s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
77502025-07-18T17:45:17.603Z PASS [ 26.536s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
77512025-07-18T17:45:19.076Z PASS [ 26.205s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
77522025-07-18T17:45:20.468Z PASS [ 27.141s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
77532025-07-18T17:45:31.386Z PASS [ 27.307s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
77542025-07-18T17:45:34.076Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
77552025-07-18T17:45:36.098Z PASS [ 27.986s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
77562025-07-18T17:45:39.976Z PASS [ 19.509s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
77572025-07-18T17:45:40.842Z PASS [ 52.825s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
77582025-07-18T17:45:49.743Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
77592025-07-18T17:45:51.367Z PASS [ 61.587s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
77602025-07-18T17:45:51.419Z PASS [ 20.037s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
77612025-07-18T17:45:52.578Z PASS [ 34.976s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
77622025-07-18T17:45:53.080Z PASS [ 34.004s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
77632025-07-18T17:45:56.160Z PASS [ 20.062s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
77642025-07-18T17:45:59.786Z PASS [ 19.809s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
77652025-07-18T17:46:00.803Z PASS [ 19.961s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
77662025-07-18T17:46:10.947Z PASS [ 19.619s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
77672025-07-18T17:46:11.051Z PASS [ 19.660s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
77682025-07-18T17:46:12.257Z PASS [ 19.679s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
77692025-07-18T17:46:12.569Z PASS [ 19.490s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
77702025-07-18T17:46:18.949Z PASS [ 19.164s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
77712025-07-18T17:46:19.149Z PASS [ 22.990s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
77722025-07-18T17:46:20.139Z PASS [ 19.336s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
77732025-07-18T17:46:30.072Z PASS [ 19.126s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
77742025-07-18T17:46:30.108Z PASS [ 19.057s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
77752025-07-18T17:46:30.354Z PASS [ 18.097s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
77762025-07-18T17:46:31.272Z PASS [ 117.202s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
77772025-07-18T17:46:31.297Z PASS [ 18.704s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
77782025-07-18T17:46:39.687Z PASS [ 19.549s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
77792025-07-18T17:46:39.918Z PASS [ 20.770s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
77802025-07-18T17:46:48.916Z PASS [ 18.843s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
77812025-07-18T17:46:48.944Z PASS [ 18.837s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
77822025-07-18T17:46:49.267Z PASS [ 18.914s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
77832025-07-18T17:46:50.116Z PASS [ 18.845s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
77842025-07-18T17:46:52.519Z PASS [ 33.569s] omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
77852025-07-18T17:47:00.309Z PASS [ 20.392s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
77862025-07-18T17:47:06.145Z PASS [ 34.872s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
77872025-07-18T17:47:08.291Z PASS [ 19.376s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
77882025-07-18T17:47:08.331Z PASS [ 19.387s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
77892025-07-18T17:47:09.331Z PASS [ 20.063s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
77902025-07-18T17:47:10.105Z PASS [ 19.989s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
77912025-07-18T17:47:14.148Z PASS [ 34.463s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
77922025-07-18T17:47:20.538Z PASS [ 20.229s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
77932025-07-18T17:47:26.652Z PASS [ 34.135s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
77942025-07-18T17:47:29.304Z PASS [ 21.013s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
77952025-07-18T17:47:29.587Z PASS [ 21.257s] omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
77962025-07-18T17:47:29.922Z PASS [ 23.778s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
77972025-07-18T17:47:34.184Z PASS [ 24.856s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
77982025-07-18T17:47:40.671Z PASS [ 26.524s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
77992025-07-18T17:47:41.625Z PASS [ 31.521s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
78002025-07-18T17:47:51.781Z PASS [ 17.598s] omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
78012025-07-18T17:47:54.959Z PASS [ 25.372s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
78022025-07-18T17:47:56.130Z PASS [ 26.827s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
78032025-07-18T17:47:56.874Z PASS [ 30.223s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
78042025-07-18T17:47:58.570Z PASS [ 17.899s] omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
78052025-07-18T17:48:00.452Z PASS [ 18.828s] omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
78062025-07-18T17:48:10.902Z PASS [ 19.121s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
78072025-07-18T17:48:12.875Z PASS [ 52.339s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
78082025-07-18T17:48:13.571Z PASS [ 18.404s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
78092025-07-18T17:48:18.195Z PASS [ 17.744s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
78102025-07-18T17:48:23.122Z PASS [ 53.202s] omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
78112025-07-18T17:48:25.655Z PASS [ 14.753s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
78122025-07-18T17:48:25.700Z PASS [ 0.044s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
78132025-07-18T17:48:25.725Z PASS [ 0.024s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
78142025-07-18T17:48:25.750Z PASS [ 0.023s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
78152025-07-18T17:48:25.774Z PASS [ 0.018s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
78162025-07-18T17:48:25.799Z PASS [ 0.022s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
78172025-07-18T17:48:25.824Z PASS [ 0.020s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
78182025-07-18T17:48:25.849Z PASS [ 0.020s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
78192025-07-18T17:48:25.875Z PASS [ 0.021s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
78202025-07-18T17:48:25.875Z PASS [ 0.024s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
78212025-07-18T17:48:25.899Z PASS [ 0.020s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
78222025-07-18T17:48:25.924Z PASS [ 0.019s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
78232025-07-18T17:48:25.949Z PASS [ 0.020s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
78242025-07-18T17:48:25.974Z PASS [ 0.019s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
78252025-07-18T17:48:25.974Z PASS [ 0.019s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
78262025-07-18T17:48:25.999Z PASS [ 0.019s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
78272025-07-18T17:48:26.050Z PASS [ 12.688s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
78282025-07-18T17:48:27.680Z PASS [ 14.805s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
78292025-07-18T17:48:31.212Z PASS [ 13.017s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
78302025-07-18T17:48:31.264Z PASS [ 0.052s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
78312025-07-18T17:48:31.296Z PASS [ 0.032s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
78322025-07-18T17:48:31.359Z PASS [ 0.064s] omicron-package config::tests::multi_preset_arg
78332025-07-18T17:48:31.424Z PASS [ 0.064s] omicron-package dot::test::test_bad_dependency
78342025-07-18T17:48:31.459Z PASS [ 0.035s] omicron-package dot::test::test_dot_output
78352025-07-18T17:48:36.436Z PASS [ 13.314s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
78362025-07-18T17:48:36.463Z PASS [ 0.025s] omicron-passwords test::test_password_constraints
78372025-07-18T17:48:38.577Z PASS [ 10.897s] omicron-omdb::test_all_output test_omdb_usage_errors
78382025-07-18T17:48:40.308Z PASS [ 3.847s] omicron-passwords test::test_reproducible
78392025-07-18T17:48:40.352Z PASS [ 0.044s] omicron-passwords test::test_stable
78402025-07-18T17:48:40.377Z PASS [ 0.020s] omicron-passwords test::test_weak_hashes
78412025-07-18T17:48:40.402Z PASS [ 0.024s] omicron-rpaths internal::tests::test_configure_from_path
78422025-07-18T17:48:40.440Z PASS [ 0.044s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
78432025-07-18T17:48:40.466Z PASS [ 0.018s] omicron-rpaths internal::tests::test_emit_rpath
78442025-07-18T17:48:40.806Z PASS [ 0.348s] omicron-sled-agent artifact_store::test::generations
78452025-07-18T17:48:40.950Z PASS [ 0.144s] omicron-sled-agent artifact_store::test::issue_7796
78462025-07-18T17:48:41.082Z PASS [ 0.131s] omicron-sled-agent artifact_store::test::list_get_put
78472025-07-18T17:48:41.192Z PASS [ 0.110s] omicron-sled-agent artifact_store::test::no_dataset
78482025-07-18T17:48:41.306Z PASS [ 0.114s] omicron-sled-agent artifact_store::test::wrong_hash
78492025-07-18T17:48:41.368Z PASS [ 0.043s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
78502025-07-18T17:48:41.394Z PASS [ 0.038s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
78512025-07-18T17:48:41.443Z PASS [ 0.056s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
78522025-07-18T17:48:41.475Z PASS [ 0.032s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
78532025-07-18T17:48:41.505Z PASS [ 0.030s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
78542025-07-18T17:48:41.533Z PASS [ 0.028s] omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
78552025-07-18T17:48:41.564Z PASS [ 0.030s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
78562025-07-18T17:48:41.593Z PASS [ 0.030s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
78572025-07-18T17:48:41.624Z PASS [ 0.030s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
78582025-07-18T17:48:41.672Z PASS [ 0.048s] omicron-sled-agent config::test::test_smf_configs
78592025-07-18T17:48:41.856Z PASS [ 10.397s] omicron-passwords test::test_compatible
78602025-07-18T17:48:42.053Z PASS [ 0.380s] omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
78612025-07-18T17:48:42.177Z PASS [ 0.320s] omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
78622025-07-18T17:48:42.503Z PASS [ 0.451s] omicron-sled-agent instance::tests::test_instance_create_events_normal
78632025-07-18T17:48:43.381Z PASS [ 1.204s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
78642025-07-18T17:48:43.406Z PASS [ 0.888s] omicron-sled-agent instance::tests::test_instance_manager_creation
78652025-07-18T17:48:43.774Z PASS [ 0.393s] omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
78662025-07-18T17:48:43.812Z PASS [ 0.038s] omicron-sled-agent probe_manager::test::probe_state_set_ops
78672025-07-18T17:48:43.858Z PASS [ 0.040s] omicron-sled-agent profile::tests::empty_profile
78682025-07-18T17:48:43.893Z PASS [ 0.039s] omicron-sled-agent profile::tests::test_disabled_instance
78692025-07-18T17:48:43.923Z PASS [ 0.031s] omicron-sled-agent profile::tests::test_instance
78702025-07-18T17:48:43.950Z PASS [ 47.803s] omicron-nexus::test_all integration_tests::webhooks::test_probe
78712025-07-18T17:48:43.982Z PASS [ 0.036s] omicron-sled-agent profile::tests::test_multiple
78722025-07-18T17:48:43.982Z PASS [ 0.033s] omicron-sled-agent profile::tests::test_property
78732025-07-18T17:48:44.024Z PASS [ 0.036s] omicron-sled-agent profile::tests::test_property_group
78742025-07-18T17:48:44.024Z PASS [ 0.037s] omicron-sled-agent profile::tests::test_service
78752025-07-18T17:48:44.054Z PASS [ 0.031s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
78762025-07-18T17:48:44.054Z PASS [ 0.040s] omicron-sled-agent profile::tests::test_service_property_group
78772025-07-18T17:48:44.171Z PASS [ 0.035s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
78782025-07-18T17:48:44.172Z PASS [ 0.039s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
78792025-07-18T17:48:44.172Z PASS [ 0.055s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
78802025-07-18T17:48:44.228Z PASS [ 0.068s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
78812025-07-18T17:48:44.229Z PASS [ 0.048s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
78822025-07-18T17:48:44.229Z PASS [ 0.035s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
78832025-07-18T17:48:44.340Z PASS [ 0.040s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
78842025-07-18T17:48:44.340Z PASS [ 0.043s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
78852025-07-18T17:48:44.340Z PASS [ 0.039s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
78862025-07-18T17:48:44.340Z PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
78872025-07-18T17:48:44.494Z PASS [ 0.047s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
78882025-07-18T17:48:44.494Z PASS [ 0.047s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
78892025-07-18T17:48:44.494Z PASS [ 0.043s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
78902025-07-18T17:48:44.494Z PASS [ 0.045s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
78912025-07-18T17:48:44.612Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
78922025-07-18T17:48:44.613Z PASS [ 0.039s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
78932025-07-18T17:48:44.613Z PASS [ 0.039s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
78942025-07-18T17:48:44.613Z PASS [ 0.044s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
78952025-07-18T17:48:44.737Z PASS [ 0.043s] omicron-sled-agent sim::storage::test::nested_dataset
78962025-07-18T17:48:44.737Z PASS [ 0.043s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
78972025-07-18T17:48:44.827Z PASS [ 0.039s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
78982025-07-18T17:48:44.827Z PASS [ 0.037s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
78992025-07-18T17:48:44.828Z PASS [ 0.034s] omicron-sled-agent sim::storage::test::snapshot_needs_region
79002025-07-18T17:48:45.502Z PASS [ 19.498s] omicron-omdb::test_all_output test_omdb_env_settings
79012025-07-18T17:48:48.368Z PASS [ 51.495s] omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
79022025-07-18T17:48:48.563Z PASS [ 3.813s] omicron-sled-agent support_bundle::storage::tests::basic_crud
79032025-07-18T17:48:48.875Z PASS [ 3.388s] omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
79042025-07-18T17:48:52.104Z PASS [ 3.736s] omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
79052025-07-18T17:48:52.334Z PASS [ 3.771s] omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
79062025-07-18T17:48:52.577Z PASS [ 54.009s] omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
79072025-07-18T17:48:52.668Z PASS [ 8.362s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
79082025-07-18T17:48:53.271Z PASS [ 4.397s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
79092025-07-18T17:48:54.878Z PASS [ 28.829s] omicron-omdb::test_all_output test_omdb_success_cases
79102025-07-18T17:48:56.758Z PASS [ 4.653s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
79112025-07-18T17:48:57.005Z PASS [ 4.427s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
79122025-07-18T17:48:57.038Z PASS [ 0.033s] omicron-sled-agent updates::test::test_query_no_components
79132025-07-18T17:48:57.071Z PASS [ 0.033s] omicron-sled-agent updates::test::test_query_sled_agent_version
79142025-07-18T17:48:57.107Z PASS [ 4.773s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
79152025-07-18T17:48:57.132Z PASS [ 0.058s] omicron-sled-agent updates::test::test_query_zone_version
79162025-07-18T17:48:57.157Z PASS [ 0.033s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
79172025-07-18T17:48:57.493Z PASS [ 4.825s] omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
79182025-07-18T17:48:57.538Z PASS [ 0.045s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
79192025-07-18T17:48:58.346Z PASS [ 5.075s] omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
79202025-07-18T17:48:59.993Z PASS [ 2.849s] omicron-sled-agent zone_bundle::illumos_tests::test_context
79212025-07-18T17:49:00.934Z PASS [ 3.454s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
79222025-07-18T17:49:00.961Z PASS [ 0.061s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
79232025-07-18T17:49:00.961Z PASS [ 0.036s] omicron-sled-agent zone_bundle::tests::test_dir_size
79242025-07-18T17:49:00.961Z PASS [ 0.046s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
79252025-07-18T17:49:00.961Z PASS [ 5.964s] omicron-sled-agent support_bundle::storage::tests::ranges
79262025-07-18T17:49:00.961Z PASS [ 3.389s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
79272025-07-18T17:49:01.102Z PASS [ 0.175s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
79282025-07-18T17:49:01.357Z PASS [ 0.612s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
79292025-07-18T17:49:01.382Z PASS [ 0.035s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
79302025-07-18T17:49:01.408Z PASS [ 0.029s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
79312025-07-18T17:49:01.433Z PASS [ 0.578s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
79322025-07-18T17:49:01.603Z PASS [ 3.257s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
79332025-07-18T17:49:01.810Z PASS [ 0.403s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
79342025-07-18T17:49:01.837Z PASS [ 0.396s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
79352025-07-18T17:49:01.864Z PASS [ 0.039s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
79362025-07-18T17:49:01.864Z PASS [ 0.038s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
79372025-07-18T17:49:01.904Z PASS [ 0.801s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
79382025-07-18T17:49:01.973Z PASS [ 5.216s] omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
79392025-07-18T17:49:02.019Z PASS [ 0.172s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
79402025-07-18T17:49:02.194Z PASS [ 0.291s] omicron-test-utils dev::db::test::test_bad_cmd
79412025-07-18T17:49:02.296Z PASS [ 0.442s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
79422025-07-18T17:49:02.520Z PASS [ 0.326s] omicron-test-utils dev::db::test::test_database_start_hang
79432025-07-18T17:49:02.546Z PASS [ 0.560s] omicron-test-utils dev::db::test::test_cmd_fails
79442025-07-18T17:49:02.572Z PASS [ 0.039s] omicron-test-utils dev::db::test::test_make_pg_config_fail
79452025-07-18T17:49:02.572Z PASS [ 0.032s] omicron-test-utils dev::db::test::test_make_pg_config_ok
79462025-07-18T17:49:02.598Z PASS [ 0.035s] omicron-test-utils dev::db::test::test_parse_http_addr
79472025-07-18T17:49:02.623Z PASS [ 0.035s] omicron-test-utils dev::db::test::test_process_exit_abnormal
79482025-07-18T17:49:02.648Z PASS [ 0.042s] omicron-test-utils dev::db::test::test_process_exit_normal
79492025-07-18T17:49:02.648Z PASS [ 1.035s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
79502025-07-18T17:49:02.997Z PASS [ 24.421s] omicron-passwords test::test_smoke
79512025-07-18T17:49:03.032Z PASS [ 0.035s] omicron-test-utils dev::db::test::test_starter_tmpdir
79522025-07-18T17:49:03.061Z PASS [ 0.459s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
79532025-07-18T17:49:03.088Z PASS [ 0.056s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
79542025-07-18T17:49:03.114Z PASS [ 0.037s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
79552025-07-18T17:49:03.139Z PASS [ 0.039s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
79562025-07-18T17:49:03.139Z PASS [ 0.033s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
79572025-07-18T17:49:03.191Z PASS [ 0.063s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
79582025-07-18T17:49:03.219Z PASS [ 0.064s] omicron-test-utils dev::test_cmds::tests::test_redact_section
79592025-07-18T17:49:03.297Z PASS [ 3.308s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
79602025-07-18T17:49:03.367Z PASS [ 0.069s] openapi-manager cmd::dispatch::test::test_arg_parsing
79612025-07-18T17:49:03.393Z PASS [ 1.097s] omicron-test-utils dev::db::test::test_http_addr_integration
79622025-07-18T17:49:03.418Z PASS [ 0.034s] openapi-manager cmd::dispatch::test::test_blessed_args
79632025-07-18T17:49:03.443Z PASS [ 0.029s] openapi-manager cmd::dispatch::test::test_generated_args
79642025-07-18T17:49:03.443Z PASS [ 0.034s] openapi-manager cmd::dispatch::test::test_local_args
79652025-07-18T17:49:03.468Z PASS [ 0.031s] openapi-manager iter_only::test::test_basic
79662025-07-18T17:49:03.494Z PASS [ 0.035s] openapi-manager omicron::tests::all_apis_is_sorted
79672025-07-18T17:49:03.494Z PASS [ 0.039s] openapi-manager resolved::test::test_displayable_vec
79682025-07-18T17:49:03.520Z PASS [ 0.036s] openapi-manager spec_files_generic::test::test_parse_name_lockstep
79692025-07-18T17:49:03.544Z PASS [ 0.029s] openapi-manager spec_files_generic::test::test_parse_name_lockstep_fail
79702025-07-18T17:49:03.544Z PASS [ 0.032s] openapi-manager spec_files_generic::test::test_parse_name_versioned
79712025-07-18T17:49:03.574Z PASS [ 0.052s] openapi-manager spec_files_generic::test::test_parse_name_versioned_fail
79722025-07-18T17:49:03.677Z PASS [ 0.102s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
79732025-07-18T17:49:03.707Z PASS [ 0.514s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
79742025-07-18T17:49:03.983Z PASS [ 0.278s] oximeter-collector agent::tests::test_self_stat_error_counter
79752025-07-18T17:49:04.008Z PASS [ 0.308s] oximeter-collector agent::tests::test_self_stat_collection_count
79762025-07-18T17:49:04.008Z PASS [ 0.454s] oximeter test::timeseries_schema_consistency
79772025-07-18T17:49:04.102Z PASS [ 0.118s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
79782025-07-18T17:49:04.127Z PASS [ 0.133s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
79792025-07-18T17:49:04.152Z PASS [ 0.035s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
79802025-07-18T17:49:04.152Z PASS [ 0.029s] oximeter-collector self_stats::tests::test_failure_reason_serialization
79812025-07-18T17:49:04.179Z PASS [ 0.033s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
79822025-07-18T17:49:04.211Z PASS [ 0.031s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
79832025-07-18T17:49:04.244Z PASS [ 0.033s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
79842025-07-18T17:49:04.275Z PASS [ 0.031s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
79852025-07-18T17:49:04.300Z PASS [ 2.279s] omicron-test-utils dev::db::test::test_database_concurrent
79862025-07-18T17:49:04.325Z PASS [ 0.027s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
79872025-07-18T17:49:04.350Z PASS [ 1.694s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
79882025-07-18T17:49:04.561Z PASS [ 0.424s] oximeter-collector::test_commands test_oximeter_no_args
79892025-07-18T17:49:05.051Z PASS [ 1.055s] oximeter-collector agent::tests::verify_producer_details
79902025-07-18T17:49:05.107Z PASS [ 1.911s] openapi-manager cmd::check::test::check_apis_up_to_date
79912025-07-18T17:49:05.287Z PASS [ 0.956s] oximeter-db client::oxql::tests::test_get_one_timeseries
79922025-07-18T17:49:05.313Z PASS [ 0.994s] oximeter-db client::oxql::tests::test_get_entire_table
79932025-07-18T17:49:05.339Z PASS [ 1.021s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
79942025-07-18T17:49:05.364Z PASS [ 0.070s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
79952025-07-18T17:49:05.529Z PASS [ 0.968s] oximeter-db client::oxql::tests::test_limit_operations
79962025-07-18T17:49:05.656Z PASS [ 0.608s] oximeter-db client::tests::can_ping_clickhouse
79972025-07-18T17:49:06.172Z PASS [ 0.814s] oximeter-db client::tests::read_latest_version_reports_max
79982025-07-18T17:49:06.285Z PASS [ 0.629s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
79992025-07-18T17:49:06.315Z PASS [ 0.786s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
80002025-07-18T17:49:06.959Z PASS [ 0.644s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
80012025-07-18T17:49:07.052Z PASS [ 0.880s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
80022025-07-18T17:49:07.287Z PASS [ 1.002s] oximeter-db client::tests::select_timeseries_with_select_one
80032025-07-18T17:49:07.641Z PASS [ 2.318s] oximeter-db client::tests::insert_samples_fails_fast
80042025-07-18T17:49:07.835Z PASS [ 2.543s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
80052025-07-18T17:49:07.868Z PASS [ 0.909s] oximeter-db client::tests::test_client_select_timeseries_one
80062025-07-18T17:49:07.902Z PASS [ 0.850s] oximeter-db client::tests::test_database_version_update_is_idempotent
80072025-07-18T17:49:08.157Z PASS [ 0.869s] oximeter-db client::tests::test_database_version_will_not_downgrade
80082025-07-18T17:49:08.407Z PASS [ 0.766s] oximeter-db client::tests::test_database_version_will_not_upgrade
80092025-07-18T17:49:08.651Z PASS [ 0.817s] oximeter-db client::tests::test_differentiate_by_timeseries_name
80102025-07-18T17:49:08.699Z PASS [ 0.796s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
80112025-07-18T17:49:08.723Z PASS [ 0.843s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
80122025-07-18T17:49:08.938Z PASS [ 0.781s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
80132025-07-18T17:49:09.672Z PASS [ 0.960s] oximeter-db client::tests::test_insert_samples
80142025-07-18T17:49:09.781Z PASS [ 1.082s] oximeter-db client::tests::test_get_schema_no_new_values
80152025-07-18T17:49:09.838Z PASS [ 1.186s] oximeter-db client::tests::test_field_record_count
80162025-07-18T17:49:09.884Z PASS [ 0.045s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
80172025-07-18T17:49:09.909Z PASS [ 0.962s] oximeter-db client::tests::test_is_oximeter_cluster
80182025-07-18T17:49:09.933Z PASS [ 0.037s] oximeter-db client::tests::test_read_timeseries_to_delete
80192025-07-18T17:49:09.933Z PASS [ 0.033s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
80202025-07-18T17:49:09.958Z PASS [ 0.032s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
80212025-07-18T17:49:10.046Z PASS [ 1.637s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
80222025-07-18T17:49:10.523Z PASS [ 0.851s] oximeter-db client::tests::test_list_timeseries
80232025-07-18T17:49:10.573Z PASS [ 0.793s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
80242025-07-18T17:49:10.755Z PASS [ 0.802s] oximeter-db client::tests::test_schema_mismatch
80252025-07-18T17:49:10.854Z PASS [ 0.809s] oximeter-db client::tests::test_schema_update
80262025-07-18T17:49:11.361Z PASS [ 1.429s] oximeter-db client::tests::test_recall_of_all_fields
80272025-07-18T17:49:11.407Z PASS [ 0.884s] oximeter-db client::tests::test_select_all_datum_types
80282025-07-18T17:49:11.466Z PASS [ 0.892s] oximeter-db client::tests::test_select_all_field_types
80292025-07-18T17:49:11.675Z PASS [ 0.919s] oximeter-db client::tests::test_select_timeseries_with_all
80302025-07-18T17:49:11.961Z PASS [ 1.107s] oximeter-db client::tests::test_select_timeseries_with_limit
80312025-07-18T17:49:12.385Z PASS [ 0.978s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
80322025-07-18T17:49:12.410Z PASS [ 0.927s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
80332025-07-18T17:49:12.435Z PASS [ 0.027s] oximeter-db client::tests::test_unravel_index
80342025-07-18T17:49:12.518Z PASS [ 1.154s] oximeter-db client::tests::test_select_timeseries_with_order
80352025-07-18T17:49:12.554Z PASS [ 0.036s] oximeter-db client::tests::test_verify_schema_upgrades
80362025-07-18T17:49:12.590Z PASS [ 0.035s] oximeter-db model::fields::tests::test_extract_fields_as_block
80372025-07-18T17:49:12.622Z PASS [ 0.032s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
80382025-07-18T17:49:12.656Z PASS [ 0.034s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
80392025-07-18T17:49:12.690Z PASS [ 0.033s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
80402025-07-18T17:49:12.723Z PASS [ 0.033s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
80412025-07-18T17:49:12.751Z PASS [ 0.028s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
80422025-07-18T17:49:12.784Z PASS [ 0.032s] oximeter-db native::block::tests::concat_blocks
80432025-07-18T17:49:12.811Z PASS [ 0.026s] oximeter-db native::block::tests::datetime64_scale_checks_range
80442025-07-18T17:49:12.836Z PASS [ 0.027s] oximeter-db native::block::tests::parse_date_time
80452025-07-18T17:49:12.863Z PASS [ 0.027s] oximeter-db native::block::tests::parse_date_time64
80462025-07-18T17:49:12.893Z PASS [ 0.030s] oximeter-db native::block::tests::parse_escaped_date_time64
80472025-07-18T17:49:12.923Z PASS [ 0.030s] oximeter-db native::block::tests::test_data_type_to_string
80482025-07-18T17:49:12.951Z PASS [ 0.027s] oximeter-db native::block::tests::test_datetime64_conversions
80492025-07-18T17:49:12.976Z PASS [ 1.293s] oximeter-db client::tests::test_select_timeseries_with_start_time
80502025-07-18T17:49:13.001Z PASS [ 0.033s] oximeter-db native::block::tests::test_parse_all_known_timezones
80512025-07-18T17:49:13.001Z PASS [ 0.030s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
80522025-07-18T17:49:13.026Z PASS [ 0.028s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
80532025-07-18T17:49:13.026Z PASS [ 0.027s] oximeter-db native::block::tests::test_parse_enum8
80542025-07-18T17:49:13.050Z PASS [ 0.032s] oximeter-db native::block::tests::test_parse_enum_variant
80552025-07-18T17:49:13.076Z PASS [ 0.026s] oximeter-db native::block::tests::test_parse_invalid_data_type
80562025-07-18T17:49:13.199Z PASS [ 0.815s] oximeter-db client::tests::test_timeseries_schema_list
80572025-07-18T17:49:13.250Z PASS [ 0.830s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
80582025-07-18T17:49:13.482Z PASS [ 1.521s] oximeter-db client::tests::test_sql_query_output
80592025-07-18T17:49:13.713Z PASS [ 0.668s] oximeter-db native::connection::tests::test_basic_select_query
80602025-07-18T17:49:13.796Z PASS [ 0.745s] oximeter-db native::connection::tests::test_can_cancel_query
80612025-07-18T17:49:13.820Z PASS [ 0.602s] oximeter-db native::connection::tests::test_exchange_hello
80622025-07-18T17:49:13.892Z PASS [ 0.642s] oximeter-db native::connection::tests::test_insert_and_select_data
80632025-07-18T17:49:14.101Z PASS [ 0.619s] oximeter-db native::connection::tests::test_insert_and_select_uuid
80642025-07-18T17:49:14.130Z PASS [ 0.029s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
80652025-07-18T17:49:14.160Z PASS [ 0.029s] oximeter-db native::io::block::tests::test_decode_full_block
80662025-07-18T17:49:14.185Z PASS [ 0.027s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
80672025-07-18T17:49:14.213Z PASS [ 0.027s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
80682025-07-18T17:49:14.243Z PASS [ 0.030s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
80692025-07-18T17:49:14.268Z PASS [ 0.024s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
80702025-07-18T17:49:14.296Z PASS [ 0.028s] oximeter-db native::io::column::tests::test_decode_string_column
80712025-07-18T17:49:14.320Z PASS [ 0.022s] oximeter-db native::io::column::tests::test_decode_uint64_column
80722025-07-18T17:49:14.320Z PASS [ 0.607s] oximeter-db native::connection::tests::test_select_array_column
80732025-07-18T17:49:14.347Z PASS [ 0.029s] oximeter-db native::io::column::tests::test_decode_uint8_column
80742025-07-18T17:49:14.372Z PASS [ 0.030s] oximeter-db native::io::column::tests::test_decode_uuid_column
80752025-07-18T17:49:14.398Z PASS [ 0.028s] oximeter-db native::io::column::tests::test_encode_decode_column
80762025-07-18T17:49:14.398Z PASS [ 0.028s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
80772025-07-18T17:49:14.423Z PASS [ 0.025s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
80782025-07-18T17:49:14.423Z PASS [ 0.024s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
80792025-07-18T17:49:14.423Z PASS [ 0.613s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
80802025-07-18T17:49:14.423Z PASS [ 11.780s] omicron-test-utils dev::db::test::test_setup_database_default_dir
80812025-07-18T17:49:14.423Z PASS [ 0.023s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
80822025-07-18T17:49:14.448Z PASS [ 0.023s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
80832025-07-18T17:49:14.448Z PASS [ 0.633s] oximeter-db native::connection::tests::test_select_nullable_column
80842025-07-18T17:49:14.448Z PASS [ 0.026s] oximeter-db native::io::packet::server::tests::test_decode_pong
80852025-07-18T17:49:14.448Z PASS [ 0.024s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
80862025-07-18T17:49:14.472Z PASS [ 0.032s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
80872025-07-18T17:49:14.472Z PASS [ 0.024s] oximeter-db native::io::string::test::test_encode_decode
80882025-07-18T17:49:14.472Z PASS [ 0.024s] oximeter-db native::io::string::test::test_encode_hello_world
80892025-07-18T17:49:14.472Z PASS [ 0.029s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
80902025-07-18T17:49:14.497Z PASS [ 0.028s] oximeter-db native::io::table_columns::tests::test_column_count
80912025-07-18T17:49:14.497Z PASS [ 0.024s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
80922025-07-18T17:49:14.497Z PASS [ 0.028s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
80932025-07-18T17:49:14.497Z PASS [ 0.028s] oximeter-db native::io::table_columns::tests::test_column_descriptions
80942025-07-18T17:49:14.497Z PASS [ 0.024s] oximeter-db native::io::varuint::test_encode_decode_varuint
80952025-07-18T17:49:14.522Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
80962025-07-18T17:49:14.522Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_comparison
80972025-07-18T17:49:14.522Z PASS [ 0.610s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
80982025-07-18T17:49:14.522Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
80992025-07-18T17:49:14.522Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_double_literal
81002025-07-18T17:49:14.522Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
81012025-07-18T17:49:14.522Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
81022025-07-18T17:49:14.547Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
81032025-07-18T17:49:14.547Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
81042025-07-18T17:49:14.547Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
81052025-07-18T17:49:14.547Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
81062025-07-18T17:49:14.547Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
81072025-07-18T17:49:14.547Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
81082025-07-18T17:49:14.576Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
81092025-07-18T17:49:14.576Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
81102025-07-18T17:49:14.576Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_group_by
81112025-07-18T17:49:14.576Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
81122025-07-18T17:49:14.576Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_ident
81132025-07-18T17:49:14.576Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
81142025-07-18T17:49:14.576Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
81152025-07-18T17:49:14.576Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
81162025-07-18T17:49:14.602Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
81172025-07-18T17:49:14.602Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
81182025-07-18T17:49:14.602Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
81192025-07-18T17:49:14.602Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
81202025-07-18T17:49:14.602Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
81212025-07-18T17:49:14.627Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
81222025-07-18T17:49:14.627Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
81232025-07-18T17:49:14.627Z PASS [ 0.046s] oximeter-db oxql::ast::grammar::tests::test_query
81242025-07-18T17:49:14.627Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
81252025-07-18T17:49:14.627Z PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
81262025-07-18T17:49:14.652Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_reducer
81272025-07-18T17:49:14.652Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
81282025-07-18T17:49:14.652Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
81292025-07-18T17:49:14.676Z PASS [ 0.031s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
81302025-07-18T17:49:14.676Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
81312025-07-18T17:49:14.676Z PASS [ 0.027s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
81322025-07-18T17:49:14.676Z PASS [ 0.028s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
81332025-07-18T17:49:14.701Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
81342025-07-18T17:49:14.701Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
81352025-07-18T17:49:14.701Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
81362025-07-18T17:49:14.701Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
81372025-07-18T17:49:14.701Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
81382025-07-18T17:49:14.726Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
81392025-07-18T17:49:14.726Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
81402025-07-18T17:49:14.726Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
81412025-07-18T17:49:14.726Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
81422025-07-18T17:49:14.751Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
81432025-07-18T17:49:14.751Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
81442025-07-18T17:49:14.751Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
81452025-07-18T17:49:14.751Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
81462025-07-18T17:49:14.751Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
81472025-07-18T17:49:14.777Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
81482025-07-18T17:49:14.777Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
81492025-07-18T17:49:14.777Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
81502025-07-18T17:49:14.777Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
81512025-07-18T17:49:14.802Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
81522025-07-18T17:49:14.802Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
81532025-07-18T17:49:14.802Z PASS [ 0.027s] oximeter-db oxql::plan::align::test::test_align_input_schema
81542025-07-18T17:49:14.802Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
81552025-07-18T17:49:14.891Z PASS [ 0.114s] oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
81562025-07-18T17:49:14.916Z PASS [ 0.112s] oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
81572025-07-18T17:49:14.916Z PASS [ 0.117s] oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
81582025-07-18T17:49:14.916Z PASS [ 0.111s] oximeter-db oxql::plan::plan::tests::cannot_join_one_table
81592025-07-18T17:49:14.916Z PASS [ 0.114s] oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
81602025-07-18T17:49:15.006Z PASS [ 0.115s] oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
81612025-07-18T17:49:15.031Z PASS [ 0.111s] oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
81622025-07-18T17:49:15.031Z PASS [ 0.109s] oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
81632025-07-18T17:49:15.031Z PASS [ 0.113s] oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
81642025-07-18T17:49:15.031Z PASS [ 0.113s] oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
81652025-07-18T17:49:15.117Z PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
81662025-07-18T17:49:15.142Z PASS [ 0.112s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
81672025-07-18T17:49:15.142Z PASS [ 0.117s] oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
81682025-07-18T17:49:15.142Z PASS [ 0.111s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
81692025-07-18T17:49:15.143Z PASS [ 0.109s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
81702025-07-18T17:49:15.229Z PASS [ 0.112s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
81712025-07-18T17:49:15.254Z PASS [ 0.109s] oximeter-db oxql::plan::plan::tests::requires_full_table_scan
81722025-07-18T17:49:15.254Z PASS [ 0.113s] oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
81732025-07-18T17:49:15.254Z PASS [ 0.110s] oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
81742025-07-18T17:49:15.254Z PASS [ 0.113s] oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
81752025-07-18T17:49:15.279Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
81762025-07-18T17:49:15.279Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_coalesce_limits
81772025-07-18T17:49:15.303Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
81782025-07-18T17:49:15.305Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
81792025-07-18T17:49:15.330Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
81802025-07-18T17:49:15.330Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
81812025-07-18T17:49:15.354Z PASS [ 0.113s] oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
81822025-07-18T17:49:15.354Z PASS [ 0.112s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
81832025-07-18T17:49:15.354Z PASS [ 0.111s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
81842025-07-18T17:49:15.355Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
81852025-07-18T17:49:15.355Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
81862025-07-18T17:49:15.379Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
81872025-07-18T17:49:15.379Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_predicates
81882025-07-18T17:49:15.379Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
81892025-07-18T17:49:15.404Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_insert_filters
81902025-07-18T17:49:15.404Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
81912025-07-18T17:49:15.404Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
81922025-07-18T17:49:15.429Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
81932025-07-18T17:49:15.429Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
81942025-07-18T17:49:15.429Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
81952025-07-18T17:49:15.429Z PASS [ 0.038s] oximeter-db oxql::query::tests::test_query_end_time
81962025-07-18T17:49:15.429Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
81972025-07-18T17:49:15.429Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
81982025-07-18T17:49:15.455Z PASS [ 0.026s] oximeter-db query::tests::test_field_cmp
81992025-07-18T17:49:15.455Z PASS [ 0.022s] oximeter-db query::tests::test_field_value_as_db_str
82002025-07-18T17:49:15.455Z PASS [ 0.029s] oximeter-db query::tests::test_field_selector_as_query
82012025-07-18T17:49:15.455Z PASS [ 0.040s] oximeter-db oxql::query::tests::test_split_query
82022025-07-18T17:49:15.483Z PASS [ 0.030s] oximeter-db query::tests::test_select_query_builder_field_selectors
82032025-07-18T17:49:15.483Z PASS [ 0.029s] oximeter-db query::tests::test_select_query_builder_from_parts
82042025-07-18T17:49:15.483Z PASS [ 0.042s] oximeter-db query::tests::test_select_query_builder_filter_raw
82052025-07-18T17:49:15.483Z PASS [ 0.030s] oximeter-db query::tests::test_select_query_builder_limit_offset
82062025-07-18T17:49:15.483Z PASS [ 0.037s] oximeter-db query::tests::test_select_query_builder_full
82072025-07-18T17:49:15.508Z PASS [ 0.027s] oximeter-db query::tests::test_select_query_builder_no_fields
82082025-07-18T17:49:15.508Z PASS [ 0.029s] oximeter-db query::tests::test_select_query_builder_no_selectors
82092025-07-18T17:49:15.533Z PASS [ 32.121s] omicron-sled-agent nexus::test::nexus_self_notification_test
82102025-07-18T17:49:15.533Z PASS [ 0.031s] oximeter-db query::tests::test_time_range
82112025-07-18T17:49:15.533Z PASS [ 0.033s] oximeter-db sql::tests::test_allow_limit_offset
82122025-07-18T17:49:15.533Z PASS [ 0.034s] oximeter-db sql::tests::test_allow_subqueries
82132025-07-18T17:49:15.533Z PASS [ 0.037s] oximeter-db query::tests::test_string_field_selector
82142025-07-18T17:49:15.533Z PASS [ 0.029s] oximeter-db sql::tests::test_cannot_name_database
82152025-07-18T17:49:15.558Z PASS [ 0.035s] oximeter-db sql::tests::test_ctes_are_not_supported
82162025-07-18T17:49:15.558Z PASS [ 0.036s] oximeter-db sql::tests::test_function_allow_list
82172025-07-18T17:49:15.558Z PASS [ 0.032s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
82182025-07-18T17:49:15.583Z PASS [ 0.039s] oximeter-db sql::tests::test_query_must_be_select_statement
82192025-07-18T17:49:15.583Z PASS [ 0.034s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
82202025-07-18T17:49:15.583Z PASS [ 0.059s] oximeter-db sql::tests::test_join_must_be_inner
82212025-07-18T17:49:15.583Z PASS [ 0.032s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
82222025-07-18T17:49:15.583Z PASS [ 0.032s] oximeter-db sql::tests::test_with_comma_join_fails
82232025-07-18T17:49:15.608Z PASS [ 0.027s] oximeter-db tests::test_timeseries_key_field_stability
82242025-07-18T17:49:15.608Z PASS [ 0.038s] oximeter-db sql::tests::test_require_table_is_timeseries_name
82252025-07-18T17:49:15.608Z PASS [ 0.032s] oximeter-db tests::test_timeseries_key_sample_stability
82262025-07-18T17:49:15.608Z PASS [ 1.012s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
82272025-07-18T17:49:15.665Z PASS [ 0.082s] oximeter-instruments http::tests::test_latency_tracker
82282025-07-18T17:49:15.693Z PASS [ 0.108s] oximeter-instruments kstat::link::tests::test_kstat_interested
82292025-07-18T17:49:15.746Z PASS [ 0.143s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
82302025-07-18T17:49:15.782Z PASS [ 0.085s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
82312025-07-18T17:49:15.782Z PASS [ 0.153s] oximeter-instruments kstat::link::tests::test_kstat_sampler
82322025-07-18T17:49:15.782Z PASS [ 0.071s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
82332025-07-18T17:49:15.812Z PASS [ 0.059s] oximeter-instruments kstat::link::tests::test_sled_datalink
82342025-07-18T17:49:15.836Z PASS [ 0.053s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
82352025-07-18T17:49:15.861Z PASS [ 0.091s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
82362025-07-18T17:49:15.861Z PASS [ 0.033s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
82372025-07-18T17:49:15.861Z PASS [ 0.035s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
82382025-07-18T17:49:15.861Z PASS [ 0.114s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
82392025-07-18T17:49:15.886Z PASS [ 0.022s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
82402025-07-18T17:49:15.886Z PASS [ 0.028s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
82412025-07-18T17:49:15.886Z PASS [ 0.023s] oximeter-macro-impl tests::test_metric_datum_field
82422025-07-18T17:49:15.887Z PASS [ 0.033s] oximeter-macro-impl tests::test_metric_annotated_field
82432025-07-18T17:49:15.911Z PASS [ 0.021s] oximeter-macro-impl tests::test_metric_enum
82442025-07-18T17:49:15.911Z PASS [ 0.023s] oximeter-macro-impl tests::test_metric_without_datum_field
82452025-07-18T17:49:15.911Z PASS [ 0.021s] oximeter-macro-impl tests::test_target
82462025-07-18T17:49:15.911Z PASS [ 0.021s] oximeter-macro-impl tests::test_target_enum
82472025-07-18T17:49:15.936Z PASS [ 0.029s] oximeter-macro-impl tests::test_target_empty_struct
82482025-07-18T17:49:15.936Z PASS [ 0.030s] oximeter-macro-impl tests::test_target_unit_struct
82492025-07-18T17:49:15.936Z PASS [ 0.023s] oximeter-macro-impl tests::test_target_with_datum_field
82502025-07-18T17:49:16.000Z PASS [ 0.085s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
82512025-07-18T17:49:16.025Z PASS [ 0.075s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
82522025-07-18T17:49:16.025Z PASS [ 0.081s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
82532025-07-18T17:49:16.055Z PASS [ 0.034s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
82542025-07-18T17:49:16.081Z PASS [ 0.056s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
82552025-07-18T17:49:16.081Z PASS [ 0.063s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
82562025-07-18T17:49:16.081Z PASS [ 0.044s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
82572025-07-18T17:49:16.106Z PASS [ 0.036s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
82582025-07-18T17:49:16.106Z PASS [ 0.036s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
82592025-07-18T17:49:16.130Z PASS [ 0.047s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
82602025-07-18T17:49:16.155Z PASS [ 0.032s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
82612025-07-18T17:49:16.155Z PASS [ 0.039s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
82622025-07-18T17:49:16.155Z PASS [ 0.025s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
82632025-07-18T17:49:16.179Z PASS [ 0.030s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
82642025-07-18T17:49:16.179Z PASS [ 0.033s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
82652025-07-18T17:49:16.179Z PASS [ 0.028s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
82662025-07-18T17:49:16.204Z PASS [ 0.025s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
82672025-07-18T17:49:16.204Z PASS [ 0.030s] oximeter-schema ir::tests::fail_on_empty_descriptions
82682025-07-18T17:49:16.229Z PASS [ 0.030s] oximeter-schema ir::tests::fail_on_empty_metric_name
82692025-07-18T17:49:16.229Z PASS [ 0.029s] oximeter-schema ir::tests::fail_on_empty_target_name
82702025-07-18T17:49:16.229Z PASS [ 0.029s] oximeter-schema ir::tests::fail_on_very_long_field_names
82712025-07-18T17:49:16.254Z PASS [ 0.031s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
82722025-07-18T17:49:16.254Z PASS [ 0.030s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
82732025-07-18T17:49:16.278Z PASS [ 0.031s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
82742025-07-18T17:49:16.278Z PASS [ 0.034s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
82752025-07-18T17:49:16.302Z PASS [ 0.032s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
82762025-07-18T17:49:16.302Z PASS [ 0.032s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
82772025-07-18T17:49:16.333Z PASS [ 0.035s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
82782025-07-18T17:49:16.333Z PASS [ 0.037s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
82792025-07-18T17:49:16.333Z PASS [ 0.034s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
82802025-07-18T17:49:16.358Z PASS [ 0.032s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
82812025-07-18T17:49:16.358Z PASS [ 0.029s] oximeter-schema ir::tests::only_support_format_version_1
82822025-07-18T17:49:16.358Z PASS [ 0.028s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
82832025-07-18T17:49:16.383Z PASS [ 0.024s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
82842025-07-18T17:49:16.418Z PASS [ 0.064s] oximeter-test-utils tests::test_sample_struct
82852025-07-18T17:49:16.443Z PASS [ 0.059s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
82862025-07-18T17:49:16.443Z PASS [ 0.075s] oximeter-test-utils tests::test_gen_test_samples
82872025-07-18T17:49:16.502Z PASS [ 0.032s] oximeter-test-utils tests::test_timeseries_schema_from_parts
82882025-07-18T17:49:16.502Z PASS [ 0.033s] oximeter-test-utils tests::test_timeseries_schema_from_sample
82892025-07-18T17:49:16.502Z PASS [ 0.035s] oximeter-types histogram::tests::test_bin_range_from
82902025-07-18T17:49:16.502Z PASS [ 0.062s] oximeter-types histogram::tests::test_bin_range
82912025-07-18T17:49:16.502Z PASS [ 0.030s] oximeter-types histogram::tests::test_bin_range_to
82922025-07-18T17:49:16.527Z PASS [ 0.028s] oximeter-types histogram::tests::test_ensure_finite
82932025-07-18T17:49:16.527Z PASS [ 0.033s] oximeter-types histogram::tests::test_empty_bins_not_supported
82942025-07-18T17:49:16.527Z PASS [ 0.036s] oximeter-types histogram::tests::test_histogram
82952025-07-18T17:49:16.552Z PASS [ 0.032s] oximeter-types histogram::tests::test_histogram_construct_with
82962025-07-18T17:49:16.552Z PASS [ 0.032s] oximeter-types histogram::tests::test_histogram_extreme_bins
82972025-07-18T17:49:16.577Z PASS [ 0.028s] oximeter-types histogram::tests::test_histogram_extreme_samples
82982025-07-18T17:49:16.577Z PASS [ 0.026s] oximeter-types histogram::tests::test_histogram_float_bins
82992025-07-18T17:49:16.577Z PASS [ 0.026s] oximeter-types histogram::tests::test_histogram_unbounded_samples
83002025-07-18T17:49:16.601Z PASS [ 0.031s] oximeter-types histogram::tests::test_histogram_unsorted_bins
83012025-07-18T17:49:16.601Z PASS [ 0.024s] oximeter-types histogram::tests::test_histogram_with_bins
83022025-07-18T17:49:16.626Z PASS [ 0.025s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
83032025-07-18T17:49:16.627Z PASS [ 0.025s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
83042025-07-18T17:49:16.627Z PASS [ 0.026s] oximeter-types histogram::tests::test_log_bins_u64
83052025-07-18T17:49:16.651Z PASS [ 0.032s] oximeter-types histogram::tests::test_log_bins_u8
83062025-07-18T17:49:16.651Z PASS [ 0.027s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
83072025-07-18T17:49:16.676Z PASS [ 0.048s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
83082025-07-18T17:49:16.676Z PASS [ 0.026s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
83092025-07-18T17:49:16.700Z PASS [ 0.031s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
83102025-07-18T17:49:16.700Z PASS [ 0.027s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
83112025-07-18T17:49:16.702Z PASS [ 0.025s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
83122025-07-18T17:49:16.728Z PASS [ 0.029s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
83132025-07-18T17:49:16.728Z PASS [ 0.029s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
83142025-07-18T17:49:16.728Z PASS [ 0.028s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
83152025-07-18T17:49:16.752Z PASS [ 0.029s] oximeter-types histogram::tests::test_span_decades
83162025-07-18T17:49:16.752Z PASS [ 0.029s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
83172025-07-18T17:49:16.752Z PASS [ 0.031s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
83182025-07-18T17:49:16.778Z PASS [ 0.026s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
83192025-07-18T17:49:16.778Z PASS [ 0.027s] oximeter-types quantile::tests::test_default_percentiles
83202025-07-18T17:49:16.778Z PASS [ 0.027s] oximeter-types quantile::tests::test_empty_observations
83212025-07-18T17:49:16.803Z PASS [ 0.027s] oximeter-types quantile::tests::test_find_cells
83222025-07-18T17:49:16.803Z PASS [ 0.028s] oximeter-types quantile::tests::test_float_observations
83232025-07-18T17:49:16.803Z PASS [ 0.028s] oximeter-types quantile::tests::test_integer_observations
83242025-07-18T17:49:16.828Z PASS [ 0.027s] oximeter-types quantile::tests::test_invalid_p_value
83252025-07-18T17:49:16.828Z PASS [ 0.024s] oximeter-types quantile::tests::test_max_p
83262025-07-18T17:49:16.828Z PASS [ 0.026s] oximeter-types quantile::tests::test_min_p
83272025-07-18T17:49:16.853Z PASS [ 0.029s] oximeter-types quantile::tests::test_non_filled_observations
83282025-07-18T17:49:16.853Z PASS [ 0.029s] oximeter-types quantile::tests::test_rounding
83292025-07-18T17:49:16.889Z PASS [ 0.032s] oximeter-types schema::tests::test_field_schema_ordering
83302025-07-18T17:49:16.890Z PASS [ 0.029s] oximeter-types traits::tests::test_metric_trait
83312025-07-18T17:49:16.914Z PASS [ 0.054s] oximeter-types schema::tests::test_timeseries_name
83322025-07-18T17:49:16.914Z PASS [ 0.056s] oximeter-types schema::tests::test_timeseries_name_from_str
83332025-07-18T17:49:16.938Z PASS [ 0.026s] oximeter-types traits::tests::test_target_trait
83342025-07-18T17:49:16.938Z PASS [ 0.047s] oximeter-types traits::tests::test_producer_trait
83352025-07-18T17:49:16.938Z PASS [ 0.028s] oximeter-types types::tests::test_cumulative_f64
83362025-07-18T17:49:16.963Z PASS [ 0.023s] oximeter-types types::tests::test_cumulative_i64
83372025-07-18T17:49:16.963Z PASS [ 0.027s] oximeter-types types::tests::test_datum
83382025-07-18T17:49:16.988Z PASS [ 0.029s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
83392025-07-18T17:49:16.988Z PASS [ 0.027s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
83402025-07-18T17:49:16.988Z PASS [ 0.026s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
83412025-07-18T17:49:17.447Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
83422025-07-18T17:49:17.447Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
83432025-07-18T17:49:17.447Z PASS [ 0.026s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
83442025-07-18T17:49:17.617Z PASS [ 0.029s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
83452025-07-18T17:49:17.617Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
83462025-07-18T17:49:17.617Z PASS [ 0.026s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
83472025-07-18T17:49:17.617Z PASS [ 0.026s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
83482025-07-18T17:49:17.617Z PASS [ 0.031s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
83492025-07-18T17:49:17.617Z PASS [ 0.029s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
83502025-07-18T17:49:17.617Z PASS [ 0.027s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
83512025-07-18T17:49:17.617Z PASS [ 0.026s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
83522025-07-18T17:49:17.617Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
83532025-07-18T17:49:17.617Z PASS [ 0.029s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
83542025-07-18T17:49:17.617Z PASS [ 0.025s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
83552025-07-18T17:49:17.617Z PASS [ 0.023s] oximeter-types types::tests::test_measurement
83562025-07-18T17:49:17.617Z PASS [ 0.026s] oximeter-types types::tests::test_verify_field_names
83572025-07-18T17:49:17.617Z PASS [ 0.018s] oxlog tests::test_is_oxide_smf_log_file
83582025-07-18T17:49:17.617Z PASS [ 0.024s] oxlog tests::test_daterange_filter
83592025-07-18T17:49:17.617Z PASS [ 0.022s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
83602025-07-18T17:49:17.617Z PASS [ 0.029s] oxlog tests::test_sort_logs
83612025-07-18T17:49:17.617Z PASS [ 0.063s] oxlog::bin/oxlog tests::test_parse_timestamp
83622025-07-18T17:49:17.617Z PASS [ 0.046s] oxql-types point::tests::test_cast_points_from_double
83632025-07-18T17:49:17.617Z PASS [ 0.062s] oxql-types point::tests::test_cast_points_from_bool
83642025-07-18T17:49:17.617Z PASS [ 0.033s] oxql-types point::tests::test_cast_points_from_double_distribution
83652025-07-18T17:49:17.617Z PASS [ 0.029s] oxql-types point::tests::test_cast_points_from_int_distribution
83662025-07-18T17:49:17.617Z PASS [ 0.029s] oxql-types point::tests::test_cast_points_from_integer
83672025-07-18T17:49:17.617Z PASS [ 0.035s] oxql-types point::tests::test_cast_points_from_string
83682025-07-18T17:49:17.617Z PASS [ 0.028s] oxql-types point::tests::test_point_delta_between
83692025-07-18T17:49:17.617Z PASS [ 0.030s] oxql-types point::tests::test_join_point_arrays
83702025-07-18T17:49:17.617Z PASS [ 0.024s] oxql-types point::tests::test_point_delta_between_with_new_epoch
83712025-07-18T17:49:17.617Z PASS [ 0.030s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
83722025-07-18T17:49:17.617Z PASS [ 0.029s] oxql-types point::tests::test_push_concrete_values
83732025-07-18T17:49:17.617Z PASS [ 0.027s] oxql-types point::tests::test_sub_between_histogram_distributions
83742025-07-18T17:49:17.617Z PASS [ 0.053s] range-requests test::get_response_no_range
83752025-07-18T17:49:17.617Z PASS [ 0.036s] range-requests test::get_response_with_range
83762025-07-18T17:49:17.617Z PASS [ 0.022s] range-requests test::invalid_ranges
83772025-07-18T17:49:17.617Z PASS [ 0.019s] range-requests test::parse_range_invalid
83782025-07-18T17:49:17.617Z PASS [ 0.090s] parallel-task-set test::test_spawn_many
83792025-07-18T17:49:17.618Z PASS [ 0.021s] range-requests test::parse_range_valid
83802025-07-18T17:49:17.618Z PASS [ 0.031s] range-requests test::potential_range_parsing_does_not_crash
83812025-07-18T17:49:17.618Z PASS [ 0.021s] range-requests test::range_into_str
83822025-07-18T17:49:17.618Z PASS [ 0.022s] range-requests test::single_range_parsing_does_not_crash
83832025-07-18T17:49:18.168Z PASS [ 0.761s] reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
83842025-07-18T17:49:18.194Z PASS [ 0.774s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
83852025-07-18T17:49:18.260Z PASS [ 0.850s] reconfigurator-cli::test-scripts script::cmds-example.txt
83862025-07-18T17:49:18.329Z PASS [ 0.161s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
83872025-07-18T17:49:18.361Z PASS [ 0.170s] reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
83882025-07-18T17:49:18.501Z PASS [ 0.140s] reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
83892025-07-18T17:49:18.561Z PASS [ 0.232s] reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
83902025-07-18T17:49:18.647Z PASS [ 0.145s] reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
83912025-07-18T17:49:18.846Z PASS [ 0.199s] reconfigurator-cli::test-scripts script::cmds.txt
83922025-07-18T17:49:19.019Z PASS [ 3.109s] oximeter-producer tests::test_producer_registration_task
83932025-07-18T17:49:19.500Z PASS [ 0.939s] reconfigurator-cli::test-scripts script::cmds-target-release.txt
83942025-07-18T17:49:19.879Z PASS [ 1.619s] reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
83952025-07-18T17:49:19.904Z PASS [ 1.042s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
83962025-07-18T17:49:20.128Z PASS [ 1.109s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
83972025-07-18T17:49:20.648Z PASS [ 1.148s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
83982025-07-18T17:49:21.187Z PASS [ 1.298s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
83992025-07-18T17:49:21.846Z PASS [ 1.717s] sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
84002025-07-18T17:49:23.958Z PASS [ 3.310s] sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
84012025-07-18T17:49:25.228Z PASS [ 1.270s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
84022025-07-18T17:49:25.575Z PASS [ 4.388s] sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
84032025-07-18T17:49:25.632Z PASS [ 0.057s] sled-agent-config-reconciler dump_setup::tests::test_archives_rotated_logs_and_cores
84042025-07-18T17:49:25.669Z PASS [ 0.036s] sled-agent-config-reconciler dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
84052025-07-18T17:49:25.713Z PASS [ 0.044s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold
84062025-07-18T17:49:25.756Z PASS [ 0.043s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold_many_files
84072025-07-18T17:49:25.806Z PASS [ 0.050s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleanup_ignores_support_bundles
84082025-07-18T17:49:25.865Z PASS [ 0.058s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_not_cleaned_under_threshold
84092025-07-18T17:49:25.907Z PASS [ 0.042s] sled-agent-config-reconciler dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
84102025-07-18T17:49:25.955Z PASS [ 0.047s] sled-agent-config-reconciler dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
84112025-07-18T17:49:26.001Z PASS [ 0.046s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
84122025-07-18T17:49:26.048Z PASS [ 0.045s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
84132025-07-18T17:49:26.458Z PASS [ 1.230s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
84142025-07-18T17:49:26.502Z PASS [ 0.041s] sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
84152025-07-18T17:49:26.547Z PASS [ 0.047s] sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
84162025-07-18T17:49:26.799Z PASS [ 0.252s] sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
84172025-07-18T17:49:27.477Z PASS [ 0.678s] sled-agent-config-reconciler internal_disks::tests::failures_are_retried
84182025-07-18T17:49:27.515Z PASS [ 0.038s] sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
84192025-07-18T17:49:27.561Z PASS [ 0.046s] sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
84202025-07-18T17:49:27.603Z PASS [ 0.042s] sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
84212025-07-18T17:49:27.691Z PASS [ 0.088s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_merges_old_configs
84222025-07-18T17:49:27.750Z PASS [ 7.872s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
84232025-07-18T17:49:27.789Z PASS [ 0.038s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_returns_none_if_no_legacy_configs
84242025-07-18T17:49:27.868Z PASS [ 0.080s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_merge_old_configs
84252025-07-18T17:49:27.913Z PASS [ 0.044s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_old_config_schema
84262025-07-18T17:49:28.011Z PASS [ 0.098s] sled-agent-config-reconciler ledger::tests::convert_legacy_ledgers_if_present
84272025-07-18T17:49:28.058Z PASS [ 0.047s] sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
84282025-07-18T17:49:28.102Z PASS [ 0.044s] sled-agent-config-reconciler ledger::tests::read_existing_config
84292025-07-18T17:49:28.145Z PASS [ 0.043s] sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
84302025-07-18T17:49:28.191Z PASS [ 0.046s] sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
84312025-07-18T17:49:28.241Z PASS [ 0.049s] sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
84322025-07-18T17:49:28.281Z PASS [ 0.040s] sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
84332025-07-18T17:49:28.306Z PASS [ 6.459s] sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
84342025-07-18T17:49:28.330Z PASS [ 0.616s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_panics_if_partial_legacy_configs
84352025-07-18T17:49:28.331Z PASS [ 0.045s] sled-agent-config-reconciler ledger::tests::reject_old_config_generation
84362025-07-18T17:49:28.355Z PASS [ 0.040s] sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
84372025-07-18T17:49:30.039Z PASS [ 1.731s] sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
84382025-07-18T17:49:30.813Z PASS [ 2.486s] sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
84392025-07-18T17:49:30.951Z PASS [ 15.371s] oximeter-db::integration_test test_schemas_disjoint
84402025-07-18T17:49:30.994Z PASS [ 0.042s] sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_config_change_is_only_image_source
84412025-07-18T17:49:31.034Z PASS [ 0.040s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
84422025-07-18T17:49:31.072Z PASS [ 0.038s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
84432025-07-18T17:49:31.108Z PASS [ 0.036s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
84442025-07-18T17:49:31.144Z PASS [ 0.036s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
84452025-07-18T17:49:31.177Z PASS [ 0.033s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
84462025-07-18T17:49:31.212Z PASS [ 0.034s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
84472025-07-18T17:49:31.256Z PASS [ 0.043s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
84482025-07-18T17:49:31.295Z PASS [ 0.039s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
84492025-07-18T17:49:31.384Z PASS [ 0.089s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
84502025-07-18T17:49:31.414Z PASS [ 0.030s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
84512025-07-18T17:49:31.459Z PASS [ 0.045s] sled-agent-types rack_init::tests::parse_rack_initialization
84522025-07-18T17:49:31.484Z PASS [ 3.129s] sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
84532025-07-18T17:49:31.508Z PASS [ 0.033s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
84542025-07-18T17:49:31.532Z PASS [ 0.049s] sled-agent-types rack_init::tests::test_extra_certs
84552025-07-18T17:49:31.532Z PASS [ 0.031s] sled-agent-types rack_init::tests::test_subnets
84562025-07-18T17:49:31.556Z PASS [ 0.033s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
84572025-07-18T17:49:31.582Z PASS [ 0.043s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
84582025-07-18T17:49:31.607Z PASS [ 0.030s] sled-agent-types zone_bundle::tests::test_compare_bundles
84592025-07-18T17:49:31.607Z PASS [ 0.029s] sled-agent-types zone_bundle::tests::test_priority_dimension
84602025-07-18T17:49:31.631Z PASS [ 0.031s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
84612025-07-18T17:49:31.631Z PASS [ 0.030s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
84622025-07-18T17:49:31.757Z PASS [ 0.133s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_missing
84632025-07-18T17:49:31.782Z PASS [ 0.148s] sled-agent-zone-images mupdate_override::tests::read_boot_absent_other_present
84642025-07-18T17:49:31.806Z PASS [ 0.036s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_not_dir
84652025-07-18T17:49:31.806Z PASS [ 0.037s] sled-agent-zone-images mupdate_override::tests::read_boot_present_other_absent
84662025-07-18T17:49:31.834Z PASS [ 0.040s] sled-agent-zone-images mupdate_override::tests::read_boot_read_error
84672025-07-18T17:49:31.858Z PASS [ 0.036s] sled-agent-zone-images mupdate_override::tests::read_both_absent
84682025-07-18T17:49:31.883Z PASS [ 0.039s] sled-agent-zone-images mupdate_override::tests::read_different_values
84692025-07-18T17:49:31.908Z PASS [ 0.060s] sled-agent-zone-images mupdate_override::tests::read_both_present
84702025-07-18T17:49:31.932Z PASS [ 0.035s] sled-agent-zone-images mupdate_override::tests::read_solo_boot_disk
84712025-07-18T17:49:31.957Z PASS [ 0.055s] sled-agent-zone-images source_resolver::tests::file_source_with_errors
84722025-07-18T17:49:31.981Z PASS [ 0.047s] sled-agent-zone-images source_resolver::tests::file_source_zone_manifest_invalid
84732025-07-18T17:49:32.006Z PASS [ 0.045s] sled-agent-zone-images source_resolver::tests::resolver_status_to_inventory
84742025-07-18T17:49:32.032Z PASS [ 0.050s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_missing
84752025-07-18T17:49:32.032Z PASS [ 0.037s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_read_error
84762025-07-18T17:49:32.057Z PASS [ 0.040s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_zone_mismatch
84772025-07-18T17:49:32.082Z PASS [ 0.045s] sled-agent-zone-images zone_manifest::tests::read_non_boot_disk_zone_mismatch
84782025-07-18T17:49:32.106Z PASS [ 0.037s] sled-agent-zone-images zone_manifest::tests::read_success
84792025-07-18T17:49:32.677Z PASS [ 2.638s] sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
84802025-07-18T17:49:34.212Z PASS [ 3.398s] sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
84812025-07-18T17:49:34.631Z PASS [ 19.045s] oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
84822025-07-18T17:49:34.678Z PASS [ 0.042s] sled-diagnostics logs::test::test_sort_cockroach_extra_logs
84832025-07-18T17:49:34.731Z PASS [ 0.053s] sled-diagnostics queries::test::test_command_stderr_is_correct
84842025-07-18T17:49:34.779Z PASS [ 0.047s] sled-diagnostics queries::test::test_command_stdout_is_correct
84852025-07-18T17:49:34.830Z PASS [ 0.051s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
84862025-07-18T17:49:35.145Z PASS [ 30.040s] oximeter-db client::tests::cannot_ping_nonexistent_server
84872025-07-18T17:49:35.208Z PASS [ 0.060s] sled-hardware disk::test::test_disk_paths
84882025-07-18T17:49:35.261Z PASS [ 0.055s] sled-hardware disk::test::test_partition_device_paths
84892025-07-18T17:49:35.370Z PASS [ 19.795s] oximeter-db::integration_test test_cluster
84902025-07-18T17:49:35.395Z PASS [ 0.111s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
84912025-07-18T17:49:35.395Z PASS [ 0.543s] sled-diagnostics queries::test::test_long_running_command_is_aborted
84922025-07-18T17:49:35.421Z PASS [ 0.034s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
84932025-07-18T17:49:35.421Z PASS [ 0.034s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
84942025-07-18T17:49:35.421Z PASS [ 0.033s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
84952025-07-18T17:49:35.446Z PASS [ 0.036s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
84962025-07-18T17:49:35.446Z PASS [ 0.037s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
84972025-07-18T17:49:35.471Z PASS [ 0.046s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
84982025-07-18T17:49:35.495Z PASS [ 0.046s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
84992025-07-18T17:49:35.520Z PASS [ 0.057s] sled-storage dataset::test::serialize_dataset_name
85002025-07-18T17:49:35.544Z PASS [ 0.034s] sled-storage manager::test::test_omicron_physical_disks_schema
85012025-07-18T17:49:35.544Z PASS [ 0.077s] sled-storage manager::test::test_datasets_schema
85022025-07-18T17:49:35.617Z PASS [ 0.089s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
85032025-07-18T17:49:36.172Z PASS [ 4.096s] sled-diagnostics logs::illumos_tests::collect_current_logs
85042025-07-18T17:49:36.283Z PASS [ 4.192s] sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
85052025-07-18T17:49:36.666Z PASS [ 3.989s] sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
85062025-07-18T17:49:37.517Z PASS [ 1.993s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
85072025-07-18T17:49:38.418Z PASS [ 2.917s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
85082025-07-18T17:49:38.469Z PASS [ 0.051s] sled-storage manager::tests::ensure_using_exactly_these_disks
85092025-07-18T17:49:38.931Z PASS [ 2.759s] sled-storage manager::tests::ensure_datasets
85102025-07-18T17:49:39.534Z PASS [ 3.252s] sled-storage manager::tests::ensure_datasets_get_mounted
85112025-07-18T17:49:39.625Z PASS [ 4.008s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
85122025-07-18T17:49:39.743Z PASS [ 5.530s] sled-diagnostics logs::illumos_tests::log_snapshots_work
85132025-07-18T17:49:40.132Z PASS [ 3.465s] sled-storage manager::tests::ensure_datasets_get_mounted_even_with_data
85142025-07-18T17:49:41.053Z PASS [ 15.006s] sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
85152025-07-18T17:49:41.329Z PASS [ 1.704s] sled-storage manager::tests::update_rawdisk_firmware
85162025-07-18T17:49:41.792Z PASS [ 3.322s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
85172025-07-18T17:49:41.859Z PASS [ 0.068s] trust-quorum crypto::tests::rack_secrets_decryption_failure
85182025-07-18T17:49:41.900Z PASS [ 0.040s] trust-quorum crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
85192025-07-18T17:49:42.298Z PASS [ 0.397s] trust-quorum node::tests::initial_configuration
85202025-07-18T17:49:42.504Z PASS [ 1.173s] trust-quorum crypto::tests::rack_secret_test
85212025-07-18T17:49:42.543Z PASS [ 0.213s] trust-quorum validators::tests::test_validate_reconfigure_msg_failure
85222025-07-18T17:49:42.716Z PASS [ 0.211s] trust-quorum validators::tests::test_validate_reconfigure_msg_new_success
85232025-07-18T17:49:42.745Z PASS [ 2.986s] sled-storage manager::tests::upsert_filesystem
85242025-07-18T17:49:42.831Z PASS [ 3.898s] sled-storage manager::tests::nested_dataset
85252025-07-18T17:49:43.010Z PASS [ 3.475s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
85262025-07-18T17:49:43.129Z PASS [ 0.087s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
85272025-07-18T17:49:43.181Z PASS [ 2.050s] sled-storage manager::tests::wait_for_boot_disk
85282025-07-18T17:49:43.208Z PASS [ 0.085s] update-common artifacts::update_plan::tests::test_bad_rot_versions
85292025-07-18T17:49:43.208Z PASS [ 0.079s] update-common artifacts::update_plan::tests::test_multi_rot_bord
85302025-07-18T17:49:43.236Z PASS [ 3.085s] sled-storage manager::tests::upsert_filesystem_no_uuid
85312025-07-18T17:49:43.236Z PASS [ 0.045s] update-common artifacts::update_plan::tests::test_split_control_plane
85322025-07-18T17:49:43.264Z PASS [ 0.042s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
85332025-07-18T17:49:43.290Z PASS [ 0.085s] update-common artifacts::update_plan::tests::test_multi_rot_version
85342025-07-18T17:49:43.290Z PASS [ 0.050s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
85352025-07-18T17:49:43.355Z PASS [ 0.088s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
85362025-07-18T17:49:43.383Z PASS [ 0.026s] update-engine display::line_display_shared::tests::test_format_progress_counter
85372025-07-18T17:49:43.430Z PASS [ 0.026s] update-engine display::line_display_shared::tests::test_start_line
85382025-07-18T17:49:43.457Z PASS [ 0.133s] update-engine display::group_display::tests::test_stats
85392025-07-18T17:49:43.457Z PASS [ 0.031s] update-engine engine::tests::error_exits_early
85402025-07-18T17:49:43.457Z PASS [ 0.725s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
85412025-07-18T17:49:43.457Z PASS [ 0.036s] update-engine events::tests::progress_event_parse_unknown
85422025-07-18T17:49:43.483Z PASS [ 0.026s] update-engine events::tests::step_event_parse_unknown
85432025-07-18T17:49:43.483Z PASS [ 0.733s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
85442025-07-18T17:49:43.483Z PASS [ 0.027s] update-engine spec::tests::test_merge_anyhow_list
85452025-07-18T17:49:43.509Z PASS [ 0.036s] wicket state::rack::tests::prev_next_are_opposites
85462025-07-18T17:49:43.510Z PASS [ 0.032s] wicket state::rack::tests::up_down_are_opposites
85472025-07-18T17:49:43.510Z PASS [ 0.040s] wicket state::inventory::tests::component_id_display
85482025-07-18T17:49:43.537Z PASS [ 0.250s] update-engine buffer::tests::test_buffer
85492025-07-18T17:49:43.570Z PASS [ 0.072s] wicket-common rack_setup::tests::roundtrip_import_export_policy
85502025-07-18T17:49:43.595Z PASS [ 1.082s] trust-quorum::coordinator test_coordinator_behavior_from_empty_state
85512025-07-18T17:49:43.629Z PASS [ 0.129s] wicketd installinator_progress::tests::test_states
85522025-07-18T17:49:43.656Z PASS [ 0.125s] wicketd rss_config::tests::test_bgp_auth_key_states
85532025-07-18T17:49:43.657Z PASS [ 0.195s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
85542025-07-18T17:49:43.997Z PASS [ 0.493s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
85552025-07-18T17:49:44.885Z PASS [ 1.313s] wicketd::mod integration_tests::inventory::test_inventory
85562025-07-18T17:49:45.285Z PASS [ 1.656s] wicketd::mod integration_tests::updates::test_update_races
85572025-07-18T17:49:45.557Z PASS [ 1.956s] wicketd::mod integration_tests::updates::test_installinator_fetch
85582025-07-18T17:49:45.956Z PASS [ 3.127s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
85592025-07-18T17:49:47.461Z PASS [ 3.772s] wicketd::mod integration_tests::updates::test_updates
85602025-07-18T17:49:48.659Z PASS [ 11.138s] sled-storage manager::tests::ensure_many_datasets
85612025-07-18T17:49:48.693Z────────────
85622025-07-18T17:49:48.693Z Summary [3719.247s] 2173 tests run: 2173 passed (47 slow), 3 skipped
85632025-07-18T17:49:48.761Z
85642025-07-18T17:49:48.789Zreal 1:02:25.297676668
85652025-07-18T17:49:48.789Zuser 6:22:07.526787597
85662025-07-18T17:49:48.789Zsys 1:12:42.355840122
85672025-07-18T17:49:48.789Ztrap 4:24.413620411
85682025-07-18T17:49:48.789Ztflt 18.977920213
85692025-07-18T17:49:48.789Zdflt 59.750082609
85702025-07-18T17:49:48.789Zkflt 0.190530720
85712025-07-18T17:49:48.789Zlock 2002:09:09.709689028
85722025-07-18T17:49:48.789Zslp 160:38:24.440546424
85732025-07-18T17:49:48.789Zlat 8:51:18.160396232
85742025-07-18T17:49:48.789Zstop 1:20:14.753803139
85752025-07-18T17:49:48.789Z+ banner doctest
85762025-07-18T17:49:48.790Z
85772025-07-18T17:49:48.790Z ##### #### #### ##### ###### #### #####
85782025-07-18T17:49:48.790Z # # # # # # # # # #
85792025-07-18T17:49:48.790Z # # # # # # ##### #### #
85802025-07-18T17:49:48.790Z # # # # # # # # #
85812025-07-18T17:49:48.790Z # # # # # # # # # # #
85822025-07-18T17:49:48.790Z ##### #### #### # ###### #### #
85832025-07-18T17:49:48.790Z
85842025-07-18T17:49:48.790Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
85852025-07-18T17:49:51.424Z Fresh unicode-ident v1.0.18
85862025-07-18T17:49:51.424Z Fresh cfg-if v1.0.1
85872025-07-18T17:49:51.497Z Fresh autocfg v1.4.0
85882025-07-18T17:49:51.497Z Fresh memchr v2.7.4
85892025-07-18T17:49:51.497Z Fresh value-bag v1.9.0
85902025-07-18T17:49:51.497Z Fresh proc-macro2 v1.0.95
85912025-07-18T17:49:51.497Z Fresh log v0.4.27
85922025-07-18T17:49:51.497Z Fresh version_check v0.9.5
85932025-07-18T17:49:51.497Z Fresh smallvec v1.15.0
85942025-07-18T17:49:51.497Z Fresh itoa v1.0.11
85952025-07-18T17:49:51.497Z Fresh quote v1.0.40
85962025-07-18T17:49:51.497Z Fresh libc v0.2.174
85972025-07-18T17:49:51.497Z Fresh scopeguard v1.2.0
85982025-07-18T17:49:51.497Z Fresh stable_deref_trait v1.2.0
85992025-07-18T17:49:51.497Z Fresh syn v2.0.104
86002025-07-18T17:49:51.497Z Fresh getrandom v0.2.15
86012025-07-18T17:49:51.497Z Fresh lock_api v0.4.12
86022025-07-18T17:49:51.497Z Fresh ryu v1.0.18
86032025-07-18T17:49:51.498Z Fresh critical-section v1.1.3
86042025-07-18T17:49:51.498Z Fresh serde_derive v1.0.219
86052025-07-18T17:49:51.498Z Fresh zeroize_derive v1.4.2
86062025-07-18T17:49:51.498Z Fresh libm v0.2.8
86072025-07-18T17:49:51.498Z Fresh portable-atomic v1.11.0
86082025-07-18T17:49:51.498Z Fresh synstructure v0.13.1
86092025-07-18T17:49:51.498Z Fresh rand_core v0.6.4
86102025-07-18T17:49:51.498Z Fresh zerovec-derive v0.10.3
86112025-07-18T17:49:51.498Z Fresh displaydoc v0.2.5
86122025-07-18T17:49:51.498Z Fresh serde v1.0.219
86132025-07-18T17:49:51.498Z Fresh zeroize v1.8.1
86142025-07-18T17:49:51.498Z Fresh num-traits v0.2.19
86152025-07-18T17:49:51.498Z Fresh once_cell v1.21.3
86162025-07-18T17:49:51.498Z Fresh zerofrom-derive v0.1.4
86172025-07-18T17:49:51.498Z Fresh yoke-derive v0.7.4
86182025-07-18T17:49:51.498Z Fresh pin-project-lite v0.2.14
86192025-07-18T17:49:51.498Z Fresh bytes v1.10.1
86202025-07-18T17:49:51.498Z Fresh bitflags v2.9.1
86212025-07-18T17:49:51.498Z Fresh zerofrom v0.1.4
86222025-07-18T17:49:51.498Z Fresh percent-encoding v2.3.1
86232025-07-18T17:49:51.498Z Fresh writeable v0.5.5
86242025-07-18T17:49:51.498Z Fresh litemap v0.7.3
86252025-07-18T17:49:51.498Z Fresh icu_provider_macros v1.5.0
86262025-07-18T17:49:51.498Z Fresh yoke v0.7.4
86272025-07-18T17:49:51.498Z Fresh serde_json v1.0.140
86282025-07-18T17:49:51.498Z Fresh shlex v1.3.0
86292025-07-18T17:49:51.498Z Fresh icu_locid_transform_data v1.5.0
86302025-07-18T17:49:51.498Z Fresh byteorder v1.5.0
86312025-07-18T17:49:51.498Z Fresh regex-syntax v0.8.5
86322025-07-18T17:49:51.498Z Fresh icu_properties_data v1.5.0
86332025-07-18T17:49:51.498Z Fresh jobserver v0.1.32
86342025-07-18T17:49:51.498Z Fresh zerovec v0.10.4
86352025-07-18T17:49:51.498Z Fresh icu_normalizer_data v1.5.0
86362025-07-18T17:49:51.498Z Fresh write16 v1.0.0
86372025-07-18T17:49:51.498Z Fresh utf8_iter v1.0.4
86382025-07-18T17:49:51.498Z Fresh utf16_iter v1.0.5
86392025-07-18T17:49:51.498Z Fresh cc v1.2.15
86402025-07-18T17:49:51.499Z Fresh tinystr v0.7.6
86412025-07-18T17:49:51.499Z Fresh icu_collections v1.5.0
86422025-07-18T17:49:51.499Z Fresh form_urlencoded v1.2.1
86432025-07-18T17:49:51.499Z Fresh aho-corasick v1.1.3
86442025-07-18T17:49:51.499Z Fresh allocator-api2 v0.2.21
86452025-07-18T17:49:51.499Z Fresh icu_locid v1.5.0
86462025-07-18T17:49:51.499Z Fresh semver v1.0.26
86472025-07-18T17:49:51.499Z Fresh parking_lot_core v0.9.10
86482025-07-18T17:49:51.499Z Fresh regex-automata v0.4.8
86492025-07-18T17:49:51.499Z Fresh foldhash v0.1.5
86502025-07-18T17:49:51.499Z Fresh equivalent v1.0.2
86512025-07-18T17:49:51.499Z Fresh subtle v2.6.1
86522025-07-18T17:49:51.499Z Fresh icu_provider v1.5.0
86532025-07-18T17:49:51.499Z Fresh parking_lot v0.12.3
86542025-07-18T17:49:51.499Z Fresh getrandom v0.3.1
86552025-07-18T17:49:51.499Z Fresh hashbrown v0.15.4
86562025-07-18T17:49:51.499Z Fresh signal-hook-registry v1.4.2
86572025-07-18T17:49:51.499Z Fresh fnv v1.0.7
86582025-07-18T17:49:51.499Z Fresh errno v0.3.12
86592025-07-18T17:49:51.499Z Fresh icu_locid_transform v1.5.0
86602025-07-18T17:49:51.499Z Fresh futures-core v0.3.31
86612025-07-18T17:49:51.499Z Fresh mio v1.0.2
86622025-07-18T17:49:51.499Z Fresh heck v0.5.0
86632025-07-18T17:49:51.499Z Fresh regex v1.11.1
86642025-07-18T17:49:51.499Z Fresh icu_properties v1.5.1
86652025-07-18T17:49:51.499Z Fresh typenum v1.17.0
86662025-07-18T17:49:51.499Z Fresh thiserror-impl v1.0.69
86672025-07-18T17:49:51.499Z Fresh either v1.15.0
86682025-07-18T17:49:51.499Z Fresh tokio-macros v2.5.0
86692025-07-18T17:49:51.499Z Fresh icu_normalizer v1.5.0
86702025-07-18T17:49:51.499Z Fresh generic-array v0.14.7
86712025-07-18T17:49:51.499Z Fresh thiserror v1.0.69
86722025-07-18T17:49:51.499Z Fresh socket2 v0.5.10
86732025-07-18T17:49:51.499Z Fresh indexmap v2.10.0
86742025-07-18T17:49:51.502Z Fresh zerocopy-derive v0.7.35
86752025-07-18T17:49:51.502Z Fresh iana-time-zone v0.1.63
86762025-07-18T17:49:51.502Z Fresh idna_adapter v1.2.0
86772025-07-18T17:49:51.502Z Fresh rustix v0.38.37
86782025-07-18T17:49:51.502Z Fresh crypto-common v0.1.6
86792025-07-18T17:49:51.502Z Fresh tokio v1.45.1
86802025-07-18T17:49:51.502Z Fresh zerocopy v0.7.35
86812025-07-18T17:49:51.502Z Fresh chrono v0.4.41
86822025-07-18T17:49:51.502Z Fresh uuid v1.17.0
86832025-07-18T17:49:51.502Z Fresh idna v1.0.3
86842025-07-18T17:49:51.502Z Fresh spin v0.9.8
86852025-07-18T17:49:51.502Z Fresh futures-io v0.3.31
86862025-07-18T17:49:51.502Z Fresh pkg-config v0.3.31
86872025-07-18T17:49:51.531Z Fresh const-oid v0.9.6
86882025-07-18T17:49:51.531Z Fresh serde_derive_internals v0.29.1
86892025-07-18T17:49:51.531Z Fresh dyn-clone v1.0.19
86902025-07-18T17:49:51.531Z Fresh url v2.5.4
86912025-07-18T17:49:51.531Z Fresh slab v0.4.9
86922025-07-18T17:49:51.531Z Fresh schemars_derive v0.8.22
86932025-07-18T17:49:51.531Z Fresh block-buffer v0.10.4
86942025-07-18T17:49:51.531Z Fresh futures-sink v0.3.31
86952025-07-18T17:49:51.531Z Fresh lazy_static v1.5.0
86962025-07-18T17:49:51.532Z Fresh pin-utils v0.1.0
86972025-07-18T17:49:51.532Z Fresh digest v0.10.7
86982025-07-18T17:49:51.532Z Fresh cpufeatures v0.2.14
86992025-07-18T17:49:51.532Z Fresh futures-channel v0.3.31
87002025-07-18T17:49:51.533Z Fresh ppv-lite86 v0.2.20
87012025-07-18T17:49:51.533Z Fresh futures-macro v0.3.31
87022025-07-18T17:49:51.533Z Fresh futures-task v0.3.31
87032025-07-18T17:49:51.533Z Fresh schemars v0.8.22
87042025-07-18T17:49:51.533Z Fresh futures-util v0.3.31
87052025-07-18T17:49:51.533Z Fresh tracing-core v0.1.32
87062025-07-18T17:49:51.534Z Fresh tracing-attributes v0.1.27
87072025-07-18T17:49:51.534Z Fresh glob v0.3.2
87082025-07-18T17:49:51.534Z Fresh strsim v0.11.1
87092025-07-18T17:49:51.534Z Fresh http v1.3.1
87102025-07-18T17:49:51.534Z Fresh syn v1.0.109
87112025-07-18T17:49:51.534Z Fresh tracing v0.1.40
87122025-07-18T17:49:51.534Z Fresh thiserror-impl v2.0.12
87132025-07-18T17:49:51.534Z Fresh minimal-lexical v0.2.1
87142025-07-18T17:49:51.534Z Fresh nom v7.1.3
87152025-07-18T17:49:51.534Z Fresh libloading v0.8.5
87162025-07-18T17:49:51.534Z Fresh adler2 v2.0.0
87172025-07-18T17:49:51.534Z Fresh thiserror v2.0.12
87182025-07-18T17:49:51.534Z Fresh crossbeam-utils v0.8.21
87192025-07-18T17:49:51.534Z Fresh vcpkg v0.2.15
87202025-07-18T17:49:51.534Z Fresh miniz_oxide v0.8.5
87212025-07-18T17:49:51.534Z Fresh clang-sys v1.8.1
87222025-07-18T17:49:51.534Z Fresh prettyplease v0.2.35
87232025-07-18T17:49:51.534Z Fresh cexpr v0.6.0
87242025-07-18T17:49:51.534Z Fresh paste v1.0.15
87252025-07-18T17:49:51.534Z Fresh rand_chacha v0.3.1
87262025-07-18T17:49:51.537Z Fresh home v0.5.9
87272025-07-18T17:49:51.537Z Fresh block-padding v0.3.3
87282025-07-18T17:49:51.537Z Fresh time-core v0.1.2
87292025-07-18T17:49:51.537Z Fresh num-conv v0.1.0
87302025-07-18T17:49:51.537Z Fresh powerfmt v0.2.0
87312025-07-18T17:49:51.537Z Fresh rand v0.8.5
87322025-07-18T17:49:51.538Z Fresh time-macros v0.2.18
87332025-07-18T17:49:51.538Z Fresh deranged v0.3.11
87342025-07-18T17:49:51.538Z Fresh inout v0.1.3
87352025-07-18T17:49:51.538Z Fresh serde_tokenstream v0.2.2
87362025-07-18T17:49:51.538Z Fresh num_threads v0.1.7
87372025-07-18T17:49:51.538Z Fresh itertools v0.12.1
87382025-07-18T17:49:51.538Z Fresh cipher v0.4.4
87392025-07-18T17:49:51.538Z Fresh time v0.3.36
87402025-07-18T17:49:51.538Z Fresh base64 v0.22.1
87412025-07-18T17:49:51.538Z Fresh which v4.4.2
87422025-07-18T17:49:51.538Z Fresh tokio-util v0.7.15
87432025-07-18T17:49:51.538Z Fresh ipnet v2.11.0
87442025-07-18T17:49:51.538Z Fresh rustc-hash v1.1.0
87452025-07-18T17:49:51.538Z Fresh lazycell v1.3.0
87462025-07-18T17:49:51.538Z Fresh atomic-waker v1.1.2
87472025-07-18T17:49:51.538Z Fresh cmake v0.1.51
87482025-07-18T17:49:51.538Z Fresh untrusted v0.9.0
87492025-07-18T17:49:51.538Z Fresh base64ct v1.6.0
87502025-07-18T17:49:51.538Z Fresh dunce v1.0.5
87512025-07-18T17:49:51.538Z Fresh bindgen v0.69.5
87522025-07-18T17:49:51.541Z Fresh fs_extra v1.3.0
87532025-07-18T17:49:51.541Z Fresh ring v0.17.14
87542025-07-18T17:49:51.541Z Fresh sha2 v0.10.9
87552025-07-18T17:49:51.541Z Fresh hmac v0.12.1
87562025-07-18T17:49:51.541Z Fresh gimli v0.31.1
87572025-07-18T17:49:51.542Z Fresh object v0.36.5
87582025-07-18T17:49:51.542Z Fresh httparse v1.9.5
87592025-07-18T17:49:51.542Z Fresh addr2line v0.24.2
87602025-07-18T17:49:51.542Z Fresh rustc-demangle v0.1.24
87612025-07-18T17:49:51.542Z Fresh toml_datetime v0.6.11
87622025-07-18T17:49:51.542Z Fresh serde_spanned v0.6.9
87632025-07-18T17:49:51.542Z Fresh rustls-pki-types v1.10.0
87642025-07-18T17:49:51.542Z Fresh backtrace v0.3.74
87652025-07-18T17:49:51.542Z Fresh http-body v1.0.1
87662025-07-18T17:49:51.542Z Fresh pem-rfc7468 v0.7.0
87672025-07-18T17:49:51.542Z Fresh anyhow v1.0.98
87682025-07-18T17:49:51.542Z Fresh aws-lc-sys v0.26.0
87692025-07-18T17:49:51.542Z Fresh zerocopy-derive v0.8.26
87702025-07-18T17:49:51.542Z Fresh try-lock v0.2.5
87712025-07-18T17:49:51.542Z Fresh httpdate v1.0.3
87722025-07-18T17:49:51.542Z Fresh untrusted v0.7.1
87732025-07-18T17:49:51.542Z Fresh zerocopy v0.8.26
87742025-07-18T17:49:51.542Z Fresh want v0.3.1
87752025-07-18T17:49:51.542Z Fresh aws-lc-rs v1.12.4
87762025-07-18T17:49:51.542Z Fresh h2 v0.4.6
87772025-07-18T17:49:51.542Z Fresh utf8parse v0.2.2
87782025-07-18T17:49:51.542Z Fresh tower-service v0.3.3
87792025-07-18T17:49:51.542Z Fresh rustls-webpki v0.102.8
87802025-07-18T17:49:51.542Z Fresh hyper v1.6.0
87812025-07-18T17:49:51.542Z Fresh der_derive v0.7.3
87822025-07-18T17:49:51.542Z Fresh flagset v0.4.6
87832025-07-18T17:49:51.542Z Fresh pbkdf2 v0.12.2
87842025-07-18T17:49:51.542Z Fresh aes v0.8.4
87852025-07-18T17:49:51.543Z Fresh rustversion v1.0.17
87862025-07-18T17:49:51.543Z Fresh der v0.7.9
87872025-07-18T17:49:51.570Z Fresh async-trait v0.1.88
87882025-07-18T17:49:51.570Z Fresh mime v0.3.17
87892025-07-18T17:49:51.570Z Fresh hyper-util v0.1.14
87902025-07-18T17:49:51.570Z Fresh salsa20 v0.10.2
87912025-07-18T17:49:51.570Z Fresh cbc v0.1.2
87922025-07-18T17:49:51.570Z Fresh slog v2.7.0
87932025-07-18T17:49:51.570Z Fresh spki v0.7.3
87942025-07-18T17:49:51.570Z Fresh openssl-probe v0.1.5
87952025-07-18T17:49:51.570Z Fresh foreign-types-shared v0.1.1
87962025-07-18T17:49:51.570Z Fresh anstyle v1.0.11
87972025-07-18T17:49:51.570Z Fresh scrypt v0.11.0
87982025-07-18T17:49:51.570Z Fresh openssl-sys v0.9.109
87992025-07-18T17:49:51.570Z Fresh foreign-types v0.3.2
88002025-07-18T17:49:51.570Z Fresh http-body-util v0.1.3
88012025-07-18T17:49:51.570Z Fresh rustc_version v0.4.1
88022025-07-18T17:49:51.570Z Fresh openssl-macros v0.1.1
88032025-07-18T17:49:51.570Z Fresh pkcs5 v0.7.1
88042025-07-18T17:49:51.571Z Fresh anstyle-parse v0.2.5
88052025-07-18T17:49:51.571Z Fresh openssl v0.10.73
88062025-07-18T17:49:51.571Z Fresh is_terminal_polyfill v1.70.1
88072025-07-18T17:49:51.571Z Fresh colorchoice v1.0.2
88082025-07-18T17:49:51.571Z Fresh anstyle-query v1.1.1
88092025-07-18T17:49:51.571Z Fresh pkcs8 v0.10.2
88102025-07-18T17:49:51.571Z Fresh terminal_size v0.4.0
88112025-07-18T17:49:51.571Z Fresh anstream v0.6.18
88122025-07-18T17:49:51.571Z Fresh rustls v0.23.19
88132025-07-18T17:49:51.571Z Fresh serde_urlencoded v0.7.1
88142025-07-18T17:49:51.571Z Fresh encoding_rs v0.8.34
88152025-07-18T17:49:51.571Z Fresh sync_wrapper v1.0.1
88162025-07-18T17:49:51.571Z Fresh psl-types v2.0.11
88172025-07-18T17:49:51.571Z Fresh tokio-rustls v0.26.0
88182025-07-18T17:49:51.571Z Fresh native-tls v0.2.12
88192025-07-18T17:49:51.571Z Fresh clap_lex v0.7.4
88202025-07-18T17:49:51.571Z Fresh tower-layer v0.3.3
88212025-07-18T17:49:51.571Z Fresh litrs v0.4.1
88222025-07-18T17:49:51.571Z Fresh publicsuffix v2.3.0
88232025-07-18T17:49:51.571Z Fresh rustls-native-certs v0.8.1
88242025-07-18T17:49:51.571Z Fresh cookie v0.18.1
88252025-07-18T17:49:51.571Z Fresh tokio-native-tls v0.3.1
88262025-07-18T17:49:51.571Z Fresh document-features v0.2.10
88272025-07-18T17:49:51.571Z Fresh tower v0.5.2
88282025-07-18T17:49:51.571Z Fresh clap_builder v4.5.40
88292025-07-18T17:49:51.571Z Fresh webpki-roots v1.0.1
88302025-07-18T17:49:51.571Z Fresh openapiv3 v2.2.0
88312025-07-18T17:49:51.572Z Fresh clap_derive v4.5.40
88322025-07-18T17:49:51.572Z Fresh ucd-trie v0.1.7
88332025-07-18T17:49:51.572Z Fresh iri-string v0.7.8
88342025-07-18T17:49:51.572Z Fresh hyper-rustls v0.27.7
88352025-07-18T17:49:51.572Z Fresh hyper-tls v0.6.0
88362025-07-18T17:49:51.572Z Fresh cookie_store v0.21.1
88372025-07-18T17:49:51.572Z Fresh clap v4.5.40
88382025-07-18T17:49:51.572Z Fresh ipnetwork v0.21.1
88392025-07-18T17:49:51.572Z Fresh data-encoding v2.9.0
88402025-07-18T17:49:51.572Z Fresh tower-http v0.6.6
88412025-07-18T17:49:51.572Z Fresh pest v2.7.14
88422025-07-18T17:49:51.572Z Fresh rand_core v0.9.2
88432025-07-18T17:49:51.572Z Fresh scroll_derive v0.12.0
88442025-07-18T17:49:51.572Z Fresh winnow v0.5.40
88452025-07-18T17:49:51.572Z Fresh tinyvec_macros v0.1.1
88462025-07-18T17:49:51.572Z Fresh signature v2.2.0
88472025-07-18T17:49:51.572Z Fresh plain v0.2.3
88482025-07-18T17:49:51.572Z Fresh reqwest v0.12.22
88492025-07-18T17:49:51.572Z Fresh pest_meta v2.7.14
88502025-07-18T17:49:51.572Z Fresh tinyvec v1.8.0
88512025-07-18T17:49:51.572Z Fresh scroll v0.12.0
88522025-07-18T17:49:51.572Z Fresh toml_edit v0.19.15
88532025-07-18T17:49:51.572Z Fresh rand_chacha v0.9.0
88542025-07-18T17:49:51.572Z Fresh siphasher v0.3.11
88552025-07-18T17:49:51.572Z Fresh pest_generator v2.7.14
88562025-07-18T17:49:51.572Z Fresh goblin v0.8.2
88572025-07-18T17:49:51.572Z Fresh pretty-hex v0.4.1
88582025-07-18T17:49:51.572Z Fresh phf_shared v0.11.2
88592025-07-18T17:49:51.572Z Fresh rand v0.9.1
88602025-07-18T17:49:51.573Z Fresh thread-id v4.2.2
88612025-07-18T17:49:51.573Z Fresh toml_write v0.1.2
88622025-07-18T17:49:51.573Z Fresh pest_derive v2.7.14
88632025-07-18T17:49:51.573Z Fresh dof v0.3.0
88642025-07-18T17:49:51.573Z Fresh winnow v0.7.10
88652025-07-18T17:49:51.573Z Fresh crossbeam-epoch v0.9.18
88662025-07-18T17:49:51.573Z Fresh sha1 v0.10.6
88672025-07-18T17:49:51.573Z Fresh num-integer v0.1.46
88682025-07-18T17:49:51.573Z Fresh unicode-segmentation v1.12.0
88692025-07-18T17:49:51.573Z Fresh unicode-width v0.2.0
88702025-07-18T17:49:51.573Z Fresh dtrace-parser v0.2.0
88712025-07-18T17:49:51.573Z Fresh toml_edit v0.22.27
88722025-07-18T17:49:51.573Z Fresh bstr v1.10.0
88732025-07-18T17:49:51.573Z Fresh crc32fast v1.4.2
88742025-07-18T17:49:51.573Z Fresh static_assertions v1.1.0
88752025-07-18T17:49:51.573Z Fresh base16ct v0.2.0
88762025-07-18T17:49:51.573Z Fresh oxnet v0.1.2
88772025-07-18T17:49:51.573Z Fresh hubpack_derive v0.1.1
88782025-07-18T17:49:51.573Z Fresh usdt-impl v0.5.0
88792025-07-18T17:49:51.573Z Fresh sec1 v0.7.3
88802025-07-18T17:49:51.573Z Fresh ff v0.13.0
88812025-07-18T17:49:51.573Z Fresh memmap v0.7.0
88822025-07-18T17:49:51.575Z Fresh hubpack v0.1.2
88832025-07-18T17:49:51.575Z Fresh num-iter v0.1.45
88842025-07-18T17:49:51.575Z Fresh hkdf v0.12.4
88852025-07-18T17:49:51.575Z Fresh crypto-bigint v0.5.5
88862025-07-18T17:49:51.575Z Fresh usdt-attr-macro v0.5.0
88872025-07-18T17:49:51.608Z Fresh usdt-macro v0.5.0
88882025-07-18T17:49:51.608Z Fresh group v0.13.0
88892025-07-18T17:49:51.608Z Fresh itertools v0.13.0
88902025-07-18T17:49:51.608Z Fresh zlib-rs v0.5.1
88912025-07-18T17:49:51.609Z Fresh bitflags v1.3.2
88922025-07-18T17:49:51.609Z Fresh crossbeam-deque v0.8.5
88932025-07-18T17:49:51.609Z Fresh usdt v0.5.0
88942025-07-18T17:49:51.609Z Fresh elliptic-curve v0.13.8
88952025-07-18T17:49:51.609Z Fresh libz-rs-sys v0.5.1
88962025-07-18T17:49:51.609Z Fresh strum_macros v0.26.4
88972025-07-18T17:49:51.609Z Fresh unicode-xid v0.2.6
88982025-07-18T17:49:51.609Z Fresh num-bigint-dig v0.8.4
88992025-07-18T17:49:51.609Z Fresh strum v0.26.3
89002025-07-18T17:49:51.609Z Fresh flate2 v1.1.2
89012025-07-18T17:49:51.609Z Fresh pkcs1 v0.7.5
89022025-07-18T17:49:51.609Z Fresh itertools v0.10.5
89032025-07-18T17:49:51.609Z Fresh cfg_aliases v0.2.1
89042025-07-18T17:49:51.609Z Fresh bzip2-sys v0.1.13+1.0.8
89052025-07-18T17:49:51.609Z Fresh newtype-uuid v1.2.4
89062025-07-18T17:49:51.609Z Fresh rsa v0.9.6
89072025-07-18T17:49:51.609Z Fresh toml v0.7.8
89082025-07-18T17:49:51.609Z Fresh unicode-normalization v0.1.24
89092025-07-18T17:49:51.609Z Fresh rfc6979 v0.4.0
89102025-07-18T17:49:51.609Z Fresh enum-as-inner v0.6.1
89112025-07-18T17:49:51.609Z Fresh curve25519-dalek-derive v0.1.1
89122025-07-18T17:49:51.609Z Fresh daft-derive v0.1.4
89132025-07-18T17:49:51.609Z Fresh managed v0.8.0
89142025-07-18T17:49:51.609Z Fresh ecdsa v0.16.9
89152025-07-18T17:49:51.609Z Fresh ahash v0.8.11
89162025-07-18T17:49:51.609Z Fresh memoffset v0.9.1
89172025-07-18T17:49:51.609Z Fresh daft v0.1.4
89182025-07-18T17:49:51.609Z Fresh curve25519-dalek v4.1.3
89192025-07-18T17:49:51.609Z Fresh x509-cert v0.2.5
89202025-07-18T17:49:51.609Z Fresh fixedbitset v0.4.2
89212025-07-18T17:49:51.609Z Fresh new_debug_unreachable v1.0.6
89222025-07-18T17:49:51.609Z Fresh precomputed-hash v0.1.1
89232025-07-18T17:49:51.609Z Fresh rayon-core v1.12.1
89242025-07-18T17:49:51.609Z Fresh string_cache v0.8.9
89252025-07-18T17:49:51.609Z Fresh signal-hook v0.3.17
89262025-07-18T17:49:51.609Z Fresh petgraph v0.6.5
89272025-07-18T17:49:51.609Z Fresh ed25519 v2.2.3
89282025-07-18T17:49:51.610Z Fresh zstd-sys v2.0.14+zstd.1.5.7
89292025-07-18T17:49:51.610Z Fresh bzip2 v0.4.4
89302025-07-18T17:49:51.610Z Fresh ed25519-dalek v2.1.1
89312025-07-18T17:49:51.610Z Fresh console v0.15.10
89322025-07-18T17:49:51.610Z Fresh rustc-hash v2.1.1
89332025-07-18T17:49:51.610Z Fresh lalrpop-util v0.19.12
89342025-07-18T17:49:51.610Z Fresh signal-hook-mio v0.2.4
89352025-07-18T17:49:51.610Z Fresh zip v0.6.6
89362025-07-18T17:49:51.610Z Fresh zstd-safe v7.2.3
89372025-07-18T17:49:51.610Z Fresh hash32 v0.2.1
89382025-07-18T17:49:51.610Z Fresh winnow v0.6.26
89392025-07-18T17:49:51.610Z Fresh simd-adler32 v0.3.7
89402025-07-18T17:49:51.610Z Fresh predicates-core v1.0.8
89412025-07-18T17:49:51.610Z Fresh unicode-properties v0.1.3
89422025-07-18T17:49:51.610Z Fresh unicode-bidi v0.3.17
89432025-07-18T17:49:51.610Z Fresh lockfree-object-pool v0.1.6
89442025-07-18T17:49:51.610Z Fresh bumpalo v3.16.0
89452025-07-18T17:49:51.610Z Fresh nix v0.29.0
89462025-07-18T17:49:51.610Z Fresh zstd v0.13.3
89472025-07-18T17:49:51.610Z Fresh heapless v0.7.17
89482025-07-18T17:49:51.610Z Fresh zopfli v0.8.1
89492025-07-18T17:49:51.610Z Fresh stringprep v0.1.5
89502025-07-18T17:49:51.610Z Fresh crossterm v0.28.1
89512025-07-18T17:49:51.610Z Fresh rayon v1.10.0
89522025-07-18T17:49:51.610Z Fresh hickory-proto v0.25.2
89532025-07-18T17:49:51.610Z Fresh bzip2 v0.5.2
89542025-07-18T17:49:51.610Z Fresh similar v2.7.0
89552025-07-18T17:49:51.610Z Fresh strum_macros v0.27.1
89562025-07-18T17:49:51.610Z Fresh tokio-stream v0.1.17
89572025-07-18T17:49:51.610Z Fresh md-5 v0.10.6
89582025-07-18T17:49:51.610Z Fresh float-cmp v0.10.0
89592025-07-18T17:49:51.610Z Fresh normalize-line-endings v0.3.0
89602025-07-18T17:49:51.610Z Fresh difflib v0.4.0
89612025-07-18T17:49:51.610Z Fresh fallible-iterator v0.2.0
89622025-07-18T17:49:51.610Z Fresh postgres-protocol v0.6.8
89632025-07-18T17:49:51.610Z Fresh strum v0.27.1
89642025-07-18T17:49:51.610Z Fresh predicates v3.1.3
89652025-07-18T17:49:51.610Z Fresh buf-list v1.0.3
89662025-07-18T17:49:51.610Z Fresh zip v4.2.0
89672025-07-18T17:49:51.611Z Fresh smoltcp v0.9.1
89682025-07-18T17:49:51.611Z Fresh phf v0.11.2
89692025-07-18T17:49:51.611Z Fresh serde-big-array v0.5.1
89702025-07-18T17:49:51.611Z Fresh serde_repr v0.1.19
89712025-07-18T17:49:51.611Z Fresh number_prefix v0.4.0
89722025-07-18T17:49:51.611Z Fresh peg-runtime v0.8.5
89732025-07-18T17:49:51.611Z Fresh postgres-types v0.2.9
89742025-07-18T17:49:51.611Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
89752025-07-18T17:49:51.611Z Fresh whoami v1.5.2
89762025-07-18T17:49:51.611Z Fresh indicatif v0.17.11
89772025-07-18T17:49:51.611Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
89782025-07-18T17:49:51.611Z Fresh tokio-postgres v0.7.13
89792025-07-18T17:49:51.611Z Fresh regress v0.10.3
89802025-07-18T17:49:51.611Z Fresh fastrand v2.1.1
89812025-07-18T17:49:51.611Z Fresh futures-executor v0.3.31
89822025-07-18T17:49:51.611Z Fresh fs-err v3.1.1
89832025-07-18T17:49:51.611Z Fresh camino v1.1.10
89842025-07-18T17:49:51.611Z Fresh ident_case v1.0.1
89852025-07-18T17:49:51.611Z Fresh futures v0.3.31
89862025-07-18T17:49:51.611Z Fresh is-terminal v0.4.13
89872025-07-18T17:49:51.638Z Fresh dirs-sys-next v0.1.2
89882025-07-18T17:49:51.638Z Fresh unsafe-libyaml v0.2.11
89892025-07-18T17:49:51.638Z Fresh dirs-next v2.0.0
89902025-07-18T17:49:51.638Z Fresh serde_yaml v0.9.34+deprecated
89912025-07-18T17:49:51.638Z Fresh crossbeam-channel v0.5.15
89922025-07-18T17:49:51.638Z Fresh darling_core v0.20.10
89932025-07-18T17:49:51.638Z Fresh toml v0.8.23
89942025-07-18T17:49:51.638Z Fresh thread_local v1.1.8
89952025-07-18T17:49:51.638Z Fresh term v0.7.0
89962025-07-18T17:49:51.639Z Fresh rustix v1.0.7
89972025-07-18T17:49:51.639Z Fresh darling_macro v0.20.10
89982025-07-18T17:49:51.639Z Fresh quick-error v1.2.3
89992025-07-18T17:49:51.639Z Fresh take_mut v0.2.2
90002025-07-18T17:49:51.639Z Fresh match_cfg v0.1.0
90012025-07-18T17:49:51.639Z Fresh tempfile v3.20.0
90022025-07-18T17:49:51.639Z Fresh darling v0.20.10
90032025-07-18T17:49:51.639Z Fresh slog-term v2.9.1
90042025-07-18T17:49:51.639Z Fresh hostname v0.3.1
90052025-07-18T17:49:51.639Z Fresh progenitor-client v0.10.0
90062025-07-18T17:49:51.639Z Fresh bit-vec v0.8.0
90072025-07-18T17:49:51.639Z Fresh slog-async v2.8.0
90082025-07-18T17:49:51.639Z Fresh bit-set v0.8.0
90092025-07-18T17:49:51.639Z Fresh hex v0.4.3
90102025-07-18T17:49:51.639Z Fresh structmeta-derive v0.3.0
90112025-07-18T17:49:51.639Z Fresh wait-timeout v0.2.0
90122025-07-18T17:49:51.639Z Fresh debug-ignore v1.0.5
90132025-07-18T17:49:51.639Z Fresh rand_xorshift v0.4.0
90142025-07-18T17:49:51.639Z Fresh unarray v0.1.4
90152025-07-18T17:49:51.639Z Fresh structmeta v0.3.0
90162025-07-18T17:49:51.639Z Fresh rusty-fork v0.3.0
90172025-07-18T17:49:51.639Z Fresh serde_path_to_error v0.1.17
90182025-07-18T17:49:51.639Z Fresh slog-json v2.6.1
90192025-07-18T17:49:51.639Z Fresh async-stream-impl v0.3.6
90202025-07-18T17:49:51.639Z Fresh proptest v1.7.0
90212025-07-18T17:49:51.639Z Fresh derive-ex v0.1.8
90222025-07-18T17:49:51.640Z Fresh slog-bunyan v2.5.0
90232025-07-18T17:49:51.640Z Fresh async-stream v0.3.6
90242025-07-18T17:49:51.640Z Fresh rustls-pemfile v2.2.0
90252025-07-18T17:49:51.640Z Fresh rustls v0.22.4
90262025-07-18T17:49:51.640Z Fresh multer v3.1.0
90272025-07-18T17:49:51.640Z Fresh waitgroup v0.1.2
90282025-07-18T17:49:51.640Z Fresh dropshot_endpoint v0.16.2
90292025-07-18T17:49:51.640Z Fresh hostname v0.4.0
90302025-07-18T17:49:51.640Z Fresh test-strategy v0.4.3
90312025-07-18T17:49:51.640Z Fresh serde_with_macros v3.14.0
90322025-07-18T17:49:51.640Z Fresh typify-impl v0.3.0
90332025-07-18T17:49:51.640Z Fresh tokio-rustls v0.25.0
90342025-07-18T17:49:51.640Z Fresh serde_with v3.14.0
90352025-07-18T17:49:51.640Z Fresh typify-macro v0.3.0
90362025-07-18T17:49:51.640Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
90372025-07-18T17:49:51.640Z Fresh macaddr v1.0.1
90382025-07-18T17:49:51.640Z Fresh instant v0.1.13
90392025-07-18T17:49:51.641Z Fresh derive-where v1.5.0
90402025-07-18T17:49:51.641Z Fresh dropshot v0.16.2
90412025-07-18T17:49:51.641Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
90422025-07-18T17:49:51.641Z Fresh typify v0.3.0
90432025-07-18T17:49:51.641Z Fresh progenitor-client v0.9.1
90442025-07-18T17:49:51.641Z Fresh parse-display-derive v0.10.0
90452025-07-18T17:49:51.641Z Fresh ref-cast-impl v1.0.24
90462025-07-18T17:49:51.641Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
90472025-07-18T17:49:51.641Z Fresh progenitor-impl v0.9.1
90482025-07-18T17:49:51.641Z Fresh parse-display v0.10.0
90492025-07-18T17:49:51.641Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
90502025-07-18T17:49:51.641Z Fresh backoff v0.4.0
90512025-07-18T17:49:51.641Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
90522025-07-18T17:49:51.641Z Fresh progenitor-macro v0.9.1
90532025-07-18T17:49:51.641Z Fresh ref-cast v1.0.24
90542025-07-18T17:49:51.641Z Fresh camino-tempfile v1.4.1
90552025-07-18T17:49:51.641Z Fresh itertools v0.14.0
90562025-07-18T17:49:51.641Z Fresh unicode-width v0.1.14
90572025-07-18T17:49:51.641Z Fresh proc-macro-crate v1.3.1
90582025-07-18T17:49:51.641Z Fresh progenitor v0.9.1
90592025-07-18T17:49:51.641Z Fresh iddqd v0.3.8
90602025-07-18T17:49:51.642Z Fresh num_enum_derive v0.5.11
90612025-07-18T17:49:51.642Z Fresh tabwriter v1.4.0
90622025-07-18T17:49:51.642Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
90632025-07-18T17:49:51.642Z Fresh proc-macro-error-attr v1.0.4
90642025-07-18T17:49:51.642Z Fresh num_enum v0.5.11
90652025-07-18T17:49:51.642Z Fresh foreign-types-macros v0.2.3
90662025-07-18T17:49:51.642Z Fresh foreign-types-shared v0.3.1
90672025-07-18T17:49:51.642Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
90682025-07-18T17:49:51.642Z Fresh proc-macro-error v1.0.4
90692025-07-18T17:49:51.642Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
90702025-07-18T17:49:51.642Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
90712025-07-18T17:49:51.642Z Fresh foreign-types v0.5.0
90722025-07-18T17:49:51.642Z Fresh cstr-argument v0.1.2
90732025-07-18T17:49:51.642Z Fresh pretty-hex v0.2.1
90742025-07-18T17:49:51.643Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
90752025-07-18T17:49:51.643Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
90762025-07-18T17:49:51.643Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
90772025-07-18T17:49:51.643Z Fresh colored v2.2.0
90782025-07-18T17:49:51.643Z Fresh smf v0.2.3
90792025-07-18T17:49:51.643Z Fresh heck v0.4.1
90802025-07-18T17:49:51.643Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
90812025-07-18T17:49:51.646Z Fresh darling_core v0.21.0
90822025-07-18T17:49:51.646Z Fresh typify-impl v0.4.1
90832025-07-18T17:49:51.646Z Fresh hash32 v0.3.1
90842025-07-18T17:49:51.646Z Fresh cobs v0.2.3
90852025-07-18T17:49:51.646Z Fresh typify-macro v0.4.1
90862025-07-18T17:49:51.646Z Fresh darling_macro v0.21.0
90872025-07-18T17:49:51.686Z Fresh crucible-workspace-hack v0.1.0
90882025-07-18T17:49:51.686Z Fresh postcard v1.0.10
90892025-07-18T17:49:51.686Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
90902025-07-18T17:49:51.686Z Fresh darling v0.21.0
90912025-07-18T17:49:51.686Z Fresh typify v0.4.1
90922025-07-18T17:49:51.686Z Fresh heapless v0.8.0
90932025-07-18T17:49:51.687Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
90942025-07-18T17:49:51.687Z Fresh sigpipe v0.1.3
90952025-07-18T17:49:51.687Z Fresh jiff v0.2.15
90962025-07-18T17:49:51.687Z Fresh zone_cfg_derive v0.3.0
90972025-07-18T17:49:51.687Z Fresh ingot-macros v0.1.1
90982025-07-18T17:49:51.687Z Fresh progenitor-impl v0.10.0
90992025-07-18T17:49:51.687Z Fresh smoltcp v0.11.0
91002025-07-18T17:49:51.687Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
91012025-07-18T17:49:51.687Z Fresh num-derive v0.4.2
91022025-07-18T17:49:51.687Z Fresh zone v0.3.1
91032025-07-18T17:49:51.687Z Fresh ingot-types v0.1.2
91042025-07-18T17:49:51.687Z Fresh progenitor-macro v0.10.0
91052025-07-18T17:49:51.687Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
91062025-07-18T17:49:51.687Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
91072025-07-18T17:49:51.687Z Fresh convert_case v0.4.0
91082025-07-18T17:49:51.687Z Fresh atomicwrites v0.4.4
91092025-07-18T17:49:51.688Z Fresh half v2.4.1
91102025-07-18T17:49:51.688Z Fresh progenitor v0.10.0
91112025-07-18T17:49:51.688Z Fresh ingot v0.1.1
91122025-07-18T17:49:51.688Z Fresh derive_more v0.99.20
91132025-07-18T17:49:51.688Z Fresh ciborium-io v0.2.2
91142025-07-18T17:49:51.688Z Fresh base64 v0.21.7
91152025-07-18T17:49:51.688Z Fresh same-file v1.0.6
91162025-07-18T17:49:51.688Z Fresh num-rational v0.4.2
91172025-07-18T17:49:51.688Z Fresh secrecy v0.10.3
91182025-07-18T17:49:51.688Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
91192025-07-18T17:49:51.688Z Fresh ciborium-ll v0.2.2
91202025-07-18T17:49:51.688Z Fresh walkdir v2.5.0
91212025-07-18T17:49:51.688Z Fresh num-complex v0.4.6
91222025-07-18T17:49:51.688Z Fresh float-ord v0.3.2
91232025-07-18T17:49:51.688Z Fresh utf-8 v0.7.6
91242025-07-18T17:49:51.688Z Fresh newline-converter v0.3.0
91252025-07-18T17:49:51.688Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
91262025-07-18T17:49:51.688Z Fresh ciborium v0.2.2
91272025-07-18T17:49:51.688Z Fresh num v0.4.3
91282025-07-18T17:49:51.688Z Fresh tungstenite v0.21.0
91292025-07-18T17:49:51.688Z Fresh expectorate v1.2.0
91302025-07-18T17:49:51.688Z Fresh fixedbitset v0.5.7
91312025-07-18T17:49:51.688Z Fresh indent_write v2.2.0
91322025-07-18T17:49:51.688Z Fresh password-hash v0.5.0
91332025-07-18T17:49:51.688Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
91342025-07-18T17:49:51.688Z Fresh tokio-tungstenite v0.21.0
91352025-07-18T17:49:51.688Z Fresh pem v3.0.5
91362025-07-18T17:49:51.688Z Fresh blake2 v0.10.6
91372025-07-18T17:49:51.688Z Fresh petgraph v0.8.2
91382025-07-18T17:49:51.688Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
91392025-07-18T17:49:51.690Z Fresh argon2 v0.5.3
91402025-07-18T17:49:51.690Z Fresh libsw-core v0.3.1
91412025-07-18T17:49:51.690Z Fresh bytecount v0.6.8
91422025-07-18T17:49:51.690Z Fresh libsw v3.5.0
91432025-07-18T17:49:51.690Z Fresh cancel-safe-futures v0.1.5
91442025-07-18T17:49:51.690Z Fresh owo-colors v4.2.2
91452025-07-18T17:49:51.690Z Fresh swrite v0.1.0
91462025-07-18T17:49:51.690Z Fresh linear-map v1.2.0
91472025-07-18T17:49:51.690Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
91482025-07-18T17:49:51.690Z Fresh keccak v0.1.5
91492025-07-18T17:49:51.690Z Fresh tokio-dtrace v0.1.0
91502025-07-18T17:49:51.690Z Fresh sha3 v0.10.8
91512025-07-18T17:49:51.690Z Fresh oxide-tokio-rt v0.1.2
91522025-07-18T17:49:51.692Z Fresh universal-hash v0.5.1
91532025-07-18T17:49:51.692Z Fresh opaque-debug v0.3.1
91542025-07-18T17:49:51.692Z Fresh globset v0.4.15
91552025-07-18T17:49:51.692Z Fresh async-recursion v1.1.1
91562025-07-18T17:49:51.692Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
91572025-07-18T17:49:51.692Z Fresh aead v0.5.2
91582025-07-18T17:49:51.692Z Fresh poly1305 v0.8.0
91592025-07-18T17:49:51.692Z Fresh chacha20 v0.9.1
91602025-07-18T17:49:51.692Z Fresh pin-project-internal v1.1.6
91612025-07-18T17:49:51.692Z Fresh pin-project v1.1.6
91622025-07-18T17:49:51.692Z Fresh snafu-derive v0.8.5
91632025-07-18T17:49:51.692Z Fresh olpc-cjson v0.1.4
91642025-07-18T17:49:51.692Z Fresh thiserror-impl-no-std v2.0.2
91652025-07-18T17:49:51.692Z Fresh serde_plain v1.0.2
91662025-07-18T17:49:51.692Z Fresh highway v1.3.0
91672025-07-18T17:49:51.692Z Fresh snafu v0.8.5
91682025-07-18T17:49:51.692Z Fresh typed-path v0.9.3
91692025-07-18T17:49:51.693Z Fresh thiserror-no-std v2.0.2
91702025-07-18T17:49:51.693Z Fresh papergrid v0.11.0
91712025-07-18T17:49:51.693Z Fresh tabled_derive v0.7.0
91722025-07-18T17:49:51.693Z Fresh semver v0.1.20
91732025-07-18T17:49:51.693Z Fresh tough v0.20.0
91742025-07-18T17:49:51.693Z Fresh rustc_version v0.1.7
91752025-07-18T17:49:51.693Z Fresh vsss-rs v3.3.4
91762025-07-18T17:49:51.693Z Fresh tabled v0.15.0
91772025-07-18T17:49:51.693Z Fresh chacha20poly1305 v0.10.1
91782025-07-18T17:49:51.693Z Fresh xattr v1.3.1
91792025-07-18T17:49:51.693Z Fresh filetime v0.2.25
91802025-07-18T17:49:51.693Z Fresh humantime v2.2.0
91812025-07-18T17:49:51.693Z Fresh tar v0.4.44
91822025-07-18T17:49:51.693Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
91832025-07-18T17:49:51.693Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
91842025-07-18T17:49:51.693Z Fresh smawk v0.3.2
91852025-07-18T17:49:51.693Z Fresh unicode-linebreak v0.1.5
91862025-07-18T17:49:51.693Z Fresh arc-swap v1.7.1
91872025-07-18T17:49:51.721Z Fresh textwrap v0.16.2
91882025-07-18T17:49:51.721Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
91892025-07-18T17:49:51.721Z Fresh typify-impl v0.2.0
91902025-07-18T17:49:51.721Z Fresh headers-core v0.3.0
91912025-07-18T17:49:51.721Z Fresh slog-scope v4.4.0
91922025-07-18T17:49:51.721Z Fresh newtype_derive v0.1.6
91932025-07-18T17:49:51.721Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
91942025-07-18T17:49:51.721Z Fresh typify-macro v0.2.0
91952025-07-18T17:49:51.721Z Fresh headers v0.4.1
91962025-07-18T17:49:51.721Z Fresh heck v0.3.3
91972025-07-18T17:49:51.721Z Fresh slog-stdlog v4.1.1
91982025-07-18T17:49:51.723Z Fresh steno v0.4.1
91992025-07-18T17:49:51.723Z Fresh typify v0.2.0
92002025-07-18T17:49:51.723Z Fresh progenitor-client v0.8.0
92012025-07-18T17:49:51.723Z Fresh zone_cfg_derive v0.1.2
92022025-07-18T17:49:51.723Z Fresh resolv-conf v0.7.0
92032025-07-18T17:49:51.723Z Fresh slog-envlogger v2.2.0
92042025-07-18T17:49:51.723Z Fresh progenitor-impl v0.8.0
92052025-07-18T17:49:51.723Z Fresh lzma-sys v0.1.20
92062025-07-18T17:49:51.723Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
92072025-07-18T17:49:51.723Z Fresh base64 v0.13.1
92082025-07-18T17:49:51.723Z Fresh zone v0.1.8
92092025-07-18T17:49:51.724Z Fresh yasna v0.5.2
92102025-07-18T17:49:51.724Z Fresh progenitor-macro v0.8.0
92112025-07-18T17:49:51.724Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
92122025-07-18T17:49:51.724Z Fresh ron v0.7.1
92132025-07-18T17:49:51.724Z Fresh xz2 v0.1.7
92142025-07-18T17:49:51.724Z Fresh rcgen v0.12.1
92152025-07-18T17:49:51.724Z Fresh subprocess v0.2.9
92162025-07-18T17:49:51.724Z Fresh linked-hash-map v0.5.6
92172025-07-18T17:49:51.724Z Fresh hickory-proto v0.24.4
92182025-07-18T17:49:51.724Z Fresh progenitor v0.8.0
92192025-07-18T17:49:51.724Z Fresh lru-cache v0.1.2
92202025-07-18T17:49:51.724Z Fresh tagptr v0.2.0
92212025-07-18T17:49:51.724Z Fresh display-error-chain v0.2.2
92222025-07-18T17:49:51.725Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
92232025-07-18T17:49:51.725Z Fresh hickory-resolver v0.24.4
92242025-07-18T17:49:51.725Z Fresh gethostname v0.5.0
92252025-07-18T17:49:51.725Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
92262025-07-18T17:49:51.725Z Fresh qorb v0.4.0
92272025-07-18T17:49:51.725Z Fresh moka v0.12.10
92282025-07-18T17:49:51.725Z Fresh slog-dtrace v0.3.0
92292025-07-18T17:49:51.725Z Fresh maplit v1.0.2
92302025-07-18T17:49:51.725Z Fresh hickory-resolver v0.25.2
92312025-07-18T17:49:51.725Z Fresh bitfield-struct v0.6.2
92322025-07-18T17:49:51.726Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
92332025-07-18T17:49:51.726Z Fresh libefi-sys v0.1.0
92342025-07-18T17:49:51.726Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
92352025-07-18T17:49:51.726Z Fresh zerocopy-derive v0.6.6
92362025-07-18T17:49:51.726Z Fresh tap v1.0.1
92372025-07-18T17:49:51.726Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
92382025-07-18T17:49:51.726Z Fresh zerocopy v0.6.6
92392025-07-18T17:49:51.727Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
92402025-07-18T17:49:51.727Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
92412025-07-18T17:49:51.727Z Fresh wyz v0.5.1
92422025-07-18T17:49:51.727Z Fresh radium v0.7.0
92432025-07-18T17:49:51.727Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
92442025-07-18T17:49:51.728Z Fresh crc-catalog v2.4.0
92452025-07-18T17:49:51.728Z Fresh funty v2.0.0
92462025-07-18T17:49:51.728Z Fresh termcolor v1.4.1
92472025-07-18T17:49:51.728Z Fresh maybe-uninit v2.0.0
92482025-07-18T17:49:51.728Z Fresh packed_struct_codegen v0.10.1
92492025-07-18T17:49:51.728Z Fresh bitvec v1.0.1
92502025-07-18T17:49:51.728Z Fresh crc v3.2.1
92512025-07-18T17:49:51.728Z Fresh nodrop v0.1.14
92522025-07-18T17:49:51.728Z Fresh smallvec v0.6.14
92532025-07-18T17:49:51.728Z Fresh proc-macro-error-attr2 v2.0.0
92542025-07-18T17:49:51.728Z Fresh bitfield v0.14.0
92552025-07-18T17:49:51.728Z Fresh hashbrown v0.12.3
92562025-07-18T17:49:51.728Z Fresh array-init v0.0.4
92572025-07-18T17:49:51.728Z Fresh packed_struct v0.10.1
92582025-07-18T17:49:51.728Z Fresh proc-macro-error2 v2.0.1
92592025-07-18T17:49:51.728Z Fresh indexmap v1.9.3
92602025-07-18T17:49:51.728Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
92612025-07-18T17:49:51.728Z Fresh env_logger v0.10.2
92622025-07-18T17:49:51.728Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
92632025-07-18T17:49:51.728Z Fresh serde-hex v0.1.0
92642025-07-18T17:49:51.728Z Fresh ron v0.8.1
92652025-07-18T17:49:51.728Z Fresh dsl_auto_type v0.1.2
92662025-07-18T17:49:51.728Z Fresh hashbrown v0.13.2
92672025-07-18T17:49:51.728Z Fresh scheduled-thread-pool v0.2.7
92682025-07-18T17:49:51.728Z Fresh diesel_table_macro_syntax v0.2.0
92692025-07-18T17:49:51.728Z Fresh crc-any v2.5.0
92702025-07-18T17:49:51.729Z Fresh xshell-macros v0.2.7
92712025-07-18T17:49:51.729Z Fresh diesel_derives v2.2.3
92722025-07-18T17:49:51.729Z Fresh r2d2 v0.8.10
92732025-07-18T17:49:51.729Z Fresh object v0.30.4
92742025-07-18T17:49:51.729Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
92752025-07-18T17:49:51.729Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
92762025-07-18T17:49:51.729Z Fresh tabled_derive v0.10.0
92772025-07-18T17:49:51.729Z Fresh xshell v0.2.7
92782025-07-18T17:49:51.729Z Fresh papergrid v0.14.0
92792025-07-18T17:49:51.729Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
92802025-07-18T17:49:51.729Z Fresh num-derive v0.3.3
92812025-07-18T17:49:51.729Z Fresh termtree v0.5.1
92822025-07-18T17:49:51.729Z Fresh diff v0.1.13
92832025-07-18T17:49:51.729Z Fresh path-slash v0.1.5
92842025-07-18T17:49:51.729Z Fresh tabled v0.18.0
92852025-07-18T17:49:51.729Z Fresh libscf-sys v1.1.0
92862025-07-18T17:49:51.729Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
92872025-07-18T17:49:51.757Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
92882025-07-18T17:49:51.757Z Fresh diesel v2.2.11
92892025-07-18T17:49:51.757Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
92902025-07-18T17:49:51.757Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
92912025-07-18T17:49:51.757Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
92922025-07-18T17:49:51.757Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
92932025-07-18T17:49:51.757Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
92942025-07-18T17:49:51.758Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
92952025-07-18T17:49:51.758Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
92962025-07-18T17:49:51.758Z Fresh bit-vec v0.6.3
92972025-07-18T17:49:51.758Z Fresh crc8 v0.1.1
92982025-07-18T17:49:51.758Z Fresh crunchy v0.2.2
92992025-07-18T17:49:51.758Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
93002025-07-18T17:49:51.758Z Fresh bit-set v0.5.3
93012025-07-18T17:49:51.758Z Fresh ascii-canvas v3.0.0
93022025-07-18T17:49:51.758Z Fresh ena v0.14.3
93032025-07-18T17:49:51.758Z Fresh tiny-keccak v2.0.2
93042025-07-18T17:49:51.758Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
93052025-07-18T17:49:51.758Z Fresh regex-syntax v0.6.29
93062025-07-18T17:49:51.758Z Fresh const_format_proc_macros v0.2.34
93072025-07-18T17:49:51.758Z Fresh derive_builder_core v0.20.2
93082025-07-18T17:49:51.758Z Fresh lalrpop v0.19.12
93092025-07-18T17:49:51.758Z Fresh const_format v0.2.34
93102025-07-18T17:49:51.758Z Fresh nibble_vec v0.1.0
93112025-07-18T17:49:51.758Z Fresh endian-type v0.1.2
93122025-07-18T17:49:51.758Z Fresh derive_builder_macro v0.20.2
93132025-07-18T17:49:51.758Z Fresh bindgen v0.71.1
93142025-07-18T17:49:51.758Z Fresh radix_trie v0.2.1
93152025-07-18T17:49:51.758Z Fresh strum_macros v0.24.3
93162025-07-18T17:49:51.758Z Fresh half v1.8.3
93172025-07-18T17:49:51.758Z Fresh indoc v1.0.9
93182025-07-18T17:49:51.758Z Fresh libxml v0.3.3
93192025-07-18T17:49:51.758Z Fresh serde_cbor v0.11.2
93202025-07-18T17:49:51.758Z Fresh derive_builder v0.20.2
93212025-07-18T17:49:51.758Z Fresh polar-core v0.27.3
93222025-07-18T17:49:51.758Z Fresh oso-derive v0.27.3
93232025-07-18T17:49:51.758Z Fresh impl-trait-for-tuples v0.2.2
93242025-07-18T17:49:51.758Z Fresh quick-xml v0.37.2
93252025-07-18T17:49:51.759Z Fresh vte_generate_state_changes v0.1.2
93262025-07-18T17:49:51.759Z Fresh samael v0.0.19
93272025-07-18T17:49:51.759Z Fresh oso v0.27.3
93282025-07-18T17:49:51.759Z Fresh vte v0.11.1
93292025-07-18T17:49:51.759Z Fresh fd-lock v4.0.2
93302025-07-18T17:49:51.759Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
93312025-07-18T17:49:51.759Z Fresh nix v0.30.1
93322025-07-18T17:49:51.759Z Fresh strip-ansi-escapes v0.2.0
93332025-07-18T17:49:51.759Z Fresh fxhash v0.2.1
93342025-07-18T17:49:51.759Z Fresh nu-ansi-term v0.50.1
93352025-07-18T17:49:51.759Z Fresh reedline v0.40.0
93362025-07-18T17:49:51.759Z Fresh phf_generator v0.11.2
93372025-07-18T17:49:51.759Z Fresh bb8 v0.8.5
93382025-07-18T17:49:51.759Z Fresh kstat-rs v0.2.4
93392025-07-18T17:49:51.760Z Fresh phf_codegen v0.11.2
93402025-07-18T17:49:51.761Z Fresh async-bb8-diesel v0.2.1
93412025-07-18T17:49:51.761Z Fresh diesel-dtrace v0.4.2
93422025-07-18T17:49:51.761Z Fresh parse-zoneinfo v0.3.1
93432025-07-18T17:49:51.761Z Fresh cfg_aliases v0.1.1
93442025-07-18T17:49:51.762Z Fresh chrono-tz-build v0.4.0
93452025-07-18T17:49:51.762Z Fresh primeorder v0.13.6
93462025-07-18T17:49:51.762Z Fresh predicates-tree v1.0.12
93472025-07-18T17:49:51.762Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
93482025-07-18T17:49:51.762Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
93492025-07-18T17:49:51.762Z Fresh bcs v0.1.6
93502025-07-18T17:49:51.762Z Fresh parking_lot_core v0.8.6
93512025-07-18T17:49:51.762Z Fresh unicase v2.7.0
93522025-07-18T17:49:51.762Z Fresh nix v0.28.0
93532025-07-18T17:49:51.762Z Fresh ignore v0.4.23
93542025-07-18T17:49:51.762Z Fresh peg-macros v0.8.5
93552025-07-18T17:49:51.762Z Fresh sqlparser_derive v0.2.2
93562025-07-18T17:49:51.762Z Fresh nanorand v0.7.0
93572025-07-18T17:49:51.762Z Fresh unicode_categories v0.1.1
93582025-07-18T17:49:51.762Z Fresh peg v0.8.5
93592025-07-18T17:49:51.762Z Fresh rustyline v14.0.0
93602025-07-18T17:49:51.762Z Fresh globwalk v0.9.1
93612025-07-18T17:49:51.762Z Fresh sqlparser v0.45.0
93622025-07-18T17:49:51.762Z Fresh sqlformat v0.3.5
93632025-07-18T17:49:51.762Z Fresh flume v0.11.1
93642025-07-18T17:49:51.762Z Fresh chrono-tz v0.10.3
93652025-07-18T17:49:51.762Z Fresh parking_lot v0.11.2
93662025-07-18T17:49:51.762Z Fresh p384 v0.13.0
93672025-07-18T17:49:51.762Z Fresh prefix-trie v0.7.0
93682025-07-18T17:49:51.762Z Fresh http-range v0.1.5
93692025-07-18T17:49:51.762Z Fresh void v1.0.2
93702025-07-18T17:49:51.763Z Fresh salty v0.3.0
93712025-07-18T17:49:51.763Z Fresh sled v0.34.7
93722025-07-18T17:49:51.763Z Fresh lzss v0.8.2
93732025-07-18T17:49:51.763Z Fresh hickory-server v0.25.2
93742025-07-18T17:49:51.763Z Fresh camino-tempfile-ext v0.3.2
93752025-07-18T17:49:51.763Z Fresh hickory-client v0.25.2
93762025-07-18T17:49:51.763Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
93772025-07-18T17:49:51.763Z Fresh tungstenite v0.23.0
93782025-07-18T17:49:51.763Z Fresh nix v0.27.1
93792025-07-18T17:49:51.763Z Fresh concurrent-queue v2.5.0
93802025-07-18T17:49:51.763Z Fresh serde_bytes v0.11.17
93812025-07-18T17:49:51.763Z Fresh atty v0.2.14
93822025-07-18T17:49:51.763Z Fresh env_filter v0.1.2
93832025-07-18T17:49:51.763Z Fresh csv-core v0.1.11
93842025-07-18T17:49:51.763Z Fresh parking v2.2.1
93852025-07-18T17:49:51.763Z Fresh tokio-tungstenite v0.23.1
93862025-07-18T17:49:51.763Z Fresh env_logger v0.11.5
93872025-07-18T17:49:51.793Z Fresh csv v1.3.1
93882025-07-18T17:49:51.793Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
93892025-07-18T17:49:51.793Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
93902025-07-18T17:49:51.793Z Fresh mime_guess v2.0.5
93912025-07-18T17:49:51.793Z Fresh signal-hook-tokio v0.3.1
93922025-07-18T17:49:51.793Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
93932025-07-18T17:49:51.793Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
93942025-07-18T17:49:51.793Z Fresh hyper-staticfile v0.10.1
93952025-07-18T17:49:51.793Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
93962025-07-18T17:49:51.793Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
93972025-07-18T17:49:51.793Z Fresh secrecy v0.8.0
93982025-07-18T17:49:51.793Z Fresh rand_seeder v0.3.0
93992025-07-18T17:49:51.793Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
94002025-07-18T17:49:51.793Z Fresh event-listener v5.3.1
94012025-07-18T17:49:51.793Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
94022025-07-18T17:49:51.793Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
94032025-07-18T17:49:51.793Z Fresh assert_matches v1.5.0
94042025-07-18T17:49:51.793Z Fresh event-listener-strategy v0.5.2
94052025-07-18T17:49:51.794Z Fresh fs-err v2.11.0
94062025-07-18T17:49:51.794Z Fresh parse-size v1.1.0
94072025-07-18T17:49:51.794Z Fresh yansi v1.0.1
94082025-07-18T17:49:51.794Z Fresh futures-lite v2.3.0
94092025-07-18T17:49:51.794Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
94102025-07-18T17:49:51.794Z Fresh pretty_assertions v1.4.1
94112025-07-18T17:49:51.794Z Fresh typeid v1.0.3
94122025-07-18T17:49:51.794Z Fresh ordered-float v2.10.1
94132025-07-18T17:49:51.794Z Fresh erased-serde v0.4.6
94142025-07-18T17:49:51.794Z Fresh serde-value v0.7.0
94152025-07-18T17:49:51.794Z Fresh async-lock v3.4.0
94162025-07-18T17:49:51.794Z Fresh castaway v0.2.3
94172025-07-18T17:49:51.794Z Fresh serde-untagged v0.1.7
94182025-07-18T17:49:51.794Z Fresh polling v3.7.3
94192025-07-18T17:49:51.794Z Fresh indoc v2.0.6
94202025-07-18T17:49:51.794Z Fresh libz-sys v1.1.20
94212025-07-18T17:49:51.795Z Fresh compact_str v0.8.0
94222025-07-18T17:49:51.795Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
94232025-07-18T17:49:51.796Z Fresh cargo-util-schemas v0.2.0
94242025-07-18T17:49:51.796Z Fresh async-io v2.3.4
94252025-07-18T17:49:51.796Z Fresh unicode-truncate v1.1.0
94262025-07-18T17:49:51.796Z Fresh lru v0.12.5
94272025-07-18T17:49:51.796Z Fresh cargo-platform v0.2.0
94282025-07-18T17:49:51.796Z Fresh instability v0.3.2
94292025-07-18T17:49:51.796Z Fresh async-task v4.7.1
94302025-07-18T17:49:51.796Z Fresh cassowary v0.3.0
94312025-07-18T17:49:51.796Z Fresh is_ci v1.2.0
94322025-07-18T17:49:51.797Z Fresh libgit2-sys v0.17.0+1.8.1
94332025-07-18T17:49:51.797Z Fresh cargo_metadata v0.20.0
94342025-07-18T17:49:51.797Z Fresh async-channel v2.3.1
94352025-07-18T17:49:51.797Z Fresh polyval v0.6.2
94362025-07-18T17:49:51.797Z Fresh supports-color v3.0.2
94372025-07-18T17:49:51.797Z Fresh ratatui v0.29.0
94382025-07-18T17:49:51.797Z Fresh piper v0.2.4
94392025-07-18T17:49:51.797Z Fresh cargo-platform v0.1.8
94402025-07-18T17:49:51.797Z Fresh plotters-backend v0.3.7
94412025-07-18T17:49:51.797Z Fresh ghash v0.5.1
94422025-07-18T17:49:51.797Z Fresh git2 v0.19.0
94432025-07-18T17:49:51.797Z Fresh cargo_metadata v0.18.1
94442025-07-18T17:49:51.797Z Fresh plotters-svg v0.3.7
94452025-07-18T17:49:51.797Z Fresh blocking v1.6.1
94462025-07-18T17:49:51.797Z Fresh async-signal v0.2.10
94472025-07-18T17:49:51.797Z Fresh async-executor v1.13.1
94482025-07-18T17:49:51.797Z Fresh ctr v0.9.2
94492025-07-18T17:49:51.798Z Fresh cast v0.3.0
94502025-07-18T17:49:51.798Z Fresh constant_time_eq v0.3.1
94512025-07-18T17:49:51.798Z Fresh arrayref v0.3.9
94522025-07-18T17:49:51.798Z Fresh event-listener v2.5.3
94532025-07-18T17:49:51.798Z Fresh shell-words v1.1.0
94542025-07-18T17:49:51.798Z Fresh arrayvec v0.7.6
94552025-07-18T17:49:51.798Z Fresh criterion-plot v0.5.0
94562025-07-18T17:49:51.798Z Fresh aes-gcm v0.10.3
94572025-07-18T17:49:51.798Z Fresh async-channel v1.9.0
94582025-07-18T17:49:51.798Z Fresh async-global-executor v2.4.1
94592025-07-18T17:49:51.798Z Fresh plotters v0.3.7
94602025-07-18T17:49:51.798Z Fresh vergen v8.3.2
94612025-07-18T17:49:51.798Z Fresh async-process v2.3.0
94622025-07-18T17:49:51.798Z Fresh ssh-encoding v0.2.0
94632025-07-18T17:49:51.798Z Fresh rustls-webpki v0.101.7
94642025-07-18T17:49:51.798Z Fresh sct v0.7.1
94652025-07-18T17:49:51.798Z Fresh blowfish v0.9.1
94662025-07-18T17:49:51.798Z Fresh async-attributes v1.1.2
94672025-07-18T17:49:51.798Z Fresh tinytemplate v1.2.1
94682025-07-18T17:49:51.798Z Fresh rtoolbox v0.0.2
94692025-07-18T17:49:51.798Z Fresh kv-log-macro v1.0.7
94702025-07-18T17:49:51.798Z Fresh futures-timer v3.0.3
94712025-07-18T17:49:51.798Z Fresh anes v0.1.6
94722025-07-18T17:49:51.798Z Fresh oorandom v11.1.4
94732025-07-18T17:49:51.798Z Fresh rpassword v7.4.0
94742025-07-18T17:49:51.799Z Fresh async-std v1.13.0
94752025-07-18T17:49:51.799Z Fresh rustls v0.21.12
94762025-07-18T17:49:51.799Z Fresh bcrypt-pbkdf v0.10.0
94772025-07-18T17:49:51.799Z Fresh ssh-cipher v0.2.0
94782025-07-18T17:49:51.799Z Fresh criterion v0.6.0
94792025-07-18T17:49:51.799Z Fresh tui-tree-widget v0.23.1
94802025-07-18T17:49:51.799Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
94812025-07-18T17:49:51.799Z Fresh password-hash v0.4.2
94822025-07-18T17:49:51.799Z Fresh hex-literal v0.4.1
94832025-07-18T17:49:51.799Z Fresh pbkdf2 v0.11.0
94842025-07-18T17:49:51.799Z Fresh petname v2.0.2
94852025-07-18T17:49:51.799Z Fresh ssh-key v0.6.6
94862025-07-18T17:49:51.799Z Fresh tokio-rustls v0.24.1
94872025-07-18T17:49:51.835Z Fresh async-object-pool v0.1.5
94882025-07-18T17:49:51.835Z Fresh target-lexicon v0.13.2
94892025-07-18T17:49:51.835Z Fresh p521 v0.13.3
94902025-07-18T17:49:51.835Z Fresh p256 v0.13.2
94912025-07-18T17:49:51.835Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
94922025-07-18T17:49:51.836Z Fresh rustls-pemfile v1.0.4
94932025-07-18T17:49:51.836Z Fresh twox-hash v2.1.0
94942025-07-18T17:49:51.836Z Fresh serde_regex v1.1.0
94952025-07-18T17:49:51.836Z Fresh assert-json-diff v2.0.2
94962025-07-18T17:49:51.836Z Fresh memmap2 v0.9.5
94972025-07-18T17:49:51.836Z Fresh russh-cryptovec v0.7.3
94982025-07-18T17:49:51.836Z Fresh path-tree v0.8.1
94992025-07-18T17:49:51.836Z Fresh stringmetrics v2.2.2
95002025-07-18T17:49:51.836Z Fresh md5 v0.7.0
95012025-07-18T17:49:51.836Z Fresh sync-ptr v0.1.4
95022025-07-18T17:49:51.836Z Fresh blake3 v1.5.4
95032025-07-18T17:49:51.836Z Fresh russh-keys v0.45.0
95042025-07-18T17:49:51.836Z Fresh httpmock v0.8.0-alpha.1
95052025-07-18T17:49:51.836Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
95062025-07-18T17:49:51.836Z Fresh cfg-expr v0.18.0
95072025-07-18T17:49:51.836Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
95082025-07-18T17:49:51.836Z Fresh guppy-workspace-hack v0.1.0
95092025-07-18T17:49:51.836Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
95102025-07-18T17:49:51.836Z Fresh httptest v0.16.3
95112025-07-18T17:49:51.837Z Fresh fatfs v0.3.6
95122025-07-18T17:49:51.838Z Fresh proc-macro-crate v3.2.0
95132025-07-18T17:49:51.838Z Fresh num-bigint v0.4.6
95142025-07-18T17:49:51.838Z Fresh des v0.8.1
95152025-07-18T17:49:51.838Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
95162025-07-18T17:49:51.838Z Fresh topological-sort v0.2.2
95172025-07-18T17:49:51.838Z Fresh escape8259 v0.5.3
95182025-07-18T17:49:51.838Z Fresh relative-path v1.9.3
95192025-07-18T17:49:51.839Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
95202025-07-18T17:49:51.839Z Fresh russh v0.45.0
95212025-07-18T17:49:51.839Z Fresh libtest-mimic v0.8.1
95222025-07-18T17:49:51.839Z Fresh rstest_macros v0.25.0
95232025-07-18T17:49:51.839Z Fresh omicron-zone-package v0.12.2
95242025-07-18T17:49:51.839Z Fresh target-spec v3.4.2
95252025-07-18T17:49:51.839Z Fresh doc-comment v0.3.3
95262025-07-18T17:49:51.839Z Fresh target-triple v0.1.3
95272025-07-18T17:49:51.839Z Fresh blake2b_simd v1.0.2
95282025-07-18T17:49:51.839Z Fresh petgraph v0.7.1
95292025-07-18T17:49:51.839Z Fresh fancy-regex v0.14.0
95302025-07-18T17:49:51.839Z Fresh pathdiff v0.2.3
95312025-07-18T17:49:51.839Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
95322025-07-18T17:49:51.841Z Fresh uzers v0.12.1
95332025-07-18T17:49:51.841Z Fresh internet-checksum v0.2.1
95342025-07-18T17:49:51.841Z Fresh nested v0.1.1
95352025-07-18T17:49:51.841Z Fresh trybuild v1.0.105
95362025-07-18T17:49:51.842Z Fresh assert_cmd v2.0.17
95372025-07-18T17:49:51.842Z Fresh datatest-stable v0.3.2
95382025-07-18T17:49:51.842Z Fresh guppy v0.17.19
95392025-07-18T17:49:51.842Z Fresh rust-argon2 v2.1.0
95402025-07-18T17:49:51.842Z Fresh rstest v0.25.0
95412025-07-18T17:49:51.842Z Fresh partial-io v0.5.4
95422025-07-18T17:49:51.843Z Fresh similar-asserts v1.7.0
95432025-07-18T17:49:51.843Z Fresh rand_distr v0.4.3
95442025-07-18T17:49:51.843Z Fresh approx v0.5.1
95452025-07-18T17:49:51.843Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
95462025-07-18T17:49:51.843Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
95472025-07-18T17:49:51.843Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
95482025-07-18T17:49:51.843Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
95492025-07-18T17:49:51.843Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
95502025-07-18T17:49:51.843Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
95512025-07-18T17:49:51.843Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
95522025-07-18T17:49:51.843Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
95532025-07-18T17:49:51.843Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
95542025-07-18T17:49:51.843Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
95552025-07-18T17:49:51.846Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
95562025-07-18T17:49:51.846Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
95572025-07-18T17:49:51.846Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
95582025-07-18T17:49:51.846Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
95592025-07-18T17:49:51.846Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
95602025-07-18T17:49:51.846Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
95612025-07-18T17:49:51.846Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
95622025-07-18T17:49:51.846Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
95632025-07-18T17:49:51.846Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
95642025-07-18T17:49:51.846Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
95652025-07-18T17:49:51.846Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
95662025-07-18T17:49:51.846Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
95672025-07-18T17:49:51.846Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
95682025-07-18T17:49:51.846Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
95692025-07-18T17:49:51.846Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
95702025-07-18T17:49:51.846Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
95712025-07-18T17:49:51.846Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
95722025-07-18T17:49:51.846Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
95732025-07-18T17:49:51.846Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
95742025-07-18T17:49:51.847Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
95752025-07-18T17:49:51.847Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
95762025-07-18T17:49:51.847Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
95772025-07-18T17:49:51.847Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
95782025-07-18T17:49:51.847Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
95792025-07-18T17:49:51.847Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
95802025-07-18T17:49:51.847Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
95812025-07-18T17:49:51.847Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
95822025-07-18T17:49:51.847Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
95832025-07-18T17:49:51.847Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
95842025-07-18T17:49:51.847Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
95852025-07-18T17:49:51.847Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
95862025-07-18T17:49:51.847Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
95872025-07-18T17:49:51.880Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
95882025-07-18T17:49:51.880Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
95892025-07-18T17:49:51.880Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
95902025-07-18T17:49:51.880Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
95912025-07-18T17:49:51.880Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
95922025-07-18T17:49:51.886Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
95932025-07-18T17:49:51.886Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
95942025-07-18T17:49:51.887Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
95952025-07-18T17:49:51.887Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
95962025-07-18T17:49:51.887Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
95972025-07-18T17:49:51.887Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
95982025-07-18T17:49:51.887Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
95992025-07-18T17:49:51.887Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
96002025-07-18T17:49:51.887Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
96012025-07-18T17:49:51.887Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
96022025-07-18T17:49:51.887Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
96032025-07-18T17:49:51.887Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
96042025-07-18T17:49:51.888Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
96052025-07-18T17:49:51.888Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
96062025-07-18T17:49:51.888Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
96072025-07-18T17:49:51.888Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
96082025-07-18T17:49:51.888Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
96092025-07-18T17:49:51.888Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
96102025-07-18T17:49:51.888Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
96112025-07-18T17:49:51.888Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
96122025-07-18T17:49:51.888Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
96132025-07-18T17:49:51.888Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
96142025-07-18T17:49:51.888Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
96152025-07-18T17:49:51.888Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
96162025-07-18T17:49:51.888Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
96172025-07-18T17:49:51.889Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
96182025-07-18T17:49:51.889Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
96192025-07-18T17:49:51.889Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
96202025-07-18T17:49:51.889Z Fresh sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
96212025-07-18T17:49:51.889Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
96222025-07-18T17:49:51.889Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
96232025-07-18T17:49:51.889Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
96242025-07-18T17:49:51.889Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
96252025-07-18T17:49:51.889Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
96262025-07-18T17:49:51.889Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
96272025-07-18T17:49:51.889Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
96282025-07-18T17:49:51.889Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
96292025-07-18T17:49:51.895Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
96302025-07-18T17:49:51.896Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
96312025-07-18T17:49:51.896Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
96322025-07-18T17:49:51.896Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
96332025-07-18T17:49:51.896Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
96342025-07-18T17:49:51.896Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
96352025-07-18T17:49:51.896Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
96362025-07-18T17:49:51.896Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
96372025-07-18T17:49:51.896Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
96382025-07-18T17:49:51.896Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
96392025-07-18T17:49:51.896Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
96402025-07-18T17:49:51.896Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
96412025-07-18T17:49:51.896Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
96422025-07-18T17:49:51.905Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
96432025-07-18T17:49:51.905Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
96442025-07-18T17:49:51.906Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
96452025-07-18T17:49:51.906Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
96462025-07-18T17:49:51.906Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
96472025-07-18T17:49:51.906Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
96482025-07-18T17:49:51.910Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
96492025-07-18T17:49:51.910Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
96502025-07-18T17:49:51.910Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
96512025-07-18T17:49:51.910Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
96522025-07-18T17:49:51.910Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
96532025-07-18T17:49:51.910Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
96542025-07-18T17:49:51.910Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
96552025-07-18T17:49:51.910Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
96562025-07-18T17:49:51.910Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
96572025-07-18T17:49:51.910Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
96582025-07-18T17:49:51.910Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
96592025-07-18T17:49:51.910Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
96602025-07-18T17:49:51.911Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
96612025-07-18T17:49:51.911Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
96622025-07-18T17:49:51.911Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
96632025-07-18T17:49:51.911Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
96642025-07-18T17:49:51.911Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
96652025-07-18T17:49:51.911Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
96662025-07-18T17:49:51.911Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
96672025-07-18T17:49:51.924Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
96682025-07-18T17:49:51.924Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
96692025-07-18T17:49:51.925Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
96702025-07-18T17:49:51.925Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
96712025-07-18T17:49:51.925Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
96722025-07-18T17:49:51.925Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
96732025-07-18T17:49:51.925Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
96742025-07-18T17:49:51.925Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
96752025-07-18T17:49:51.925Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
96762025-07-18T17:49:51.925Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
96772025-07-18T17:49:51.925Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
96782025-07-18T17:49:51.925Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
96792025-07-18T17:49:51.925Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
96802025-07-18T17:49:51.925Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
96812025-07-18T17:49:51.925Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.81s
96822025-07-18T17:49:51.925Z Doc-tests api_identity
96832025-07-18T17:49:51.925Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-02123073551b7c1c.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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`
96842025-07-18T17:49:52.015Z
96852025-07-18T17:49:52.015Zrunning 0 tests
96862025-07-18T17:49:52.015Z
96872025-07-18T17:49:52.049Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96882025-07-18T17:49:52.049Z
96892025-07-18T17:49:52.049Z Doc-tests authz_macros
96902025-07-18T17:49:52.049Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b5f9c6c69402cbbf.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9c466a4ed58223b8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-75687ff5453c73e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0f93d99a3ba4bcc6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43f9783393799993.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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`
96912025-07-18T17:49:52.248Z
96922025-07-18T17:49:52.248Zrunning 7 tests
96932025-07-18T17:49:52.287Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
96942025-07-18T17:49:52.288Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
96952025-07-18T17:49:52.288Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
96962025-07-18T17:49:52.288Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
96972025-07-18T17:49:52.289Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
96982025-07-18T17:49:52.289Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
96992025-07-18T17:49:52.289Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
97002025-07-18T17:49:52.289Z
97012025-07-18T17:49:52.289Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
97022025-07-18T17:49:52.289Z
97032025-07-18T17:49:52.289Z Doc-tests bootstore
97042025-07-18T17:49:52.289Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-47389a09adfc1f8c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d22e1bfbd5264e45.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0c36304ae81c6ddd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fc35e663ef992660.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-6ad9cd0106bcb645.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-81913501386d0893.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-de1c6173947d76f5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.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`
97052025-07-18T17:49:53.192Z
97062025-07-18T17:49:53.192Zrunning 0 tests
97072025-07-18T17:49:53.192Z
97082025-07-18T17:49:53.192Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97092025-07-18T17:49:53.192Z
97102025-07-18T17:49:53.252Z Doc-tests bootstrap_agent_api
97112025-07-18T17:49:53.253Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4a3ac09e83fa95d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97122025-07-18T17:49:53.777Z
97132025-07-18T17:49:53.777Zrunning 2 tests
97142025-07-18T17:49:53.807Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
97152025-07-18T17:49:53.807Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
97162025-07-18T17:49:53.807Z
97172025-07-18T17:49:53.809Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
97182025-07-18T17:49:53.809Z
97192025-07-18T17:49:53.839Z Doc-tests bootstrap_agent_client
97202025-07-18T17:49:53.839Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-93caa56a791e5eed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97212025-07-18T17:49:54.987Z
97222025-07-18T17:49:54.987Zrunning 0 tests
97232025-07-18T17:49:54.987Z
97242025-07-18T17:49:54.987Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97252025-07-18T17:49:54.987Z
97262025-07-18T17:49:55.023Z Doc-tests clickana
97272025-07-18T17:49:55.023Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-3e8786d8c14eb053.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c4ddc37d8796576e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ef8dc745ce4e596.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97282025-07-18T17:49:55.537Z
97292025-07-18T17:49:55.537Zrunning 0 tests
97302025-07-18T17:49:55.537Z
97312025-07-18T17:49:55.537Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97322025-07-18T17:49:55.537Z
97332025-07-18T17:49:55.585Z Doc-tests clickhouse_admin_api
97342025-07-18T17:49:55.585Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-003fc21f863b6946.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97352025-07-18T17:49:55.987Z
97362025-07-18T17:49:55.987Zrunning 6 tests
97372025-07-18T17:49:56.020Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 37) ... ignored
97382025-07-18T17:49:56.020Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 43) ... ignored
97392025-07-18T17:49:56.020Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 115) ... ignored
97402025-07-18T17:49:56.020Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 121) ... ignored
97412025-07-18T17:49:56.020Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 180) ... ignored
97422025-07-18T17:49:56.020Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 186) ... ignored
97432025-07-18T17:49:56.020Z
97442025-07-18T17:49:56.020Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
97452025-07-18T17:49:56.020Z
97462025-07-18T17:49:56.051Z Doc-tests clickhouse_admin_keeper_client
97472025-07-18T17:49:56.051Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e297e2f9d3879ddf.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-819cb3997d8a5986.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97482025-07-18T17:49:56.818Z
97492025-07-18T17:49:56.819Zrunning 0 tests
97502025-07-18T17:49:56.819Z
97512025-07-18T17:49:56.819Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97522025-07-18T17:49:56.819Z
97532025-07-18T17:49:56.877Z Doc-tests clickhouse_admin_server_client
97542025-07-18T17:49:56.888Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e297e2f9d3879ddf.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c4ddc37d8796576e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97552025-07-18T17:49:57.609Z
97562025-07-18T17:49:57.609Zrunning 0 tests
97572025-07-18T17:49:57.609Z
97582025-07-18T17:49:57.618Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97592025-07-18T17:49:57.618Z
97602025-07-18T17:49:57.676Z Doc-tests clickhouse_admin_single_client
97612025-07-18T17:49:57.676Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e297e2f9d3879ddf.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d2b4d45bd574532f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97622025-07-18T17:49:57.999Z
97632025-07-18T17:49:57.999Zrunning 0 tests
97642025-07-18T17:49:58.000Z
97652025-07-18T17:49:58.000Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97662025-07-18T17:49:58.000Z
97672025-07-18T17:49:58.043Z Doc-tests clickhouse_admin_test_utils
97682025-07-18T17:49:58.043Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-140395dcab7447db.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-18fb1edf5f1cac9d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d8ed9ec70081ab3a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97692025-07-18T17:49:58.369Z
97702025-07-18T17:49:58.379Zrunning 0 tests
97712025-07-18T17:49:58.379Z
97722025-07-18T17:49:58.379Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97732025-07-18T17:49:58.379Z
97742025-07-18T17:49:58.422Z Doc-tests clickhouse_admin_types
97752025-07-18T17:49:58.422Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-45e6edd71e612fc5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97762025-07-18T17:49:59.126Z
97772025-07-18T17:49:59.126Zrunning 0 tests
97782025-07-18T17:49:59.126Z
97792025-07-18T17:49:59.138Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97802025-07-18T17:49:59.138Z
97812025-07-18T17:49:59.185Z Doc-tests cockroach_admin_api
97822025-07-18T17:49:59.218Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7c9b6a6f5e40178d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7eb6c1d42e586bfd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97832025-07-18T17:49:59.476Z
97842025-07-18T17:49:59.476Zrunning 2 tests
97852025-07-18T17:49:59.523Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 23) ... ignored
97862025-07-18T17:49:59.523Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 29) ... ignored
97872025-07-18T17:49:59.544Z
97882025-07-18T17:49:59.544Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
97892025-07-18T17:49:59.545Z
97902025-07-18T17:49:59.550Z Doc-tests cockroach_admin_client
97912025-07-18T17:49:59.550Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e297e2f9d3879ddf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97922025-07-18T17:49:59.890Z
97932025-07-18T17:49:59.893Zrunning 0 tests
97942025-07-18T17:49:59.894Z
97952025-07-18T17:49:59.894Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97962025-07-18T17:49:59.894Z
97972025-07-18T17:49:59.928Z Doc-tests cockroach_admin_types
97982025-07-18T17:49:59.928Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e297e2f9d3879ddf.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7eb6c1d42e586bfd.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-f31e0546acb03d12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97992025-07-18T17:50:00.167Z
98002025-07-18T17:50:00.167Zrunning 0 tests
98012025-07-18T17:50:00.167Z
98022025-07-18T17:50:00.167Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98032025-07-18T17:50:00.167Z
98042025-07-18T17:50:00.200Z Doc-tests db_macros
98052025-07-18T17:50:00.200Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9e4e53dece56a064.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9c466a4ed58223b8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-75687ff5453c73e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0f93d99a3ba4bcc6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43f9783393799993.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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`
98062025-07-18T17:50:00.546Z
98072025-07-18T17:50:00.546Zrunning 3 tests
98082025-07-18T17:50:00.579Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
98092025-07-18T17:50:00.590Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
98102025-07-18T17:50:00.590Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
98112025-07-18T17:50:00.590Z
98122025-07-18T17:50:00.590Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
98132025-07-18T17:50:00.591Z
98142025-07-18T17:50:00.591Z Doc-tests dev_tools_common
98152025-07-18T17:50:00.627Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-cc010fee2f1e309d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98162025-07-18T17:50:00.670Z
98172025-07-18T17:50:00.670Zrunning 0 tests
98182025-07-18T17:50:00.670Z
98192025-07-18T17:50:00.670Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98202025-07-18T17:50:00.670Z
98212025-07-18T17:50:00.698Z Doc-tests dns_server
98222025-07-18T17:50:00.698Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d478ead0c3a29b8c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-be12e1072f36f8f4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5222b68690f578f8.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a459a93b50c99823.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d70a7b4ef4e0e157.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ad9fa7f4de87a1a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98232025-07-18T17:50:01.208Z
98242025-07-18T17:50:01.208Zrunning 0 tests
98252025-07-18T17:50:01.208Z
98262025-07-18T17:50:01.208Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98272025-07-18T17:50:01.208Z
98282025-07-18T17:50:01.260Z Doc-tests dns_server_api
98292025-07-18T17:50:01.260Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e297e2f9d3879ddf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d478ead0c3a29b8c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-b45ca3e2d3713436.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98302025-07-18T17:50:01.626Z
98312025-07-18T17:50:01.626Zrunning 2 tests
98322025-07-18T17:50:01.668Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 134) ... ignored
98332025-07-18T17:50:01.669Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 140) ... ignored
98342025-07-18T17:50:01.669Z
98352025-07-18T17:50:01.669Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
98362025-07-18T17:50:01.669Z
98372025-07-18T17:50:01.669Z Doc-tests dns_service_client
98382025-07-18T17:50:01.669Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e297e2f9d3879ddf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98392025-07-18T17:50:02.135Z
98402025-07-18T17:50:02.135Zrunning 0 tests
98412025-07-18T17:50:02.135Z
98422025-07-18T17:50:02.135Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98432025-07-18T17:50:02.135Z
98442025-07-18T17:50:02.180Z Doc-tests end_to_end_tests
98452025-07-18T17:50:02.180Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-00e5fc0142abc387.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f543ee197f374c89.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-6a36d4997c9def1e.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-368b80e9fb8b06b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d7904af4b939f14b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a9fc31e5bccbcf23.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c022530278e2c9be.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-252479de7de55b9d.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6fa6eb22a430a653.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-30f83be289414ffe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98462025-07-18T17:50:02.741Z
98472025-07-18T17:50:02.742Zrunning 0 tests
98482025-07-18T17:50:02.742Z
98492025-07-18T17:50:02.751Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98502025-07-18T17:50:02.751Z
98512025-07-18T17:50:02.793Z Doc-tests ereport_types
98522025-07-18T17:50:02.793Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1ff1005464dc8e1e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98532025-07-18T17:50:03.085Z
98542025-07-18T17:50:03.085Zrunning 0 tests
98552025-07-18T17:50:03.085Z
98562025-07-18T17:50:03.085Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98572025-07-18T17:50:03.085Z
98582025-07-18T17:50:03.126Z Doc-tests gateway_api
98592025-07-18T17:50:03.138Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1ff1005464dc8e1e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7d5249a48c378d0a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98602025-07-18T17:50:03.527Z
98612025-07-18T17:50:03.527Zrunning 2 tests
98622025-07-18T17:50:03.558Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 48) ... ignored
98632025-07-18T17:50:03.558Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 54) ... ignored
98642025-07-18T17:50:03.558Z
98652025-07-18T17:50:03.558Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
98662025-07-18T17:50:03.558Z
98672025-07-18T17:50:03.591Z Doc-tests gateway_client
98682025-07-18T17:50:03.591Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-55b2fb0813a2d2c1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98692025-07-18T17:50:04.954Z
98702025-07-18T17:50:04.954Zrunning 0 tests
98712025-07-18T17:50:04.954Z
98722025-07-18T17:50:04.954Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98732025-07-18T17:50:04.954Z
98742025-07-18T17:50:05.018Z Doc-tests gateway_test_utils
98752025-07-18T17:50:05.018Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-140395dcab7447db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d383683918435a79.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2d4d76274ed6b3bf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98762025-07-18T17:50:05.762Z
98772025-07-18T17:50:05.762Zrunning 0 tests
98782025-07-18T17:50:05.762Z
98792025-07-18T17:50:05.762Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98802025-07-18T17:50:05.778Z
98812025-07-18T17:50:05.844Z Doc-tests gateway_types
98822025-07-18T17:50:05.844Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3c83a57bdf9cccc4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-949498ec86ace6df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98832025-07-18T17:50:06.482Z
98842025-07-18T17:50:06.483Zrunning 0 tests
98852025-07-18T17:50:06.493Z
98862025-07-18T17:50:06.493Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98872025-07-18T17:50:06.494Z
98882025-07-18T17:50:06.544Z Doc-tests gfss
98892025-07-18T17:50:06.544Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-86cffebc07ad4c24.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-1ffd351691b2253a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern rand09=/work/oxidecomputer/omicron/target/debug/deps/librand-c775600be1f1d72b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-81913501386d0893.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98902025-07-18T17:50:06.707Z
98912025-07-18T17:50:06.707Zrunning 0 tests
98922025-07-18T17:50:06.707Z
98932025-07-18T17:50:06.707Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98942025-07-18T17:50:06.707Z
98952025-07-18T17:50:06.741Z Doc-tests id_map
98962025-07-18T17:50:06.741Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3c83a57bdf9cccc4.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2da6f52a05daee67.so --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98972025-07-18T17:50:06.913Z
98982025-07-18T17:50:06.913Zrunning 0 tests
98992025-07-18T17:50:06.913Z
99002025-07-18T17:50:06.913Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99012025-07-18T17:50:06.913Z
99022025-07-18T17:50:06.946Z Doc-tests illumos_utils
99032025-07-18T17:50:06.946Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-8294b670d1a4805e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-76e995005ff0a130.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-5c44d9a309ae9304.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-88d1ab2a1093d582.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-8048f8c248b06c48.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-93e4ee5af1b857ed.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-90b960a9eceafef2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-90f61593e285c654.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-880c094fe21f7bb6.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`
99042025-07-18T17:50:07.734Z
99052025-07-18T17:50:07.734Zrunning 0 tests
99062025-07-18T17:50:07.734Z
99072025-07-18T17:50:07.734Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99082025-07-18T17:50:07.734Z
99092025-07-18T17:50:07.813Z Doc-tests installinator
99102025-07-18T17:50:07.813Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-616d45b749047c20.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-ddf4c450e7384ab9.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1853e6163b1cbe5e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-949498ec86ace6df.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-63bcb48b3f985184.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-33bdfb6f14bf9c46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-90b960a9eceafef2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.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`
99112025-07-18T17:50:08.553Z
99122025-07-18T17:50:08.553Zrunning 0 tests
99132025-07-18T17:50:08.553Z
99142025-07-18T17:50:08.553Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99152025-07-18T17:50:08.553Z
99162025-07-18T17:50:08.631Z Doc-tests installinator_api
99172025-07-18T17:50:08.632Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b40fa1ae348706b1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99182025-07-18T17:50:09.026Z
99192025-07-18T17:50:09.026Zrunning 2 tests
99202025-07-18T17:50:09.059Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
99212025-07-18T17:50:09.059Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
99222025-07-18T17:50:09.059Z
99232025-07-18T17:50:09.059Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
99242025-07-18T17:50:09.059Z
99252025-07-18T17:50:09.095Z Doc-tests installinator_client
99262025-07-18T17:50:09.095Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1853e6163b1cbe5e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99272025-07-18T17:50:10.162Z
99282025-07-18T17:50:10.162Zrunning 0 tests
99292025-07-18T17:50:10.162Z
99302025-07-18T17:50:10.162Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99312025-07-18T17:50:10.162Z
99322025-07-18T17:50:10.223Z Doc-tests installinator_common
99332025-07-18T17:50:10.223Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99342025-07-18T17:50:10.711Z
99352025-07-18T17:50:10.712Zrunning 0 tests
99362025-07-18T17:50:10.712Z
99372025-07-18T17:50:10.712Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99382025-07-18T17:50:10.712Z
99392025-07-18T17:50:10.784Z Doc-tests internal_dns_resolver
99402025-07-18T17:50:10.784Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5222b68690f578f8.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ad9fa7f4de87a1a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99412025-07-18T17:50:11.162Z
99422025-07-18T17:50:11.162Zrunning 0 tests
99432025-07-18T17:50:11.162Z
99442025-07-18T17:50:11.162Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99452025-07-18T17:50:11.163Z
99462025-07-18T17:50:11.212Z Doc-tests internal_dns_types
99472025-07-18T17:50:11.212Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99482025-07-18T17:50:11.709Z
99492025-07-18T17:50:11.710Zrunning 0 tests
99502025-07-18T17:50:11.710Z
99512025-07-18T17:50:11.710Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99522025-07-18T17:50:11.710Z
99532025-07-18T17:50:11.776Z Doc-tests ipcc
99542025-07-18T17:50:11.776Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fc35e663ef992660.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-949498ec86ace6df.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-461ed684906c0f16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99552025-07-18T17:50:11.991Z
99562025-07-18T17:50:11.991Zrunning 0 tests
99572025-07-18T17:50:11.991Z
99582025-07-18T17:50:11.991Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99592025-07-18T17:50:11.992Z
99602025-07-18T17:50:12.044Z Doc-tests key_manager
99612025-07-18T17:50:12.051Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7757a5163fd5f6fb.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-6ad9cd0106bcb645.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c1b9298b3b9f752e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-81913501386d0893.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99622025-07-18T17:50:12.376Z
99632025-07-18T17:50:12.376Zrunning 0 tests
99642025-07-18T17:50:12.377Z
99652025-07-18T17:50:12.377Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99662025-07-18T17:50:12.377Z
99672025-07-18T17:50:12.448Z Doc-tests live_tests_macros
99682025-07-18T17:50:12.448Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c6db19b5a35a2bf8.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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`
99692025-07-18T17:50:12.527Z
99702025-07-18T17:50:12.536Zrunning 1 test
99712025-07-18T17:50:12.568Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
99722025-07-18T17:50:12.568Z
99732025-07-18T17:50:12.568Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99742025-07-18T17:50:12.569Z
99752025-07-18T17:50:12.569Z Doc-tests nexus_auth
99762025-07-18T17:50:12.569Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-b5f9c6c69402cbbf.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1077a381490b2b16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4ec10f8ff6ccdff4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4ad3f0e9fdf550f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3dfa2c4d507203d6.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a3aaee2a5fbfd5d8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-791f6c46896bc067.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-0cd10597ee8ba5d3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2063e0a5150b553c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0e8ebc29aa1b3701.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.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`
99772025-07-18T17:50:14.552Z
99782025-07-18T17:50:14.552Zrunning 0 tests
99792025-07-18T17:50:14.552Z
99802025-07-18T17:50:14.552Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99812025-07-18T17:50:14.552Z
99822025-07-18T17:50:14.608Z Doc-tests nexus_background_task_interface
99832025-07-18T17:50:14.608Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5b5d519635764858.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99842025-07-18T17:50:14.608Z
99852025-07-18T17:50:14.608Zrunning 0 tests
99862025-07-18T17:50:14.608Z
99872025-07-18T17:50:14.608Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99882025-07-18T17:50:14.608Z
99892025-07-18T17:50:14.608Z Doc-tests nexus_client
99902025-07-18T17:50:14.608Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e297e2f9d3879ddf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99912025-07-18T17:50:17.293Z
99922025-07-18T17:50:17.294Zrunning 0 tests
99932025-07-18T17:50:17.294Z
99942025-07-18T17:50:17.294Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99952025-07-18T17:50:17.294Z
99962025-07-18T17:50:17.395Z Doc-tests nexus_config
99972025-07-18T17:50:17.395Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-4f9ec0ace280ac93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99982025-07-18T17:50:18.174Z
99992025-07-18T17:50:18.174Zrunning 0 tests
100002025-07-18T17:50:18.174Z
100012025-07-18T17:50:18.174Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100022025-07-18T17:50:18.174Z
100032025-07-18T17:50:18.238Z Doc-tests nexus_db_errors
100042025-07-18T17:50:18.238Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6858bf7692ed7774.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3dfa2c4d507203d6.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-1c238be7d1ff9218.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100052025-07-18T17:50:18.730Z
100062025-07-18T17:50:18.730Zrunning 0 tests
100072025-07-18T17:50:18.730Z
100082025-07-18T17:50:18.730Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100092025-07-18T17:50:18.730Z
100102025-07-18T17:50:18.784Z Doc-tests nexus_db_fixed_data
100112025-07-18T17:50:18.784Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a3aaee2a5fbfd5d8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.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`
100122025-07-18T17:50:19.340Z
100132025-07-18T17:50:19.341Zrunning 0 tests
100142025-07-18T17:50:19.341Z
100152025-07-18T17:50:19.341Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100162025-07-18T17:50:19.341Z
100172025-07-18T17:50:19.381Z Doc-tests nexus_db_lookup
100182025-07-18T17:50:19.381Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6f7becf0be234034.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9e4e53dece56a064.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-fe6fdf8b3f06986e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3dfa2c4d507203d6.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-1c238be7d1ff9218.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-45994ed5d7c4fdfe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.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`
100192025-07-18T17:50:20.341Z
100202025-07-18T17:50:20.341Zrunning 0 tests
100212025-07-18T17:50:20.341Z
100222025-07-18T17:50:20.341Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100232025-07-18T17:50:20.341Z
100242025-07-18T17:50:20.439Z Doc-tests nexus_db_model
100252025-07-18T17:50:20.439Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9e4e53dece56a064.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2da6f52a05daee67.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4ad3f0e9fdf550f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e8430367e7407a4b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f92a2078bd882a16.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6abd2e8972dbcc75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4eb179e974db8bfa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7884be8ca7df3de2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.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`
100262025-07-18T17:50:25.221Z
100272025-07-18T17:50:25.221Zrunning 2 tests
100282025-07-18T17:50:27.832Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
100292025-07-18T17:50:28.007Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
100302025-07-18T17:50:28.007Z
100312025-07-18T17:50:28.007Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.78s
100322025-07-18T17:50:28.007Z
100332025-07-18T17:50:28.169Z Doc-tests nexus_db_queries
100342025-07-18T17:50:28.228Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6f7becf0be234034.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-203866d8f93cd47a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-c57b2dabfdf90577.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9e4e53dece56a064.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-fe6fdf8b3f06986e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-00756ef9aa93d6f2.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3dfa2c4d507203d6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-1c238be7d1ff9218.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a3aaee2a5fbfd5d8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-45994ed5d7c4fdfe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6abd2e8972dbcc75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-0cd10597ee8ba5d3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9ca21b882cc6264d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a07609af0cdfe2ed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1c569a96ba79b59e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-28dfec6183e46a8d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-4f9ec0ace280ac93.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4eb179e974db8bfa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8ebbabf17f6411ab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7884be8ca7df3de2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-ac3fc3f288dce79e.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-9da1e4644011109b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.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`
100352025-07-18T17:50:30.800Z
100362025-07-18T17:50:30.800Zrunning 1 test
100372025-07-18T17:50:34.840Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
100382025-07-18T17:50:34.840Z
100392025-07-18T17:50:34.840Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.03s
100402025-07-18T17:50:34.840Z
100412025-07-18T17:50:34.970Z Doc-tests nexus_db_schema
100422025-07-18T17:50:34.998Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6858bf7692ed7774.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100432025-07-18T17:50:43.119Z
100442025-07-18T17:50:43.119Zrunning 0 tests
100452025-07-18T17:50:43.119Z
100462025-07-18T17:50:43.119Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100472025-07-18T17:50:43.119Z
100482025-07-18T17:50:43.410Z Doc-tests nexus_defaults
100492025-07-18T17:50:43.410Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5a05a2d73fc9769b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e8430367e7407a4b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100502025-07-18T17:50:45.314Z
100512025-07-18T17:50:45.314Zrunning 0 tests
100522025-07-18T17:50:45.314Z
100532025-07-18T17:50:45.315Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100542025-07-18T17:50:45.315Z
100552025-07-18T17:50:45.412Z Doc-tests nexus_external_api
100562025-07-18T17:50:45.412Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c4941842b8657916.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-b45ca3e2d3713436.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aee46517a2d2eb97.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ccf6bb10fd627250.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100572025-07-18T17:50:45.412Z
100582025-07-18T17:50:45.414Zrunning 2 tests
100592025-07-18T17:50:45.414Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 84) ... ignored
100602025-07-18T17:50:45.414Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 90) ... ignored
100612025-07-18T17:50:45.414Z
100622025-07-18T17:50:45.414Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100632025-07-18T17:50:45.414Z
100642025-07-18T17:50:45.414Z Doc-tests nexus_internal_api
100652025-07-18T17:50:45.414Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1ff1005464dc8e1e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8cf53888304425f8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100662025-07-18T17:50:45.414Z
100672025-07-18T17:50:45.414Zrunning 2 tests
100682025-07-18T17:50:45.414Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 66) ... ignored
100692025-07-18T17:50:45.414Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 72) ... ignored
100702025-07-18T17:50:45.414Z
100712025-07-18T17:50:45.414Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100722025-07-18T17:50:45.414Z
100732025-07-18T17:50:45.442Z Doc-tests nexus_inventory
100742025-07-18T17:50:45.442Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-819cb3997d8a5986.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c4ddc37d8796576e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0a58aff7cd7f4239.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6abd2e8972dbcc75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-fe522ce22452c7b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-ac3fc3f288dce79e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ad4ed6e4cf542f96.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100752025-07-18T17:50:46.018Z
100762025-07-18T17:50:46.018Zrunning 0 tests
100772025-07-18T17:50:46.018Z
100782025-07-18T17:50:46.020Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100792025-07-18T17:50:46.020Z
100802025-07-18T17:50:46.073Z Doc-tests nexus_macros_common
100812025-07-18T17:50:46.073Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-75687ff5453c73e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100822025-07-18T17:50:46.170Z
100832025-07-18T17:50:46.170Zrunning 0 tests
100842025-07-18T17:50:46.170Z
100852025-07-18T17:50:46.170Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100862025-07-18T17:50:46.170Z
100872025-07-18T17:50:46.199Z Doc-tests nexus_metrics_producer_gc
100882025-07-18T17:50:46.224Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6f7becf0be234034.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-a2bb9463d63b26b2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-087bcb250238d314.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85e68e865335d234.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.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`
100892025-07-18T17:50:46.859Z
100902025-07-18T17:50:46.859Zrunning 0 tests
100912025-07-18T17:50:46.859Z
100922025-07-18T17:50:46.859Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100932025-07-18T17:50:46.859Z
100942025-07-18T17:50:46.951Z Doc-tests nexus_mgs_updates
100952025-07-18T17:50:46.951Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-6f9f57966bbb5c4e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-152db808518fa03a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2f4fd79ea148e323.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2d4d76274ed6b3bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100962025-07-18T17:50:47.551Z
100972025-07-18T17:50:47.552Zrunning 0 tests
100982025-07-18T17:50:47.553Z
100992025-07-18T17:50:47.553Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101002025-07-18T17:50:47.553Z
101012025-07-18T17:50:47.610Z Doc-tests nexus_networking
101022025-07-18T17:50:47.610Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-400f1a947c243aae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-45994ed5d7c4fdfe.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-25ebb7649118feaf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101032025-07-18T17:50:48.289Z
101042025-07-18T17:50:48.289Zrunning 0 tests
101052025-07-18T17:50:48.290Z
101062025-07-18T17:50:48.290Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101072025-07-18T17:50:48.290Z
101082025-07-18T17:50:48.353Z Doc-tests nexus_reconfigurator_blippy
101092025-07-18T17:50:48.353Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b98b24fe8bf9aff3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101102025-07-18T17:50:48.877Z
101112025-07-18T17:50:48.877Zrunning 0 tests
101122025-07-18T17:50:48.877Z
101132025-07-18T17:50:48.877Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101142025-07-18T17:50:48.879Z
101152025-07-18T17:50:48.930Z Doc-tests nexus_reconfigurator_execution
101162025-07-18T17:50:48.977Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6f7becf0be234034.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-819cb3997d8a5986.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c4ddc37d8796576e.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d2b4d45bd574532f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-a2bb9463d63b26b2.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-f4d532b8bf8b4102.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-63b27a38e06bd635.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-45994ed5d7c4fdfe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-6f9f57966bbb5c4e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-25ebb7649118feaf.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-864f19fa425877bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-70b269b0f7ab55a1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9b7e7ca3c69aefe6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-140fb2e23b727763.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.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`
101172025-07-18T17:50:49.636Z
101182025-07-18T17:50:49.637Zrunning 0 tests
101192025-07-18T17:50:49.637Z
101202025-07-18T17:50:49.637Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101212025-07-18T17:50:49.637Z
101222025-07-18T17:50:49.727Z Doc-tests nexus_reconfigurator_planning
101232025-07-18T17:50:49.727Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-f4d532b8bf8b4102.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-463b351fd2332d42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b98b24fe8bf9aff3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6abd2e8972dbcc75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2d4d76274ed6b3bf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ad4ed6e4cf542f96.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101242025-07-18T17:50:50.564Z
101252025-07-18T17:50:50.564Zrunning 0 tests
101262025-07-18T17:50:50.564Z
101272025-07-18T17:50:50.564Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101282025-07-18T17:50:50.564Z
101292025-07-18T17:50:50.631Z Doc-tests nexus_reconfigurator_preparation
101302025-07-18T17:50:50.631Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-70b269b0f7ab55a1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101312025-07-18T17:50:51.255Z
101322025-07-18T17:50:51.255Zrunning 0 tests
101332025-07-18T17:50:51.256Z
101342025-07-18T17:50:51.256Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101352025-07-18T17:50:51.256Z
101362025-07-18T17:50:51.318Z Doc-tests nexus_reconfigurator_rendezvous
101372025-07-18T17:50:51.318Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6f7becf0be234034.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3190d5d54444620e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.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`
101382025-07-18T17:50:51.933Z
101392025-07-18T17:50:51.933Zrunning 0 tests
101402025-07-18T17:50:51.933Z
101412025-07-18T17:50:51.933Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101422025-07-18T17:50:51.933Z
101432025-07-18T17:50:51.995Z Doc-tests nexus_reconfigurator_simulation
101442025-07-18T17:50:51.995Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-72d18f5f30e8e1c5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-007a2d881e0c2659.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-ac3fc3f288dce79e.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-7b7c88eed381415d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ad4ed6e4cf542f96.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101452025-07-18T17:50:52.596Z
101462025-07-18T17:50:52.596Zrunning 0 tests
101472025-07-18T17:50:52.596Z
101482025-07-18T17:50:52.596Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101492025-07-18T17:50:52.596Z
101502025-07-18T17:50:52.654Z Doc-tests nexus_saga_recovery
101512025-07-18T17:50:52.654Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e297e2f9d3879ddf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3dfa2c4d507203d6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-89b37e0dde854778.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9b7e7ca3c69aefe6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-4f9ec0ace280ac93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7884be8ca7df3de2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.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`
101522025-07-18T17:50:53.240Z
101532025-07-18T17:50:53.240Zrunning 0 tests
101542025-07-18T17:50:53.240Z
101552025-07-18T17:50:53.240Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101562025-07-18T17:50:53.240Z
101572025-07-18T17:50:53.297Z Doc-tests nexus_sled_agent_shared
101582025-07-18T17:50:53.297Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101592025-07-18T17:50:54.095Z
101602025-07-18T17:50:54.096Zrunning 0 tests
101612025-07-18T17:50:54.096Z
101622025-07-18T17:50:54.097Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101632025-07-18T17:50:54.097Z
101642025-07-18T17:50:54.154Z Doc-tests nexus_test_interface
101652025-07-18T17:50:54.162Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7757a5163fd5f6fb.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-3ca8626cd2bfd199.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101662025-07-18T17:50:54.636Z
101672025-07-18T17:50:54.636Zrunning 0 tests
101682025-07-18T17:50:54.636Z
101692025-07-18T17:50:54.636Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101702025-07-18T17:50:54.636Z
101712025-07-18T17:50:54.712Z Doc-tests nexus_test_utils
101722025-07-18T17:50:54.712Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4ec10f8ff6ccdff4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-3ca8626cd2bfd199.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-7fe85857ab2a2350.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-90f409c8a427a466.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-4f9ec0ace280ac93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0e8ebc29aa1b3701.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.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`
101732025-07-18T17:50:55.745Z
101742025-07-18T17:50:55.745Zrunning 0 tests
101752025-07-18T17:50:55.745Z
101762025-07-18T17:50:55.746Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101772025-07-18T17:50:55.746Z
101782025-07-18T17:50:55.827Z Doc-tests nexus_test_utils_macros
101792025-07-18T17:50:55.827Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9b7e7ca3c69aefe6.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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`
101802025-07-18T17:50:55.938Z
101812025-07-18T17:50:55.938Zrunning 1 test
101822025-07-18T17:50:55.991Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
101832025-07-18T17:50:55.991Z
101842025-07-18T17:50:55.991Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
101852025-07-18T17:50:55.991Z
101862025-07-18T17:50:55.992Z Doc-tests nexus_types
101872025-07-18T17:50:55.992Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-02123073551b7c1c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1077a381490b2b16.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2da6f52a05daee67.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-54fee71cfffae045.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-63b27a38e06bd635.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4ad3f0e9fdf550f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6abd2e8972dbcc75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-791f6c46896bc067.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ccf6bb10fd627250.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7884be8ca7df3de2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-12357f3044d4be0e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a20439c054845fb3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6a999422bb962905.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-de2d9fe847872790.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101882025-07-18T17:51:00.496Z
101892025-07-18T17:51:00.496Zrunning 3 tests
101902025-07-18T17:51:00.527Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 1800) ... ignored
101912025-07-18T17:51:00.527Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 1672) ... ignored
101922025-07-18T17:51:00.527Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 999) ... ignored
101932025-07-18T17:51:00.527Z
101942025-07-18T17:51:00.527Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
101952025-07-18T17:51:00.527Z
101962025-07-18T17:51:00.646Z Doc-tests ntp_admin_api
101972025-07-18T17:51:00.646Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1ff1005464dc8e1e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-5f0b71562611e976.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-fd7f5a1151bc7903.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101982025-07-18T17:51:00.891Z
101992025-07-18T17:51:00.891Zrunning 2 tests
102002025-07-18T17:51:00.918Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 16) ... ignored
102012025-07-18T17:51:00.918Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 22) ... ignored
102022025-07-18T17:51:00.918Z
102032025-07-18T17:51:00.918Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
102042025-07-18T17:51:00.918Z
102052025-07-18T17:51:00.947Z Doc-tests ntp_admin_client
102062025-07-18T17:51:00.947Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e297e2f9d3879ddf.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b701908248140072.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102072025-07-18T17:51:01.224Z
102082025-07-18T17:51:01.224Zrunning 0 tests
102092025-07-18T17:51:01.224Z
102102025-07-18T17:51:01.224Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102112025-07-18T17:51:01.224Z
102122025-07-18T17:51:01.259Z Doc-tests ntp_admin_types
102132025-07-18T17:51:01.259Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e297e2f9d3879ddf.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-fd7f5a1151bc7903.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102142025-07-18T17:51:01.414Z
102152025-07-18T17:51:01.415Zrunning 0 tests
102162025-07-18T17:51:01.415Z
102172025-07-18T17:51:01.415Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102182025-07-18T17:51:01.415Z
102192025-07-18T17:51:01.450Z Doc-tests omicron_certificates
102202025-07-18T17:51:01.451Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-643b99a83b897ab3.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-453285ad844747c3.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f92a2078bd882a16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-791f6c46896bc067.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-60febd85b5ddc3ea.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102212025-07-18T17:51:01.838Z
102222025-07-18T17:51:01.838Zrunning 0 tests
102232025-07-18T17:51:01.838Z
102242025-07-18T17:51:01.838Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102252025-07-18T17:51:01.838Z
102262025-07-18T17:51:01.884Z Doc-tests omicron_clickhouse_admin
102272025-07-18T17:51:01.896Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-003fc21f863b6946.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-18fb1edf5f1cac9d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d8ed9ec70081ab3a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f66607dd804088fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c573b1c082b52c9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102282025-07-18T17:51:02.483Z
102292025-07-18T17:51:02.483Zrunning 0 tests
102302025-07-18T17:51:02.483Z
102312025-07-18T17:51:02.483Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102322025-07-18T17:51:02.483Z
102332025-07-18T17:51:02.595Z Doc-tests omicron_cockroach_admin
102342025-07-18T17:51:02.595Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7c9b6a6f5e40178d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7eb6c1d42e586bfd.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-f31e0546acb03d12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-7fe85857ab2a2350.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.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-07-18T17:51:02.985Z
102362025-07-18T17:51:02.985Zrunning 0 tests
102372025-07-18T17:51:02.985Z
102382025-07-18T17:51:02.985Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102392025-07-18T17:51:02.986Z
102402025-07-18T17:51:03.032Z Doc-tests omicron_cockroach_metrics
102412025-07-18T17:51:03.032Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6abd2e8972dbcc75.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-091ea52007f63294.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102422025-07-18T17:51:03.354Z
102432025-07-18T17:51:03.354Zrunning 1 test
102442025-07-18T17:51:03.694Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 122) - compile ... ok
102452025-07-18T17:51:03.694Z
102462025-07-18T17:51:03.694Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.35s
102472025-07-18T17:51:03.694Z
102482025-07-18T17:51:03.735Z Doc-tests omicron_common
102492025-07-18T17:51:03.764Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-02123073551b7c1c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-1cdb6f13d066ec6f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-521db65e426b7271.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-360e6327ee94b1cc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5a4eae26ea11f133.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b4f3a2503b776aa2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0e8ebc29aa1b3701.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.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`
102502025-07-18T17:51:06.210Z
102512025-07-18T17:51:06.210Zrunning 2 tests
102522025-07-18T17:51:06.241Ztest common/src/lib.rs - FileKv (line 39) ... ignored
102532025-07-18T17:51:13.663Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
102542025-07-18T17:51:13.664Z
102552025-07-18T17:51:13.675Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 7.44s
102562025-07-18T17:51:13.676Z
102572025-07-18T17:51:13.761Z Doc-tests omicron_ddm_admin_client
102582025-07-18T17:51:13.761Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-73d4d7ffb3d2bcf3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7e6bfb7da4b02c98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-63bcb48b3f985184.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-360e6327ee94b1cc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102592025-07-18T17:51:14.158Z
102602025-07-18T17:51:14.158Zrunning 0 tests
102612025-07-18T17:51:14.158Z
102622025-07-18T17:51:14.164Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102632025-07-18T17:51:14.165Z
102642025-07-18T17:51:14.202Z Doc-tests omicron_dev_lib
102652025-07-18T17:51:14.202Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-09283293c0e83604.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-446751bffa2ea2e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102662025-07-18T17:51:14.568Z
102672025-07-18T17:51:14.568Zrunning 0 tests
102682025-07-18T17:51:14.569Z
102692025-07-18T17:51:14.569Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102702025-07-18T17:51:14.569Z
102712025-07-18T17:51:14.594Z Doc-tests omicron_gateway
102722025-07-18T17:51:14.595Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7d5249a48c378d0a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-32a0991a70616916.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-949498ec86ace6df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d383683918435a79.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-111d4954213f1af1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0dbd613c5e038d9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2d4d76274ed6b3bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-dcb6d69ee5c4499e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102732025-07-18T17:51:15.521Z
102742025-07-18T17:51:15.521Zrunning 0 tests
102752025-07-18T17:51:15.521Z
102762025-07-18T17:51:15.522Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102772025-07-18T17:51:15.522Z
102782025-07-18T17:51:15.592Z Doc-tests omicron_ls_apis
102792025-07-18T17:51:15.592Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2a842c4aa4a41563.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4ad3f0e9fdf550f.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-4f20af3791d90c7b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1c569a96ba79b59e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102802025-07-18T17:51:15.895Z
102812025-07-18T17:51:15.895Zrunning 1 test
102822025-07-18T17:51:15.924Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
102832025-07-18T17:51:15.924Z
102842025-07-18T17:51:15.924Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
102852025-07-18T17:51:15.924Z
102862025-07-18T17:51:15.974Z Doc-tests omicron_nexus
102872025-07-18T17:51:15.974Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6f7becf0be234034.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-819cb3997d8a5986.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-c4ddc37d8796576e.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-d2b4d45bd574532f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-c57b2dabfdf90577.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-779a96c0a285a878.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e6df0d374c71c188.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6858bf7692ed7774.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-14b10a30c1d65797.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f5968120c1643fc4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4ec10f8ff6ccdff4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-401945d023ab2c01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0a58aff7cd7f4239.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-a2bb9463d63b26b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-00756ef9aa93d6f2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b69aaca6809ee664.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-612ea3f727a39337.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-463b351fd2332d42.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-521db65e426b7271.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3dfa2c4d507203d6.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-5b5d519635764858.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-45994ed5d7c4fdfe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-93fe94028d57e50b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-be3a10363eaa964e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ca2cf2ad7e7894c7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e8430367e7407a4b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c4941842b8657916.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8cf53888304425f8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-087bcb250238d314.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-6f9f57966bbb5c4e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-25ebb7649118feaf.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-864f19fa425877bb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-70b269b0f7ab55a1.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3190d5d54444620e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-89b37e0dde854778.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-3ca8626cd2bfd199.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9b7e7ca3c69aefe6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-ad3f47c3b9446adb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6abd2e8972dbcc75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-140fb2e23b727763.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-791f6c46896bc067.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c022530278e2c9be.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85e68e865335d234.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-90f409c8a427a466.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ccf6bb10fd627250.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-091ea52007f63294.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9ca21b882cc6264d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a07609af0cdfe2ed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1c569a96ba79b59e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-4f9ec0ace280ac93.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-360e6327ee94b1cc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-439a4722ef59a9f5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4eb179e974db8bfa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-71cacb618e25bc78.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8ebbabf17f6411ab.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-7c9491b89069efec.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2063e0a5150b553c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-0e8ebc29aa1b3701.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-8780c77a767d4046.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2d4d76274ed6b3bf.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7884be8ca7df3de2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-9da1e4644011109b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6a999422bb962905.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-48c3550ccaba580e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-426936e9f2dcd89c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.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`
102882025-07-18T17:51:19.269Z
102892025-07-18T17:51:19.269Zrunning 5 tests
102902025-07-18T17:51:19.299Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 246) ... ignored
102912025-07-18T17:51:25.241Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 835) ... ok
102922025-07-18T17:51:25.355Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 813) ... ok
102932025-07-18T17:51:25.355Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 877) ... ok
102942025-07-18T17:51:25.355Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 907) ... ok
102952025-07-18T17:51:25.355Z
102962025-07-18T17:51:25.355Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.15s
102972025-07-18T17:51:25.355Z
102982025-07-18T17:51:25.355Z Doc-tests omicron_ntp_admin
102992025-07-18T17:51:25.355Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9fb21a79848cd810.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-5f0b71562611e976.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-fd7f5a1151bc7903.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-2644b9332a402332.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
103002025-07-18T17:51:25.356Z
103012025-07-18T17:51:25.356Zrunning 0 tests
103022025-07-18T17:51:25.356Z
103032025-07-18T17:51:25.356Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103042025-07-18T17:51:25.356Z
103052025-07-18T17:51:25.356Z Doc-tests omicron_package
103062025-07-18T17:51:25.356Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2a842c4aa4a41563.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-cc010fee2f1e309d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-54fee71cfffae045.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-fd34f80252728255.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-87892cc1cc096393.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-3165dd9839b45982.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1c569a96ba79b59e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-ff856e5bf9d0126a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-71cacb618e25bc78.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-921f6c3951b61686.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-d062fcf9f345c282.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-90b960a9eceafef2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103072025-07-18T17:51:25.356Z
103082025-07-18T17:51:25.356Zrunning 0 tests
103092025-07-18T17:51:25.356Z
103102025-07-18T17:51:25.356Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103112025-07-18T17:51:25.356Z
103122025-07-18T17:51:25.356Z Doc-tests omicron_passwords
103132025-07-18T17:51:25.356Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-71a88b7cc7a2e7f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-c57b2dabfdf90577.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-d348d2550aca4fee.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-81913501386d0893.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103142025-07-18T17:51:25.356Z
103152025-07-18T17:51:25.356Zrunning 0 tests
103162025-07-18T17:51:25.356Z
103172025-07-18T17:51:25.356Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103182025-07-18T17:51:25.356Z
103192025-07-18T17:51:25.356Z Doc-tests omicron_pins
103202025-07-18T17:51:25.356Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2a842c4aa4a41563.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-61e5e807db545561.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-aeda5b384302c28a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-78738aabfd5c37ab.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103212025-07-18T17:51:25.356Z
103222025-07-18T17:51:25.356Zrunning 0 tests
103232025-07-18T17:51:25.356Z
103242025-07-18T17:51:25.356Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103252025-07-18T17:51:25.356Z
103262025-07-18T17:51:25.356Z Doc-tests omicron_repl_utils
103272025-07-18T17:51:25.356Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0eee0435f9b97cad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-49c78ba804ad4343.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103282025-07-18T17:51:25.358Z
103292025-07-18T17:51:25.358Zrunning 0 tests
103302025-07-18T17:51:25.358Z
103312025-07-18T17:51:25.358Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103322025-07-18T17:51:25.358Z
103332025-07-18T17:51:25.358Z Doc-tests omicron_rpaths
103342025-07-18T17:51:25.358Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9fecc437e1b2b311.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103352025-07-18T17:51:25.358Z
103362025-07-18T17:51:25.358Zrunning 0 tests
103372025-07-18T17:51:25.358Z
103382025-07-18T17:51:25.358Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103392025-07-18T17:51:25.358Z
103402025-07-18T17:51:25.358Z Doc-tests omicron_sled_agent
103412025-07-18T17:51:25.358Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-45e6edd71e612fc5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d22e1bfbd5264e45.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a3ac09e83fa95d9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-93caa56a791e5eed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b2c241ad3f7cd7e0.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7e2e7f9f9a9a498.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b89faa48ec08fa61.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4bd53de974782e88.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6dcffe696c9daf35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7b54a0c7b41b572.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-dde241b92d1c538b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-616d45b749047c20.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8c46e61f24edc42e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b69aaca6809ee664.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c1b9298b3b9f752e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-521db65e426b7271.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b98b24fe8bf9aff3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b701908248140072.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-63bcb48b3f985184.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1610635669cf910f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-88d1ab2a1093d582.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-4f9ec0ace280ac93.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-17dec0fd6a1491c2.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-027b7aec0fe8f11c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-439a4722ef59a9f5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-152db808518fa03a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2f4fd79ea148e323.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b4f3a2503b776aa2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a17f8ed88abb4dd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f90105254b394d92.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-8e96acd13a6c4b29.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-26da9bc46d061a83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-90b960a9eceafef2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-bc72f79b919460e0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-217cf9c7926c24bd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-e38a10a7cf266b0e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-880c094fe21f7bb6.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`
103422025-07-18T17:51:27.304Z
103432025-07-18T17:51:27.304Zrunning 0 tests
103442025-07-18T17:51:27.304Z
103452025-07-18T17:51:27.304Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103462025-07-18T17:51:27.304Z
103472025-07-18T17:51:27.433Z Doc-tests omicron_test_utils
103482025-07-18T17:51:27.435Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-45e6edd71e612fc5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-2051f8d4f9df9124.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ed3745ad4e522800.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4ec10f8ff6ccdff4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-f5dc1e2c0cc21b3d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-dc0424f91bf38a0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a07609af0cdfe2ed.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-71cacb618e25bc78.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8ebbabf17f6411ab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ca878d0d2a8a4fbb.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`
103492025-07-18T17:51:28.975Z
103502025-07-18T17:51:28.975Zrunning 3 tests
103512025-07-18T17:51:29.002Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 237) ... ignored
103522025-07-18T17:51:35.586Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 249) ... ok
103532025-07-18T17:51:35.686Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 205) ... ok
103542025-07-18T17:51:35.686Z
103552025-07-18T17:51:35.686Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 7.79s
103562025-07-18T17:51:35.686Z
103572025-07-18T17:51:35.749Z Doc-tests omicron_uuid_kinds
103582025-07-18T17:51:35.749Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3c83a57bdf9cccc4.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-63b27a38e06bd635.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9ca21b882cc6264d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.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`
103592025-07-18T17:51:35.965Z
103602025-07-18T17:51:35.965Zrunning 0 tests
103612025-07-18T17:51:35.965Z
103622025-07-18T17:51:35.965Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103632025-07-18T17:51:35.965Z
103642025-07-18T17:51:35.993Z Doc-tests omicron_workspace_hack
103652025-07-18T17:51:36.062Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-aaa7d5c7710a972c.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-21b6c990cb36eaef.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-cfe7101f2d191e39.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-ad228a666faa0d4f.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-e7e7ccedf1a48000.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2cc7bf1c4c3b9e85.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f5683af400e4b5bb.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-03c1ee9972a07caf.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-76e995005ff0a130.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9eddc679e4ee8c8e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-8a2accd49fa8e4d8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9c592e23026ad5a2.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1077a381490b2b16.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-ee53e4eec09e6049.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-5159d48380bbdf86.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-005fe0d02da3f46b.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f910bd14c38fc8a2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3c83a57bdf9cccc4.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5b7f9623816d4f99.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-86cffebc07ad4c24.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-e5ed21d06bba6a37.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-9e7f654f98702e21.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f29c167e5c725149.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7e6bfb7da4b02c98.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7b1181371960a6a2.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4025b30713a46a3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-5c7a173a006c10c5.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8f384e6d644a1dbb.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-61e5e807db545561.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-842a1d8d7d894b4f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbdb771357233643.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-dc9a70e47a4ff954.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3870a1a8f1b27b92.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-2baa2e36a52c8d43.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f5c1185d570ac8b9.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-d9398883c295516b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c6c1183c12f21f86.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-db1759231e804faf.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bc2d54df68e62c56.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c9688b0840233070.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ea77094bf9778b00.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5222b68690f578f8.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-401945d023ab2c01.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-00756ef9aa93d6f2.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1519450c1e84e4ec.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-933ca85f3c31a65c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-fd34f80252728255.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8039d9bbf1b146e0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-f4d532b8bf8b4102.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5a05a2d73fc9769b.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2719b728e8f677e5.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-03c523b9d2dbbd95.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9e27755f04f1d1a4.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b90a5ca9cfd0f3d2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-91a677dd349e0155.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-244bc0f69c2ab2b0.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8352ac706591068e.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8bc9efb51d5cb13b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-59a7b239b98be0ad.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-63b27a38e06bd635.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-07b32843a1dac2c9.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5f13edeeb2694294.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-657cbe8c0b901d16.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-ad3f47c3b9446adb.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7e625aeaeaca39aa.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-347f5eeb4dc10c7b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-a1fc463803c451a3.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-6fc7cf573e792b69.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74e792d357b9e27d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cfbf832e7a9e6b92.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-5cb9703b7d905874.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-0074f913cf2d4637.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4158a7114c4f832f.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-3521094af90af096.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-c8c0f786bc18e451.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3d20efd75ba060fc.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-28dfec6183e46a8d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-c775600be1f1d72b.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c98a86e47be71590.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-7641545b05054316.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-1ec141ff0d2c5435.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c9326693b65db5c3.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-a30374f9732585e3.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e03c66de06ed6290.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f4f3f5d9ac9b5a.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-139dbf3f54acbc26.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-31885d01f38c3c9e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-59cc39e7ffa8d063.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-1a8ff30f54235280.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-aa8504c521d50e9f.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-1fe42e1dabef62af.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-17b60e66026035f8.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-545fe6340ca04629.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-893ec5c9fd9933a9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7ca5df5ae2a378ac.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cafa718699aefeda.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2984a7760d5684f2.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-3694c492e31abeb2.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3fc98c709ac00fff.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-78738aabfd5c37ab.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5af8ef375db8323f.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-95e7bc1fa3dc3a57.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a13f52de2beb867e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-d7c1a27b6fa1faad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-82ca1a0edb068014.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-b4039e0e2f206edd.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f9f786032867e7b5.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a0f49db8dc7151e9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-05f86dd9f6cbba1e.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103662025-07-18T17:51:36.094Z
103672025-07-18T17:51:36.094Zrunning 0 tests
103682025-07-18T17:51:36.094Z
103692025-07-18T17:51:36.094Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103702025-07-18T17:51:36.094Z
103712025-07-18T17:51:36.119Z Doc-tests openapi_manager
103722025-07-18T17:51:36.119Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-45e6edd71e612fc5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a3ac09e83fa95d9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-003fc21f863b6946.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7c9b6a6f5e40178d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d478ead0c3a29b8c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-61e5e807db545561.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7d5249a48c378d0a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-54fee71cfffae045.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b40fa1ae348706b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4ad3f0e9fdf550f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c4941842b8657916.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8cf53888304425f8.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-5f0b71562611e976.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-4f54f45d3fe26f28.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-b45ca3e2d3713436.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fbbe2de3c49338f1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-a9ba12be4b5c3693.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-152db808518fa03a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-1a8ff30f54235280.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a17f8ed88abb4dd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ee92f08970dc6918.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a20439c054845fb3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-c955a5f80854349f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103732025-07-18T17:51:36.822Z
103742025-07-18T17:51:36.822Zrunning 0 tests
103752025-07-18T17:51:36.824Z
103762025-07-18T17:51:36.824Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103772025-07-18T17:51:36.824Z
103782025-07-18T17:51:36.884Z Doc-tests openapi_manager_types
103792025-07-18T17:51:36.884Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-b45ca3e2d3713436.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9ca21b882cc6264d.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103802025-07-18T17:51:36.985Z
103812025-07-18T17:51:36.986Zrunning 2 tests
103822025-07-18T17:51:37.396Ztest dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 108) ... ok
103832025-07-18T17:51:37.433Ztest dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 90) ... ok
103842025-07-18T17:51:37.433Z
103852025-07-18T17:51:37.433Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.44s
103862025-07-18T17:51:37.433Z
103872025-07-18T17:51:37.459Z Doc-tests oxide_client
103882025-07-18T17:51:37.459Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c022530278e2c9be.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-360e6327ee94b1cc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103892025-07-18T17:51:44.568Z
103902025-07-18T17:51:44.568Zrunning 272 tests
103912025-07-18T17:51:44.664Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
103922025-07-18T17:51:44.664Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
103932025-07-18T17:51:44.664Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
103942025-07-18T17:51:44.664Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
103952025-07-18T17:51:44.664Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
103962025-07-18T17:51:44.664Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
103972025-07-18T17:51:44.664Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
103982025-07-18T17:51:44.664Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
103992025-07-18T17:51:44.664Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
104002025-07-18T17:51:44.664Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
104012025-07-18T17:51:44.664Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 25) ... ignored
104022025-07-18T17:51:44.664Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
104032025-07-18T17:51:44.665Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
104042025-07-18T17:51:44.665Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
104052025-07-18T17:51:44.665Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
104062025-07-18T17:51:44.665Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
104072025-07-18T17:51:44.665Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
104082025-07-18T17:51:44.665Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
104092025-07-18T17:51:44.665Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
104102025-07-18T17:51:44.665Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
104112025-07-18T17:51:44.665Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
104122025-07-18T17:51:44.665Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
104132025-07-18T17:51:44.665Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
104142025-07-18T17:51:44.665Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
104152025-07-18T17:51:44.665Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
104162025-07-18T17:51:44.665Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
104172025-07-18T17:51:44.665Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 32) ... ignored
104182025-07-18T17:51:44.665Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
104192025-07-18T17:51:44.665Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
104202025-07-18T17:51:44.665Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
104212025-07-18T17:51:44.665Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
104222025-07-18T17:51:44.666Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
104232025-07-18T17:51:44.667Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
104242025-07-18T17:51:44.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
104252025-07-18T17:51:44.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
104262025-07-18T17:51:44.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
104272025-07-18T17:51:44.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
104282025-07-18T17:51:44.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
104292025-07-18T17:51:44.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
104302025-07-18T17:51:44.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
104312025-07-18T17:51:44.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
104322025-07-18T17:51:44.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
104332025-07-18T17:51:44.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
104342025-07-18T17:51:44.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
104352025-07-18T17:51:44.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
104362025-07-18T17:51:44.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
104372025-07-18T17:51:44.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
104382025-07-18T17:51:44.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
104392025-07-18T17:51:44.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
104402025-07-18T17:51:44.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
104412025-07-18T17:51:44.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
104422025-07-18T17:51:44.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
104432025-07-18T17:51:44.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::system_update_get_repository (line 25) ... ignored
104442025-07-18T17:51:44.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::system_update_put_repository (line 28) ... ignored
104452025-07-18T17:51:44.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::system_update_trust_root_create (line 23) ... ignored
104462025-07-18T17:51:44.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::system_update_trust_root_delete (line 27) ... ignored
104472025-07-18T17:51:44.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::system_update_trust_root_list (line 29) ... ignored
104482025-07-18T17:51:44.670Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::system_update_trust_root_view (line 25) ... ignored
104492025-07-18T17:51:44.670Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::target_release_update (line 25) ... ignored
104502025-07-18T17:51:44.670Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::target_release_view (line 25) ... ignored
104512025-07-18T17:51:44.670Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
104522025-07-18T17:51:44.670Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
104532025-07-18T17:51:44.670Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 26) ... ignored
104542025-07-18T17:51:44.670Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
104552025-07-18T17:51:44.670Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
104562025-07-18T17:51:44.670Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
104572025-07-18T17:51:44.670Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
104582025-07-18T17:51:44.670Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
104592025-07-18T17:51:44.670Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
104602025-07-18T17:51:44.670Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
104612025-07-18T17:51:44.670Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
104622025-07-18T17:51:44.670Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
104632025-07-18T17:51:44.670Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
104642025-07-18T17:51:44.670Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
104652025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
104662025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
104672025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
104682025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
104692025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
104702025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
104712025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
104722025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 26) ... ignored
104732025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
104742025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
104752025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
104762025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
104772025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
104782025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
104792025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
104802025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
104812025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
104822025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
104832025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
104842025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
104852025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
104862025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
104872025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
104882025-07-18T17:51:44.671Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
104892025-07-18T17:51:44.672Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
104902025-07-18T17:51:44.672Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
104912025-07-18T17:51:44.721Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
104922025-07-18T17:51:44.721Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
104932025-07-18T17:51:44.721Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
104942025-07-18T17:51:44.721Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
104952025-07-18T17:51:44.721Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
104962025-07-18T17:51:44.722Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
104972025-07-18T17:51:44.722Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
104982025-07-18T17:51:44.722Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
104992025-07-18T17:51:44.722Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
105002025-07-18T17:51:44.722Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
105012025-07-18T17:51:44.722Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
105022025-07-18T17:51:44.722Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
105032025-07-18T17:51:44.722Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
105042025-07-18T17:51:44.722Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
105052025-07-18T17:51:44.722Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
105062025-07-18T17:51:44.722Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
105072025-07-18T17:51:44.722Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
105082025-07-18T17:51:44.722Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
105092025-07-18T17:51:44.722Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
105102025-07-18T17:51:44.722Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
105112025-07-18T17:51:44.722Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
105122025-07-18T17:51:44.722Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
105132025-07-18T17:51:44.722Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
105142025-07-18T17:51:44.722Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
105152025-07-18T17:51:44.723Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
105162025-07-18T17:51:44.723Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
105172025-07-18T17:51:44.723Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
105182025-07-18T17:51:44.723Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
105192025-07-18T17:51:44.723Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
105202025-07-18T17:51:44.723Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
105212025-07-18T17:51:44.723Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
105222025-07-18T17:51:44.723Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
105232025-07-18T17:51:44.723Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
105242025-07-18T17:51:44.723Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
105252025-07-18T17:51:44.723Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
105262025-07-18T17:51:44.723Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
105272025-07-18T17:51:44.723Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
105282025-07-18T17:51:44.723Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
105292025-07-18T17:51:44.723Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
105302025-07-18T17:51:44.723Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
105312025-07-18T17:51:44.723Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
105322025-07-18T17:51:44.723Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
105332025-07-18T17:51:44.723Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
105342025-07-18T17:51:44.723Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
105352025-07-18T17:51:44.724Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
105362025-07-18T17:51:44.724Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
105372025-07-18T17:51:44.724Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
105382025-07-18T17:51:44.724Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
105392025-07-18T17:51:44.724Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
105402025-07-18T17:51:44.724Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
105412025-07-18T17:51:44.724Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
105422025-07-18T17:51:44.724Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
105432025-07-18T17:51:44.724Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
105442025-07-18T17:51:44.724Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 23) ... ignored
105452025-07-18T17:51:44.724Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
105462025-07-18T17:51:44.724Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
105472025-07-18T17:51:44.724Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
105482025-07-18T17:51:44.724Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
105492025-07-18T17:51:44.724Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
105502025-07-18T17:51:44.724Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
105512025-07-18T17:51:44.725Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
105522025-07-18T17:51:44.725Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
105532025-07-18T17:51:44.725Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 23) ... ignored
105542025-07-18T17:51:44.725Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 25) ... ignored
105552025-07-18T17:51:44.725Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 27) ... ignored
105562025-07-18T17:51:44.725Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 28) ... ignored
105572025-07-18T17:51:44.725Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 29) ... ignored
105582025-07-18T17:51:44.725Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 26) ... ignored
105592025-07-18T17:51:44.725Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 25) ... ignored
105602025-07-18T17:51:44.725Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 28) ... ignored
105612025-07-18T17:51:44.725Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 23) ... ignored
105622025-07-18T17:51:44.725Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 23) ... ignored
105632025-07-18T17:51:44.726Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 28) ... ignored
105642025-07-18T17:51:44.726Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 28) ... ignored
105652025-07-18T17:51:44.726Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 25) ... ignored
105662025-07-18T17:51:44.726Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 25) ... ignored
105672025-07-18T17:51:44.726Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 26) ... ignored
105682025-07-18T17:51:44.726Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 25) ... ignored
105692025-07-18T17:51:44.726Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 25) ... ignored
105702025-07-18T17:51:44.726Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
105712025-07-18T17:51:44.727Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
105722025-07-18T17:51:44.727Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
105732025-07-18T17:51:44.727Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
105742025-07-18T17:51:44.727Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
105752025-07-18T17:51:44.727Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
105762025-07-18T17:51:44.727Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
105772025-07-18T17:51:44.727Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
105782025-07-18T17:51:44.727Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
105792025-07-18T17:51:44.728Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
105802025-07-18T17:51:44.728Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
105812025-07-18T17:51:44.728Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
105822025-07-18T17:51:44.728Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
105832025-07-18T17:51:44.728Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
105842025-07-18T17:51:44.728Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
105852025-07-18T17:51:44.728Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
105862025-07-18T17:51:44.728Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
105872025-07-18T17:51:44.728Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
105882025-07-18T17:51:44.728Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
105892025-07-18T17:51:44.728Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
105902025-07-18T17:51:44.728Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 25) ... ignored
105912025-07-18T17:51:44.755Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
105922025-07-18T17:51:44.755Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
105932025-07-18T17:51:44.755Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
105942025-07-18T17:51:44.755Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
105952025-07-18T17:51:44.755Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
105962025-07-18T17:51:44.755Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
105972025-07-18T17:51:44.755Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
105982025-07-18T17:51:44.755Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
105992025-07-18T17:51:44.755Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
106002025-07-18T17:51:44.755Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
106012025-07-18T17:51:44.755Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
106022025-07-18T17:51:44.755Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
106032025-07-18T17:51:44.756Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
106042025-07-18T17:51:44.756Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
106052025-07-18T17:51:44.756Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
106062025-07-18T17:51:44.756Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
106072025-07-18T17:51:44.756Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
106082025-07-18T17:51:44.756Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
106092025-07-18T17:51:44.756Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
106102025-07-18T17:51:44.756Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
106112025-07-18T17:51:44.756Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
106122025-07-18T17:51:44.756Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
106132025-07-18T17:51:44.756Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
106142025-07-18T17:51:44.756Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
106152025-07-18T17:51:44.756Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
106162025-07-18T17:51:44.756Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
106172025-07-18T17:51:44.756Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
106182025-07-18T17:51:44.756Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
106192025-07-18T17:51:44.756Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
106202025-07-18T17:51:44.756Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
106212025-07-18T17:51:44.756Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
106222025-07-18T17:51:44.756Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
106232025-07-18T17:51:44.756Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
106242025-07-18T17:51:44.757Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
106252025-07-18T17:51:44.757Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
106262025-07-18T17:51:44.757Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
106272025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
106282025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
106292025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
106302025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
106312025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
106322025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
106332025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
106342025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
106352025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
106362025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
106372025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
106382025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
106392025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
106402025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
106412025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
106422025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
106432025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
106442025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
106452025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
106462025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
106472025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
106482025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
106492025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
106502025-07-18T17:51:44.759Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
106512025-07-18T17:51:44.760Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
106522025-07-18T17:51:44.760Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
106532025-07-18T17:51:44.760Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
106542025-07-18T17:51:44.760Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
106552025-07-18T17:51:44.760Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
106562025-07-18T17:51:44.760Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
106572025-07-18T17:51:44.760Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
106582025-07-18T17:51:44.760Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
106592025-07-18T17:51:44.760Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
106602025-07-18T17:51:44.760Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
106612025-07-18T17:51:44.760Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
106622025-07-18T17:51:44.760Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
106632025-07-18T17:51:44.760Z
106642025-07-18T17:51:44.760Ztest result: ok. 0 passed; 0 failed; 272 ignored; 0 measured; 0 filtered out; finished in 0.02s
106652025-07-18T17:51:44.760Z
106662025-07-18T17:51:44.760Z Doc-tests oximeter
106672025-07-18T17:51:44.760Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0fc90c5761eccf5b.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-e602866d50cf8420.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-3f43204bcda606e9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aee46517a2d2eb97.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0f93d99a3ba4bcc6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106682025-07-18T17:51:45.162Z
106692025-07-18T17:51:45.162Zrunning 2 tests
106702025-07-18T17:51:45.187Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
106712025-07-18T17:51:46.781Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
106722025-07-18T17:51:46.781Z
106732025-07-18T17:51:46.781Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.62s
106742025-07-18T17:51:46.781Z
106752025-07-18T17:51:46.848Z Doc-tests oximeter_api
106762025-07-18T17:51:46.848Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e297e2f9d3879ddf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-a9ba12be4b5c3693.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106772025-07-18T17:51:47.271Z
106782025-07-18T17:51:47.271Zrunning 2 tests
106792025-07-18T17:51:47.297Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
106802025-07-18T17:51:47.297Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
106812025-07-18T17:51:47.297Z
106822025-07-18T17:51:47.297Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
106832025-07-18T17:51:47.297Z
106842025-07-18T17:51:47.322Z Doc-tests oximeter_client
106852025-07-18T17:51:47.322Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e297e2f9d3879ddf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85e68e865335d234.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106862025-07-18T17:51:47.885Z
106872025-07-18T17:51:47.886Zrunning 0 tests
106882025-07-18T17:51:47.886Z
106892025-07-18T17:51:47.886Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106902025-07-18T17:51:47.886Z
106912025-07-18T17:51:47.964Z Doc-tests oximeter_collector
106922025-07-18T17:51:47.967Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0a58aff7cd7f4239.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-a9ba12be4b5c3693.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-85e68e865335d234.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-90f409c8a427a466.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106932025-07-18T17:51:48.728Z
106942025-07-18T17:51:48.728Zrunning 0 tests
106952025-07-18T17:51:48.728Z
106962025-07-18T17:51:48.728Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106972025-07-18T17:51:48.728Z
106982025-07-18T17:51:48.822Z Doc-tests oximeter_db
106992025-07-18T17:51:48.822Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-fdb81e360d629a70.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-bb5466ccb84602e8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-51edd0b1d0ddc731.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d8ed9ec70081ab3a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-203866d8f93cd47a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-c57b2dabfdf90577.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ed3745ad4e522800.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-164a59420a9271ce.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-64248f07577526db.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5f13edeeb2694294.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-54077f5ad8b36155.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c573b1c082b52c9e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ccf6bb10fd627250.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-b9615f03d9dc4ead.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-21ad811ed2d07d9d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-49c78ba804ad4343.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c12923b67263bf5d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-6198dca814ea1b22.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-757e3c7688da9761.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-12357f3044d4be0e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-8db31d874a56dc5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-54265d5a166e5c87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.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`
107002025-07-18T17:51:50.137Z
107012025-07-18T17:51:50.137Zrunning 5 tests
107022025-07-18T17:51:50.163Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
107032025-07-18T17:51:50.163Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
107042025-07-18T17:51:50.163Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
107052025-07-18T17:51:50.163Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
107062025-07-18T17:51:50.163Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
107072025-07-18T17:51:50.163Z
107082025-07-18T17:51:50.163Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
107092025-07-18T17:51:50.163Z
107102025-07-18T17:51:50.222Z Doc-tests oximeter_instruments
107112025-07-18T17:51:50.222Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1ec0b9c34a33fc61.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-310316c64e79f1f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d33c278885861b6d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.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`
107122025-07-18T17:51:50.810Z
107132025-07-18T17:51:50.811Zrunning 0 tests
107142025-07-18T17:51:50.811Z
107152025-07-18T17:51:50.811Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107162025-07-18T17:51:50.811Z
107172025-07-18T17:51:50.865Z Doc-tests oximeter_macro_impl
107182025-07-18T17:51:50.865Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b5d8db7f5733e14c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0fc90c5761eccf5b.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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`
107192025-07-18T17:51:50.981Z
107202025-07-18T17:51:50.981Zrunning 0 tests
107212025-07-18T17:51:50.981Z
107222025-07-18T17:51:50.981Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107232025-07-18T17:51:50.981Z
107242025-07-18T17:51:51.006Z Doc-tests oximeter_producer
107252025-07-18T17:51:51.007Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5d9a780d73fbf15b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-53aa10b9f9b5a155.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a78a3c7a0105f21c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107262025-07-18T17:51:51.610Z
107272025-07-18T17:51:51.610Zrunning 0 tests
107282025-07-18T17:51:51.610Z
107292025-07-18T17:51:51.610Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107302025-07-18T17:51:51.610Z
107312025-07-18T17:51:51.672Z Doc-tests oximeter_schema
107322025-07-18T17:51:51.672Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9c466a4ed58223b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-e602866d50cf8420.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aee46517a2d2eb97.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0f93d99a3ba4bcc6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107332025-07-18T17:51:52.125Z
107342025-07-18T17:51:52.125Zrunning 0 tests
107352025-07-18T17:51:52.125Z
107362025-07-18T17:51:52.125Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107372025-07-18T17:51:52.125Z
107382025-07-18T17:51:52.172Z Doc-tests oximeter_test_utils
107392025-07-18T17:51:52.173Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d8ed9ec70081ab3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-24eb25ae139e83fc.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0fc90c5761eccf5b.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c573b1c082b52c9e.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aee46517a2d2eb97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107402025-07-18T17:51:52.625Z
107412025-07-18T17:51:52.625Zrunning 0 tests
107422025-07-18T17:51:52.625Z
107432025-07-18T17:51:52.625Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107442025-07-18T17:51:52.625Z
107452025-07-18T17:51:52.683Z Doc-tests oximeter_timeseries_macro
107462025-07-18T17:51:52.683Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b5d8db7f5733e14c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ccaf5abc3bd18853.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-3f43204bcda606e9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a7b139176172cc0c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9556eb86449fdf51.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d889a61fadc909f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d7ccff1976a9e7c9.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`
107472025-07-18T17:51:53.023Z
107482025-07-18T17:51:53.023Zrunning 0 tests
107492025-07-18T17:51:53.026Z
107502025-07-18T17:51:53.026Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107512025-07-18T17:51:53.026Z
107522025-07-18T17:51:53.070Z Doc-tests oximeter_types
107532025-07-18T17:51:53.070Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3d3bbbf213a9c07a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-c57b2dabfdf90577.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-61c58253109c87dc.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-54077f5ad8b36155.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0fc90c5761eccf5b.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aee46517a2d2eb97.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0cad710cead4a44e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-bf3f56ef7de7d0ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef2de87a43f51cdf.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-2ff22965d676effe.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-1bc8ae58ba819d51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107542025-07-18T17:51:53.888Z
107552025-07-18T17:51:53.889Zrunning 11 tests
107562025-07-18T17:51:54.600Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
107572025-07-18T17:52:02.539Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
107582025-07-18T17:52:02.640Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
107592025-07-18T17:52:02.640Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
107602025-07-18T17:52:03.027Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
107612025-07-18T17:52:03.127Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
107622025-07-18T17:52:03.322Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
107632025-07-18T17:52:03.444Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
107642025-07-18T17:52:03.469Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok
107652025-07-18T17:52:03.893Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
107662025-07-18T17:52:09.778Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
107672025-07-18T17:52:09.778Z
107682025-07-18T17:52:09.778Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.89s
107692025-07-18T17:52:09.778Z
107702025-07-18T17:52:09.848Z Doc-tests oxlog
107712025-07-18T17:52:09.848Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7b54a0c7b41b572.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-b48c9d2e5c507cc6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-93e4ee5af1b857ed.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-ff856e5bf9d0126a.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-107375265ba3dd5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107722025-07-18T17:52:09.970Z
107732025-07-18T17:52:09.970Zrunning 0 tests
107742025-07-18T17:52:09.971Z
107752025-07-18T17:52:09.971Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107762025-07-18T17:52:09.971Z
107772025-07-18T17:52:09.995Z Doc-tests oxql_types
107782025-07-18T17:52:09.995Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-164a59420a9271ce.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-54077f5ad8b36155.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aee46517a2d2eb97.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-ccf6bb10fd627250.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107792025-07-18T17:52:10.499Z
107802025-07-18T17:52:10.499Zrunning 0 tests
107812025-07-18T17:52:10.499Z
107822025-07-18T17:52:10.499Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107832025-07-18T17:52:10.499Z
107842025-07-18T17:52:10.547Z Doc-tests parallel_task_set
107852025-07-18T17:52:10.547Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b5d8db7f5733e14c.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-091ea52007f63294.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107862025-07-18T17:52:10.658Z
107872025-07-18T17:52:10.658Zrunning 0 tests
107882025-07-18T17:52:10.658Z
107892025-07-18T17:52:10.658Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107902025-07-18T17:52:10.658Z
107912025-07-18T17:52:10.683Z Doc-tests range_requests
107922025-07-18T17:52:10.707Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c4ed0f2ee252a2f2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7e3a28f88888b979.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8c46e61f24edc42e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-439a4722ef59a9f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107932025-07-18T17:52:10.928Z
107942025-07-18T17:52:10.928Zrunning 0 tests
107952025-07-18T17:52:10.928Z
107962025-07-18T17:52:10.928Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107972025-07-18T17:52:10.928Z
107982025-07-18T17:52:10.962Z Doc-tests reconfigurator_cli
107992025-07-18T17:52:10.962Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f543ee197f374c89.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-9ea05b96640635fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-54fee71cfffae045.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-63b27a38e06bd635.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e53464e131bf1bc3.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-b98b24fe8bf9aff3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-5287457fcb8d4415.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-72d18f5f30e8e1c5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5b9ea217bb29c654.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0eee0435f9b97cad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-17cdfde48b30d7f6.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-d46314dba1987110.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-ac3fc3f288dce79e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-12357f3044d4be0e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-48c3550ccaba580e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-426936e9f2dcd89c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.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`
108002025-07-18T17:52:11.799Z
108012025-07-18T17:52:11.799Zrunning 0 tests
108022025-07-18T17:52:11.799Z
108032025-07-18T17:52:11.799Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108042025-07-18T17:52:11.799Z
108052025-07-18T17:52:11.870Z Doc-tests repo_depot_api
108062025-07-18T17:52:11.870Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1ff1005464dc8e1e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-152db808518fa03a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108072025-07-18T17:52:12.150Z
108082025-07-18T17:52:12.150Zrunning 2 tests
108092025-07-18T17:52:12.176Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
108102025-07-18T17:52:12.177Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
108112025-07-18T17:52:12.177Z
108122025-07-18T17:52:12.177Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108132025-07-18T17:52:12.178Z
108142025-07-18T17:52:12.203Z Doc-tests repo_depot_client
108152025-07-18T17:52:12.203Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2f4fd79ea148e323.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108162025-07-18T17:52:12.462Z
108172025-07-18T17:52:12.463Zrunning 0 tests
108182025-07-18T17:52:12.463Z
108192025-07-18T17:52:12.463Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108202025-07-18T17:52:12.463Z
108212025-07-18T17:52:12.502Z Doc-tests sled_agent_api
108222025-07-18T17:52:12.502Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-140395dcab7447db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a17f8ed88abb4dd9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-26da9bc46d061a83.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108232025-07-18T17:52:13.194Z
108242025-07-18T17:52:13.194Zrunning 2 tests
108252025-07-18T17:52:13.219Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 74) ... ignored
108262025-07-18T17:52:13.219Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 80) ... ignored
108272025-07-18T17:52:13.219Z
108282025-07-18T17:52:13.219Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108292025-07-18T17:52:13.220Z
108302025-07-18T17:52:13.249Z Doc-tests sled_agent_client
108312025-07-18T17:52:13.249Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ecb3409cdc2910ec.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108322025-07-18T17:52:16.433Z
108332025-07-18T17:52:16.433Zrunning 0 tests
108342025-07-18T17:52:16.433Z
108352025-07-18T17:52:16.433Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108362025-07-18T17:52:16.433Z
108372025-07-18T17:52:17.017Z Doc-tests sled_agent_config_reconciler
108382025-07-18T17:52:17.017Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-47389a09adfc1f8c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7e6bfb7da4b02c98.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7b54a0c7b41b572.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-a2919062e1bbc81c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c1b9298b3b9f752e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b701908248140072.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-31885d01f38c3c9e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a17f8ed88abb4dd9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f90105254b394d92.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-0b09ae3656143097.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-880c094fe21f7bb6.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`
108392025-07-18T17:52:17.409Z
108402025-07-18T17:52:17.410Zrunning 0 tests
108412025-07-18T17:52:17.410Z
108422025-07-18T17:52:17.410Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108432025-07-18T17:52:17.410Z
108442025-07-18T17:52:17.436Z Doc-tests sled_agent_types
108452025-07-18T17:52:17.436Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d22e1bfbd5264e45.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e4ec309579d46ed6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b5beeea4e211fad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b4f3a2503b776aa2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108462025-07-18T17:52:18.172Z
108472025-07-18T17:52:18.172Zrunning 0 tests
108482025-07-18T17:52:18.172Z
108492025-07-18T17:52:18.172Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108502025-07-18T17:52:18.172Z
108512025-07-18T17:52:18.241Z Doc-tests sled_agent_zone_images
108522025-07-18T17:52:18.241Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-140395dcab7447db.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-4119563b8272a557.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-41c2a598e204984b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-4f9ec0ace280ac93.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-ff856e5bf9d0126a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f90105254b394d92.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-8e96acd13a6c4b29.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-fe522ce22452c7b5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108532025-07-18T17:52:18.747Z
108542025-07-18T17:52:18.747Zrunning 0 tests
108552025-07-18T17:52:18.747Z
108562025-07-18T17:52:18.747Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108572025-07-18T17:52:18.748Z
108582025-07-18T17:52:18.802Z Doc-tests sled_agent_zone_images_examples
108592025-07-18T17:52:18.802Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-140395dcab7447db.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-4119563b8272a557.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-fe522ce22452c7b5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108602025-07-18T17:52:19.273Z
108612025-07-18T17:52:19.273Zrunning 0 tests
108622025-07-18T17:52:19.273Z
108632025-07-18T17:52:19.273Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108642025-07-18T17:52:19.275Z
108652025-07-18T17:52:19.328Z Doc-tests sled_diagnostics
108662025-07-18T17:52:19.328Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-61e5e807db545561.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-f242d23d18cdc86c.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-93e4ee5af1b857ed.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-091ea52007f63294.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-26da9bc46d061a83.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6e2f8b79d8f46201.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108672025-07-18T17:52:19.815Z
108682025-07-18T17:52:19.815Zrunning 0 tests
108692025-07-18T17:52:19.815Z
108702025-07-18T17:52:19.815Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108712025-07-18T17:52:19.815Z
108722025-07-18T17:52:19.868Z Doc-tests sled_hardware
108732025-07-18T17:52:19.868Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ed3745ad4e522800.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-326c4f5ec002b051.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-09283293c0e83604.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-534fcfabb4ecf5c4.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-9bd5a7ab0280147c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-217cf9c7926c24bd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.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`
108742025-07-18T17:52:20.396Z
108752025-07-18T17:52:20.396Zrunning 0 tests
108762025-07-18T17:52:20.396Z
108772025-07-18T17:52:20.396Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108782025-07-18T17:52:20.396Z
108792025-07-18T17:52:20.446Z Doc-tests sled_hardware_types
108802025-07-18T17:52:20.446Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6070436c65f4a42f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4dc624175d32881c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108812025-07-18T17:52:20.855Z
108822025-07-18T17:52:20.855Zrunning 0 tests
108832025-07-18T17:52:20.855Z
108842025-07-18T17:52:20.855Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108852025-07-18T17:52:20.855Z
108862025-07-18T17:52:20.903Z Doc-tests sled_storage
108872025-07-18T17:52:20.903Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-1ec0b9c34a33fc61.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7b54a0c7b41b572.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c1b9298b3b9f752e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ca5e4cc4d9f53303.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-0b09ae3656143097.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`
108882025-07-18T17:52:21.503Z
108892025-07-18T17:52:21.503Zrunning 0 tests
108902025-07-18T17:52:21.503Z
108912025-07-18T17:52:21.503Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108922025-07-18T17:52:21.503Z
108932025-07-18T17:52:21.559Z Doc-tests sp_sim
108942025-07-18T17:52:21.559Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-d9398883c295516b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ffa7a0fed34c951b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-4e6d76aa5285735b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2d4d76274ed6b3bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a0f49db8dc7151e9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108952025-07-18T17:52:22.224Z
108962025-07-18T17:52:22.224Zrunning 0 tests
108972025-07-18T17:52:22.224Z
108982025-07-18T17:52:22.224Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108992025-07-18T17:52:22.224Z
109002025-07-18T17:52:22.296Z Doc-tests trust_quorum
109012025-07-18T17:52:22.296Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-47389a09adfc1f8c.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-bb5466ccb84602e8.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d22e1bfbd5264e45.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0c36304ae81c6ddd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-081e7b85feb1207e.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-1ffd351691b2253a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-6ad9cd0106bcb645.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-dd780ac4b1cb2e5c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-81913501386d0893.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-87436577a0566a71.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-eca77caec1820300.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-09f1726cb64fd20b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-1089bd0ce25a7d6e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e573e24c078cac9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-226d00b8c2039fb8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109022025-07-18T17:52:22.842Z
109032025-07-18T17:52:22.843Zrunning 0 tests
109042025-07-18T17:52:22.843Z
109052025-07-18T17:52:22.843Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109062025-07-18T17:52:22.843Z
109072025-07-18T17:52:22.894Z Doc-tests typed_rng
109082025-07-18T17:52:22.894Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-63b27a38e06bd635.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-af0c7eaeaab3b29d.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-77dd77127863994f.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ad4ed6e4cf542f96.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109092025-07-18T17:52:23.031Z
109102025-07-18T17:52:23.031Zrunning 0 tests
109112025-07-18T17:52:23.031Z
109122025-07-18T17:52:23.032Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109132025-07-18T17:52:23.032Z
109142025-07-18T17:52:23.058Z Doc-tests update_common
109152025-07-18T17:52:23.084Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-61e5e807db545561.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6a999422bb962905.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-48c3550ccaba580e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-e38a10a7cf266b0e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-426936e9f2dcd89c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109162025-07-18T17:52:23.535Z
109172025-07-18T17:52:23.535Zrunning 0 tests
109182025-07-18T17:52:23.536Z
109192025-07-18T17:52:23.536Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109202025-07-18T17:52:23.536Z
109212025-07-18T17:52:23.585Z Doc-tests update_engine
109222025-07-18T17:52:23.585Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3c5ccdd9bdb1d306.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-e297e2f9d3879ddf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2da6f52a05daee67.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7e6bfb7da4b02c98.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-54fee71cfffae045.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-fd34f80252728255.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-08a15f91bf64e612.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-2324765d0ce69be7.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-caab7cf84293fa88.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fbbe2de3c49338f1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1c569a96ba79b59e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-47722ff98d4189fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ee92f08970dc6918.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-ac3fc3f288dce79e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-de2d9fe847872790.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109232025-07-18T17:52:24.221Z
109242025-07-18T17:52:24.222Zrunning 4 tests
109252025-07-18T17:52:24.247Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
109262025-07-18T17:52:24.247Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
109272025-07-18T17:52:24.247Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
109282025-07-18T17:52:25.578Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
109292025-07-18T17:52:25.578Z
109302025-07-18T17:52:25.578Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 1.38s
109312025-07-18T17:52:25.578Z
109322025-07-18T17:52:25.626Z Doc-tests wicket
109332025-07-18T17:52:25.674Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0b5a11d640f43b9e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fc35e663ef992660.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0fe867079bae0132.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d1207bdafd8da2e1.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-fd34f80252728255.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-463b351fd2332d42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fbbe2de3c49338f1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d83908ae52d09495.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ef8dc745ce4e596.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3bc97d8c795dc5dd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-921f6c3951b61686.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ee92f08970dc6918.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e3e3e454a4639025.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a20439c054845fb3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-78738aabfd5c37ab.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-a4c923978384010b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-f7e28d66757e1dbf.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-de2d9fe847872790.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ab4533b848ed7e88.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-df2cc57d42a6231c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-169ae4cdc7ad88b7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-70ec45b692bd35d9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109342025-07-18T17:52:26.776Z
109352025-07-18T17:52:26.776Zrunning 0 tests
109362025-07-18T17:52:26.776Z
109372025-07-18T17:52:26.776Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109382025-07-18T17:52:26.776Z
109392025-07-18T17:52:26.852Z Doc-tests wicket_common
109402025-07-18T17:52:26.853Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6955cb741f387d81.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-463b351fd2332d42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fbbe2de3c49338f1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-a4c923978384010b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-df2cc57d42a6231c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109412025-07-18T17:52:27.645Z
109422025-07-18T17:52:27.645Zrunning 0 tests
109432025-07-18T17:52:27.645Z
109442025-07-18T17:52:27.645Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109452025-07-18T17:52:27.645Z
109462025-07-18T17:52:27.712Z Doc-tests wicket_dbg
109472025-07-18T17:52:27.713Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fc35e663ef992660.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7ae4cb00c520b68b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-49c78ba804ad4343.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-600f9fb0acddb092.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ab4533b848ed7e88.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ab22543bb8e194c7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109482025-07-18T17:52:28.272Z
109492025-07-18T17:52:28.272Zrunning 0 tests
109502025-07-18T17:52:28.272Z
109512025-07-18T17:52:28.272Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109522025-07-18T17:52:28.272Z
109532025-07-18T17:52:28.375Z Doc-tests wicketd
109542025-07-18T17:52:28.375Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7757a5163fd5f6fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-55b2fb0813a2d2c1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-93caa56a791e5eed.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c1e6eb59cd83d22f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c4ed0f2ee252a2f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-47b5fd82381744af.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-813f8acd8193960b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-643b99a83b897ab3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-c22f1feebe17ff62.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7e6bfb7da4b02c98.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-97cfabd487a97847.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-44a93f89fb0c4d1f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-61e5e807db545561.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3d71454609893a42.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f7e8ad1fe78d894a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-32fbb11be79ef5a4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b4e6a20fb14d7e93.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4ed94406d3c6bfdf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-83772f1a884f7487.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b03c945fc5c2c1e9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f6d63f7430abb3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-ddf4c450e7384ab9.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b40fa1ae348706b1.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1853e6163b1cbe5e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a2bc98de2af80fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8b151a3a93a55676.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a4e9117ce89cf043.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-463b351fd2332d42.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f92a2078bd882a16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-63bcb48b3f985184.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6c14ae6995b76cf0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-50ab0f0f411e3ce0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-733ee7dd38be7473.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d29435647ba65fa4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f90105254b394d92.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-8e96acd13a6c4b29.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-fe522ce22452c7b5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9406410650335f46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dda698c2e46dec02.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-47495bd93de595a4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4a1ca9a0fc30bad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-06a81989ed90b46b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8bb0a854e00fe754.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-221f3ae204e1d740.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6a999422bb962905.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-a4c923978384010b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-48c3550ccaba580e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-316c94fa80ba60a5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-426936e9f2dcd89c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ab4533b848ed7e88.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-df2cc57d42a6231c.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f1aa3ddee221ea51.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-c955a5f80854349f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-169ae4cdc7ad88b7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109552025-07-18T17:52:29.252Z
109562025-07-18T17:52:29.252Zrunning 0 tests
109572025-07-18T17:52:29.252Z
109582025-07-18T17:52:29.252Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109592025-07-18T17:52:29.252Z
109602025-07-18T17:52:29.317Z Doc-tests wicketd_api
109612025-07-18T17:52:29.317Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-93caa56a791e5eed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5235ec69b98aaaeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f7852efc094c0f37.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-93d4a54791425bf7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-df2cc57d42a6231c.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-c955a5f80854349f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109622025-07-18T17:52:29.904Z
109632025-07-18T17:52:29.904Zrunning 2 tests
109642025-07-18T17:52:29.933Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
109652025-07-18T17:52:29.933Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
109662025-07-18T17:52:29.933Z
109672025-07-18T17:52:29.933Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109682025-07-18T17:52:29.933Z
109692025-07-18T17:52:29.959Z Doc-tests wicketd_client
109702025-07-18T17:52:29.959Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e297e2f9d3879ddf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9eb9b7b89f93bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d375b46598728c23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0dc47db12f35bf78.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ca641200f9b44f6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d668071b1d50191.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bd643a5291546ec3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-055e1d96445a02a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-962ee7bd6e816175.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2840bdd124480de.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-df2cc57d42a6231c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-169ae4cdc7ad88b7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109712025-07-18T17:52:32.428Z
109722025-07-18T17:52:32.428Zrunning 0 tests
109732025-07-18T17:52:32.428Z
109742025-07-18T17:52:32.428Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109752025-07-18T17:52:32.428Z
109762025-07-18T17:52:32.518Z Doc-tests xtask_downloader
109772025-07-18T17:52:32.518Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-307f4b2f01ea6cfa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-400f1a947c243aae.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bd9ef05a75eef42c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0526726184d08fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a1b2e6f32623e0c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee5199e57f4eada0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d5b87c5be44f1af.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-78c9038d614d9a33.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-834906bd10122ef6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109782025-07-18T17:52:32.758Z
109792025-07-18T17:52:32.759Zrunning 1 test
109802025-07-18T17:52:32.784Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 223) ... ignored
109812025-07-18T17:52:32.784Z
109822025-07-18T17:52:32.784Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109832025-07-18T17:52:32.784Z
109842025-07-18T17:52:32.810Z Doc-tests zone_setup
109852025-07-18T17:52:32.810Z Running `/home/build/.rustup/toolchains/1.88.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-46055f49cfb5316a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-13e8246f561d7271/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-622a10d756a1770b/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-166266de84434a2f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1225a3e7455876f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-30f0e76091dabffa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-20cc9594234ea19f/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91b796b8892c3c3d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-140395dcab7447db.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51674133f39b2250.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1ff1005464dc8e1e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6070436c65f4a42f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f576d409c027354e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-b5d8db7f5733e14c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-73366a983c7131c8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-519ac646437334c9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9734a1638f68d1fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2745634fe0c4f52c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5b81da144a4f6255.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0a0872c58932da90.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b611b78e388d8de4.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-c51193def4282717.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-880c094fe21f7bb6.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-fdd0978221f80da5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109862025-07-18T17:52:33.180Z
109872025-07-18T17:52:33.181Zrunning 0 tests
109882025-07-18T17:52:33.181Z
109892025-07-18T17:52:33.181Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109902025-07-18T17:52:33.181Z
109912025-07-18T17:52:33.325Z
109922025-07-18T17:52:33.325Zreal 2:44.561487814
109932025-07-18T17:52:33.352Zuser 2:42.234406199
109942025-07-18T17:52:33.352Zsys 1:12.452956613
109952025-07-18T17:52:33.352Ztrap 0.052186301
109962025-07-18T17:52:33.352Ztflt 0.656221098
109972025-07-18T17:52:33.352Zdflt 1.272798302
109982025-07-18T17:52:33.352Zkflt 0.002413238
109992025-07-18T17:52:33.353Zlock 6:33.037085091
110002025-07-18T17:52:33.353Zslp 18:54.670176961
110012025-07-18T17:52:33.353Zlat 4.631454868
110022025-07-18T17:52:33.353Zstop 2.305680306
110032025-07-18T17:52:33.354Z+ [[ illumos == \i\l\l\u\m\o\s ]]
110042025-07-18T17:52:33.354Z+ banner live-test
110052025-07-18T17:52:33.354Z
110062025-07-18T17:52:33.354Z # # # # ###### ##### ###### #### #####
110072025-07-18T17:52:33.354Z # # # # # # # # #
110082025-07-18T17:52:33.354Z # # # # ##### ##### # ##### #### #
110092025-07-18T17:52:33.354Z # # # # # # # # #
110102025-07-18T17:52:33.354Z # # # # # # # # # #
110112025-07-18T17:52:33.354Z ###### # ## ###### # ###### #### #
110122025-07-18T17:52:33.354Z
110132025-07-18T17:52:33.354Z+ ptime -m cargo xtask live-tests
110142025-07-18T17:52:34.441Z Compiling serde v1.0.219
110152025-07-18T17:52:34.441Z Compiling once_cell v1.21.3
110162025-07-18T17:52:34.441Z Compiling bitflags v2.9.1
110172025-07-18T17:52:34.468Z Compiling syn v2.0.104
110182025-07-18T17:52:34.468Z Compiling serde_json v1.0.140
110192025-07-18T17:52:34.468Z Compiling libc v0.2.174
110202025-07-18T17:52:34.468Z Compiling num-traits v0.2.19
110212025-07-18T17:52:34.948Z Compiling smallvec v1.15.0
110222025-07-18T17:52:35.014Z Compiling hashbrown v0.15.4
110232025-07-18T17:52:35.057Z Compiling rustix v0.38.37
110242025-07-18T17:52:35.176Z Compiling usdt-impl v0.5.0
110252025-07-18T17:52:35.254Z Compiling syn v1.0.109
110262025-07-18T17:52:35.433Z Compiling log v0.4.27
110272025-07-18T17:52:35.875Z Compiling getrandom v0.3.1
110282025-07-18T17:52:35.941Z Compiling percent-encoding v2.3.1
110292025-07-18T17:52:36.213Z Compiling indexmap v2.10.0
110302025-07-18T17:52:36.293Z Compiling thread-id v4.2.2
110312025-07-18T17:52:36.350Z Compiling form_urlencoded v1.2.1
110322025-07-18T17:52:36.480Z Compiling rustix v1.0.7
110332025-07-18T17:52:37.113Z Compiling ordered-float v2.10.1
110342025-07-18T17:52:37.172Z Compiling fs-err v3.1.1
110352025-07-18T17:52:37.530Z Compiling terminal_size v0.4.0
110362025-07-18T17:52:37.632Z Compiling anyhow v1.0.98
110372025-07-18T17:52:37.825Z Compiling clap_builder v4.5.40
110382025-07-18T17:52:37.915Z Compiling textwrap v0.16.2
110392025-07-18T17:52:38.054Z Compiling tempfile v3.20.0
110402025-07-18T17:52:38.845Z Compiling proc-macro-error v1.0.4
110412025-07-18T17:52:39.774Z Compiling tabled_derive v0.7.0
110422025-07-18T17:52:40.809Z Compiling synstructure v0.13.1
110432025-07-18T17:52:41.273Z Compiling tabled v0.15.0
110442025-07-18T17:52:42.126Z Compiling serde_derive v1.0.219
110452025-07-18T17:52:42.200Z Compiling thiserror-impl v1.0.69
110462025-07-18T17:52:42.227Z Compiling zerofrom-derive v0.1.4
110472025-07-18T17:52:42.434Z Compiling yoke-derive v0.7.4
110482025-07-18T17:52:43.448Z Compiling zerovec-derive v0.10.3
110492025-07-18T17:52:43.697Z Compiling displaydoc v0.2.5
110502025-07-18T17:52:44.683Z Compiling icu_provider_macros v1.5.0
110512025-07-18T17:52:45.085Z Compiling zerocopy-derive v0.7.35
110522025-07-18T17:52:45.110Z Compiling thiserror v1.0.69
110532025-07-18T17:52:45.336Z Compiling pest v2.7.14
110542025-07-18T17:52:45.361Z Compiling scroll_derive v0.12.0
110552025-07-18T17:52:45.573Z Compiling zerofrom v0.1.4
110562025-07-18T17:52:45.849Z Compiling yoke v0.7.4
110572025-07-18T17:52:45.876Z Compiling thiserror-impl v2.0.12
110582025-07-18T17:52:45.902Z Compiling clap_derive v4.5.40
110592025-07-18T17:52:46.293Z Compiling zerovec v0.10.4
110602025-07-18T17:52:46.782Z Compiling scroll v0.12.0
110612025-07-18T17:52:47.105Z Compiling zerocopy v0.7.35
110622025-07-18T17:52:47.267Z Compiling goblin v0.8.2
110632025-07-18T17:52:47.654Z Compiling pest_meta v2.7.14
110642025-07-18T17:52:48.096Z Compiling tinystr v0.7.6
110652025-07-18T17:52:48.287Z Compiling icu_collections v1.5.0
110662025-07-18T17:52:48.406Z Compiling thiserror v2.0.12
110672025-07-18T17:52:48.556Z Compiling icu_locid v1.5.0
110682025-07-18T17:52:49.010Z Compiling pest_generator v2.7.14
110692025-07-18T17:52:49.649Z Compiling clap v4.5.40
110702025-07-18T17:52:49.789Z Compiling icu_provider v1.5.0
110712025-07-18T17:52:50.557Z Compiling icu_locid_transform v1.5.0
110722025-07-18T17:52:50.778Z Compiling pest_derive v2.7.14
110732025-07-18T17:52:51.731Z Compiling icu_properties v1.5.1
110742025-07-18T17:52:51.756Z Compiling dtrace-parser v0.2.0
110752025-07-18T17:52:52.820Z Compiling serde_spanned v0.6.9
110762025-07-18T17:52:53.156Z Compiling toml_datetime v0.6.11
110772025-07-18T17:52:53.214Z Compiling serde_tokenstream v0.2.2
110782025-07-18T17:52:53.408Z Compiling erased-serde v0.4.6
110792025-07-18T17:52:53.520Z Compiling camino v1.1.10
110802025-07-18T17:52:53.758Z Compiling toml_edit v0.22.27
110812025-07-18T17:52:53.840Z Compiling serde-value v0.7.0
110822025-07-18T17:52:53.872Z Compiling semver v1.0.26
110832025-07-18T17:52:54.419Z Compiling serde-untagged v0.1.7
110842025-07-18T17:52:54.582Z Compiling dof v0.3.0
110852025-07-18T17:52:54.642Z Compiling cargo-platform v0.2.0
110862025-07-18T17:52:54.681Z Compiling camino-tempfile v1.4.1
110872025-07-18T17:52:55.207Z Compiling icu_normalizer v1.5.0
110882025-07-18T17:52:55.283Z Compiling macaddr v1.0.1
110892025-07-18T17:52:56.135Z Compiling idna_adapter v1.2.0
110902025-07-18T17:52:56.310Z Compiling usdt-macro v0.5.0
110912025-07-18T17:52:56.335Z Compiling usdt-attr-macro v0.5.0
110922025-07-18T17:52:56.370Z Compiling idna v1.0.3
110932025-07-18T17:52:56.983Z Compiling url v2.5.4
110942025-07-18T17:52:57.036Z Compiling toml v0.8.23
110952025-07-18T17:52:57.704Z Compiling usdt v0.5.0
110962025-07-18T17:52:57.867Z Compiling cargo_toml v0.21.0
110972025-07-18T17:52:57.927Z Compiling cargo-util-schemas v0.2.0
110982025-07-18T17:52:59.920Z Compiling cargo_metadata v0.20.0
110992025-07-18T17:53:02.238Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
111002025-07-18T17:53:07.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.89s
111012025-07-18T17:53:07.389Z Running `target/debug/xtask live-tests`
111022025-07-18T17:53:07.460Zusing temporary directory: /var/tmp/omicron_tmp/.tmp6XyUOK
111032025-07-18T17:53:07.460Zwill create archive file: /var/tmp/omicron_tmp/.tmp6XyUOK/live-tests-archive/omicron-live-tests.tar.zst
111042025-07-18T17:53:07.460Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
111052025-07-18T17:53:07.460Z
111062025-07-18T17:53:07.460Zrunning: /home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmp6XyUOK/live-tests-archive/omicron-live-tests.tar.zst"
111072025-07-18T17:53:11.211Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
111082025-07-18T17:53:11.257Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
111092025-07-18T17:53:11.290Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
111102025-07-18T17:53:11.348Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
111112025-07-18T17:53:11.372Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
111122025-07-18T17:53:11.397Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
111132025-07-18T17:53:11.432Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
111142025-07-18T17:53:11.467Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
111152025-07-18T17:53:11.896Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
111162025-07-18T17:53:12.195Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
111172025-07-18T17:53:13.012Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
111182025-07-18T17:53:14.581Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
111192025-07-18T17:53:14.631Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
111202025-07-18T17:53:15.910Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
111212025-07-18T17:53:16.775Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
111222025-07-18T17:53:16.775Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
111232025-07-18T17:53:16.905Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
111242025-07-18T17:53:18.791Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
111252025-07-18T17:53:19.588Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
111262025-07-18T17:53:19.974Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
111272025-07-18T17:53:24.586Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
111282025-07-18T17:53:24.586Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
111292025-07-18T17:53:41.408Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
111302025-07-18T17:53:41.408Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
111312025-07-18T17:53:41.433Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
111322025-07-18T17:53:41.433Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
111332025-07-18T17:53:43.628Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
111342025-07-18T17:54:28.589Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
111352025-07-18T17:54:29.594Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
111362025-07-18T17:54:34.298Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
111372025-07-18T17:54:35.316Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
111382025-07-18T17:55:28.501Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
111392025-07-18T17:55:31.716Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
111402025-07-18T17:56:12.481Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 02s
111412025-07-18T17:56:12.743Zinfo: experimental features enabled: setup-scripts
111422025-07-18T17:56:12.767Z Archiving 1 binary, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmp6XyUOK/live-tests-archive/omicron-live-tests.tar.zst
111432025-07-18T17:56:13.347Z Archived 78 files to /var/tmp/omicron_tmp/.tmp6XyUOK/live-tests-archive/omicron-live-tests.tar.zst in 0.60s
111442025-07-18T17:56:13.417Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmp6XyUOK/live-tests-archive\""
111452025-07-18T17:56:13.446Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmp6XyUOK" "live-tests-archive"
111462025-07-18T17:56:13.573Zcreated:
111472025-07-18T17:56:13.573Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
111482025-07-18T17:56:13.573ZTo use this:
111492025-07-18T17:56:13.573Z
111502025-07-18T17:56:13.573Z1. Copy the tarball to the switch zone in a deployed Omicron system.
111512025-07-18T17:56:13.573Z
111522025-07-18T17:56:13.598Z e.g., scp \
111532025-07-18T17:56:13.598Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
111542025-07-18T17:56:13.598Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
111552025-07-18T17:56:13.598Z
111562025-07-18T17:56:13.598Z2. Copy the `cargo-nextest` binary to the same place.
111572025-07-18T17:56:13.598Z
111582025-07-18T17:56:13.598Z e.g., scp \
111592025-07-18T17:56:13.598Z $(which cargo-nextest) \
111602025-07-18T17:56:13.598Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
111612025-07-18T17:56:13.599Z
111622025-07-18T17:56:13.599Z3. From the switch zone on that system, unpack the tarball with:
111632025-07-18T17:56:13.599Z
111642025-07-18T17:56:13.599Z tar xzf live-tests-archive.tgz
111652025-07-18T17:56:13.599Z
111662025-07-18T17:56:13.599Z4. From the switch zone on that system, run tests with:
111672025-07-18T17:56:13.600Z
111682025-07-18T17:56:13.600Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
111692025-07-18T17:56:13.600Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
111702025-07-18T17:56:13.600Z --workspace-remap live-tests-archive
111712025-07-18T17:56:13.600Z
111722025-07-18T17:56:13.600Z
111732025-07-18T17:56:13.600Zreal 3:40.248334959
111742025-07-18T17:56:13.600Zuser 8:11.441201969
111752025-07-18T17:56:13.600Zsys 1:09.792762750
111762025-07-18T17:56:13.600Ztrap 0.220977940
111772025-07-18T17:56:13.600Ztflt 0.429878724
111782025-07-18T17:56:13.600Zdflt 2.986185893
111792025-07-18T17:56:13.600Zkflt 0.001359292
111802025-07-18T17:56:13.600Zlock 25:27.582142927
111812025-07-18T17:56:13.600Zslp 33:39.930916887
111822025-07-18T17:56:13.600Zlat 12.780500941
111832025-07-18T17:56:13.600Zstop 36.486080279
111842025-07-18T17:56:13.600Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
111852025-07-18T17:56:13.601Z+ unset TMPDIR
111862025-07-18T17:56:13.601Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
111872025-07-18T17:56:13.601Zfiles in /var/tmp/omicron_tmp (none expected on success):
111882025-07-18T17:56:13.601Z+ find /var/tmp/omicron_tmp -ls
111892025-07-18T17:56:13.601Z164021 33 drwxr-xr-x 2 build build 2 Jul 18 17:56 /var/tmp/omicron_tmp
111902025-07-18T17:56:13.601Z+ rmdir /var/tmp/omicron_tmp
111912025-07-18T17:56:13.797Zprocess exited: duration 6270061 ms, exit code 0
 
111922025-07-18T17:56:13.853Zfound 3 output files
111932025-07-18T17:56:13.853Zuploading: /work/crate-build-timings.json (659006 bytes)
111942025-07-18T17:56:15.212Zuploaded: /work/crate-build-timings.json
111952025-07-18T17:56:15.212Zuploading: /work/environment.json (130 bytes)
111962025-07-18T17:56:16.310Zuploaded: /work/environment.json
111972025-07-18T17:56:16.310Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (427945 bytes)
111982025-07-18T17:56:17.574Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml